diff options
author | Adam Plaice <plaice.adam@gmail.com> | 2016-04-08 13:50:43 +0100 |
---|---|---|
committer | Nik Nyby <nnyby@columbia.edu> | 2016-04-19 09:21:30 -0400 |
commit | 1460637baf7155f3e0ea23b936ae6267ac142033 (patch) | |
tree | 30f93468153bfe7b3cfde249da9bdcb15f687b09 /lib/js_checker/license_definitions.js | |
parent | 5184b041c8cc1be6aa3acfdc1f799ea111c99bc5 (diff) | |
download | librejsxul-1460637baf7155f3e0ea23b936ae6267ac142033.tar.lz librejsxul-1460637baf7155f3e0ea23b936ae6267ac142033.tar.xz librejsxul-1460637baf7155f3e0ea23b936ae6267ac142033.zip |
Add Unlicense to lib/js_checker/license_definitions.js
Diffstat (limited to 'lib/js_checker/license_definitions.js')
-rw-r--r-- | lib/js_checker/license_definitions.js | 14 |
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 + }, + ] } }; |