From 601b111ec4726fd143ad3d1e4449ffc45dd4093f Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 19 Dec 2022 10:34:06 -0600 Subject: [PATCH] config/licenses: drop fedorIndutnyLicense We no longer have any dependencies from this author. --- config/licenses.js | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/config/licenses.js b/config/licenses.js index 6d8c0c6e..a3dcbe9b 100644 --- a/config/licenses.js +++ b/config/licenses.js @@ -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,