diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-06-26 11:55:59 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-06-26 11:55:59 +0000 |
| commit | 6a68e8a63540ffda15050908d80f776d94b43b41 (patch) | |
| tree | 72f568abce392ec57ec08b25a70ea5d09f391a81 /src | |
| parent | Merge in: remove-hard-coded-toggle-dropper-keybinding (diff) | |
| download | inkscape-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')
| -rw-r--r-- | src/rdf.cpp | 4 |
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, }, |
