diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2016-05-08 05:55:11 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2016-05-08 05:55:11 +0000 |
| commit | efb5cb4a7a22316994b7a89b51d3d0ca654dabd4 (patch) | |
| tree | d95feaddf8fcc42e8e0aab08d1e77b43be30126d /src/live_effects | |
| parent | Temporarily hard code GTK3 ruler background to off white. (diff) | |
| download | inkscape-efb5cb4a7a22316994b7a89b51d3d0ca654dabd4.tar.gz inkscape-efb5cb4a7a22316994b7a89b51d3d0ca654dabd4.zip | |
Clarify license.
Most Inkscape source code does not specify GPL version, so it is essentially
GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted
and all agreed to relicense under GPL v2 or later. We also have a few files
copies from GIMP, which are GPL v3+, so the complete program is available
under GPL v3 or later.
(bzr r14873)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-jointype.cpp | 2 | ||||
| -rw-r--r-- | src/live_effects/lpe-jointype.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-jointype.cpp b/src/live_effects/lpe-jointype.cpp index 2eef315dd..fe42932be 100644 --- a/src/live_effects/lpe-jointype.cpp +++ b/src/live_effects/lpe-jointype.cpp @@ -4,7 +4,7 @@ * * Copyright (C) 2014 Authors * -* Released under GNU GPL v2, read the file 'COPYING' for more information +* Released under GNU GPL v2+, read the file 'COPYING' for more information */ #include "live_effects/parameter/enum.h" diff --git a/src/live_effects/lpe-jointype.h b/src/live_effects/lpe-jointype.h index fddaeb619..ef7abdcc7 100644 --- a/src/live_effects/lpe-jointype.h +++ b/src/live_effects/lpe-jointype.h @@ -3,7 +3,7 @@ *
* Copyright (C) 2014 Authors
*
- * Released under GNU GPL v2, read the file COPYING for more information
+ * Released under GNU GPL v2+, read the file COPYING for more information
*/
#ifndef INKSCAPE_LPE_JOINTYPE_H
|
