From: kidproto Date: Wed, 4 Apr 2007 06:16:14 +0000 (+0000) Subject: removed the software-only licenses which are not legally clear for content/artwork... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=13ebe987b9a246ccd1a6d7968e1bf608fa497c56;p=inkscape.git 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 --- 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,