mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
config/licenses: drop fedorIndutnyLicense
We no longer have any dependencies from this author.
This commit is contained in:
committed by
David Lechner
parent
7b9509dbf0
commit
601b111ec4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user