diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2007-04-04 06:16:14 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2007-04-04 06:16:14 +0000 |
| commit | adadc95e429365e7121aec45b074042e52d4d67a (patch) | |
| tree | b185b10699a40ffeedb6a98e1e344517add7cdab /src/dialogs/rdf.cpp | |
| parent | remove warning (diff) | |
| download | inkscape-adadc95e429365e7121aec45b074042e52d4d67a.tar.gz inkscape-adadc95e429365e7121aec45b074042e52d4d67a.zip | |
removed the software-only licenses which are not legally clear for content/artwork, note, they still work, just not giving ppl. the wrong choices in UI
(bzr r2819)
Diffstat (limited to 'src/dialogs/rdf.cpp')
| -rw-r--r-- | src/dialogs/rdf.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/dialogs/rdf.cpp b/src/dialogs/rdf.cpp index b123abe82..e75dc1e6f 100644 --- a/src/dialogs/rdf.cpp +++ b/src/dialogs/rdf.cpp @@ -147,16 +147,6 @@ struct rdf_double_t rdf_license_cc_a_nc_nd [] = { { NULL, NULL } }; -struct rdf_double_t rdf_license_gpl [] = { - { "cc:permits", "http://web.resource.org/cc/Reproduction", }, - { "cc:permits", "http://web.resource.org/cc/Distribution", }, - { "cc:requires", "http://web.resource.org/cc/Notice", }, - { "cc:permits", "http://web.resource.org/cc/DerivativeWorks", }, - { "cc:requires", "http://web.resource.org/cc/ShareAlike", }, - { "cc:requires", "http://web.resource.org/cc/SourceCode", }, - { NULL, NULL } -}; - struct rdf_double_t rdf_license_pd [] = { { "cc:permits", "http://web.resource.org/cc/Reproduction", }, { "cc:permits", "http://web.resource.org/cc/Distribution", }, @@ -205,16 +195,6 @@ struct rdf_license_t rdf_licenses [] = { rdf_license_cc_a_nc_nd, }, - { N_("GNU General Public License"), - "http://creativecommons.org/licenses/GPL/2.0/", - rdf_license_gpl, - }, - - { N_("GNU Lesser General Public License"), - "http://creativecommons.org/licenses/LGPL/2.1/", - rdf_license_gpl, - }, - { N_("Public Domain"), "http://creativecommons.org/licenses/publicdomain/", rdf_license_pd, |
