summaryrefslogtreecommitdiffstats
path: root/src/rdf.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-06-26 11:55:59 +0000
committerMartin Owens <doctormo@gmail.com>2013-06-26 11:55:59 +0000
commit6a68e8a63540ffda15050908d80f776d94b43b41 (patch)
tree72f568abce392ec57ec08b25a70ea5d09f391a81 /src/rdf.cpp
parentMerge in: remove-hard-coded-toggle-dropper-keybinding (diff)
downloadinkscape-6a68e8a63540ffda15050908d80f776d94b43b41.tar.gz
inkscape-6a68e8a63540ffda15050908d80f776d94b43b41.zip
Using CC0 link instead of old Public Domain link
Fixed bugs: - https://launchpad.net/bugs/1194372 (bzr r12389)
Diffstat (limited to 'src/rdf.cpp')
-rw-r--r--src/rdf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rdf.cpp b/src/rdf.cpp
index 017de42c1..72aea4898 100644
--- a/src/rdf.cpp
+++ b/src/rdf.cpp
@@ -202,8 +202,8 @@ struct rdf_license_t rdf_licenses [] = {
rdf_license_cc_a_nc_nd,
},
- { N_("Public Domain"),
- "http://creativecommons.org/licenses/publicdomain/",
+ { N_("CC0 Public Domain Dedication"),
+ "http://creativecommons.org/publicdomain/zero/1.0/",
rdf_license_pd,
},