From 6a68e8a63540ffda15050908d80f776d94b43b41 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Wed, 26 Jun 2013 07:55:59 -0400 Subject: Using CC0 link instead of old Public Domain link Fixed bugs: - https://launchpad.net/bugs/1194372 (bzr r12389) --- src/rdf.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rdf.cpp') 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, }, -- cgit v1.2.3