Giter Site home page Giter Site logo

Comments (9)

dreispt avatar dreispt commented on July 19, 2024 1

AFAIK migrating code (even porting to other programming language) does not grant copyright, similarly to what generally happens with book translations (original author keeps the copyright, translator does not acquire copyrights).

from maintainer-tools.

dreispt avatar dreispt commented on July 19, 2024

This is a good to excuse to discuss how licenses should be described in the py files.
@odony said that "explicit boilerplate should not be necessary - copyright law applies automatically".

Personally I like the idea of simplifying license boilerplate at the top of code files, but I think that you should still be explicit of what is the license and authors, because in case the file is taken apart from the module, you can still have that basic information.

from maintainer-tools.

elicoidal avatar elicoidal commented on July 19, 2024

I like the idea of large boiler plate in openerp.py + simple one on other files + add license logo.
Shall we set it as a guideline even if different from Odoo?
I tend to stick to Odoo's guidelines but we have already some other different rules (eg: PEP8) so I would be OK to diverge here

from maintainer-tools.

dreispt avatar dreispt commented on July 19, 2024

I'm seeing people totally removing copyright and license information from code files, replacing it with a "see the LICENSE file" or the "__openerp__.py file".

IMO there are good reasons to not do so, but the fact is that there is nothing in the contributing guidelines preventing it.

For reference, this has also been discussed here: #91

from maintainer-tools.

yajo avatar yajo commented on July 19, 2024

I like the idea of large boiler plate in openerp.py + simple one on other files

IMHO that does not make much sense. Individual headers are for preventing that a file is picked to another project with a different license and loses the AGPL accidentally, which applies equally to __openerp__.py and other .py files.

Well, not equally... In fact, __openerp__.py does not contain code at all. It could be an XML or JSON file. Yes, it ends with .py, but it really is a data file.

from maintainer-tools.

simahawk avatar simahawk commented on July 19, 2024

Just spotted a new comer's PR adding a new (C) owner just for migration, which usually we don't do.
Still, I struggled to find official guidelines on this topic here https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md
It's me, or we really miss few lines about this?

from maintainer-tools.

pedrobaeza avatar pedrobaeza commented on July 19, 2024

Yeah, there's no official statement about this. Sometimes it's difficult to define the border.

from maintainer-tools.

simahawk avatar simahawk commented on July 19, 2024

Well, can we simply state that if we don't change at least, say, 3 lines (or even 1?) of code we are not allowed to add your company/yourself to (C)?
Still, it's nice to add the guy to contribs.

from maintainer-tools.

leemannd avatar leemannd commented on July 19, 2024

IMO we could state that copyright comes with creative work.
You should get rewarded by adding yourself to the contibutors. Copyright needs at least adding features, bugfixes, rewriting the module.
@simahawk By any chance can you point us to some example?

from maintainer-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.