Copyright assignment: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Unlike in some other FOSS projects, there is no copyright assignment in FreeMind. There is no legal entity directly associated with the FreeMind project (SourceForge, while hosting FreeMind, is not that entity) and there is no other entity to which copyright could be assigned. The copyright is held by the individual contributors, to their individual contributions (see also [[Credits]]).
Unlike in some other FOSS projects, there is no copyright assignment in FreeMind. There is no legal entity directly associated with the FreeMind project (SourceForge, while hosting FreeMind, is not that entity) and there is no other entity to which copyright could be assigned. The copyright is held by the individual contributors, to their individual contributions (see also [[Credits]]). As a result, a relicensing of FreeMind away from GNU GPL V2+ (see also [[Licensing]]) is unlikely since it would require an agreement of all copyright-significant contributors.


Examples of FOSS projects that require copyright assignment:
Examples of FOSS projects that require copyright assignment:
* Some GNU projects requires copyright assignment to FSF.
* Some GNU projects require copyright assignment to Free Software Foundation (FSF) founded by Richard Stallman, probably a proponent of copyright assignment.
** GNU Emacs does[https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html].
** GNU Emacs does[https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html].
** But: GCC in particular seems to have dropped the copyright assignment requirement in 2021[https://softwarefreedom.org/blog/2021/jun/02/gcc-statement/].
** GBD does[https://sourceware.org/gdb/wiki/ContributionChecklist#FSF_copyright_Assignment]
** GNU Coreutils do[https://www.gnu.org/software/coreutils/faq/coreutils-faq.html]
* There was probably something like copyright assignment of OpenOffice to Oracle (previously Sun); this would have to be clarified and double checked. It would be interesting to find out what Apache Open Office is doing.
* There was probably something like copyright assignment of OpenOffice to Oracle (previously Sun); this would have to be clarified and double checked. It would be interesting to find out what Apache Open Office is doing.
* In Open Office, there seemed to be something like ''assigned joint copyright'', which seems different from copyright transfer; requires more research and double checking.
* In Open Office, there seemed to be something like ''assigned joint copyright'', which seems different from copyright transfer; requires more research and double checking.


Examples of FOSS projects without copyright assignment:
Examples of FOSS projects without copyright assignment:
* Some GNU projects do not require copyright assignment to FSF.
** GCC seems to have dropped the copyright assignment requirement in 2021[https://softwarefreedom.org/blog/2021/jun/02/gcc-statement/].
* Linux ([https://www.jipitec.eu/jipitec/article/view/140/136 Jakob 2014])
* Linux ([https://www.jipitec.eu/jipitec/article/view/140/136 Jakob 2014])
* Perl 5 (Jakob 2014)
* Perl 5 (Jakob 2014)
Line 34: Line 37:
* [https://en.wikipedia.org/wiki/Copyright_transfer_agreement Copyright transfer agreement], en.wikipedia.org
* [https://en.wikipedia.org/wiki/Copyright_transfer_agreement Copyright transfer agreement], en.wikipedia.org
* [https://en.wikipedia.org/wiki/Contributor_license_agreement Contributor license agreement], en.wikipedia.org
* [https://en.wikipedia.org/wiki/Contributor_license_agreement Contributor license agreement], en.wikipedia.org
* [https://en.wikipedia.org/wiki/Developer_Certificate_of_Origin Developer Certificate of Origin], en.wikipedia.org
* [https://www.gnu.org/licenses/why-assign.html Why the FSF Gets Copyright Assignments from Contributors], gnu.org
* [https://www.gnu.org/licenses/why-assign.html Why the FSF Gets Copyright Assignments from Contributors], gnu.org
* [https://www.jipitec.eu/jipitec/article/view/140/136 A Qualitative Study on the Adoption of Copyright Assignment Agreements (CAA) and Copyright License Agreements (CLA) within Selected FOSS Projects] by Sylvia F. Jakob, 2014, jipitec.eu
* [https://www.jipitec.eu/jipitec/article/view/140/136 A Qualitative Study on the Adoption of Copyright Assignment Agreements (CAA) and Copyright License Agreements (CLA) within Selected FOSS Projects] by Sylvia F. Jakob, 2014, jipitec.eu
* [https://moorcrofts.com/historic-fsf-projects-no-longer-require-copyright-in-code-contributions-to-be-assigned-to-the-fsf/ Free Software Foundation (FSF) - GCC - glibC - Gnulib - copyright], author unclear, 2021, moorcrofts.com


[[Category:Development]]
[[Category:Development]]

Latest revision as of 11:04, 14 May 2026

Unlike in some other FOSS projects, there is no copyright assignment in FreeMind. There is no legal entity directly associated with the FreeMind project (SourceForge, while hosting FreeMind, is not that entity) and there is no other entity to which copyright could be assigned. The copyright is held by the individual contributors, to their individual contributions (see also Credits). As a result, a relicensing of FreeMind away from GNU GPL V2+ (see also Licensing) is unlikely since it would require an agreement of all copyright-significant contributors.

Examples of FOSS projects that require copyright assignment:

  • Some GNU projects require copyright assignment to Free Software Foundation (FSF) founded by Richard Stallman, probably a proponent of copyright assignment.
    • GNU Emacs does[1].
    • GBD does[2]
    • GNU Coreutils do[3]
  • There was probably something like copyright assignment of OpenOffice to Oracle (previously Sun); this would have to be clarified and double checked. It would be interesting to find out what Apache Open Office is doing.
  • In Open Office, there seemed to be something like assigned joint copyright, which seems different from copyright transfer; requires more research and double checking.

Examples of FOSS projects without copyright assignment:

  • Some GNU projects do not require copyright assignment to FSF.
    • GCC seems to have dropped the copyright assignment requirement in 2021[4].
  • Linux (Jakob 2014)
  • Perl 5 (Jakob 2014)
  • LLVM (Jakob 2014)
  • LibreOffice (Corbett 2010)
  • KDE (Neary 2009)
  • Inkscape (Neary 2009)
  • Scribus (Neary 2009)
  • GIMP (Neary 2009) [is GIMP not part of GNU project?]
  • GNOME (Neary 2009) [is GNOME not part of GNU project?]

Questions:

  • What is Python doing?
  • What is PostreSQL doing?
  • If the contributor lives in and contributes from a country whose copyright law does not allow transfer of ownership, how does that legally work, if at all?

A related concept is of contributor agreement. Not every contributor agreement involves copyright assignment. Example projects with contributor agreements:

More examples are listed at Contributor license agreement#Users, wikipedia.org.

FreeMind team leads/directors (Joerg Mueller, Daniel Polansky and Christian Foltin) did not ask contributors to sign a contributor agreement and send it via email. There is no text of FreeMind contributor agreement available; such a document or text does not exist. This seems to stand in contrast to Apache Software Foundation.

Links: