aboutsummaryrefslogtreecommitdiff
path: root/license_definitions.js
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-04-06 13:08:54 +1000
committerYuchen Pei <hi@ypei.me>2022-04-07 12:18:45 +1000
commit76fd7f798ada63f5505c783646a9b21ad0e7da21 (patch)
treee65a8baa4862c62201b9510f76d6c82aef74ac32 /license_definitions.js
parent3276ce9a286fa77d2b4859ff29cda4ce678134cd (diff)
Making license_definition.js single source of truth for licenses
- Removed licenses.json - cleaned up license_definition.js a bit
Diffstat (limited to 'license_definitions.js')
-rw-r--r--license_definitions.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/license_definitions.js b/license_definitions.js
index 74d35e8..14c05ce 100644
--- a/license_definitions.js
+++ b/license_definitions.js
@@ -233,6 +233,8 @@ exports.licenses = {
'GNU-All-Permissive': {
licenseName: 'GNU All-Permissive License',
+ identifier: 'GNU-All-Permissive',
+ canonicalUrl: [],
licenseFragments: [{ text: "Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.", type: type.SHORT }]
},
@@ -272,6 +274,8 @@ exports.licenses = {
'jQueryTools': {
licenseName: "jQuery Tools",
+ identifier: 'jQueryTools',
+ canonicalUrl: [],
licenseFragments: [{
text: 'NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.',
type: type.SHORT
@@ -309,7 +313,8 @@ exports.licenses = {
},
'PublicDomain': {
- licenseName: "Public Domain",
+ licenseName: 'Public Domain',
+ identifier: 'PublicDomain',
canonicalUrl: [
'magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt'
],