diff --git a/.gitpod/docker-compose.yml b/.gitpod/docker-compose.yml index ad3d472f2..9b764307d 100644 --- a/.gitpod/docker-compose.yml +++ b/.gitpod/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3' +version: "3" services: postgres: diff --git a/.vscode/launch.json b/.vscode/launch.json index 5c679250b..28802f09c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,31 +1,36 @@ { - "version": "0.2.0", - "configurations": [ - { - "name": "Attach python debugger", - "type": "python", - "request": "attach", - "connect": { - "host": "localhost", - "port": 5678 - }, - "django": true - }, - { - "name": "Debug python", - "type": "python", - "request": "launch", - "module": "uvicorn", - "cwd": "${workspaceFolder}/api", - "envFile": "${workspaceFolder}/.gitpod/.env", - "args": [ - "--reload", "config.asgi:application", - "--host", "0.0.0.0", - "--port", "5000", - "--reload-dir", "config/", - "--reload-dir", "funkwhale_api/" - ], - "django": true - } - ] + "version": "0.2.0", + "configurations": [ + { + "name": "Attach python debugger", + "type": "python", + "request": "attach", + "connect": { + "host": "localhost", + "port": 5678 + }, + "django": true + }, + { + "name": "Debug python", + "type": "python", + "request": "launch", + "module": "uvicorn", + "cwd": "${workspaceFolder}/api", + "envFile": "${workspaceFolder}/.gitpod/.env", + "args": [ + "--reload", + "config.asgi:application", + "--host", + "0.0.0.0", + "--port", + "5000", + "--reload-dir", + "config/", + "--reload-dir", + "funkwhale_api/" + ], + "django": true + } + ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 941a97e3d..c4ad2bf02 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,13 +1,10 @@ { - "python.defaultInterpreterPath": "/workspace/funkwhale/api/.venv/bin/python", - "python.testing.cwd": "/workspace/funkwhale/api", - "python.envFile": "/workspace/funkwhale/.gitpod/.env", - "python.testing.pytestArgs": [ - "--cov=funkwhale_api", - "tests/" - ], - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true, - "vitest.enable": true, - "vitest.commandLine": "yarn vitest" + "python.defaultInterpreterPath": "/workspace/funkwhale/api/.venv/bin/python", + "python.testing.cwd": "/workspace/funkwhale/api", + "python.envFile": "/workspace/funkwhale/.gitpod/.env", + "python.testing.pytestArgs": ["--cov=funkwhale_api", "tests/"], + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": true, + "vitest.enable": true, + "vitest.commandLine": "yarn vitest" } diff --git a/api/tests/music/licenses.json b/api/tests/music/licenses.json index f5a7ca9b7..c8ac31b23 100644 --- a/api/tests/music/licenses.json +++ b/api/tests/music/licenses.json @@ -1,4552 +1,3856 @@ [ - { - "code": "LAL-1.3", - "name": "Licence Art Libre 1.3", - "redistribute": true, - "derivative": true, - "commercial": true, - "attribution": true, - "copyleft": true, - "url": "https://artlibre.org/licence/lal", - "identifiers": [ - "http://artlibre.org/licence/lal" - ] - }, - { - "name": "Creative commons - Attribution 1.0", - "code": "cc-by-1.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/1.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by/1.0/" - ] - }, - { - "name": "Creative commons - Attribution 2.0", - "code": "cc-by-2.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.0/" - ] - }, - { - "name": "Creative commons - Attribution 2.5", - "code": "cc-by-2.5", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Argentina", - "code": "cc-by-2.5-ar", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/ar/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/ar/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Bulgaria", - "code": "cc-by-2.5-bg", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/bg/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/bg/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Canada", - "code": "cc-by-2.5-ca", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/ca/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/ca/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Colombia", - "code": "cc-by-2.5-co", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/co/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/co/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Denmark", - "code": "cc-by-2.5-dk", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/dk/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/dk/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Hungary", - "code": "cc-by-2.5-hu", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/hu/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/hu/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Israel", - "code": "cc-by-2.5-il", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/il/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/il/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 India", - "code": "cc-by-2.5-in", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/in/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/in/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Macedonia", - "code": "cc-by-2.5-mk", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/mk/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/mk/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Malta", - "code": "cc-by-2.5-mt", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/mt/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/mt/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Mexico", - "code": "cc-by-2.5-mx", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/mx/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/mx/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Malaysia", - "code": "cc-by-2.5-my", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/my/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/my/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 Peru", - "code": "cc-by-2.5-pe", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/pe/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/pe/" - ] - }, - { - "name": "Creative commons - Attribution 2.5 UK: Scotland", - "code": "cc-by-2.5-scotland", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/2.5/scotland/", - "identifiers": [ - "http://creativecommons.org/licenses/by/2.5/scotland/" - ] - }, - { - "name": "Creative commons - Attribution 3.0", - "code": "cc-by-3.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Austria", - "code": "cc-by-3.0-at", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/at/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/at/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Australia", - "code": "cc-by-3.0-au", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/au/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/au/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Brazil", - "code": "cc-by-3.0-br", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/br/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/br/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Switzerland", - "code": "cc-by-3.0-ch", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ch/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ch/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Chile", - "code": "cc-by-3.0-cl", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/cl/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/cl/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 China Mainland", - "code": "cc-by-3.0-cn", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/cn/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/cn/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Costa Rica", - "code": "cc-by-3.0-cr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/cr/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/cr/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Czech Republic", - "code": "cc-by-3.0-cz", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/cz/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/cz/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Germany", - "code": "cc-by-3.0-de", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/de/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/de/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Ecuador", - "code": "cc-by-3.0-ec", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ec/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ec/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Estonia", - "code": "cc-by-3.0-ee", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ee/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ee/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Egypt", - "code": "cc-by-3.0-eg", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/eg/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/eg/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Spain", - "code": "cc-by-3.0-es", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/es/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/es/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 France", - "code": "cc-by-3.0-fr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/fr/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/fr/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Greece", - "code": "cc-by-3.0-gr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/gr/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/gr/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Guatemala", - "code": "cc-by-3.0-gt", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/gt/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/gt/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Hong Kong", - "code": "cc-by-3.0-hk", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/hk/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/hk/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Croatia", - "code": "cc-by-3.0-hr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/hr/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/hr/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Ireland", - "code": "cc-by-3.0-ie", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ie/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ie/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 IGO", - "code": "cc-by-3.0-igo", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/igo/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/igo/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Italy", - "code": "cc-by-3.0-it", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/it/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/it/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Luxembourg", - "code": "cc-by-3.0-lu", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/lu/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/lu/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Netherlands", - "code": "cc-by-3.0-nl", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/nl/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/nl/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Norway", - "code": "cc-by-3.0-no", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/no/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/no/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 New Zealand", - "code": "cc-by-3.0-nz", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/nz/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/nz/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Philippines", - "code": "cc-by-3.0-ph", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ph/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ph/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Poland", - "code": "cc-by-3.0-pl", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/pl/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/pl/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Puerto Rico", - "code": "cc-by-3.0-pr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/pr/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/pr/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Portugal", - "code": "cc-by-3.0-pt", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/pt/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/pt/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Romania", - "code": "cc-by-3.0-ro", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ro/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ro/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Serbia", - "code": "cc-by-3.0-rs", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/rs/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/rs/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Singapore", - "code": "cc-by-3.0-sg", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/sg/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/sg/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Thailand", - "code": "cc-by-3.0-th", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/th/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/th/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Taiwan", - "code": "cc-by-3.0-tw", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/tw/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/tw/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Uganda", - "code": "cc-by-3.0-ug", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ug/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ug/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 United States", - "code": "cc-by-3.0-us", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/us/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/us/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Venezuela", - "code": "cc-by-3.0-ve", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/ve/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/ve/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 Vietnam", - "code": "cc-by-3.0-vn", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/vn/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/vn/" - ] - }, - { - "name": "Creative commons - Attribution 3.0 South Africa", - "code": "cc-by-3.0-za", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/3.0/za/", - "identifiers": [ - "http://creativecommons.org/licenses/by/3.0/za/" - ] - }, - { - "name": "Creative commons - Attribution 4.0", - "code": "cc-by-4.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by/4.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by/4.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 1.0", - "code": "cc-by-nc-1.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/1.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/1.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.0", - "code": "cc-by-nc-2.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5", - "code": "cc-by-nc-2.5", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Argentina", - "code": "cc-by-nc-2.5-ar", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/ar/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/ar/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Bulgaria", - "code": "cc-by-nc-2.5-bg", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/bg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/bg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Canada", - "code": "cc-by-nc-2.5-ca", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/ca/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/ca/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Colombia", - "code": "cc-by-nc-2.5-co", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/co/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/co/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Denmark", - "code": "cc-by-nc-2.5-dk", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/dk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/dk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Hungary", - "code": "cc-by-nc-2.5-hu", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/hu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/hu/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Israel", - "code": "cc-by-nc-2.5-il", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/il/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/il/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 India", - "code": "cc-by-nc-2.5-in", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/in/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/in/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Macedonia", - "code": "cc-by-nc-2.5-mk", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/mk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/mk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Malta", - "code": "cc-by-nc-2.5-mt", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/mt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/mt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Mexico", - "code": "cc-by-nc-2.5-mx", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/mx/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/mx/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Malaysia", - "code": "cc-by-nc-2.5-my", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/my/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/my/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 Peru", - "code": "cc-by-nc-2.5-pe", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/pe/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/pe/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 2.5 UK: Scotland", - "code": "cc-by-nc-2.5-scotland", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/2.5/scotland/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/2.5/scotland/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0", - "code": "cc-by-nc-3.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Austria", - "code": "cc-by-nc-3.0-at", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/at/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/at/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Australia", - "code": "cc-by-nc-3.0-au", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/au/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/au/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Brazil", - "code": "cc-by-nc-3.0-br", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/br/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/br/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Switzerland", - "code": "cc-by-nc-3.0-ch", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ch/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ch/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Chile", - "code": "cc-by-nc-3.0-cl", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/cl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/cl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 China Mainland", - "code": "cc-by-nc-3.0-cn", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/cn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/cn/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Costa Rica", - "code": "cc-by-nc-3.0-cr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/cr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/cr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Czech Republic", - "code": "cc-by-nc-3.0-cz", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/cz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/cz/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Germany", - "code": "cc-by-nc-3.0-de", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/de/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/de/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Ecuador", - "code": "cc-by-nc-3.0-ec", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ec/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ec/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Estonia", - "code": "cc-by-nc-3.0-ee", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ee/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ee/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Egypt", - "code": "cc-by-nc-3.0-eg", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/eg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/eg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Spain", - "code": "cc-by-nc-3.0-es", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/es/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/es/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 France", - "code": "cc-by-nc-3.0-fr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/fr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/fr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Greece", - "code": "cc-by-nc-3.0-gr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/gr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/gr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Guatemala", - "code": "cc-by-nc-3.0-gt", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/gt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/gt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Hong Kong", - "code": "cc-by-nc-3.0-hk", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/hk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/hk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Croatia", - "code": "cc-by-nc-3.0-hr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/hr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/hr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Ireland", - "code": "cc-by-nc-3.0-ie", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ie/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ie/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 IGO", - "code": "cc-by-nc-3.0-igo", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/igo/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/igo/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Italy", - "code": "cc-by-nc-3.0-it", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/it/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/it/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Luxembourg", - "code": "cc-by-nc-3.0-lu", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/lu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/lu/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Netherlands", - "code": "cc-by-nc-3.0-nl", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/nl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/nl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Norway", - "code": "cc-by-nc-3.0-no", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/no/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/no/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 New Zealand", - "code": "cc-by-nc-3.0-nz", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/nz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/nz/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Philippines", - "code": "cc-by-nc-3.0-ph", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ph/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ph/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Poland", - "code": "cc-by-nc-3.0-pl", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/pl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/pl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Puerto Rico", - "code": "cc-by-nc-3.0-pr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/pr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/pr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Portugal", - "code": "cc-by-nc-3.0-pt", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/pt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/pt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Romania", - "code": "cc-by-nc-3.0-ro", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ro/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ro/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Serbia", - "code": "cc-by-nc-3.0-rs", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/rs/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/rs/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Singapore", - "code": "cc-by-nc-3.0-sg", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/sg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/sg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Thailand", - "code": "cc-by-nc-3.0-th", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/th/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/th/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Taiwan", - "code": "cc-by-nc-3.0-tw", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/tw/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/tw/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Uganda", - "code": "cc-by-nc-3.0-ug", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ug/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ug/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 United States", - "code": "cc-by-nc-3.0-us", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/us/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/us/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Venezuela", - "code": "cc-by-nc-3.0-ve", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/ve/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/ve/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 Vietnam", - "code": "cc-by-nc-3.0-vn", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/vn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/vn/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 3.0 South Africa", - "code": "cc-by-nc-3.0-za", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/3.0/za/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/3.0/za/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial 4.0", - "code": "cc-by-nc-4.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc/4.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc/4.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 1.0", - "code": "cc-by-nc-nd-1.0", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/1.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/1.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.0", - "code": "cc-by-nc-nd-2.0", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5", - "code": "cc-by-nc-nd-2.5", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Argentina", - "code": "cc-by-nc-nd-2.5-ar", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/ar/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/ar/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Bulgaria", - "code": "cc-by-nc-nd-2.5-bg", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/bg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/bg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Canada", - "code": "cc-by-nc-nd-2.5-ca", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/ca/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/ca/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Colombia", - "code": "cc-by-nc-nd-2.5-co", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/co/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/co/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Denmark", - "code": "cc-by-nc-nd-2.5-dk", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/dk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/dk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Hungary", - "code": "cc-by-nc-nd-2.5-hu", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/hu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/hu/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Israel", - "code": "cc-by-nc-nd-2.5-il", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/il/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/il/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 India", - "code": "cc-by-nc-nd-2.5-in", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/in/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/in/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Macedonia", - "code": "cc-by-nc-nd-2.5-mk", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/mk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/mk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Malta", - "code": "cc-by-nc-nd-2.5-mt", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/mt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/mt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Mexico", - "code": "cc-by-nc-nd-2.5-mx", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/mx/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/mx/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Malaysia", - "code": "cc-by-nc-nd-2.5-my", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/my/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/my/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Peru", - "code": "cc-by-nc-nd-2.5-pe", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/pe/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/pe/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 UK: Scotland", - "code": "cc-by-nc-nd-2.5-scotland", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/scotland/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/2.5/scotland/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0", - "code": "cc-by-nc-nd-3.0", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Austria", - "code": "cc-by-nc-nd-3.0-at", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/at/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/at/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Australia", - "code": "cc-by-nc-nd-3.0-au", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/au/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/au/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Brazil", - "code": "cc-by-nc-nd-3.0-br", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/br/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/br/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Switzerland", - "code": "cc-by-nc-nd-3.0-ch", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ch/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ch/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Chile", - "code": "cc-by-nc-nd-3.0-cl", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/cl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 China Mainland", - "code": "cc-by-nc-nd-3.0-cn", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/cn/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Costa Rica", - "code": "cc-by-nc-nd-3.0-cr", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/cr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Czech Republic", - "code": "cc-by-nc-nd-3.0-cz", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/cz/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Germany", - "code": "cc-by-nc-nd-3.0-de", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/de/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/de/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Ecuador", - "code": "cc-by-nc-nd-3.0-ec", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ec/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ec/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Estonia", - "code": "cc-by-nc-nd-3.0-ee", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ee/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ee/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Egypt", - "code": "cc-by-nc-nd-3.0-eg", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/eg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/eg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Spain", - "code": "cc-by-nc-nd-3.0-es", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/es/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/es/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 France", - "code": "cc-by-nc-nd-3.0-fr", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/fr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/fr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Greece", - "code": "cc-by-nc-nd-3.0-gr", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/gr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/gr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Guatemala", - "code": "cc-by-nc-nd-3.0-gt", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/gt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/gt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Hong Kong", - "code": "cc-by-nc-nd-3.0-hk", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/hk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/hk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Croatia", - "code": "cc-by-nc-nd-3.0-hr", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/hr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/hr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Ireland", - "code": "cc-by-nc-nd-3.0-ie", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ie/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ie/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 IGO", - "code": "cc-by-nc-nd-3.0-igo", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/igo/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Italy", - "code": "cc-by-nc-nd-3.0-it", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/it/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/it/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Luxembourg", - "code": "cc-by-nc-nd-3.0-lu", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/lu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/lu/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Netherlands", - "code": "cc-by-nc-nd-3.0-nl", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/nl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/nl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Norway", - "code": "cc-by-nc-nd-3.0-no", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/no/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/no/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 New Zealand", - "code": "cc-by-nc-nd-3.0-nz", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/nz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/nz/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Philippines", - "code": "cc-by-nc-nd-3.0-ph", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ph/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ph/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Poland", - "code": "cc-by-nc-nd-3.0-pl", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/pl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/pl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Puerto Rico", - "code": "cc-by-nc-nd-3.0-pr", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/pr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/pr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Portugal", - "code": "cc-by-nc-nd-3.0-pt", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/pt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/pt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Romania", - "code": "cc-by-nc-nd-3.0-ro", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ro/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ro/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Serbia", - "code": "cc-by-nc-nd-3.0-rs", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/rs/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/rs/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Singapore", - "code": "cc-by-nc-nd-3.0-sg", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/sg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/sg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Thailand", - "code": "cc-by-nc-nd-3.0-th", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/th/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/th/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Taiwan", - "code": "cc-by-nc-nd-3.0-tw", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/tw/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/tw/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Uganda", - "code": "cc-by-nc-nd-3.0-ug", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ug/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ug/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 United States", - "code": "cc-by-nc-nd-3.0-us", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/us/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/us/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Venezuela", - "code": "cc-by-nc-nd-3.0-ve", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ve/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/ve/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Vietnam", - "code": "cc-by-nc-nd-3.0-vn", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/vn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/vn/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 South Africa", - "code": "cc-by-nc-nd-3.0-za", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/za/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/3.0/za/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 4.0", - "code": "cc-by-nc-nd-4.0", - "redistribute": true, - "commercial": false, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-nd/4.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 1.0", - "code": "cc-by-nc-sa-1.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/1.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/1.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.0", - "code": "cc-by-nc-sa-2.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5", - "code": "cc-by-nc-sa-2.5", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Argentina", - "code": "cc-by-nc-sa-2.5-ar", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/ar/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/ar/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Bulgaria", - "code": "cc-by-nc-sa-2.5-bg", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/bg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/bg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Canada", - "code": "cc-by-nc-sa-2.5-ca", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/ca/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Colombia", - "code": "cc-by-nc-sa-2.5-co", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/co/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/co/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Denmark", - "code": "cc-by-nc-sa-2.5-dk", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/dk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/dk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Hungary", - "code": "cc-by-nc-sa-2.5-hu", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/hu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/hu/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Israel", - "code": "cc-by-nc-sa-2.5-il", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/il/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/il/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 India", - "code": "cc-by-nc-sa-2.5-in", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/in/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/in/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Macedonia", - "code": "cc-by-nc-sa-2.5-mk", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/mk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/mk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Malta", - "code": "cc-by-nc-sa-2.5-mt", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/mt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/mt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Mexico", - "code": "cc-by-nc-sa-2.5-mx", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/mx/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/mx/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Malaysia", - "code": "cc-by-nc-sa-2.5-my", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/my/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/my/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Peru", - "code": "cc-by-nc-sa-2.5-pe", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/pe/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/pe/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 UK: Scotland", - "code": "cc-by-nc-sa-2.5-scotland", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/scotland/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/2.5/scotland/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0", - "code": "cc-by-nc-sa-3.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Austria", - "code": "cc-by-nc-sa-3.0-at", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/at/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/at/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Australia", - "code": "cc-by-nc-sa-3.0-au", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/au/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/au/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Brazil", - "code": "cc-by-nc-sa-3.0-br", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/br/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/br/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Switzerland", - "code": "cc-by-nc-sa-3.0-ch", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ch/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ch/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Chile", - "code": "cc-by-nc-sa-3.0-cl", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/cl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 China Mainland", - "code": "cc-by-nc-sa-3.0-cn", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/cn/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Costa Rica", - "code": "cc-by-nc-sa-3.0-cr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/cr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Czech Republic", - "code": "cc-by-nc-sa-3.0-cz", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/cz/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Germany", - "code": "cc-by-nc-sa-3.0-de", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/de/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/de/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Ecuador", - "code": "cc-by-nc-sa-3.0-ec", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ec/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ec/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Estonia", - "code": "cc-by-nc-sa-3.0-ee", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ee/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ee/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Egypt", - "code": "cc-by-nc-sa-3.0-eg", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/eg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/eg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Spain", - "code": "cc-by-nc-sa-3.0-es", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/es/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/es/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 France", - "code": "cc-by-nc-sa-3.0-fr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/fr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/fr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Greece", - "code": "cc-by-nc-sa-3.0-gr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/gr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/gr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Guatemala", - "code": "cc-by-nc-sa-3.0-gt", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/gt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/gt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Hong Kong", - "code": "cc-by-nc-sa-3.0-hk", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/hk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/hk/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Croatia", - "code": "cc-by-nc-sa-3.0-hr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/hr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/hr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Ireland", - "code": "cc-by-nc-sa-3.0-ie", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ie/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ie/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 IGO", - "code": "cc-by-nc-sa-3.0-igo", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/igo/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Italy", - "code": "cc-by-nc-sa-3.0-it", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/it/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/it/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Luxembourg", - "code": "cc-by-nc-sa-3.0-lu", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/lu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/lu/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Netherlands", - "code": "cc-by-nc-sa-3.0-nl", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/nl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/nl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Norway", - "code": "cc-by-nc-sa-3.0-no", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/no/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/no/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 New Zealand", - "code": "cc-by-nc-sa-3.0-nz", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/nz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/nz/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Philippines", - "code": "cc-by-nc-sa-3.0-ph", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ph/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ph/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Poland", - "code": "cc-by-nc-sa-3.0-pl", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/pl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/pl/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Puerto Rico", - "code": "cc-by-nc-sa-3.0-pr", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/pr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/pr/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Portugal", - "code": "cc-by-nc-sa-3.0-pt", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/pt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/pt/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Romania", - "code": "cc-by-nc-sa-3.0-ro", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ro/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ro/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Serbia", - "code": "cc-by-nc-sa-3.0-rs", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/rs/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/rs/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Singapore", - "code": "cc-by-nc-sa-3.0-sg", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/sg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/sg/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Thailand", - "code": "cc-by-nc-sa-3.0-th", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/th/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/th/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Taiwan", - "code": "cc-by-nc-sa-3.0-tw", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/tw/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/tw/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Uganda", - "code": "cc-by-nc-sa-3.0-ug", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ug/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ug/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 United States", - "code": "cc-by-nc-sa-3.0-us", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/us/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/us/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Venezuela", - "code": "cc-by-nc-sa-3.0-ve", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ve/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/ve/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Vietnam", - "code": "cc-by-nc-sa-3.0-vn", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/vn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/vn/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 South Africa", - "code": "cc-by-nc-sa-3.0-za", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/za/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/3.0/za/" - ] - }, - { - "name": "Creative commons - Attribution-NonCommercial-ShareAlike 4.0", - "code": "cc-by-nc-sa-4.0", - "redistribute": true, - "commercial": false, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nc-sa/4.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nc-sa/4.0/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 1.0", - "code": "cc-by-nd-1.0", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/1.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/1.0/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.0", - "code": "cc-by-nd-2.0", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.0/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5", - "code": "cc-by-nd-2.5", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Argentina", - "code": "cc-by-nd-2.5-ar", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/ar/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/ar/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Bulgaria", - "code": "cc-by-nd-2.5-bg", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/bg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/bg/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Canada", - "code": "cc-by-nd-2.5-ca", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/ca/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/ca/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Colombia", - "code": "cc-by-nd-2.5-co", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/co/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/co/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Denmark", - "code": "cc-by-nd-2.5-dk", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/dk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/dk/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Hungary", - "code": "cc-by-nd-2.5-hu", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/hu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/hu/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Israel", - "code": "cc-by-nd-2.5-il", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/il/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/il/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 India", - "code": "cc-by-nd-2.5-in", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/in/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/in/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Macedonia", - "code": "cc-by-nd-2.5-mk", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/mk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/mk/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Malta", - "code": "cc-by-nd-2.5-mt", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/mt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/mt/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Mexico", - "code": "cc-by-nd-2.5-mx", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/mx/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/mx/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Malaysia", - "code": "cc-by-nd-2.5-my", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/my/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/my/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 Peru", - "code": "cc-by-nd-2.5-pe", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/pe/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/pe/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 2.5 UK: Scotland", - "code": "cc-by-nd-2.5-scotland", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/2.5/scotland/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/2.5/scotland/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0", - "code": "cc-by-nd-3.0", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Austria", - "code": "cc-by-nd-3.0-at", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/at/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/at/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Australia", - "code": "cc-by-nd-3.0-au", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/au/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/au/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Brazil", - "code": "cc-by-nd-3.0-br", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/br/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/br/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Switzerland", - "code": "cc-by-nd-3.0-ch", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ch/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ch/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Chile", - "code": "cc-by-nd-3.0-cl", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/cl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/cl/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 China Mainland", - "code": "cc-by-nd-3.0-cn", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/cn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/cn/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Costa Rica", - "code": "cc-by-nd-3.0-cr", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/cr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/cr/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Czech Republic", - "code": "cc-by-nd-3.0-cz", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/cz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/cz/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Germany", - "code": "cc-by-nd-3.0-de", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/de/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/de/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Ecuador", - "code": "cc-by-nd-3.0-ec", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ec/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ec/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Estonia", - "code": "cc-by-nd-3.0-ee", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ee/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ee/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Egypt", - "code": "cc-by-nd-3.0-eg", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/eg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/eg/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Spain", - "code": "cc-by-nd-3.0-es", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/es/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/es/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 France", - "code": "cc-by-nd-3.0-fr", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/fr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/fr/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Greece", - "code": "cc-by-nd-3.0-gr", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/gr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/gr/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Guatemala", - "code": "cc-by-nd-3.0-gt", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/gt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/gt/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Hong Kong", - "code": "cc-by-nd-3.0-hk", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/hk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/hk/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Croatia", - "code": "cc-by-nd-3.0-hr", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/hr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/hr/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Ireland", - "code": "cc-by-nd-3.0-ie", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ie/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ie/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 IGO", - "code": "cc-by-nd-3.0-igo", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/igo/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/igo/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Italy", - "code": "cc-by-nd-3.0-it", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/it/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/it/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Luxembourg", - "code": "cc-by-nd-3.0-lu", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/lu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/lu/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Netherlands", - "code": "cc-by-nd-3.0-nl", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/nl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/nl/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Norway", - "code": "cc-by-nd-3.0-no", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/no/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/no/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 New Zealand", - "code": "cc-by-nd-3.0-nz", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/nz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/nz/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Philippines", - "code": "cc-by-nd-3.0-ph", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ph/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ph/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Poland", - "code": "cc-by-nd-3.0-pl", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/pl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/pl/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Puerto Rico", - "code": "cc-by-nd-3.0-pr", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/pr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/pr/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Portugal", - "code": "cc-by-nd-3.0-pt", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/pt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/pt/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Romania", - "code": "cc-by-nd-3.0-ro", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ro/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ro/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Serbia", - "code": "cc-by-nd-3.0-rs", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/rs/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/rs/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Singapore", - "code": "cc-by-nd-3.0-sg", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/sg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/sg/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Thailand", - "code": "cc-by-nd-3.0-th", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/th/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/th/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Taiwan", - "code": "cc-by-nd-3.0-tw", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/tw/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/tw/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Uganda", - "code": "cc-by-nd-3.0-ug", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ug/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ug/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 United States", - "code": "cc-by-nd-3.0-us", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/us/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/us/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Venezuela", - "code": "cc-by-nd-3.0-ve", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/ve/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/ve/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 Vietnam", - "code": "cc-by-nd-3.0-vn", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/vn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/vn/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 3.0 South Africa", - "code": "cc-by-nd-3.0-za", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/3.0/za/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/3.0/za/" - ] - }, - { - "name": "Creative commons - Attribution-NoDerivatives 4.0", - "code": "cc-by-nd-4.0", - "redistribute": true, - "commercial": true, - "derivative": false, - "copyleft": false, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-nd/4.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-nd/4.0/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 1.0", - "code": "cc-by-sa-1.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/1.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/1.0/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.0", - "code": "cc-by-sa-2.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.0/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5", - "code": "cc-by-sa-2.5", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Argentina", - "code": "cc-by-sa-2.5-ar", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/ar/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/ar/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Bulgaria", - "code": "cc-by-sa-2.5-bg", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/bg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/bg/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Canada", - "code": "cc-by-sa-2.5-ca", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/ca/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/ca/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Colombia", - "code": "cc-by-sa-2.5-co", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/co/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/co/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Denmark", - "code": "cc-by-sa-2.5-dk", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/dk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/dk/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Hungary", - "code": "cc-by-sa-2.5-hu", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/hu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/hu/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Israel", - "code": "cc-by-sa-2.5-il", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/il/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/il/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 India", - "code": "cc-by-sa-2.5-in", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/in/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/in/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Macedonia", - "code": "cc-by-sa-2.5-mk", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/mk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/mk/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Malta", - "code": "cc-by-sa-2.5-mt", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/mt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/mt/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Mexico", - "code": "cc-by-sa-2.5-mx", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/mx/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/mx/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Malaysia", - "code": "cc-by-sa-2.5-my", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/my/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/my/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 Peru", - "code": "cc-by-sa-2.5-pe", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/pe/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/pe/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 2.5 UK: Scotland", - "code": "cc-by-sa-2.5-scotland", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/2.5/scotland/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/2.5/scotland/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0", - "code": "cc-by-sa-3.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Austria", - "code": "cc-by-sa-3.0-at", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/at/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/at/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Australia", - "code": "cc-by-sa-3.0-au", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/au/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/au/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Brazil", - "code": "cc-by-sa-3.0-br", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/br/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/br/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Switzerland", - "code": "cc-by-sa-3.0-ch", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ch/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ch/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Chile", - "code": "cc-by-sa-3.0-cl", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/cl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/cl/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 China Mainland", - "code": "cc-by-sa-3.0-cn", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/cn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/cn/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Costa Rica", - "code": "cc-by-sa-3.0-cr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/cr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/cr/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Czech Republic", - "code": "cc-by-sa-3.0-cz", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/cz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/cz/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Germany", - "code": "cc-by-sa-3.0-de", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/de/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/de/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Ecuador", - "code": "cc-by-sa-3.0-ec", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ec/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ec/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Estonia", - "code": "cc-by-sa-3.0-ee", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ee/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ee/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Egypt", - "code": "cc-by-sa-3.0-eg", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/eg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/eg/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Spain", - "code": "cc-by-sa-3.0-es", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/es/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/es/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 France", - "code": "cc-by-sa-3.0-fr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/fr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/fr/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Greece", - "code": "cc-by-sa-3.0-gr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/gr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/gr/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Guatemala", - "code": "cc-by-sa-3.0-gt", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/gt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/gt/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Hong Kong", - "code": "cc-by-sa-3.0-hk", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/hk/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/hk/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Croatia", - "code": "cc-by-sa-3.0-hr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/hr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/hr/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Ireland", - "code": "cc-by-sa-3.0-ie", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ie/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ie/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 IGO", - "code": "cc-by-sa-3.0-igo", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/igo/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/igo/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Italy", - "code": "cc-by-sa-3.0-it", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/it/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/it/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Luxembourg", - "code": "cc-by-sa-3.0-lu", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/lu/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/lu/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Netherlands", - "code": "cc-by-sa-3.0-nl", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/nl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/nl/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Norway", - "code": "cc-by-sa-3.0-no", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/no/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/no/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 New Zealand", - "code": "cc-by-sa-3.0-nz", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/nz/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/nz/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Philippines", - "code": "cc-by-sa-3.0-ph", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ph/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ph/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Poland", - "code": "cc-by-sa-3.0-pl", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/pl/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/pl/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Puerto Rico", - "code": "cc-by-sa-3.0-pr", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/pr/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/pr/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Portugal", - "code": "cc-by-sa-3.0-pt", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/pt/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/pt/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Romania", - "code": "cc-by-sa-3.0-ro", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ro/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ro/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Serbia", - "code": "cc-by-sa-3.0-rs", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/rs/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/rs/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Singapore", - "code": "cc-by-sa-3.0-sg", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/sg/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/sg/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Thailand", - "code": "cc-by-sa-3.0-th", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/th/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/th/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Taiwan", - "code": "cc-by-sa-3.0-tw", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/tw/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/tw/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Uganda", - "code": "cc-by-sa-3.0-ug", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ug/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ug/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 United States", - "code": "cc-by-sa-3.0-us", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/us/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/us/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Venezuela", - "code": "cc-by-sa-3.0-ve", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/ve/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/ve/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 Vietnam", - "code": "cc-by-sa-3.0-vn", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/vn/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/vn/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 3.0 South Africa", - "code": "cc-by-sa-3.0-za", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/3.0/za/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/3.0/za/" - ] - }, - { - "name": "Creative commons - Attribution-ShareAlike 4.0", - "code": "cc-by-sa-4.0", - "redistribute": true, - "commercial": true, - "derivative": true, - "copyleft": true, - "attribution": true, - "url": "https://creativecommons.org/licenses/by-sa/4.0/", - "identifiers": [ - "http://creativecommons.org/licenses/by-sa/4.0/" - ] - }, - { - "code": "cc0-1.0", - "name": "CC0 - Public domain", - "redistribute": true, - "derivative": true, - "commercial": true, - "attribution": false, - "copyleft": false, - "url": "https://creativecommons.org/publicdomain/zero/1.0/", - "identifiers": [ - "http://creativecommons.org/publicdomain/zero/1.0/" - ] - } + { + "code": "LAL-1.3", + "name": "Licence Art Libre 1.3", + "redistribute": true, + "derivative": true, + "commercial": true, + "attribution": true, + "copyleft": true, + "url": "https://artlibre.org/licence/lal", + "identifiers": ["http://artlibre.org/licence/lal"] + }, + { + "name": "Creative commons - Attribution 1.0", + "code": "cc-by-1.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/1.0/", + "identifiers": ["http://creativecommons.org/licenses/by/1.0/"] + }, + { + "name": "Creative commons - Attribution 2.0", + "code": "cc-by-2.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.0/", + "identifiers": ["http://creativecommons.org/licenses/by/2.0/"] + }, + { + "name": "Creative commons - Attribution 2.5", + "code": "cc-by-2.5", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/"] + }, + { + "name": "Creative commons - Attribution 2.5 Argentina", + "code": "cc-by-2.5-ar", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/ar/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/ar/"] + }, + { + "name": "Creative commons - Attribution 2.5 Bulgaria", + "code": "cc-by-2.5-bg", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/bg/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/bg/"] + }, + { + "name": "Creative commons - Attribution 2.5 Canada", + "code": "cc-by-2.5-ca", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/ca/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/ca/"] + }, + { + "name": "Creative commons - Attribution 2.5 Colombia", + "code": "cc-by-2.5-co", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/co/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/co/"] + }, + { + "name": "Creative commons - Attribution 2.5 Denmark", + "code": "cc-by-2.5-dk", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/dk/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/dk/"] + }, + { + "name": "Creative commons - Attribution 2.5 Hungary", + "code": "cc-by-2.5-hu", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/hu/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/hu/"] + }, + { + "name": "Creative commons - Attribution 2.5 Israel", + "code": "cc-by-2.5-il", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/il/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/il/"] + }, + { + "name": "Creative commons - Attribution 2.5 India", + "code": "cc-by-2.5-in", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/in/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/in/"] + }, + { + "name": "Creative commons - Attribution 2.5 Macedonia", + "code": "cc-by-2.5-mk", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/mk/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/mk/"] + }, + { + "name": "Creative commons - Attribution 2.5 Malta", + "code": "cc-by-2.5-mt", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/mt/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/mt/"] + }, + { + "name": "Creative commons - Attribution 2.5 Mexico", + "code": "cc-by-2.5-mx", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/mx/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/mx/"] + }, + { + "name": "Creative commons - Attribution 2.5 Malaysia", + "code": "cc-by-2.5-my", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/my/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/my/"] + }, + { + "name": "Creative commons - Attribution 2.5 Peru", + "code": "cc-by-2.5-pe", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/pe/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/pe/"] + }, + { + "name": "Creative commons - Attribution 2.5 UK: Scotland", + "code": "cc-by-2.5-scotland", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/2.5/scotland/", + "identifiers": ["http://creativecommons.org/licenses/by/2.5/scotland/"] + }, + { + "name": "Creative commons - Attribution 3.0", + "code": "cc-by-3.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/"] + }, + { + "name": "Creative commons - Attribution 3.0 Austria", + "code": "cc-by-3.0-at", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/at/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/at/"] + }, + { + "name": "Creative commons - Attribution 3.0 Australia", + "code": "cc-by-3.0-au", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/au/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/au/"] + }, + { + "name": "Creative commons - Attribution 3.0 Brazil", + "code": "cc-by-3.0-br", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/br/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/br/"] + }, + { + "name": "Creative commons - Attribution 3.0 Switzerland", + "code": "cc-by-3.0-ch", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ch/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ch/"] + }, + { + "name": "Creative commons - Attribution 3.0 Chile", + "code": "cc-by-3.0-cl", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/cl/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/cl/"] + }, + { + "name": "Creative commons - Attribution 3.0 China Mainland", + "code": "cc-by-3.0-cn", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/cn/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/cn/"] + }, + { + "name": "Creative commons - Attribution 3.0 Costa Rica", + "code": "cc-by-3.0-cr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/cr/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/cr/"] + }, + { + "name": "Creative commons - Attribution 3.0 Czech Republic", + "code": "cc-by-3.0-cz", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/cz/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/cz/"] + }, + { + "name": "Creative commons - Attribution 3.0 Germany", + "code": "cc-by-3.0-de", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/de/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/de/"] + }, + { + "name": "Creative commons - Attribution 3.0 Ecuador", + "code": "cc-by-3.0-ec", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ec/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ec/"] + }, + { + "name": "Creative commons - Attribution 3.0 Estonia", + "code": "cc-by-3.0-ee", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ee/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ee/"] + }, + { + "name": "Creative commons - Attribution 3.0 Egypt", + "code": "cc-by-3.0-eg", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/eg/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/eg/"] + }, + { + "name": "Creative commons - Attribution 3.0 Spain", + "code": "cc-by-3.0-es", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/es/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/es/"] + }, + { + "name": "Creative commons - Attribution 3.0 France", + "code": "cc-by-3.0-fr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/fr/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/fr/"] + }, + { + "name": "Creative commons - Attribution 3.0 Greece", + "code": "cc-by-3.0-gr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/gr/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/gr/"] + }, + { + "name": "Creative commons - Attribution 3.0 Guatemala", + "code": "cc-by-3.0-gt", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/gt/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/gt/"] + }, + { + "name": "Creative commons - Attribution 3.0 Hong Kong", + "code": "cc-by-3.0-hk", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/hk/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/hk/"] + }, + { + "name": "Creative commons - Attribution 3.0 Croatia", + "code": "cc-by-3.0-hr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/hr/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/hr/"] + }, + { + "name": "Creative commons - Attribution 3.0 Ireland", + "code": "cc-by-3.0-ie", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ie/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ie/"] + }, + { + "name": "Creative commons - Attribution 3.0 IGO", + "code": "cc-by-3.0-igo", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/igo/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/igo/"] + }, + { + "name": "Creative commons - Attribution 3.0 Italy", + "code": "cc-by-3.0-it", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/it/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/it/"] + }, + { + "name": "Creative commons - Attribution 3.0 Luxembourg", + "code": "cc-by-3.0-lu", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/lu/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/lu/"] + }, + { + "name": "Creative commons - Attribution 3.0 Netherlands", + "code": "cc-by-3.0-nl", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/nl/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/nl/"] + }, + { + "name": "Creative commons - Attribution 3.0 Norway", + "code": "cc-by-3.0-no", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/no/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/no/"] + }, + { + "name": "Creative commons - Attribution 3.0 New Zealand", + "code": "cc-by-3.0-nz", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/nz/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/nz/"] + }, + { + "name": "Creative commons - Attribution 3.0 Philippines", + "code": "cc-by-3.0-ph", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ph/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ph/"] + }, + { + "name": "Creative commons - Attribution 3.0 Poland", + "code": "cc-by-3.0-pl", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/pl/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/pl/"] + }, + { + "name": "Creative commons - Attribution 3.0 Puerto Rico", + "code": "cc-by-3.0-pr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/pr/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/pr/"] + }, + { + "name": "Creative commons - Attribution 3.0 Portugal", + "code": "cc-by-3.0-pt", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/pt/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/pt/"] + }, + { + "name": "Creative commons - Attribution 3.0 Romania", + "code": "cc-by-3.0-ro", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ro/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ro/"] + }, + { + "name": "Creative commons - Attribution 3.0 Serbia", + "code": "cc-by-3.0-rs", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/rs/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/rs/"] + }, + { + "name": "Creative commons - Attribution 3.0 Singapore", + "code": "cc-by-3.0-sg", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/sg/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/sg/"] + }, + { + "name": "Creative commons - Attribution 3.0 Thailand", + "code": "cc-by-3.0-th", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/th/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/th/"] + }, + { + "name": "Creative commons - Attribution 3.0 Taiwan", + "code": "cc-by-3.0-tw", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/tw/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/tw/"] + }, + { + "name": "Creative commons - Attribution 3.0 Uganda", + "code": "cc-by-3.0-ug", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ug/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ug/"] + }, + { + "name": "Creative commons - Attribution 3.0 United States", + "code": "cc-by-3.0-us", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/us/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/us/"] + }, + { + "name": "Creative commons - Attribution 3.0 Venezuela", + "code": "cc-by-3.0-ve", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/ve/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/ve/"] + }, + { + "name": "Creative commons - Attribution 3.0 Vietnam", + "code": "cc-by-3.0-vn", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/vn/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/vn/"] + }, + { + "name": "Creative commons - Attribution 3.0 South Africa", + "code": "cc-by-3.0-za", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/3.0/za/", + "identifiers": ["http://creativecommons.org/licenses/by/3.0/za/"] + }, + { + "name": "Creative commons - Attribution 4.0", + "code": "cc-by-4.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by/4.0/", + "identifiers": ["http://creativecommons.org/licenses/by/4.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 1.0", + "code": "cc-by-nc-1.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/1.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/1.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.0", + "code": "cc-by-nc-2.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5", + "code": "cc-by-nc-2.5", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Argentina", + "code": "cc-by-nc-2.5-ar", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/ar/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/ar/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Bulgaria", + "code": "cc-by-nc-2.5-bg", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/bg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/bg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Canada", + "code": "cc-by-nc-2.5-ca", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/ca/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/ca/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Colombia", + "code": "cc-by-nc-2.5-co", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/co/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/co/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Denmark", + "code": "cc-by-nc-2.5-dk", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/dk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/dk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Hungary", + "code": "cc-by-nc-2.5-hu", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/hu/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/hu/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Israel", + "code": "cc-by-nc-2.5-il", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/il/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/il/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 India", + "code": "cc-by-nc-2.5-in", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/in/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/in/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Macedonia", + "code": "cc-by-nc-2.5-mk", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/mk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/mk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Malta", + "code": "cc-by-nc-2.5-mt", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/mt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/mt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Mexico", + "code": "cc-by-nc-2.5-mx", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/mx/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/mx/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Malaysia", + "code": "cc-by-nc-2.5-my", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/my/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/my/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 Peru", + "code": "cc-by-nc-2.5-pe", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/pe/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/pe/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 2.5 UK: Scotland", + "code": "cc-by-nc-2.5-scotland", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/2.5/scotland/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/2.5/scotland/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0", + "code": "cc-by-nc-3.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Austria", + "code": "cc-by-nc-3.0-at", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/at/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/at/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Australia", + "code": "cc-by-nc-3.0-au", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/au/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/au/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Brazil", + "code": "cc-by-nc-3.0-br", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/br/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/br/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Switzerland", + "code": "cc-by-nc-3.0-ch", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ch/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ch/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Chile", + "code": "cc-by-nc-3.0-cl", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/cl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/cl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 China Mainland", + "code": "cc-by-nc-3.0-cn", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/cn/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/cn/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Costa Rica", + "code": "cc-by-nc-3.0-cr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/cr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/cr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Czech Republic", + "code": "cc-by-nc-3.0-cz", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/cz/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/cz/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Germany", + "code": "cc-by-nc-3.0-de", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/de/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/de/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Ecuador", + "code": "cc-by-nc-3.0-ec", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ec/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ec/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Estonia", + "code": "cc-by-nc-3.0-ee", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ee/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ee/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Egypt", + "code": "cc-by-nc-3.0-eg", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/eg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/eg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Spain", + "code": "cc-by-nc-3.0-es", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/es/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/es/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 France", + "code": "cc-by-nc-3.0-fr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/fr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/fr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Greece", + "code": "cc-by-nc-3.0-gr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/gr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/gr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Guatemala", + "code": "cc-by-nc-3.0-gt", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/gt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/gt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Hong Kong", + "code": "cc-by-nc-3.0-hk", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/hk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/hk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Croatia", + "code": "cc-by-nc-3.0-hr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/hr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/hr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Ireland", + "code": "cc-by-nc-3.0-ie", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ie/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ie/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 IGO", + "code": "cc-by-nc-3.0-igo", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/igo/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/igo/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Italy", + "code": "cc-by-nc-3.0-it", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/it/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/it/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Luxembourg", + "code": "cc-by-nc-3.0-lu", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/lu/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/lu/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Netherlands", + "code": "cc-by-nc-3.0-nl", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/nl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/nl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Norway", + "code": "cc-by-nc-3.0-no", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/no/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/no/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 New Zealand", + "code": "cc-by-nc-3.0-nz", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/nz/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/nz/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Philippines", + "code": "cc-by-nc-3.0-ph", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ph/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ph/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Poland", + "code": "cc-by-nc-3.0-pl", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/pl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/pl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Puerto Rico", + "code": "cc-by-nc-3.0-pr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/pr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/pr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Portugal", + "code": "cc-by-nc-3.0-pt", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/pt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/pt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Romania", + "code": "cc-by-nc-3.0-ro", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ro/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ro/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Serbia", + "code": "cc-by-nc-3.0-rs", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/rs/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/rs/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Singapore", + "code": "cc-by-nc-3.0-sg", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/sg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/sg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Thailand", + "code": "cc-by-nc-3.0-th", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/th/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/th/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Taiwan", + "code": "cc-by-nc-3.0-tw", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/tw/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/tw/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Uganda", + "code": "cc-by-nc-3.0-ug", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ug/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ug/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 United States", + "code": "cc-by-nc-3.0-us", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/us/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/us/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Venezuela", + "code": "cc-by-nc-3.0-ve", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/ve/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/ve/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 Vietnam", + "code": "cc-by-nc-3.0-vn", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/vn/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/vn/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 3.0 South Africa", + "code": "cc-by-nc-3.0-za", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/3.0/za/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/3.0/za/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial 4.0", + "code": "cc-by-nc-4.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc/4.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc/4.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 1.0", + "code": "cc-by-nc-nd-1.0", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/1.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/1.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.0", + "code": "cc-by-nc-nd-2.0", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5", + "code": "cc-by-nc-nd-2.5", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Argentina", + "code": "cc-by-nc-nd-2.5-ar", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/ar/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/ar/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Bulgaria", + "code": "cc-by-nc-nd-2.5-bg", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/bg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/bg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Canada", + "code": "cc-by-nc-nd-2.5-ca", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/ca/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/ca/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Colombia", + "code": "cc-by-nc-nd-2.5-co", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/co/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/co/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Denmark", + "code": "cc-by-nc-nd-2.5-dk", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/dk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/dk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Hungary", + "code": "cc-by-nc-nd-2.5-hu", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/hu/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/hu/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Israel", + "code": "cc-by-nc-nd-2.5-il", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/il/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/il/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 India", + "code": "cc-by-nc-nd-2.5-in", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/in/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/in/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Macedonia", + "code": "cc-by-nc-nd-2.5-mk", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/mk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/mk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Malta", + "code": "cc-by-nc-nd-2.5-mt", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/mt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/mt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Mexico", + "code": "cc-by-nc-nd-2.5-mx", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/mx/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/mx/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Malaysia", + "code": "cc-by-nc-nd-2.5-my", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/my/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/my/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 Peru", + "code": "cc-by-nc-nd-2.5-pe", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/pe/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/2.5/pe/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 2.5 UK: Scotland", + "code": "cc-by-nc-nd-2.5-scotland", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/scotland/", + "identifiers": [ + "http://creativecommons.org/licenses/by-nc-nd/2.5/scotland/" + ] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0", + "code": "cc-by-nc-nd-3.0", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Austria", + "code": "cc-by-nc-nd-3.0-at", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/at/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/at/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Australia", + "code": "cc-by-nc-nd-3.0-au", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/au/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/au/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Brazil", + "code": "cc-by-nc-nd-3.0-br", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/br/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/br/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Switzerland", + "code": "cc-by-nc-nd-3.0-ch", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ch/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ch/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Chile", + "code": "cc-by-nc-nd-3.0-cl", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/cl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 China Mainland", + "code": "cc-by-nc-nd-3.0-cn", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cn/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/cn/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Costa Rica", + "code": "cc-by-nc-nd-3.0-cr", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/cr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Czech Republic", + "code": "cc-by-nc-nd-3.0-cz", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/cz/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/cz/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Germany", + "code": "cc-by-nc-nd-3.0-de", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/de/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/de/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Ecuador", + "code": "cc-by-nc-nd-3.0-ec", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ec/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ec/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Estonia", + "code": "cc-by-nc-nd-3.0-ee", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ee/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ee/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Egypt", + "code": "cc-by-nc-nd-3.0-eg", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/eg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/eg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Spain", + "code": "cc-by-nc-nd-3.0-es", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/es/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/es/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 France", + "code": "cc-by-nc-nd-3.0-fr", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/fr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/fr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Greece", + "code": "cc-by-nc-nd-3.0-gr", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/gr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/gr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Guatemala", + "code": "cc-by-nc-nd-3.0-gt", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/gt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/gt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Hong Kong", + "code": "cc-by-nc-nd-3.0-hk", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/hk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/hk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Croatia", + "code": "cc-by-nc-nd-3.0-hr", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/hr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/hr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Ireland", + "code": "cc-by-nc-nd-3.0-ie", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ie/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ie/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 IGO", + "code": "cc-by-nc-nd-3.0-igo", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/igo/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Italy", + "code": "cc-by-nc-nd-3.0-it", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/it/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/it/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Luxembourg", + "code": "cc-by-nc-nd-3.0-lu", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/lu/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/lu/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Netherlands", + "code": "cc-by-nc-nd-3.0-nl", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/nl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/nl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Norway", + "code": "cc-by-nc-nd-3.0-no", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/no/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/no/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 New Zealand", + "code": "cc-by-nc-nd-3.0-nz", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/nz/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/nz/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Philippines", + "code": "cc-by-nc-nd-3.0-ph", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ph/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ph/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Poland", + "code": "cc-by-nc-nd-3.0-pl", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/pl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/pl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Puerto Rico", + "code": "cc-by-nc-nd-3.0-pr", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/pr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/pr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Portugal", + "code": "cc-by-nc-nd-3.0-pt", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/pt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/pt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Romania", + "code": "cc-by-nc-nd-3.0-ro", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ro/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ro/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Serbia", + "code": "cc-by-nc-nd-3.0-rs", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/rs/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/rs/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Singapore", + "code": "cc-by-nc-nd-3.0-sg", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/sg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/sg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Thailand", + "code": "cc-by-nc-nd-3.0-th", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/th/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/th/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Taiwan", + "code": "cc-by-nc-nd-3.0-tw", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/tw/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/tw/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Uganda", + "code": "cc-by-nc-nd-3.0-ug", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ug/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ug/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 United States", + "code": "cc-by-nc-nd-3.0-us", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/us/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/us/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Venezuela", + "code": "cc-by-nc-nd-3.0-ve", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/ve/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/ve/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 Vietnam", + "code": "cc-by-nc-nd-3.0-vn", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/vn/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/vn/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 3.0 South Africa", + "code": "cc-by-nc-nd-3.0-za", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/za/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/3.0/za/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-NoDerivatives 4.0", + "code": "cc-by-nc-nd-4.0", + "redistribute": true, + "commercial": false, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-nd/4.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 1.0", + "code": "cc-by-nc-sa-1.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/1.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/1.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.0", + "code": "cc-by-nc-sa-2.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5", + "code": "cc-by-nc-sa-2.5", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Argentina", + "code": "cc-by-nc-sa-2.5-ar", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/ar/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/ar/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Bulgaria", + "code": "cc-by-nc-sa-2.5-bg", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/bg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/bg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Canada", + "code": "cc-by-nc-sa-2.5-ca", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/ca/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/ca/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Colombia", + "code": "cc-by-nc-sa-2.5-co", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/co/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/co/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Denmark", + "code": "cc-by-nc-sa-2.5-dk", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/dk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/dk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Hungary", + "code": "cc-by-nc-sa-2.5-hu", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/hu/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/hu/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Israel", + "code": "cc-by-nc-sa-2.5-il", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/il/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/il/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 India", + "code": "cc-by-nc-sa-2.5-in", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/in/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/in/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Macedonia", + "code": "cc-by-nc-sa-2.5-mk", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/mk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/mk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Malta", + "code": "cc-by-nc-sa-2.5-mt", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/mt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/mt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Mexico", + "code": "cc-by-nc-sa-2.5-mx", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/mx/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/mx/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Malaysia", + "code": "cc-by-nc-sa-2.5-my", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/my/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/my/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 Peru", + "code": "cc-by-nc-sa-2.5-pe", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/pe/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/2.5/pe/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 2.5 UK: Scotland", + "code": "cc-by-nc-sa-2.5-scotland", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/scotland/", + "identifiers": [ + "http://creativecommons.org/licenses/by-nc-sa/2.5/scotland/" + ] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0", + "code": "cc-by-nc-sa-3.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Austria", + "code": "cc-by-nc-sa-3.0-at", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/at/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/at/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Australia", + "code": "cc-by-nc-sa-3.0-au", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/au/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/au/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Brazil", + "code": "cc-by-nc-sa-3.0-br", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/br/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/br/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Switzerland", + "code": "cc-by-nc-sa-3.0-ch", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ch/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ch/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Chile", + "code": "cc-by-nc-sa-3.0-cl", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/cl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 China Mainland", + "code": "cc-by-nc-sa-3.0-cn", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cn/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/cn/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Costa Rica", + "code": "cc-by-nc-sa-3.0-cr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/cr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Czech Republic", + "code": "cc-by-nc-sa-3.0-cz", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/cz/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/cz/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Germany", + "code": "cc-by-nc-sa-3.0-de", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/de/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/de/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Ecuador", + "code": "cc-by-nc-sa-3.0-ec", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ec/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ec/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Estonia", + "code": "cc-by-nc-sa-3.0-ee", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ee/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ee/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Egypt", + "code": "cc-by-nc-sa-3.0-eg", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/eg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/eg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Spain", + "code": "cc-by-nc-sa-3.0-es", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/es/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/es/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 France", + "code": "cc-by-nc-sa-3.0-fr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/fr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/fr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Greece", + "code": "cc-by-nc-sa-3.0-gr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/gr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/gr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Guatemala", + "code": "cc-by-nc-sa-3.0-gt", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/gt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/gt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Hong Kong", + "code": "cc-by-nc-sa-3.0-hk", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/hk/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/hk/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Croatia", + "code": "cc-by-nc-sa-3.0-hr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/hr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/hr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Ireland", + "code": "cc-by-nc-sa-3.0-ie", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ie/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ie/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 IGO", + "code": "cc-by-nc-sa-3.0-igo", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/igo/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Italy", + "code": "cc-by-nc-sa-3.0-it", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/it/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/it/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Luxembourg", + "code": "cc-by-nc-sa-3.0-lu", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/lu/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/lu/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Netherlands", + "code": "cc-by-nc-sa-3.0-nl", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/nl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/nl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Norway", + "code": "cc-by-nc-sa-3.0-no", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/no/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/no/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 New Zealand", + "code": "cc-by-nc-sa-3.0-nz", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/nz/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/nz/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Philippines", + "code": "cc-by-nc-sa-3.0-ph", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ph/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ph/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Poland", + "code": "cc-by-nc-sa-3.0-pl", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/pl/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/pl/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Puerto Rico", + "code": "cc-by-nc-sa-3.0-pr", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/pr/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/pr/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Portugal", + "code": "cc-by-nc-sa-3.0-pt", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/pt/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/pt/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Romania", + "code": "cc-by-nc-sa-3.0-ro", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ro/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ro/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Serbia", + "code": "cc-by-nc-sa-3.0-rs", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/rs/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/rs/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Singapore", + "code": "cc-by-nc-sa-3.0-sg", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/sg/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/sg/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Thailand", + "code": "cc-by-nc-sa-3.0-th", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/th/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/th/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Taiwan", + "code": "cc-by-nc-sa-3.0-tw", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/tw/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/tw/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Uganda", + "code": "cc-by-nc-sa-3.0-ug", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ug/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ug/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 United States", + "code": "cc-by-nc-sa-3.0-us", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/us/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/us/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Venezuela", + "code": "cc-by-nc-sa-3.0-ve", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/ve/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/ve/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 Vietnam", + "code": "cc-by-nc-sa-3.0-vn", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/vn/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/vn/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 3.0 South Africa", + "code": "cc-by-nc-sa-3.0-za", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/za/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/3.0/za/"] + }, + { + "name": "Creative commons - Attribution-NonCommercial-ShareAlike 4.0", + "code": "cc-by-nc-sa-4.0", + "redistribute": true, + "commercial": false, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nc-sa/4.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nc-sa/4.0/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 1.0", + "code": "cc-by-nd-1.0", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/1.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/1.0/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.0", + "code": "cc-by-nd-2.0", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.0/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5", + "code": "cc-by-nd-2.5", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Argentina", + "code": "cc-by-nd-2.5-ar", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/ar/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/ar/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Bulgaria", + "code": "cc-by-nd-2.5-bg", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/bg/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/bg/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Canada", + "code": "cc-by-nd-2.5-ca", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/ca/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/ca/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Colombia", + "code": "cc-by-nd-2.5-co", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/co/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/co/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Denmark", + "code": "cc-by-nd-2.5-dk", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/dk/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/dk/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Hungary", + "code": "cc-by-nd-2.5-hu", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/hu/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/hu/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Israel", + "code": "cc-by-nd-2.5-il", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/il/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/il/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 India", + "code": "cc-by-nd-2.5-in", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/in/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/in/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Macedonia", + "code": "cc-by-nd-2.5-mk", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/mk/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/mk/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Malta", + "code": "cc-by-nd-2.5-mt", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/mt/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/mt/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Mexico", + "code": "cc-by-nd-2.5-mx", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/mx/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/mx/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Malaysia", + "code": "cc-by-nd-2.5-my", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/my/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/my/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 Peru", + "code": "cc-by-nd-2.5-pe", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/pe/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/pe/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 2.5 UK: Scotland", + "code": "cc-by-nd-2.5-scotland", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/2.5/scotland/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/2.5/scotland/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0", + "code": "cc-by-nd-3.0", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Austria", + "code": "cc-by-nd-3.0-at", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/at/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/at/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Australia", + "code": "cc-by-nd-3.0-au", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/au/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/au/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Brazil", + "code": "cc-by-nd-3.0-br", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/br/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/br/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Switzerland", + "code": "cc-by-nd-3.0-ch", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ch/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ch/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Chile", + "code": "cc-by-nd-3.0-cl", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/cl/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/cl/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 China Mainland", + "code": "cc-by-nd-3.0-cn", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/cn/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/cn/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Costa Rica", + "code": "cc-by-nd-3.0-cr", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/cr/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/cr/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Czech Republic", + "code": "cc-by-nd-3.0-cz", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/cz/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/cz/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Germany", + "code": "cc-by-nd-3.0-de", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/de/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/de/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Ecuador", + "code": "cc-by-nd-3.0-ec", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ec/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ec/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Estonia", + "code": "cc-by-nd-3.0-ee", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ee/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ee/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Egypt", + "code": "cc-by-nd-3.0-eg", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/eg/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/eg/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Spain", + "code": "cc-by-nd-3.0-es", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/es/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/es/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 France", + "code": "cc-by-nd-3.0-fr", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/fr/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/fr/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Greece", + "code": "cc-by-nd-3.0-gr", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/gr/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/gr/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Guatemala", + "code": "cc-by-nd-3.0-gt", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/gt/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/gt/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Hong Kong", + "code": "cc-by-nd-3.0-hk", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/hk/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/hk/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Croatia", + "code": "cc-by-nd-3.0-hr", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/hr/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/hr/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Ireland", + "code": "cc-by-nd-3.0-ie", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ie/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ie/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 IGO", + "code": "cc-by-nd-3.0-igo", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/igo/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/igo/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Italy", + "code": "cc-by-nd-3.0-it", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/it/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/it/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Luxembourg", + "code": "cc-by-nd-3.0-lu", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/lu/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/lu/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Netherlands", + "code": "cc-by-nd-3.0-nl", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/nl/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/nl/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Norway", + "code": "cc-by-nd-3.0-no", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/no/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/no/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 New Zealand", + "code": "cc-by-nd-3.0-nz", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/nz/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/nz/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Philippines", + "code": "cc-by-nd-3.0-ph", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ph/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ph/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Poland", + "code": "cc-by-nd-3.0-pl", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/pl/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/pl/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Puerto Rico", + "code": "cc-by-nd-3.0-pr", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/pr/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/pr/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Portugal", + "code": "cc-by-nd-3.0-pt", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/pt/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/pt/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Romania", + "code": "cc-by-nd-3.0-ro", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ro/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ro/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Serbia", + "code": "cc-by-nd-3.0-rs", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/rs/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/rs/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Singapore", + "code": "cc-by-nd-3.0-sg", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/sg/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/sg/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Thailand", + "code": "cc-by-nd-3.0-th", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/th/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/th/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Taiwan", + "code": "cc-by-nd-3.0-tw", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/tw/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/tw/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Uganda", + "code": "cc-by-nd-3.0-ug", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ug/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ug/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 United States", + "code": "cc-by-nd-3.0-us", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/us/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/us/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Venezuela", + "code": "cc-by-nd-3.0-ve", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/ve/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/ve/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 Vietnam", + "code": "cc-by-nd-3.0-vn", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/vn/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/vn/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 3.0 South Africa", + "code": "cc-by-nd-3.0-za", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/3.0/za/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/3.0/za/"] + }, + { + "name": "Creative commons - Attribution-NoDerivatives 4.0", + "code": "cc-by-nd-4.0", + "redistribute": true, + "commercial": true, + "derivative": false, + "copyleft": false, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-nd/4.0/", + "identifiers": ["http://creativecommons.org/licenses/by-nd/4.0/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 1.0", + "code": "cc-by-sa-1.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/1.0/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/1.0/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.0", + "code": "cc-by-sa-2.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.0/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.0/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5", + "code": "cc-by-sa-2.5", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Argentina", + "code": "cc-by-sa-2.5-ar", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/ar/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/ar/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Bulgaria", + "code": "cc-by-sa-2.5-bg", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/bg/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/bg/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Canada", + "code": "cc-by-sa-2.5-ca", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/ca/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/ca/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Colombia", + "code": "cc-by-sa-2.5-co", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/co/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/co/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Denmark", + "code": "cc-by-sa-2.5-dk", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/dk/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/dk/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Hungary", + "code": "cc-by-sa-2.5-hu", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/hu/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/hu/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Israel", + "code": "cc-by-sa-2.5-il", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/il/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/il/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 India", + "code": "cc-by-sa-2.5-in", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/in/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/in/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Macedonia", + "code": "cc-by-sa-2.5-mk", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/mk/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/mk/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Malta", + "code": "cc-by-sa-2.5-mt", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/mt/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/mt/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Mexico", + "code": "cc-by-sa-2.5-mx", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/mx/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/mx/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Malaysia", + "code": "cc-by-sa-2.5-my", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/my/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/my/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 Peru", + "code": "cc-by-sa-2.5-pe", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/pe/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/pe/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 2.5 UK: Scotland", + "code": "cc-by-sa-2.5-scotland", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/2.5/scotland/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/2.5/scotland/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0", + "code": "cc-by-sa-3.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Austria", + "code": "cc-by-sa-3.0-at", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/at/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/at/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Australia", + "code": "cc-by-sa-3.0-au", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/au/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/au/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Brazil", + "code": "cc-by-sa-3.0-br", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/br/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/br/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Switzerland", + "code": "cc-by-sa-3.0-ch", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ch/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ch/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Chile", + "code": "cc-by-sa-3.0-cl", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/cl/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/cl/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 China Mainland", + "code": "cc-by-sa-3.0-cn", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/cn/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/cn/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Costa Rica", + "code": "cc-by-sa-3.0-cr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/cr/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/cr/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Czech Republic", + "code": "cc-by-sa-3.0-cz", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/cz/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/cz/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Germany", + "code": "cc-by-sa-3.0-de", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/de/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/de/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Ecuador", + "code": "cc-by-sa-3.0-ec", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ec/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ec/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Estonia", + "code": "cc-by-sa-3.0-ee", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ee/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ee/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Egypt", + "code": "cc-by-sa-3.0-eg", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/eg/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/eg/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Spain", + "code": "cc-by-sa-3.0-es", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/es/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/es/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 France", + "code": "cc-by-sa-3.0-fr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/fr/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/fr/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Greece", + "code": "cc-by-sa-3.0-gr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/gr/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/gr/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Guatemala", + "code": "cc-by-sa-3.0-gt", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/gt/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/gt/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Hong Kong", + "code": "cc-by-sa-3.0-hk", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/hk/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/hk/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Croatia", + "code": "cc-by-sa-3.0-hr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/hr/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/hr/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Ireland", + "code": "cc-by-sa-3.0-ie", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ie/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ie/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 IGO", + "code": "cc-by-sa-3.0-igo", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/igo/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/igo/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Italy", + "code": "cc-by-sa-3.0-it", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/it/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/it/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Luxembourg", + "code": "cc-by-sa-3.0-lu", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/lu/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/lu/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Netherlands", + "code": "cc-by-sa-3.0-nl", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/nl/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/nl/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Norway", + "code": "cc-by-sa-3.0-no", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/no/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/no/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 New Zealand", + "code": "cc-by-sa-3.0-nz", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/nz/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/nz/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Philippines", + "code": "cc-by-sa-3.0-ph", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ph/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ph/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Poland", + "code": "cc-by-sa-3.0-pl", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/pl/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/pl/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Puerto Rico", + "code": "cc-by-sa-3.0-pr", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/pr/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/pr/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Portugal", + "code": "cc-by-sa-3.0-pt", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/pt/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/pt/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Romania", + "code": "cc-by-sa-3.0-ro", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ro/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ro/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Serbia", + "code": "cc-by-sa-3.0-rs", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/rs/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/rs/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Singapore", + "code": "cc-by-sa-3.0-sg", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/sg/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/sg/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Thailand", + "code": "cc-by-sa-3.0-th", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/th/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/th/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Taiwan", + "code": "cc-by-sa-3.0-tw", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/tw/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/tw/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Uganda", + "code": "cc-by-sa-3.0-ug", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ug/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ug/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 United States", + "code": "cc-by-sa-3.0-us", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/us/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/us/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Venezuela", + "code": "cc-by-sa-3.0-ve", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/ve/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/ve/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 Vietnam", + "code": "cc-by-sa-3.0-vn", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/vn/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/vn/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 3.0 South Africa", + "code": "cc-by-sa-3.0-za", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/3.0/za/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/3.0/za/"] + }, + { + "name": "Creative commons - Attribution-ShareAlike 4.0", + "code": "cc-by-sa-4.0", + "redistribute": true, + "commercial": true, + "derivative": true, + "copyleft": true, + "attribution": true, + "url": "https://creativecommons.org/licenses/by-sa/4.0/", + "identifiers": ["http://creativecommons.org/licenses/by-sa/4.0/"] + }, + { + "code": "cc0-1.0", + "name": "CC0 - Public domain", + "redistribute": true, + "derivative": true, + "commercial": true, + "attribution": false, + "copyleft": false, + "url": "https://creativecommons.org/publicdomain/zero/1.0/", + "identifiers": ["http://creativecommons.org/publicdomain/zero/1.0/"] + } ] diff --git a/deploy/Gentoo/README.md b/deploy/Gentoo/README.md index 1c04f8729..04cbc1a3b 100644 --- a/deploy/Gentoo/README.md +++ b/deploy/Gentoo/README.md @@ -1,6 +1,6 @@ ### Gentoo init scripts -Copy the files to `/etc/init.d/` +Copy the files to `/etc/init.d/` ``` # cp /path/to/scripts/funkwhale_* /etc/init.d/ diff --git a/dev.yml b/dev.yml index 1ffe83a3e..4ef770323 100644 --- a/dev.yml +++ b/dev.yml @@ -87,7 +87,6 @@ services: - "node2.funkwhale.test:172.17.0.1" - "node3.funkwhale.test:172.17.0.1" - celeryworker: env_file: - .env.dev @@ -118,7 +117,6 @@ services: - "node2.funkwhale.test:172.17.0.1" - "node3.funkwhale.test:172.17.0.1" - nginx: command: /entrypoint.sh env_file: @@ -193,10 +191,8 @@ services: # - federation # - internal - - networks: - ? internal + internal: federation: external: name: federation diff --git a/docker/traefik.yml b/docker/traefik.yml index 0b15b3290..f495a6b42 100644 --- a/docker/traefik.yml +++ b/docker/traefik.yml @@ -1,4 +1,4 @@ -version: '2.1' +version: "2.1" services: traefik: @@ -9,13 +9,12 @@ services: - ./ssl/test.key:/ssl/traefik.key - ./ssl/test.crt:/ssl/traefik.crt ports: - - '80:80' - - '443:443' - - '8040:8040' + - "80:80" + - "443:443" + - "8040:8040" networks: federation: - networks: federation: external: diff --git a/docs/administrator_documentation/configuration_docs/env_file.md b/docs/administrator_documentation/configuration_docs/env_file.md index 8caa938cb..589e9061d 100644 --- a/docs/administrator_documentation/configuration_docs/env_file.md +++ b/docs/administrator_documentation/configuration_docs/env_file.md @@ -9,18 +9,18 @@ You need to restart your Funkwhale services after changing your `.env` file. :::{tab-item} Debian :sync: debian - ```{code-block} sh - sudo systemctl restart funkwhale.target - ``` +```{code-block} sh +sudo systemctl restart funkwhale.target +``` ::: :::{tab-item} Docker :sync: docker - ```{code-block} sh - docker-compose restart - ``` +```{code-block} sh +docker-compose restart +``` ::: :::: diff --git a/docs/administrator_documentation/configuration_docs/instance_settings.md b/docs/administrator_documentation/configuration_docs/instance_settings.md index 663105234..be32287c9 100644 --- a/docs/administrator_documentation/configuration_docs/instance_settings.md +++ b/docs/administrator_documentation/configuration_docs/instance_settings.md @@ -12,6 +12,7 @@ To find your instance settings: 1. Log in to your {term}`pod`. 2. Select the wrench icon ({fa}`wrench`) at the top of the sidebar to open the {guilabel}`Administration` menu. 3. Select {guilabel}`Settings`. The {guilabel}`Instance settings` page opens. + ::: :::{tab-item} Mobile diff --git a/docs/administrator_documentation/configuration_docs/mrf.md b/docs/administrator_documentation/configuration_docs/mrf.md index f9eba979a..219a152e3 100644 --- a/docs/administrator_documentation/configuration_docs/mrf.md +++ b/docs/administrator_documentation/configuration_docs/mrf.md @@ -84,123 +84,123 @@ To make the job of writing and debugging MRF policies easier, we provide a manag - List registered MRF policies. - ::::{tab-set} + ::::{tab-set} - :::{tab-item} Debian - :sync: debian + :::{tab-item} Debian + :sync: debian - ```{code-block} sh - poetry run python manage.py mrf_check --list - ``` + ```{code-block} sh + poetry run python manage.py mrf_check --list + ``` - ::: + ::: - :::{tab-item} Docker - :sync: docker + :::{tab-item} Docker + :sync: docker - ```{code-block} sh - docker-compose run --rm api python manage.py mrf_check --list - ``` + ```{code-block} sh + docker-compose run --rm api python manage.py mrf_check --list + ``` - ::: - :::: + ::: + :::: - Check how your MRF policy handles a follow. - ::::{tab-set} + ::::{tab-set} - :::{tab-item} Debian - :sync: debian + :::{tab-item} Debian + :sync: debian - ```{code-block} sh - export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}' - echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains - ``` + ```{code-block} sh + export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}' + echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains + ``` - ::: + ::: - :::{tab-item} Docker - :sync: docker + :::{tab-item} Docker + :sync: docker - ```{code-block} sh - export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}' - echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains - ``` + ```{code-block} sh + export MRF_MESSAGE='{"actor": "https://normal.domain/@alice", "type": "Create", "object": {"type": "Follow"}}' + echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains + ``` - :::: + :::: - Check how your MRF handles a problematic follow. - ::::{tab-set} + ::::{tab-set} - :::{tab-item} Debian - :sync: debian + :::{tab-item} Debian + :sync: debian - ```{code-block} sh - export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}' - echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains - ``` + ```{code-block} sh + export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}' + echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox - -p blocked_follow_domains + ``` - ::: + ::: - :::{tab-item} Docker - :sync: docker + :::{tab-item} Docker + :sync: docker - ```{code-block} sh - export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}' - echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains - ``` + ```{code-block} sh + export MRF_MESSAGE='{"actor": "https://botdomain.org/@bob", "type": "Create", "object": {"type": "Follow"}}' + echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox - -p blocked_follow_domains + ``` - ::: - :::: + ::: + :::: - Check a payload against activity already present in the database. You can find the UUID of an activity by visiting `/api/admin/federation/activity`. - ::::{tab-set} + ::::{tab-set} - :::{tab-item} Debian - :sync: debian + :::{tab-item} Debian + :sync: debian - ```{code-block} sh - export ACTIVITY_UUID="06208aea-c687-4e8b-aefd-22f1c3f76039" - echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox $ACTIVITY_UUID -p blocked_follow_domains - ``` + ```{code-block} sh + export ACTIVITY_UUID="06208aea-c687-4e8b-aefd-22f1c3f76039" + echo $MRF_MESSAGE | poetry run python manage.py mrf_check inbox $ACTIVITY_UUID -p blocked_follow_domains + ``` - ::: + ::: - :::{tab-item} Docker - :sync: docker + :::{tab-item} Docker + :sync: docker - ```{code-block} sh + ```{code-block} sh - export ACTIVITY_UUID="06208aea-c687-4e8b-aefd-22f1c3f76039" + export ACTIVITY_UUID="06208aea-c687-4e8b-aefd-22f1c3f76039" - echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox $ACTIVITY_UUID -p blocked_follow_domains + echo $MRF_MESSAGE | docker-compose run --rm api python manage.py mrf_check inbox $ACTIVITY_UUID -p blocked_follow_domains - ``` + ``` - ::: - :::: + ::: + :::: There are extra options for testing MRF policies. Check the command help for more options. - ::::{tab-set} +::::{tab-set} - :::{tab-item} Debian - :sync: debian +:::{tab-item} Debian +:sync: debian - ```{code-block} sh - poetry run python manage.py mrf_check --help - ``` +```{code-block} sh +poetry run python manage.py mrf_check --help +``` - ::: +::: - :::{tab-item} Docker - :sync: docker +:::{tab-item} Docker +:sync: docker - ```{code-block} sh - docker-compose run --rm api python manage.py mrf_check --help - ``` +```{code-block} sh +docker-compose run --rm api python manage.py mrf_check --help +``` - ::: - :::: +::: +:::: diff --git a/docs/administrator_documentation/installation_docs/debian.md b/docs/administrator_documentation/installation_docs/debian.md index 0c6fcb607..526c223f6 100644 --- a/docs/administrator_documentation/installation_docs/debian.md +++ b/docs/administrator_documentation/installation_docs/debian.md @@ -11,16 +11,16 @@ We support [Debian](https://debian.org) and Debian-based Linux distributions. Fo - Set a `FUNKWHALE_VERSION` variable to the version you want to install. You will use this version for all commands in this guide. - ```{parsed-literal} - export FUNKWHALE_VERSION={sub-ref}`version` - ``` + ```{parsed-literal} + export FUNKWHALE_VERSION={sub-ref}`version` + ``` - Install `curl` - ```{code-block} sh - sudo apt update # update apt cache - sudo apt install curl - ``` + ```{code-block} sh + sudo apt update # update apt cache + sudo apt install curl + ``` ## 1. Install Funkwhale dependencies @@ -169,18 +169,19 @@ The environment file contains options you can use to control your Funkwhale pod. ``` 5. Update the following settings: + - Paste the secret key in the `DJANGO_SECRET_KEY` field. - Populate the `DATABASE_URL` field: - ```{code-block} text - DATABASE_URL=postgresql://funkwhale@:5432/funkwhale - ``` + ```{code-block} text + DATABASE_URL=postgresql://funkwhale@:5432/funkwhale + ``` - Populate the `CACHE_URL` field: - ```{code-block} text - CACHE_URL=redis://127.0.0.1:6379/0 - ``` + ```{code-block} text + CACHE_URL=redis://127.0.0.1:6379/0 + ``` - Populate the `FUNKWHALE_HOSTNAME` field with the domain name of your server. diff --git a/docs/administrator_documentation/installation_docs/docker.md b/docs/administrator_documentation/installation_docs/docker.md index 5b4387d0d..16a74e573 100644 --- a/docs/administrator_documentation/installation_docs/docker.md +++ b/docs/administrator_documentation/installation_docs/docker.md @@ -14,17 +14,17 @@ This guide assumes you are using a [Debian](https://debian.org)-based system. - Set a `FUNKWHALE_VERSION` variable to the version you want to install. You will use this version for all commands in this guide. - ```{parsed-literal} - export FUNKWHALE_VERSION={sub-ref}`version` - ``` + ```{parsed-literal} + export FUNKWHALE_VERSION={sub-ref}`version` + ``` - Install [Docker](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/). - Install `curl`. - ```{code-block} sh - sudo apt update # update apt cache - sudo apt install curl - ``` + ```{code-block} sh + sudo apt update # update apt cache + sudo apt install curl + ``` ## 1. Download the project files @@ -83,8 +83,9 @@ The environment file contains options you can use to control your Funkwhale pod. ``` 6. Update the following settings: - - Paste the secret key in the `DJANGO_SECRET_KEY` field. - - Populate the `FUNKWHALE_HOSTNAME` field with the URL of your server. + + - Paste the secret key in the `DJANGO_SECRET_KEY` field. + - Populate the `FUNKWHALE_HOSTNAME` field with the URL of your server. 7. Hit {kbd}`ctrl + x` then {kbd}`y` to save the file and close `nano`. diff --git a/docs/administrator_documentation/installation_docs/index.md b/docs/administrator_documentation/installation_docs/index.md index 89b928468..ff0706675 100644 --- a/docs/administrator_documentation/installation_docs/index.md +++ b/docs/administrator_documentation/installation_docs/index.md @@ -4,8 +4,8 @@ Choose your installation method and follow the guides to set up your pod. Funkwhale requires the following: -- __A dedicated domain or subdomain__ – you can't run Funkwhale in a subdirectory of a domain. You need to run it on a domain or a subdomain. For example: `https://mypod.io` or `https://funkwhale.mysite.io`. -- __Access to ports `80` and `443`__ – Funkwhale uses these ports for federation. +- **A dedicated domain or subdomain** – you can't run Funkwhale in a subdirectory of a domain. You need to run it on a domain or a subdomain. For example: `https://mypod.io` or `https://funkwhale.mysite.io`. +- **Access to ports `80` and `443`** – Funkwhale uses these ports for federation. ```{toctree} --- diff --git a/docs/administrator_documentation/manage_script/create_library.md b/docs/administrator_documentation/manage_script/create_library.md index 327c393be..7d94ff42c 100644 --- a/docs/administrator_documentation/manage_script/create_library.md +++ b/docs/administrator_documentation/manage_script/create_library.md @@ -94,7 +94,7 @@ Created library default for user username1 with UUID 436da05b-8cb1-4a4d-b870-4a3 ### Library with the same name already exists -If a library with the same name already exists for the given user, the script will __not__ create a new library. +If a library with the same name already exists for the given user, the script will **not** create a new library. ::::{tab-set} diff --git a/docs/administrator_documentation/manage_script/tags.md b/docs/administrator_documentation/manage_script/tags.md index 4e8cf0c42..4f02a3077 100644 --- a/docs/administrator_documentation/manage_script/tags.md +++ b/docs/administrator_documentation/manage_script/tags.md @@ -20,15 +20,15 @@ To add tags to untagged albums: 1. SSH into your Funkwhale server. 2. Navigate to the Funkwhale directory. - ```{code-block} sh - cd /srv/funkwhale - ``` + ```{code-block} sh + cd /srv/funkwhale + ``` 3. Run the `manage.py` script to generate tags for untagged albums. - ```{code-block} sh - poetry run python manage.py fw albums add-tags-from-tracks - ``` + ```{code-block} sh + poetry run python manage.py fw albums add-tags-from-tracks + ``` ::: @@ -38,15 +38,15 @@ To add tags to untagged albums: 1. SSH into your Funkwhale server. 2. Navigate to the Funkwhale directory. - ```{code-block} sh - cd /srv/funkwhale - ``` + ```{code-block} sh + cd /srv/funkwhale + ``` 3. Run the `manage.py` script to generate tags for untagged albums. - ```{code-block} sh - docker-compose run --rm api python manage.py fw albums add-tags-from-tracks - ``` + ```{code-block} sh + docker-compose run --rm api python manage.py fw albums add-tags-from-tracks + ``` ::: :::: @@ -63,15 +63,15 @@ To add tags to untagged artists: 1. SSH into your Funkwhale server. 2. Navigate to the Funkwhale directory. - ```{code-block} sh - cd /srv/funkwhale - ``` + ```{code-block} sh + cd /srv/funkwhale + ``` 3. Run the `manage.py` script to generate tags for untagged artists. - ```{code-block} sh - poetry run python manage.py fw artists add-tags-from-tracks - ``` + ```{code-block} sh + poetry run python manage.py fw artists add-tags-from-tracks + ``` ::: @@ -81,15 +81,15 @@ To add tags to untagged artists: 1. SSH into your Funkwhale server. 2. Navigate to the Funkwhale directory. - ```{code-block} sh - cd /srv/funkwhale - ``` + ```{code-block} sh + cd /srv/funkwhale + ``` 3. Run the `manage.py` script to generate tags for untagged artists. - ```{code-block} sh - docker-compose run --rm api python manage.py fw artists add-tags-from-tracks - ``` + ```{code-block} sh + docker-compose run --rm api python manage.py fw artists add-tags-from-tracks + ``` ::: :::: diff --git a/docs/administrator_documentation/manage_script/thumbnails.md b/docs/administrator_documentation/manage_script/thumbnails.md index 03a7330f5..3dcc35b40 100644 --- a/docs/administrator_documentation/manage_script/thumbnails.md +++ b/docs/administrator_documentation/manage_script/thumbnails.md @@ -16,21 +16,21 @@ To generate new thumbnails: 1. SSH into your Funkwhale server. 2. Navigate to your Funkwhale directory. - ```{code-block} sh - cd /srv/funkwhale - ``` + ```{code-block} sh + cd /srv/funkwhale + ``` 3. Delete the `__sized__` directory inside your `MEDIA_ROOT` directory. By default this is `/srv/funkwhale/data/media`. This directory contains the current thumbnails. - ```{code-block} sh - rm -r __sized__/ - ``` + ```{code-block} sh + rm -r __sized__/ + ``` 4. Run the `manage.py` script to regenerate the thumbnails. - ```{code-block} sh - poetry run python manage.py fw media generate-thumbnails - ``` + ```{code-block} sh + poetry run python manage.py fw media generate-thumbnails + ``` ::: @@ -40,21 +40,21 @@ To generate new thumbnails: 1. SSH into your Funkwhale server. 2. Navigate to your Funkwhale directory. - ```{code-block} sh - cd /srv/funkwhale/ - ``` + ```{code-block} sh + cd /srv/funkwhale/ + ``` 3. Delete the `__sized__` directory inside your `MEDIA_ROOT` directory. By default this is `/srv/funkwhale/data/media`. This directory contains the current thumbnails. - ```{code-block} sh - rm -r data/media/__sized__/ - ``` + ```{code-block} sh + rm -r data/media/__sized__/ + ``` 4. Run the `manage.py` script to regenerate the thumbnails. - ```{code-block} sh - docker-compose run --rm api python manage.py fw media generate-thumbnails - ``` + ```{code-block} sh + docker-compose run --rm api python manage.py fw media generate-thumbnails + ``` ::: :::: diff --git a/docs/administrator_documentation/migration_guide/index.md b/docs/administrator_documentation/migration_guide/index.md index 2f2d68aac..090ce0a46 100644 --- a/docs/administrator_documentation/migration_guide/index.md +++ b/docs/administrator_documentation/migration_guide/index.md @@ -132,6 +132,6 @@ Check the file and remove any duplicated settings after copying. Once you have imported your database and run migrations, you can start all containers. - ```{code-block} sh - docker-compose up -d - ``` +```{code-block} sh +docker-compose up -d +``` diff --git a/docs/administrator_documentation/troubleshooting/backend.md b/docs/administrator_documentation/troubleshooting/backend.md index 0b4054756..d7796153c 100644 --- a/docs/administrator_documentation/troubleshooting/backend.md +++ b/docs/administrator_documentation/troubleshooting/backend.md @@ -6,75 +6,75 @@ The Funkwhale backend is made up of lots of moving parts. This guide shows you h If you have access to the Funkwhale backend, you can use logs to get more information about an issue. -- __Reverse proxy logs__ – check these logs if you have connectivity issues. +- **Reverse proxy logs** – check these logs if you have connectivity issues. - ::::{tab-set} +::::{tab-set} - :::{tab-item} Nginx - :sync: nginx +:::{tab-item} Nginx +:sync: nginx - ```{code-block} sh - sudo tail -f /var/log/nginx/access.log # Follow the access log - sudo tail -f /var/log/nginx/error.log # Follow the error log - ``` +```{code-block} sh +sudo tail -f /var/log/nginx/access.log # Follow the access log +sudo tail -f /var/log/nginx/error.log # Follow the error log +``` - ::: +::: - :::{tab-item} Apache2 - :sync: apache2 +:::{tab-item} Apache2 +:sync: apache2 - ```{code-block} sh - sudo tail -f /var/log/apache/access.log # Follow the access log - sudo tail -f /var/log/apache/error.log # Follow the error log - ``` +```{code-block} sh +sudo tail -f /var/log/apache/access.log # Follow the access log +sudo tail -f /var/log/apache/error.log # Follow the error log +``` - ```` +:::: -- __API logs__ – check these if you are having issues with the Funkwhale app, federation, or imports. +- **API logs** – check these if you are having issues with the Funkwhale app, federation, or imports. - ::::{tab-set} +::::{tab-set} - :::{tab-item} Debian - :sync: debian +:::{tab-item} Debian +:sync: debian - ```{code-block} sh - journalctl -xn -u funkwhale-server - ``` +```{code-block} sh +journalctl -xn -u funkwhale-server +``` - ::: +::: - :::{tab-item} Docker - :sync: docker +:::{tab-item} Docker +:sync: docker - ```{code-block} sh - docker-compose logs -f --tail=50 api # Follow the last 50 messages - ``` +```{code-block} sh +docker-compose logs -f --tail=50 api # Follow the last 50 messages +``` - ::: - :::: +::: +:::: -- __Celery logs__ – check these if a federation or import task isn't working. +- **Celery logs** – check these if a federation or import task isn't working. - ::::{tab-set} +::::{tab-set} - :::{tab-item} Debian - :sync: debian +:::{tab-item} Debian +:sync: debian - ```{code-block} sh - journalctl -xn -u funkwhale-worker - ``` +```{code-block} sh +journalctl -xn -u funkwhale-worker +``` - ::: +::: - :::{tab-item} Docker - :sync: docker +:::{tab-item} Docker +:sync: docker - ```{code-block} sh - docker-compose logs -f --tail=50 celery # Follow the last 50 messages - ``` +```{code-block} sh +docker-compose logs -f --tail=50 celery # Follow the last 50 messages +``` - ::: - :::: +::: +:::: ## Troubleshoot issues @@ -84,7 +84,7 @@ If the API isn't serving audio files, try the following: - If you’re using Docker, check you have commented out the `MEDIA_ROOT` variable in your `.env` file. - Check the `_protected/media` block in your webserver points to your media path. This is `/srv/funkwhale/data/media` by default. -- If you’re using the in-place import, check you have configured your media paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` and `REVERSE_PROXY_TYPE` variables in your `.env` file. Make sure the webserver can read these directories. +- If you’re using the in-place import, check you have configured your media paths. Check the `MUSIC_DIRECTORY_PATH`, `MUSIC_DIRECTORY_SERVE_PATH` and `REVERSE_PROXY_TYPE` variables in your `.env` file. Make sure the webserver can read these directories. ### Import issues diff --git a/docs/administrator_documentation/uninstall_docs/debian.md b/docs/administrator_documentation/uninstall_docs/debian.md index 0daeaf89c..1f7c1042e 100644 --- a/docs/administrator_documentation/uninstall_docs/debian.md +++ b/docs/administrator_documentation/uninstall_docs/debian.md @@ -115,7 +115,7 @@ Once you have stopped the Funkwhale services, you can remove the Funkwhale datab sudo -u postgres psql -c 'DROP USER funkwhale;' ``` -## Delete the Funkwhale account +## Delete the Funkwhale account ```{warning} This action deletes the `/srv/funkwhale/` directory. Make sure you have [backed up any data](../upgrade_docs/backup.md) you want to keep. diff --git a/docs/administrator_documentation/uninstall_docs/quick_install.md b/docs/administrator_documentation/uninstall_docs/quick_install.md index cc133802e..d11ad91b8 100644 --- a/docs/administrator_documentation/uninstall_docs/quick_install.md +++ b/docs/administrator_documentation/uninstall_docs/quick_install.md @@ -115,7 +115,7 @@ Once you have stopped the Funkwhale services, you can remove the Funkwhale datab sudo -u postgres psql -c 'DROP USER funkwhale;' ``` -## Delete the Funkwhale account +## Delete the Funkwhale account ```{warning} This action deletes the `/srv/funkwhale/` directory. Make sure you have [backed up any data](../upgrade_docs/backup.md) you want to keep. diff --git a/docs/api/definitions.yml b/docs/api/definitions.yml index 91353613a..0fda61b22 100644 --- a/docs/api/definitions.yml +++ b/docs/api/definitions.yml @@ -1,5 +1,3 @@ - - OAuthApplication: type: "object" properties: @@ -27,7 +25,6 @@ OAuthApplicationCreation: format: "uri" description: "Coma-separated list of redirect uris allowed for the app" - ResultPage: type: "object" properties: @@ -481,7 +478,6 @@ AlbumTrack: items: $ref: "#/Upload" - ListeningCreate: type: "object" properties: @@ -658,7 +654,6 @@ Playlist: modification_date: $ref: "./properties.yml#/modification_date" - PlaylistCreate: type: "object" properties: @@ -874,7 +869,7 @@ RadioSessionCreate: related_object_id: type: string default: null - description: + description: | Value may be an integer depending of the `radio_type`. Please refer to the `radio_type` documentation. diff --git a/docs/api/parameters.yml b/docs/api/parameters.yml index e7e2557c5..9fceed7d7 100644 --- a/docs/api/parameters.yml +++ b/docs/api/parameters.yml @@ -70,7 +70,6 @@ External: default: null type: "boolean" - Library: name: library in: query @@ -136,7 +135,6 @@ Refresh: default: false type: "boolean" - Related: name: related in: query @@ -145,7 +143,6 @@ Related: type: integer format: int64 - Scope: name: "scope" in: "query" @@ -164,11 +161,11 @@ Scope: default: "all" type: "string" enum: - - "me" - - "all" - - "subscribed" - - "actor:alice@example.com" - - "domain:example.com" + - "me" + - "all" + - "subscribed" + - "actor:alice@example.com" + - "domain:example.com" ContentCategory: name: "content_category" @@ -180,8 +177,8 @@ ContentCategory: schema: type: "string" enum: - - "podcast" - - "music" + - "podcast" + - "music" Search: name: "q" diff --git a/docs/api/properties.yml b/docs/api/properties.yml index 1133a0937..fe750315c 100644 --- a/docs/api/properties.yml +++ b/docs/api/properties.yml @@ -1,4 +1,3 @@ - description: type: object description: Text content associated with another resource, like and artist or channel. diff --git a/docs/developer_documentation/api/authentication.md b/docs/developer_documentation/api/authentication.md index a8af39c95..b408d4bcc 100644 --- a/docs/developer_documentation/api/authentication.md +++ b/docs/developer_documentation/api/authentication.md @@ -97,8 +97,8 @@ To fetch an authorization code, you need to send the user to their Funkwhale pod To do this, call the `/authorize` endpoint with the following URL encoded query parameters: -- `client_id`* - Your application's client ID -- `response_type`* - Must be set to `code`. +- `client_id`\* - Your application's client ID +- `response_type`\* - Must be set to `code`. - `redirect_uri` - Your redirect URI - `scope` - A list of scopes - `state` - Used to maintain state between the request and the callback to prevent cross-site request forgery. Typically corresponds with a location in the app (e.g. `/library`) @@ -111,10 +111,10 @@ When the user authorizes your app, the server responds with an authorization cod Once you receive your authorization code, you need to [request an access token](https://www.rfc-editor.org/rfc/rfc6749#section-4.1.3). To request an access token, call the `/api/v1/oauth/token` endpoint with the following information: -- `grant_type`* - Must be set to `authorization_code` -- `code`* - Your application's authorization code -- `redirect_uri`* - Your redirect URI -- `client_id`* Your application's client ID +- `grant_type`\* - Must be set to `authorization_code` +- `code`\* - Your application's authorization code +- `redirect_uri`\* - Your redirect URI +- `client_id`\* Your application's client ID The server responds with an [`access_token`](https://www.rfc-editor.org/rfc/rfc6749#section-1.4) and a [`refresh_token`](https://www.rfc-editor.org/rfc/rfc6749#section-1.5). See [the OAuth spec](https://www.rfc-editor.org/rfc/rfc6749#section-4.1.4) for more information about this response. @@ -130,8 +130,8 @@ By default, Funkwhale access tokens are valid for **10 hours**. Pod admins can c After the access token expires, you must request a new access token by calling the `/api/v1/oauth/token` endpoint with the following information: -- `grant_type`* - Must be set to `refresh_token` -- `refresh_token`* - Your current refresh token +- `grant_type`\* - Must be set to `refresh_token` +- `refresh_token`\* - Your current refresh token - `scope` - A list of scopes See [the OAuth spec](https://www.rfc-editor.org/rfc/rfc6749#section-6) for more information about this response. diff --git a/docs/developer_documentation/contribute/copy.md b/docs/developer_documentation/contribute/copy.md index 131622749..407ecb21d 100644 --- a/docs/developer_documentation/contribute/copy.md +++ b/docs/developer_documentation/contribute/copy.md @@ -14,17 +14,17 @@ UI strings can be added to both the `