Skip to content

Commit

Permalink
config/licenses: drop fedorIndutnyLicense
Browse files Browse the repository at this point in the history
We no longer have any dependencies from this author.
  • Loading branch information
dlech committed Dec 19, 2022
1 parent 75db39e commit 2dc8ad3
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions config/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 2dc8ad3

Please sign in to comment.