Skip to content

Commit

Permalink
Merge pull request #508 from wisekiran/fix/488-full-license-name
Browse files Browse the repository at this point in the history
Updated license name
  • Loading branch information
possumbilities committed Mar 27, 2024
2 parents 7dfe975 + f686d54 commit 2282921
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const LICENSES = {
NC: false,
ND: false,
},
FULL: 'Attribution 4.0 International',
FULL: 'Creative Commons Attribution 4.0 International',
SHORT: 'CC BY 4.0',
SLUG: 'cc-by',
URL: 'http://creativecommons.org/licenses/by/4.0/',
Expand All @@ -38,7 +38,7 @@ export const LICENSES = {
NC: false,
ND: false,
},
FULL: 'Attribution-ShareAlike 4.0 International',
FULL: 'Creative Commons Attribution-ShareAlike 4.0 International',
SHORT: 'CC BY-SA 4.0',
SLUG: 'cc-by-sa',
URL: 'http://creativecommons.org/licenses/by-sa/4.0/',
Expand All @@ -51,7 +51,7 @@ export const LICENSES = {
NC: true,
ND: false,
},
FULL: 'Attribution-NonCommercial 4.0 International',
FULL: 'Creative Commons Attribution-NonCommercial 4.0 International',
SHORT: 'CC BY-NC 4.0',
SLUG: 'cc-by-nc',
URL: 'http://creativecommons.org/licenses/by-nc/4.0/',
Expand All @@ -64,7 +64,7 @@ export const LICENSES = {
NC: true,
ND: false,
},
FULL: 'Attribution-NonCommercial-ShareAlike 4.0 International',
FULL: 'Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International',
SHORT: 'CC BY-NC-SA 4.0',
SLUG: 'cc-by-nc-sa',
URL: 'http://creativecommons.org/licenses/by-nc-sa/4.0/',
Expand All @@ -77,7 +77,7 @@ export const LICENSES = {
NC: true,
ND: true,
},
FULL: 'Attribution-NonCommercial-NoDerivatives 4.0 International',
FULL: 'Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International',
SHORT: 'CC BY-NC-ND 4.0',
SLUG: 'cc-by-nc-nd',
URL: 'http://creativecommons.org/licenses/by-nc-nd/4.0/',
Expand All @@ -90,7 +90,7 @@ export const LICENSES = {
NC: false,
ND: true,
},
FULL: 'Attribution-NoDerivatives 4.0 International',
FULL: 'Creative Commons Attribution-NoDerivatives 4.0 International',
SHORT: 'CC BY-ND 4.0',
SLUG: 'cc-by-nd',
URL: 'http://creativecommons.org/licenses/by-nd/4.0/',
Expand Down

0 comments on commit 2282921

Please sign in to comment.