From 3cf6ad28a3fa66c537cb7779c985b076611c62dc Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sun, 25 Oct 2015 00:29:28 -0400 Subject: release 6.0.10 --- lib/js_checker/license_definitions.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/js_checker/license_definitions.js') diff --git a/lib/js_checker/license_definitions.js b/lib/js_checker/license_definitions.js index cf07268..e8aa7f2 100644 --- a/lib/js_checker/license_definitions.js +++ b/lib/js_checker/license_definitions.js @@ -177,6 +177,18 @@ exports.licenses = { licenseFragments: [{text: "Copyright Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.", type: type.SHORT}] }, + 'UPL': { + licenseName: 'Universal Permissive License', + identifier: 'UPL-1.0', + canonicalUrl: [ + 'magnet:?xt=urn:btih:5305d91886084f776adcf57509a648432709a7c7&dn=x11.txt' + ], + licenseFragments: [{ + text: "The Universal Permissive License (UPL), Version 1.0", + type: type.SHORT + }] + }, + 'X11': { licenseName: 'X11 License', identifier: 'X11', -- cgit v1.2.3