Licensing: Difference between revisions

From FreeMind
Jump to navigationJump to search
(→‎Licensing of components: +compatibility notes)
(→‎Where to ask: bullets should do)
Line 166: Line 166:


==Where to ask==
==Where to ask==
{| {{Table style}}
Places where to ask about licensing including compatibility of FOSS licenses in relation to dynamic and static linking:
! Place
* [http://www.gnu.org/ gnu.org]
! Note
* [http://groklaw.net/ groklaw.net]; [http://www.groklaw.net/staticpages/index.php?page=20050131065655645 GPL Resources]
|-
| [http://www.gnu.org/ gnu.org]
|
|-
| [http://groklaw.net/ groklaw.net]
| [http://www.groklaw.net/staticpages/index.php?page=20050131065655645 GPL Resources]
|}


==See also==
==See also==

Revision as of 13:58, 31 August 2010

FreeMind is licensed under GNU GPL V2+.

Licensing of components

Component License License Version Link Note
SimplyHTML GPL V2+ [1] Compatible with GNU GPL V2+ per its being identical to it.
Batik Apache [2] Problem?
NanoXML zlib/libpng [3] Compatible with GNU GPL V2+.
JiBX BSD, Apache [4] Problem?
JavaHelp GNU GPL V2 [5] Problem: V2 instead of V2+.
HotEqn GNU GPL V3 Source code for download: [6] Problem when combined with JavaHelp's GNU GPL V2?
Groovy
  • "A BSD / Apache style licence"[7]?
  • Apache License, Version 2.0[8]?
[9]

Issues

The use and distribution of libraries by FreeMind raises two issues:

  1. Distribution of open-source libraries: depending on the license used, we would need to make the source code available. This could be done IMHO (Eric L.) simply by putting a copy of the sources in SF's download section (without making those an integral part of our packages).
  2. Usage of GPL-incompatible libraries: believing this FSF note, we can make sure that FreeMind can use GPL-incompatible libraries but we need to make it explicit in our copyright. I (Eric L. 05:56, 24 Mar 2008 (PDT))suggest to ask the current and former copyright holder and add a note in each source file that there is an exception on GPL-incompatible libraries, and explicit this exception in the "license" file.

Projects bundling Java

Project License Link Note
StopMojo GPL plus a special statement giving blanket permission to link with non-free software. [10]
TIFFANY'S GPL; not given at the web site; only at the SourceForge project page [11]

Discussion threads

Thread Channel Started on Note
Licensing problems Complaints from users 15.1.2008 Contains open issues.
Licensing problems freemind-developer 15.1.2008 Possible open issues.

Offending files

At least at some point, some single files had a license incompatible with GNU GPL V2+. These were:

File State
of Resolution
Resolution Note
accessories/marktree.js Resolved. Released under the MIT license.[12] Mozilla Public License 1.1, incompatible with GPLv2+, see note 1
freemind/main/CommonsCodecBase64.java Resolved. ? Apache 2.0 license, incompatible with GPLv2+
accessories/mm2oowriter.xsl Resolved. Fixed by Chris Foltin, the author of the file, by adding a missing license.[13][14]
accessories/tohtml.xsl Resolved. Released under the MIT license.[15] Mozilla Public License 1.1, incompatible with GPLv2+, see note 1
accessories/toxhtml.xsl. Resolved. Released under the MIT license.[16] Mozilla Public License 1.1, incompatible with GPLv2+, see note 1

Note 1: The files implicated seem to come from mmTree where the original Author keeps very similar versions under MIT license, which would be compatible with GPLv2+. Eric L. 10:08, 22 Mar 2008 (PDT) ⇒ Asking the author Miika Nurminen for his OK to place the files in our CVS under MIT license as well (else we'll have to derive a new version from his files). Eric L. Miika answered and is OK to have all files under MIT license, once it's properly modified in the CVS, we'll be fine.

Copyright notice in code

A source file may be viewed as a sum b + d1 + d2 + ... + dk, where b is the basis, di are deltas (or patches), and the plus operator is the operator of applying a patch. The basis and each delta have their own copyright holder and the year of copyright.

If there is only one author and one year, then the copyright notice is simple.

If there is only one author and more years, then the copyright notice may look like

Copyright © 2003-2005 Big Author

which is to be understood as

Some parts of the sum are copyrighted in 2003, some perhaps in 2004, and some certainly in 2005.

If there are more authors, then the copyright notice consists of more lines, like

Copyright © 2003-2005 Big Author,
Copyright © 2005 Captain,

Not all changes are eligible for copyright. If a change is small, then it does not make sense to add a line to the copyright notice for it.

Copyright notice is not required for copyright to hold. It makes claiming your right at court easier.

The correctness of these instructions is not granted. They are subject to improvement as we see fit.

--Danielpolansky 11:29, 3 Jun 2005 (PDT)

Where to ask

Places where to ask about licensing including compatibility of FOSS licenses in relation to dynamic and static linking:

See also

Links