summaryrefslogtreecommitdiffstats
path: root/src/rdf.cpp
diff options
context:
space:
mode:
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,
},