diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-07-02 03:42:25 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-07-02 03:42:25 +0000 |
| commit | 70a0fd65c46064941696a5a9366547e1e9d020e2 (patch) | |
| tree | 1fb73902d467d88b12e978b6de85c0f8f4ca7e9f /src/rdf.cpp | |
| parent | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class. (diff) | |
| parent | Shape calculations. do not quantize the coordinates. (Bug 168158) (diff) | |
| download | inkscape-70a0fd65c46064941696a5a9366547e1e9d020e2.tar.gz inkscape-70a0fd65c46064941696a5a9366547e1e9d020e2.zip | |
Merge from trunk.
(bzr r12380.1.5)
Diffstat (limited to 'src/rdf.cpp')
| -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, }, |
