summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2014-05-17 17:49:40 +0000
committerbryce <bryce@ubuntu.com>2014-05-17 17:49:40 +0000
commit2a508d344ee90d97b330c09f8b7cfc1728fff09e (patch)
treecaa26724a32deca118b709df7b499277998ff202
parentPut scale functionality back in to barcode renderer. (diff)
downloadinkscape-2a508d344ee90d97b330c09f8b7cfc1728fff09e.tar.gz
inkscape-2a508d344ee90d97b330c09f8b7cfc1728fff09e.zip
extensions: Clarify licensing requirements in README
(bzr r13389)
-rw-r--r--share/extensions/README18
1 files changed, 10 insertions, 8 deletions
diff --git a/share/extensions/README b/share/extensions/README
index ba0251dc4..0d6e544e8 100644
--- a/share/extensions/README
+++ b/share/extensions/README
@@ -1,10 +1,12 @@
-This folder contains Inkscape extensions, i.e. the scripts
-that implement some commands that you can use from within
-Inkscape. Most of these commands are in the Effects menu.
+This folder contains Inkscape extensions, i.e. the scripts that
+implement some commands that you can use from within Inkscape. Most of
+these commands are in the Extensions menu.
-Each *.inx file describes an extension,
-listing its name, purpose, prerequisites, etc. These
-files are read by Inkscape on launch. Other files are
-the scripts themselves (Perl, Python, and Ruby are
-supported, as well as shell scripts).
+Each *.inx file describes an extension, listing its name, purpose,
+prerequisites, location within the menu, etc. These files are read by
+Inkscape on launch. Other files are the scripts themselves (Perl,
+Python, and Ruby are supported, as well as shell scripts).
+Only include extensions here which are GPL-compatible. This includes
+Apache-2, MPL 1.1, certain Creative Commons licenses, and more. See
+https://www.gnu.org/licenses/license-list.html for guidance.