Hi,
are there any reasons LibreJS doesn't support the CC-BY(-SA) family of
licenses? They are free licenses according to the FSF [1]. Though the FSF
recommends to not use it for software, but for art, entertainment and
educational works. However some license their entire website under
CC-BY(-SA). And there are also some JavaScript libraries like
jquery-lightbox [2] (which we use on our website) that are licensed under
CC-BY(-SA).
You'll find a patch that adds the CC-BY(-SA) family of licenses in the
attachment.
Cheers
Sebastian
[1] https://www.gnu.org/licenses/license-list.html#ccby
[2] https://github.com/avioli/jquery-lightbox
diff -Naur librejs-5.4.1.old/lib/js_checker/license_definitions.js librejs-5.4.1.new/lib/js_checker/license_definitions.js
--- librejs-5.4.1.old/lib/js_checker/license_definitions.js 2013-10-26 00:35:13.000000000 +0200
+++ librejs-5.4.1.new/lib/js_checker/license_definitions.js 2014-02-04 22:12:26.692400192 +0100
@@ -174,6 +174,867 @@
licenseName: "Public Domain",
canonicalUrl: ['magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt'],
licenseFragments: []
- }
+ },
-};
\ No newline at end of file
+ CCby25ar: {
+ licenseName: 'Creative Commons Attribution 2.5 Argentina',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/ar/legalcode'],
+ identifier: 'CC-BY-2.5-AR',
+ licenseFragments: []
+ },
+
+ CCby30au: {
+ licenseName: 'Creative Commons Attribution 3.0 Australia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/au/legalcode'],
+ identifier: 'CC-BY-3.0-AU',
+ licenseFragments: []
+ },
+
+ CCby30at: {
+ licenseName: 'Creative Commons Attribution 3.0 Austria',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/at/legalcode'],
+ identifier: 'CC-BY-3.0-AT',
+ licenseFragments: []
+ },
+
+ CCby20be: {
+ licenseName: 'Creative Commons Attribution 2.0 Belgium',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.0/be/legalcode'],
+ identifier: 'CC-BY-2.0-BE',
+ licenseFragments: []
+ },
+
+ CCby30br: {
+ licenseName: 'Creative Commons Attribution 3.0 Brazil',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/br/legalcode'],
+ identifier: 'CC-BY-3.0-BR',
+ licenseFragments: []
+ },
+
+ CCby25bg: {
+ licenseName: 'Creative Commons Attribution 2.5 Bulgaria',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/bg/legalcode'],
+ identifier: 'CC-BY-2.5-BG',
+ licenseFragments: []
+ },
+
+ CCby25ca: {
+ licenseName: 'Creative Commons Attribution 2.5 Canada',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/ca/legalcode'],
+ identifier: 'CC-BY-2.5-CA',
+ licenseFragments: []
+ },
+
+ CCby30cl: {
+ licenseName: 'Creative Commons Attribution 3.0 Chile',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/cl/legalcode'],
+ identifier: 'CC-BY-3.0-CL',
+ licenseFragments: []
+ },
+
+ CCby30cn: {
+ licenseName: 'Creative Commons Attribution 3.0 China Mainland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/cn/legalcode'],
+ identifier: 'CC-BY-3.0-CN',
+ licenseFragments: []
+ },
+
+ CCby25co: {
+ licenseName: 'Creative Commons Attribution 2.5 Colombia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/co/legalcode'],
+ identifier: 'CC-BY-2.5-CO',
+ licenseFragments: []
+ },
+
+ CCby30cr: {
+ licenseName: 'Creative Commons Attribution 3.0 Costa Rica',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/cr/legalcode'],
+ identifier: 'CC-BY-3.0-CR',
+ licenseFragments: []
+ },
+
+ CCby30hr: {
+ licenseName: 'Creative Commons Attribution 3.0 Croatia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/hr/legalcode'],
+ identifier: 'CC-BY-3.0-HR',
+ licenseFragments: []
+ },
+
+ CCby30cz: {
+ licenseName: 'Creative Commons Attribution 3.0 Czech Republic',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/cz/legalcode'],
+ identifier: 'CC-BY-3.0-CZ',
+ licenseFragments: []
+ },
+
+ CCby25dk: {
+ licenseName: 'Creative Commons Attribution 2.5 Denmark',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/dk/legalcode'],
+ identifier: 'CC-BY-2.5-DK',
+ licenseFragments: []
+ },
+
+ CCby30ec: {
+ licenseName: 'Creative Commons Attribution 3.0 Ecuador',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ec/legalcode'],
+ identifier: 'CC-BY-3.0-EC',
+ licenseFragments: []
+ },
+
+ CCby30eg: {
+ licenseName: 'Creative Commons Attribution 3.0 Egypt',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/eg/legalcode'],
+ identifier: 'CC-BY-3.0-EG',
+ licenseFragments: []
+ },
+
+ CCby30ee: {
+ licenseName: 'Creative Commons Attribution 3.0 Estonia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ee/legalcode'],
+ identifier: 'CC-BY-3.0-EE',
+ licenseFragments: []
+ },
+
+ CCby10fi: {
+ licenseName: 'Creative Commons Attribution 1.0 Finland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/1.0/fi/legalcode'],
+ identifier: 'CC-BY-1.0-FI',
+ licenseFragments: []
+ },
+
+ CCby30fr: {
+ licenseName: 'Creative Commons Attribution 3.0 France',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/fr/legalcode'],
+ identifier: 'CC-BY-3.0-FR',
+ licenseFragments: []
+ },
+
+ CCby30de: {
+ licenseName: 'Creative Commons Attribution 3.0 Germany',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/de/legalcode'],
+ identifier: 'CC-BY-3.0-DE',
+ licenseFragments: []
+ },
+
+ CCby30gr: {
+ licenseName: 'Creative Commons Attribution 3.0 Greece',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/gr/legalcode'],
+ identifier: 'CC-BY-3.0-GR',
+ licenseFragments: []
+ },
+
+ CCby30gt: {
+ licenseName: 'Creative Commons Attribution 3.0 Guatemala',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/gt/legalcode'],
+ identifier: 'CC-BY-3.0-GT',
+ licenseFragments: []
+ },
+
+ CCby30hk: {
+ licenseName: 'Creative Commons Attribution 3.0 Hong Kong',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/hk/legalcode'],
+ identifier: 'CC-BY-3.0-HK',
+ licenseFragments: []
+ },
+
+ CCby25hu: {
+ licenseName: 'Creative Commons Attribution 2.5 Hungary',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/hu/legalcode'],
+ identifier: 'CC-BY-2.5-HU',
+ licenseFragments: []
+ },
+
+ CCby30igo: {
+ licenseName: 'Creative Commons Attribution 3.0 IGO',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/igo/legalcode'],
+ identifier: 'CC-BY-3.0-IGO',
+ licenseFragments: []
+ },
+
+ CCby25in: {
+ licenseName: 'Creative Commons Attribution 2.5 India',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/in/legalcode'],
+ identifier: 'CC-BY-2.5-IN',
+ licenseFragments: []
+ },
+
+ CCby30ie: {
+ licenseName: 'Creative Commons Attribution 3.0 Ireland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ie/legalcode'],
+ identifier: 'CC-BY-3.0-IE',
+ licenseFragments: []
+ },
+
+ CCby25il: {
+ licenseName: 'Creative Commons Attribution 2.5 Israel',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/il/legalcode'],
+ identifier: 'CC-BY-2.5-IL',
+ licenseFragments: []
+ },
+
+ CCby30it: {
+ licenseName: 'Creative Commons Attribution 3.0 Italy',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/it/legalcode'],
+ identifier: 'CC-BY-3.0-IT',
+ licenseFragments: []
+ },
+
+ CCby21jp: {
+ licenseName: 'Creative Commons Attribution 2.1 Japan',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.1/jp/legalcode'],
+ identifier: 'CC-BY-2.1-JP',
+ licenseFragments: []
+ },
+
+ CCby30lu: {
+ licenseName: 'Creative Commons Attribution 3.0 Luxembourg',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/lu/legalcode'],
+ identifier: 'CC-BY-3.0-LU',
+ licenseFragments: []
+ },
+
+ CCby25mk: {
+ licenseName: 'Creative Commons Attribution 2.5 Macedonia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/mk/legalcode'],
+ identifier: 'CC-BY-2.5-MK',
+ licenseFragments: []
+ },
+
+ CCby25my: {
+ licenseName: 'Creative Commons Attribution 2.5 Malaysia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/my/legalcode'],
+ identifier: 'CC-BY-2.5-MY',
+ licenseFragments: []
+ },
+
+ CCby25mt: {
+ licenseName: 'Creative Commons Attribution 2.5 Malta',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/mt/legalcode'],
+ identifier: 'CC-BY-2.5-MT',
+ licenseFragments: []
+ },
+
+ CCby25mx: {
+ licenseName: 'Creative Commons Attribution 2.5 Mexico',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/mx/legalcode'],
+ identifier: 'CC-BY-2.5-MX',
+ licenseFragments: []
+ },
+
+ CCby30nl: {
+ licenseName: 'Creative Commons Attribution 3.0 Netherlands',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/nl/legalcode'],
+ identifier: 'CC-BY-3.0-NL',
+ licenseFragments: []
+ },
+
+ CCby30nz: {
+ licenseName: 'Creative Commons Attribution 3.0 New Zealand',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/nz/legalcode'],
+ identifier: 'CC-BY-3.0-NZ',
+ licenseFragments: []
+ },
+
+ CCby30no: {
+ licenseName: 'Creative Commons Attribution 3.0 Norway',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/no/legalcode'],
+ identifier: 'CC-BY-3.0-NO',
+ licenseFragments: []
+ },
+
+ CCby25pe: {
+ licenseName: 'Creative Commons Attribution 2.5 Peru',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/pe/legalcode'],
+ identifier: 'CC-BY-2.5-PE',
+ licenseFragments: []
+ },
+
+ CCby30ph: {
+ licenseName: 'Creative Commons Attribution 3.0 Philippines',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ph/legalcode'],
+ identifier: 'CC-BY-3.0-PH',
+ licenseFragments: []
+ },
+
+ CCby30pl: {
+ licenseName: 'Creative Commons Attribution 3.0 Poland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/pl/legalcode'],
+ identifier: 'CC-BY-3.0-PL',
+ licenseFragments: []
+ },
+
+ CCby30pt: {
+ licenseName: 'Creative Commons Attribution 3.0 Portugal',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/pt/legalcode'],
+ identifier: 'CC-BY-3.0-PT',
+ licenseFragments: []
+ },
+
+ CCby30pr: {
+ licenseName: 'Creative Commons Attribution 3.0 Puerto Rico',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/pr/legalcode'],
+ identifier: 'CC-BY-3.0-PR',
+ licenseFragments: []
+ },
+
+ CCby30ro: {
+ licenseName: 'Creative Commons Attribution 3.0 Romania',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ro/legalcode'],
+ identifier: 'CC-BY-3.0-RO',
+ licenseFragments: []
+ },
+
+ CCby30rs: {
+ licenseName: 'Creative Commons Attribution 3.0 Serbia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/rs/legalcode'],
+ identifier: 'CC-BY-3.0-RS',
+ licenseFragments: []
+ },
+
+ CCby30sg: {
+ licenseName: 'Creative Commons Attribution 3.0 Singapore',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/sg/legalcode'],
+ identifier: 'CC-BY-3.0-SG',
+ licenseFragments: []
+ },
+
+ CCby25si: {
+ licenseName: 'Creative Commons Attribution 2.5 Slovenia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/si/legalcode'],
+ identifier: 'CC-BY-2.5-SI',
+ licenseFragments: []
+ },
+
+ CCby25za: {
+ licenseName: 'Creative Commons Attribution 2.5 South Africa',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/za/legalcode'],
+ identifier: 'CC-BY-2.5-ZA',
+ licenseFragments: []
+ },
+
+ CCby20kr: {
+ licenseName: 'Creative Commons Attribution 2.0 Korea',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.0/kr/legalcode'],
+ identifier: 'CC-BY-2.0-KR',
+ licenseFragments: []
+ },
+
+ CCby30es: {
+ licenseName: 'Creative Commons Attribution 3.0 Spain',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/es/legalcode'],
+ identifier: 'CC-BY-3.0-ES',
+ licenseFragments: []
+ },
+
+ CCby25se: {
+ licenseName: 'Creative Commons Attribution 2.5 Sweden',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/se/legalcode'],
+ identifier: 'CC-BY-2.5-SE',
+ licenseFragments: []
+ },
+
+ CCby30ch: {
+ licenseName: 'Creative Commons Attribution 3.0 Switzerland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ch/legalcode'],
+ identifier: 'CC-BY-3.0-CH',
+ licenseFragments: []
+ },
+
+ CCby30tw: {
+ licenseName: 'Creative Commons Attribution 3.0 Taiwan',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/tw/legalcode'],
+ identifier: 'CC-BY-3.0-TW',
+ licenseFragments: []
+ },
+
+ CCby30th: {
+ licenseName: 'Creative Commons Attribution 3.0 Thailand',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/th/legalcode'],
+ identifier: 'CC-BY-3.0-TH',
+ licenseFragments: []
+ },
+
+ CCby20uk: {
+ licenseName: 'Creative Commons Attribution 2.0 UK: England & Wales',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.0/uk/legalcode'],
+ identifier: 'CC-BY-2.0-UK',
+ licenseFragments: []
+ },
+
+ CCby25scotland: {
+ licenseName: 'Creative Commons Attribution 2.5 UK: Scotland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/2.5/scotland/legalcode'],
+ identifier: 'CC-BY-2.5-SCOTLAND',
+ licenseFragments: []
+ },
+
+ CCby30ug: {
+ licenseName: 'Creative Commons Attribution 3.0 Uganda',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ug/legalcode'],
+ identifier: 'CC-BY-3.0-UG',
+ licenseFragments: []
+ },
+
+ CCby30us: {
+ licenseName: 'Creative Commons Attribution 3.0 United States',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/us/legalcode'],
+ identifier: 'CC-BY-3.0-US',
+ licenseFragments: []
+ },
+
+ CCby30ve: {
+ licenseName: 'Creative Commons Attribution 3.0 Venezuela',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/ve/legalcode'],
+ identifier: 'CC-BY-3.0-VE',
+ licenseFragments: []
+ },
+
+ CCby30vn: {
+ licenseName: 'Creative Commons Attribution 3.0 Vietnam',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/vn/legalcode'],
+ identifier: 'CC-BY-3.0-VN',
+ licenseFragments: []
+ },
+
+ CCby30: {
+ licenseName: 'Creative Commons Attribution 3.0 Unported',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/3.0/legalcode'],
+ identifier: 'CC-BY-3.0',
+ licenseFragments: []
+ },
+
+ CCby40: {
+ licenseName: 'Creative Commons Attribution 4.0 International',
+ canonicalUrl: ['http://creativecommons.org/licenses/by/4.0/legalcode'],
+ identifier: 'CC-BY-4.0',
+ licenseFragments: []
+ },
+
+ CCbysa25ar: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Argentina',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/ar/legalcode'],
+ identifier: 'CC-BY-SA-2.5-AR',
+ licenseFragments: []
+ },
+
+ CCbysa30au: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Australia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/au/legalcode'],
+ identifier: 'CC-BY-SA-3.0-AU',
+ licenseFragments: []
+ },
+
+ CCbysa30at: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Austria',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/at/legalcode'],
+ identifier: 'CC-BY-SA-3.0-AT',
+ licenseFragments: []
+ },
+
+ CCbysa20be: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.0 Belgium',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.0/be/legalcode'],
+ identifier: 'CC-BY-SA-2.0-BE',
+ licenseFragments: []
+ },
+
+ CCbysa30br: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Brazil',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/br/legalcode'],
+ identifier: 'CC-BY-SA-3.0-BR',
+ licenseFragments: []
+ },
+
+ CCbysa25bg: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Bulgaria',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/bg/legalcode'],
+ identifier: 'CC-BY-SA-2.5-BG',
+ licenseFragments: []
+ },
+
+ CCbysa25ca: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Canada',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/ca/legalcode'],
+ identifier: 'CC-BY-SA-2.5-CA',
+ licenseFragments: []
+ },
+
+ CCbysa30cl: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Chile',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/cl/legalcode'],
+ identifier: 'CC-BY-SA-3.0-CL',
+ licenseFragments: []
+ },
+
+ CCbysa30cn: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 China Mainland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/cn/legalcode'],
+ identifier: 'CC-BY-SA-3.0-CN',
+ licenseFragments: []
+ },
+
+ CCbysa25co: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Colombia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/co/legalcode'],
+ identifier: 'CC-BY-SA-2.5-CO',
+ licenseFragments: []
+ },
+
+ CCbysa30cr: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Costa Rica',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/cr/legalcode'],
+ identifier: 'CC-BY-SA-3.0-CR',
+ licenseFragments: []
+ },
+
+ CCbysa30hr: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Croatia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/hr/legalcode'],
+ identifier: 'CC-BY-SA-3.0-HR',
+ licenseFragments: []
+ },
+
+ CCbysa30cz: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Czech Republic',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/cz/legalcode'],
+ identifier: 'CC-BY-SA-3.0-CZ',
+ licenseFragments: []
+ },
+
+ CCbysa25dk: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Denmark',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/dk/legalcode'],
+ identifier: 'CC-BY-SA-2.5-DK',
+ licenseFragments: []
+ },
+
+ CCbysa30ec: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Ecuador',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ec/legalcode'],
+ identifier: 'CC-BY-SA-3.0-EC',
+ licenseFragments: []
+ },
+
+ CCbysa30eg: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Egypt',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/eg/legalcode'],
+ identifier: 'CC-BY-SA-3.0-EG',
+ licenseFragments: []
+ },
+
+ CCbysa30ee: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Estonia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ee/legalcode'],
+ identifier: 'CC-BY-SA-3.0-EE',
+ licenseFragments: []
+ },
+
+ CCbysa30fr: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 France',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/fr/legalcode'],
+ identifier: 'CC-BY-SA-3.0-FR',
+ licenseFragments: []
+ },
+
+ CCbysa30de: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Germany',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/de/legalcode'],
+ identifier: 'CC-BY-SA-3.0-DE',
+ licenseFragments: []
+ },
+
+ CCbysa30gr: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Greece',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/gr/legalcode'],
+ identifier: 'CC-BY-SA-3.0-GR',
+ licenseFragments: []
+ },
+
+ CCbysa30gt: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Guatemala',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/gt/legalcode'],
+ identifier: 'CC-BY-SA-3.0-GT',
+ licenseFragments: []
+ },
+
+ CCbysa30hk: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Hong Kong',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/hk/legalcode'],
+ identifier: 'CC-BY-SA-3.0-HK',
+ licenseFragments: []
+ },
+
+ CCbysa25hu: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Hungary',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/hu/legalcode'],
+ identifier: 'CC-BY-SA-2.5-HU',
+ licenseFragments: []
+ },
+
+ CCbysa30igo: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 IGO',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/igo/legalcode'],
+ identifier: 'CC-BY-SA-3.0-IGO',
+ licenseFragments: []
+ },
+
+ CCbysa25in: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 India',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/in/legalcode'],
+ identifier: 'CC-BY-SA-2.5-IN',
+ licenseFragments: []
+ },
+
+ CCbysa30ie: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Ireland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ie/legalcode'],
+ identifier: 'CC-BY-SA-3.0-IE',
+ licenseFragments: []
+ },
+
+ CCbysa25il: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Israel',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/il/legalcode'],
+ identifier: 'CC-BY-SA-2.5-IL',
+ licenseFragments: []
+ },
+
+ CCbysa30it: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Italy',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/it/legalcode'],
+ identifier: 'CC-BY-SA-3.0-IT',
+ licenseFragments: []
+ },
+
+ CCbysa21jp: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.1 Japan',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.1/jp/legalcode'],
+ identifier: 'CC-BY-SA-2.1-JP',
+ licenseFragments: []
+ },
+
+ CCbysa30lu: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Luxembourg',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/lu/legalcode'],
+ identifier: 'CC-BY-SA-3.0-LU',
+ licenseFragments: []
+ },
+
+ CCbysa25mk: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Macedonia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/mk/legalcode'],
+ identifier: 'CC-BY-SA-2.5-MK',
+ licenseFragments: []
+ },
+
+ CCbysa25my: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Malaysia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/my/legalcode'],
+ identifier: 'CC-BY-SA-2.5-MY',
+ licenseFragments: []
+ },
+
+ CCbysa25mt: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Malta',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/mt/legalcode'],
+ identifier: 'CC-BY-SA-2.5-MT',
+ licenseFragments: []
+ },
+
+ CCbysa25mx: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Mexico',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/mx/legalcode'],
+ identifier: 'CC-BY-SA-2.5-MX',
+ licenseFragments: []
+ },
+
+ CCbysa30nl: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Netherlands',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/nl/legalcode'],
+ identifier: 'CC-BY-SA-3.0-NL',
+ licenseFragments: []
+ },
+
+ CCbysa30nz: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 New Zealand',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/nz/legalcode'],
+ identifier: 'CC-BY-SA-3.0-NZ',
+ licenseFragments: []
+ },
+
+ CCbysa30no: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Norway',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/no/legalcode'],
+ identifier: 'CC-BY-SA-3.0-NO',
+ licenseFragments: []
+ },
+
+ CCbysa25pe: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Peru',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/pe/legalcode'],
+ identifier: 'CC-BY-SA-2.5-PE',
+ licenseFragments: []
+ },
+
+ CCbysa30ph: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Philippines',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ph/legalcode'],
+ identifier: 'CC-BY-SA-3.0-PH',
+ licenseFragments: []
+ },
+
+ CCbysa30pl: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Poland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/pl/legalcode'],
+ identifier: 'CC-BY-SA-3.0-PL',
+ licenseFragments: []
+ },
+
+ CCbysa30pt: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Portugal',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/pt/legalcode'],
+ identifier: 'CC-BY-SA-3.0-PT',
+ licenseFragments: []
+ },
+
+ CCbysa30pr: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Puerto Rico',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/pr/legalcode'],
+ identifier: 'CC-BY-SA-3.0-PR',
+ licenseFragments: []
+ },
+
+ CCbysa30ro: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Romania',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ro/legalcode'],
+ identifier: 'CC-BY-SA-3.0-RO',
+ licenseFragments: []
+ },
+
+ CCbysa30rs: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Serbia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/rs/legalcode'],
+ identifier: 'CC-BY-SA-3.0-RS',
+ licenseFragments: []
+ },
+
+ CCbysa30sg: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Singapore',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/sg/legalcode'],
+ identifier: 'CC-BY-SA-3.0-SG',
+ licenseFragments: []
+ },
+
+ CCbysa25si: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Slovenia',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/si/legalcode'],
+ identifier: 'CC-BY-SA-2.5-SI',
+ licenseFragments: []
+ },
+
+ CCbysa25za: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 South Africa',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/za/legalcode'],
+ identifier: 'CC-BY-SA-2.5-ZA',
+ licenseFragments: []
+ },
+
+ CCbysa20kr: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.0 Korea',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.0/kr/legalcode'],
+ identifier: 'CC-BY-SA-2.0-KR',
+ licenseFragments: []
+ },
+
+ CCbysa30es: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Spain',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/es/legalcode'],
+ identifier: 'CC-BY-SA-3.0-ES',
+ licenseFragments: []
+ },
+
+ CCbysa25se: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 Sweden',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/se/legalcode'],
+ identifier: 'CC-BY-SA-2.5-SE',
+ licenseFragments: []
+ },
+
+ CCbysa30ch: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Switzerland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ch/legalcode'],
+ identifier: 'CC-BY-SA-3.0-CH',
+ licenseFragments: []
+ },
+
+ CCbysa30tw: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Taiwan',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/tw/legalcode'],
+ identifier: 'CC-BY-SA-3.0-TW',
+ licenseFragments: []
+ },
+
+ CCbysa30th: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Thailand',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/th/legalcode'],
+ identifier: 'CC-BY-SA-3.0-TH',
+ licenseFragments: []
+ },
+
+ CCbysa20uk: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.0 UK: England & Wales',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.0/uk/legalcode'],
+ identifier: 'CC-BY-SA-2.0-UK',
+ licenseFragments: []
+ },
+
+ CCbysa25scotland: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 2.5 UK: Scotland',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/2.5/scotland/legalcode'],
+ identifier: 'CC-BY-SA-2.5-SCOTLAND',
+ licenseFragments: []
+ },
+
+ CCbysa30ug: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Uganda',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ug/legalcode'],
+ identifier: 'CC-BY-SA-3.0-UG',
+ licenseFragments: []
+ },
+
+ CCbysa30us: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 United States',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/us/legalcode'],
+ identifier: 'CC-BY-SA-3.0-US',
+ licenseFragments: []
+ },
+
+ CCbysa30ve: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Venezuela',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/ve/legalcode'],
+ identifier: 'CC-BY-SA-3.0-VE',
+ licenseFragments: []
+ },
+
+ CCbysa30vn: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Vietnam',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/vn/legalcode'],
+ identifier: 'CC-BY-SA-3.0-VN',
+ licenseFragments: []
+ },
+
+ CCbysa30: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 3.0 Unported',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/3.0/legalcode'],
+ identifier: 'CC-BY-SA-3.0',
+ licenseFragments: []
+ },
+
+ CCbysa40: {
+ licenseName: 'Creative Commons Attribution-ShareAlike 4.0 International',
+ canonicalUrl: ['http://creativecommons.org/licenses/by-sa/4.0/legalcode'],
+ identifier: 'CC-BY-SA-4.0',
+ licenseFragments: []
+ }
+
+};