summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorMax Gaukler <development@maxgaukler.de>2018-09-11 14:05:17 +0000
committerMax Gaukler <development@maxgaukler.de>2018-11-08 17:18:20 +0000
commit79d82382b3ea1b7d77e3a47a96a786557588787a (patch)
treee2729fa6bb00d24ac6140cafabb9cf9b94ffa01b /COPYING
parentImplement the remaining vector effects properties. (diff)
downloadinkscape-79d82382b3ea1b7d77e3a47a96a786557588787a.tar.gz
inkscape-79d82382b3ea1b7d77e3a47a96a786557588787a.zip
Clarify licenses
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING36
1 files changed, 29 insertions, 7 deletions
diff --git a/COPYING b/COPYING
index 0223a508e..ef3415418 100644
--- a/COPYING
+++ b/COPYING
@@ -1,12 +1,34 @@
Inkscape license
================
-Most of Inkscape source code is available under the GNU General Public License,
-version 2 or later, with the exception of a few files copied from GIMP, which
-are available under GNU GPL version 3 or later. As such, the complete binaries
-of Inkscape are currently covered by the terms of GNU GPL version 3 or later.
+Most Inkscape source code is available under the GNU General Public License, version 2 or later.
-Several standalone libraries contained in Inkscape's source code repository are
-available under GNU Lesser General Public License or the Mozilla Public License.
+Notable exceptions are:
+- some libraries in src/3rdparty and src/2geom (mostly GNU Lesser General Public License or Mozilla Public License).
+- a few files copied from GIMP, which are available under GNU (L)GPL version 3 or later.
+- a few files which are dual-licensed, which means that they offer the additional permission to alternatively use them under another license.
+
+As such, the complete binaries of Inkscape are currently covered by the terms of GNU GPL version 3 or later.
+
+License of individual source files
+==================================
+
+The license of each individual inkscape source file can be found in the first few lines after "SPDX-License-Identifier:". The license text of every such license can be found in LICENSES/. Some files are dual-licensed, e.g. "GPL-2.0-or-later OR MPL-1.1", which means you can choose one of these licenses.
+
+Libraries have their COPYING or LICENSE file in the respective subdirectory.
+
+See also https://spdx.org/licenses/ for the full license texts, and https://spdx.org/ids for the standardized header format.
+
+
+License Compatibility
+=====================
+
+Suggested reading for license version compatibility: https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility
+
+Roughly summarized (I am not a lawyer, this is not legal advice):
+- You may legally make the following license changes without having to ask anyone:
+ LGPL-2.1-or-later -> GPL-2.0-or-later -> GPL-3.0-or-later
+ LGPL-3.0-or-later -> GPL-3.0-or-later
+- Due to that, the resulting inkscape must be under GPL-3.0-or-later.
+- Any license that is not "-or-later" is evil and must not be used in the inkscape project.
-See the files GPL2.txt and GPL3.txt for the full license text.