summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2007-03-24 23:05:06 +0000
committerkidproto <kidproto@users.sourceforge.net>2007-03-24 23:05:06 +0000
commit1a93b6d3a600b0799ff4b794f7f6ac1ae4a8b074 (patch)
tree44567a78e3e1f6db1c6f0755b254c3a1eed50ac9 /src/dialogs
parentwe have no document available yet at this point (diff)
downloadinkscape-1a93b6d3a600b0799ff4b794f7f6ac1ae4a8b074.tar.gz
inkscape-1a93b6d3a600b0799ff4b794f7f6ac1ae4a8b074.zip
updated creative commons licenses to 3.0 and fixed public domain uri
(bzr r2750)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/rdf.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dialogs/rdf.cpp b/src/dialogs/rdf.cpp
index d3faa260a..b123abe82 100644
--- a/src/dialogs/rdf.cpp
+++ b/src/dialogs/rdf.cpp
@@ -176,32 +176,32 @@ struct rdf_double_t rdf_license_freeart [] = {
struct rdf_license_t rdf_licenses [] = {
{ N_("CC Attribution"),
- "http://creativecommons.org/licenses/by/2.5/",
+ "http://creativecommons.org/licenses/by/3.0/",
rdf_license_cc_a,
},
{ N_("CC Attribution-ShareAlike"),
- "http://creativecommons.org/licenses/by-sa/2.5/",
+ "http://creativecommons.org/licenses/by-sa/3.0/",
rdf_license_cc_a_sa,
},
{ N_("CC Attribution-NoDerivs"),
- "http://creativecommons.org/licenses/by-nd/2.5/",
+ "http://creativecommons.org/licenses/by-nd/3.0/",
rdf_license_cc_a_nd,
},
{ N_("CC Attribution-NonCommercial"),
- "http://creativecommons.org/licenses/by-nc/2.5/",
+ "http://creativecommons.org/licenses/by-nc/3.0/",
rdf_license_cc_a_nc,
},
{ N_("CC Attribution-NonCommercial-ShareAlike"),
- "http://creativecommons.org/licenses/by-nc-sa/2.5/",
+ "http://creativecommons.org/licenses/by-nc-sa/3.0/",
rdf_license_cc_a_nc_sa,
},
{ N_("CC Attribution-NonCommercial-NoDerivs"),
- "http://creativecommons.org/licenses/by-nc-nd/2.5/",
+ "http://creativecommons.org/licenses/by-nc-nd/3.0/",
rdf_license_cc_a_nc_nd,
},
@@ -216,7 +216,7 @@ struct rdf_license_t rdf_licenses [] = {
},
{ N_("Public Domain"),
- "http://web.resource.org/cc/PublicDomain",
+ "http://creativecommons.org/licenses/publicdomain/",
rdf_license_pd,
},