aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/js_checker/license_definitions.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/js_checker/license_definitions.js b/lib/js_checker/license_definitions.js
index e8aa7f2..26e56a0 100644
--- a/lib/js_checker/license_definitions.js
+++ b/lib/js_checker/license_definitions.js
@@ -292,5 +292,19 @@ exports.licenses = {
type: type.SHORT
}
]
+ },
+ 'Unlicense': {
+ licenseName: 'Unlicense',
+ identifier: 'Unlicense',
+ canonicalUrl: [
+ 'http://unlicense.org/UNLICENSE',
+ 'magnet:?xt=urn:btih:5ac446d35272cc2e4e85e4325b146d0b7ca8f50c&dn=unlicense.txt'
+ ],
+ licenseFragments: [
+ {
+ text: 'This is free and unencumbered software released into the public domain.',
+ type: type.SHORT
+ },
+ ]
}
};