Skip to content

Commit 2282921

Browse files
Merge pull request #508 from wisekiran/fix/488-full-license-name
Updated license name
2 parents 7dfe975 + f686d54 commit 2282921

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/utils/licenses.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const LICENSES = {
2525
NC: false,
2626
ND: false,
2727
},
28-
FULL: 'Attribution 4.0 International',
28+
FULL: 'Creative Commons Attribution 4.0 International',
2929
SHORT: 'CC BY 4.0',
3030
SLUG: 'cc-by',
3131
URL: 'http://creativecommons.org/licenses/by/4.0/',
@@ -38,7 +38,7 @@ export const LICENSES = {
3838
NC: false,
3939
ND: false,
4040
},
41-
FULL: 'Attribution-ShareAlike 4.0 International',
41+
FULL: 'Creative Commons Attribution-ShareAlike 4.0 International',
4242
SHORT: 'CC BY-SA 4.0',
4343
SLUG: 'cc-by-sa',
4444
URL: 'http://creativecommons.org/licenses/by-sa/4.0/',
@@ -51,7 +51,7 @@ export const LICENSES = {
5151
NC: true,
5252
ND: false,
5353
},
54-
FULL: 'Attribution-NonCommercial 4.0 International',
54+
FULL: 'Creative Commons Attribution-NonCommercial 4.0 International',
5555
SHORT: 'CC BY-NC 4.0',
5656
SLUG: 'cc-by-nc',
5757
URL: 'http://creativecommons.org/licenses/by-nc/4.0/',
@@ -64,7 +64,7 @@ export const LICENSES = {
6464
NC: true,
6565
ND: false,
6666
},
67-
FULL: 'Attribution-NonCommercial-ShareAlike 4.0 International',
67+
FULL: 'Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International',
6868
SHORT: 'CC BY-NC-SA 4.0',
6969
SLUG: 'cc-by-nc-sa',
7070
URL: 'http://creativecommons.org/licenses/by-nc-sa/4.0/',
@@ -77,7 +77,7 @@ export const LICENSES = {
7777
NC: true,
7878
ND: true,
7979
},
80-
FULL: 'Attribution-NonCommercial-NoDerivatives 4.0 International',
80+
FULL: 'Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International',
8181
SHORT: 'CC BY-NC-ND 4.0',
8282
SLUG: 'cc-by-nc-nd',
8383
URL: 'http://creativecommons.org/licenses/by-nc-nd/4.0/',
@@ -90,7 +90,7 @@ export const LICENSES = {
9090
NC: false,
9191
ND: true,
9292
},
93-
FULL: 'Attribution-NoDerivatives 4.0 International',
93+
FULL: 'Creative Commons Attribution-NoDerivatives 4.0 International',
9494
SHORT: 'CC BY-ND 4.0',
9595
SLUG: 'cc-by-nd',
9696
URL: 'http://creativecommons.org/licenses/by-nd/4.0/',

0 commit comments

Comments
 (0)