Canonical license URIS for CC stuff should have a trailing slash.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Jan 2012 23:00:42 +0000 (17:00 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Jan 2012 23:00:42 +0000 (17:00 -0600)
mediagoblin/tools/licenses.py

index d67510fab2d01a5a41d6176958479084675d4630..0ff6453bcf299c51db5fa3f936d7208560cc3f0e 100644 (file)
@@ -21,19 +21,19 @@ SORTED_SUPPORTED_LICENSES = [
     ("http://creativecommons.org/licenses/by/3.0/",
      {"name": "Creative Commons Attribution Unported 3.0",
       "abbreviation": "CC BY 3.0"}),
-    ("http://creativecommons.org/licenses/by-sa/3.0",
+    ("http://creativecommons.org/licenses/by-sa/3.0/",
      {"name": "Creative Commons Attribution-ShareAlike Unported 3.0",
       "abbreviation": "CC BY-SA 3.0"}),
-    ("http://creativecommons.org/licenses/by-nd/3.0",
+    ("http://creativecommons.org/licenses/by-nd/3.0/",
      {"name": "Creative Commons Attribution-NoDerivs 3.0 Unported",
       "abbreviation": "CC BY-ND 3.0"}),
-    ("http://creativecommons.org/licenses/by-nc/3.0",
+    ("http://creativecommons.org/licenses/by-nc/3.0/",
      {"name": "Creative Commons Attribution-NonCommercial Unported 3.0",
       "abbreviation": "CC BY-NC 3.0"}),
-    ("http://creativecommons.org/licenses/by-nc-sa/3.0",
+    ("http://creativecommons.org/licenses/by-nc-sa/3.0/",
      {"name": "Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported",
       "abbreviation": "CC BY-NC-SA 3.0"}),
-    ("http://creativecommons.org/licenses/by-nc-nd/3.0",
+    ("http://creativecommons.org/licenses/by-nc-nd/3.0/",
      {"name": "Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported",
       "abbreviation": "CC BY-NC-ND 3.0"}),
     ("http://creativecommons.org/publicdomain/zero/1.0/",