config/licenses: drop fedorIndutnyLicense

We no longer have any dependencies from this author.
This commit is contained in:
David Lechner
2022-12-19 15:17:31 -06:00
committed by David Lechner
parent 7b9509dbf0
commit 601b111ec4
-33
View File
@@ -52,31 +52,6 @@ const dexieLicense = fs.readFileSync(
{ encoding: 'utf-8' },
);
function fedorIndutnyLicense(year) {
return `This software is licensed under the MIT License.
Copyright Fedor Indutny, ${year}.
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.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.`;
}
const shopifyLicense = `MIT License
Copyright (c) 2021 Shopify
@@ -529,14 +504,6 @@ const licenseTextOverrides = {
'@swc/helpers': spdxMIT,
'dexie-observable': dexieLicense,
'dexie-react-hooks': dexieLicense,
'bn.js': fedorIndutnyLicense(2015),
brorand: fedorIndutnyLicense(2014),
'des.js': fedorIndutnyLicense(2015),
elliptic: fedorIndutnyLicense(2014),
'hash.js': fedorIndutnyLicense(2014),
'hmac-drbg': fedorIndutnyLicense(2017),
'miller-rabin': fedorIndutnyLicense(2014),
'minimalistic-crypto-utils': fedorIndutnyLicense(2017),
'upper-case': changeCaseLicense,
// REVISIT: See https://github.com/pyodide/pyodide/issues/3081.
pyodide: mpl20,