From b74b69dc57fdf71e742b19ea22f6311199fe2752 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Wed, 30 Oct 2019 08:21:46 +0100 Subject: [PATCH] Add Creative Commons Attribution 3.0 license This license is used for many presentation recordings. It would be great to have the license supported by the application directly and avoid constantly looking for the license link. --- src/ui/constants/licenses.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/constants/licenses.js b/src/ui/constants/licenses.js index fbcc7e6a5..3f1a95253 100644 --- a/src/ui/constants/licenses.js +++ b/src/ui/constants/licenses.js @@ -1,4 +1,8 @@ export const CC_LICENSES = [ + { + value: 'Creative Commons Attribution 3.0', + url: 'https://creativecommons.org/licenses/by/3.0/legalcode', + }, { value: 'Creative Commons Attribution 4.0 International', url: 'https://creativecommons.org/licenses/by/4.0/legalcode',