From 4177a106a58b32e5a7742e47cea3ceb16435dd9b Mon Sep 17 00:00:00 2001 From: Daniel Kennedy Date: Wed, 25 Feb 2026 13:44:14 -0500 Subject: [PATCH] More licensed fixes --- .licenses/npm/balanced-match-4.0.4.dep.yml | 34 ---------- .licenses/npm/brace-expansion-5.0.3.dep.yml | 34 ---------- .licenses/npm/fast-content-type-parse.dep.yml | 37 ----------- .licenses/npm/json-with-bigint.dep.yml | 33 ---------- .licenses/npm/minimatch-10.1.1.dep.yml | 66 ------------------- .licenses/npm/minimatch-9.0.8.dep.yml | 66 ------------------- .licenses/npm/minimatch.dep.yml | 8 +-- 7 files changed, 4 insertions(+), 274 deletions(-) delete mode 100644 .licenses/npm/balanced-match-4.0.4.dep.yml delete mode 100644 .licenses/npm/brace-expansion-5.0.3.dep.yml delete mode 100644 .licenses/npm/fast-content-type-parse.dep.yml delete mode 100644 .licenses/npm/json-with-bigint.dep.yml delete mode 100644 .licenses/npm/minimatch-10.1.1.dep.yml delete mode 100644 .licenses/npm/minimatch-9.0.8.dep.yml diff --git a/.licenses/npm/balanced-match-4.0.4.dep.yml b/.licenses/npm/balanced-match-4.0.4.dep.yml deleted file mode 100644 index 101c2c3..0000000 --- a/.licenses/npm/balanced-match-4.0.4.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: balanced-match -version: 4.0.4 -type: npm -summary: Match balanced character pairs, like "{" and "}" -homepage: -license: mit -licenses: -- sources: LICENSE.md - text: | - (MIT) - - Original code Copyright Julian Gruber - - Port to TypeScript Copyright Isaac Z. Schlueter - - 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. -notices: [] diff --git a/.licenses/npm/brace-expansion-5.0.3.dep.yml b/.licenses/npm/brace-expansion-5.0.3.dep.yml deleted file mode 100644 index 07359b8..0000000 --- a/.licenses/npm/brace-expansion-5.0.3.dep.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: brace-expansion -version: 5.0.3 -type: npm -summary: Brace expansion as known from sh/bash -homepage: -license: mit -licenses: -- sources: LICENSE - text: | - MIT License - - Copyright Julian Gruber - - TypeScript port Copyright Isaac Z. Schlueter - - 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. -notices: [] diff --git a/.licenses/npm/fast-content-type-parse.dep.yml b/.licenses/npm/fast-content-type-parse.dep.yml deleted file mode 100644 index e411b38..0000000 --- a/.licenses/npm/fast-content-type-parse.dep.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: fast-content-type-parse -version: 3.0.0 -type: npm -summary: Parse HTTP Content-Type header according to RFC 7231 -homepage: https://github.com/fastify/fast-content-type-parse#readme -license: other -licenses: -- sources: LICENSE - text: |- - MIT License - - Copyright (c) 2023 The Fastify Team - - The Fastify team members are listed at https://github.com/fastify/fastify#team - and in the README file. - - 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. -- sources: README.md - text: Licensed under [MIT](./LICENSE). -notices: [] diff --git a/.licenses/npm/json-with-bigint.dep.yml b/.licenses/npm/json-with-bigint.dep.yml deleted file mode 100644 index d496868..0000000 --- a/.licenses/npm/json-with-bigint.dep.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: json-with-bigint -version: 3.5.3 -type: npm -summary: JS library that allows you to easily serialize and deserialize data with - BigInt values -homepage: -license: mit -licenses: -- sources: LICENSE - text: | - MIT License - - Copyright (c) 2023 Ivan Korolenko - - 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. -notices: [] diff --git a/.licenses/npm/minimatch-10.1.1.dep.yml b/.licenses/npm/minimatch-10.1.1.dep.yml deleted file mode 100644 index b3a5b56..0000000 --- a/.licenses/npm/minimatch-10.1.1.dep.yml +++ /dev/null @@ -1,66 +0,0 @@ ---- -name: minimatch -version: 10.1.1 -type: npm -summary: a glob matcher in javascript -homepage: -license: blueoak-1.0.0 -licenses: -- sources: LICENSE.md - text: | - # Blue Oak Model License - - Version 1.0.0 - - ## Purpose - - This license gives everyone as much permission to work with - this software as possible, while protecting contributors - from liability. - - ## Acceptance - - In order to receive this license, you must agree to its - rules. The rules of this license are both obligations - under that agreement and conditions to your license. - You must not do anything with this software that triggers - a rule that you cannot or will not follow. - - ## Copyright - - Each contributor licenses you to do everything with this - software that would otherwise infringe that contributor's - copyright in it. - - ## Notices - - You must ensure that everyone who gets a copy of - any part of this software from you, with or without - changes, also gets the text of this license or a link to - . - - ## Excuse - - If anyone notifies you in writing that you have not - complied with [Notices](#notices), you can keep your - license by taking all practical steps to comply within 30 - days after the notice. If you do not do so, your license - ends immediately. - - ## Patent - - Each contributor licenses you to do everything with this - software that would otherwise infringe any patent claims - they can license or become able to license. - - ## Reliability - - No contributor can revoke this license. - - ## No Liability - - **_As far as the law allows, this software comes as is, - without any warranty or condition, and no contributor - will be liable to anyone for any damages related to this - software or this license, under any kind of legal claim._** -notices: [] \ No newline at end of file diff --git a/.licenses/npm/minimatch-9.0.8.dep.yml b/.licenses/npm/minimatch-9.0.8.dep.yml deleted file mode 100644 index e8d3203..0000000 --- a/.licenses/npm/minimatch-9.0.8.dep.yml +++ /dev/null @@ -1,66 +0,0 @@ ---- -name: minimatch -version: 9.0.8 -type: npm -summary: -homepage: -license: blueoak-1.0.0 -licenses: -- sources: LICENSE.md - text: | - # Blue Oak Model License - - Version 1.0.0 - - ## Purpose - - This license gives everyone as much permission to work with - this software as possible, while protecting contributors - from liability. - - ## Acceptance - - In order to receive this license, you must agree to its - rules. The rules of this license are both obligations - under that agreement and conditions to your license. - You must not do anything with this software that triggers - a rule that you cannot or will not follow. - - ## Copyright - - Each contributor licenses you to do everything with this - software that would otherwise infringe that contributor's - copyright in it. - - ## Notices - - You must ensure that everyone who gets a copy of - any part of this software from you, with or without - changes, also gets the text of this license or a link to - . - - ## Excuse - - If anyone notifies you in writing that you have not - complied with [Notices](#notices), you can keep your - license by taking all practical steps to comply within 30 - days after the notice. If you do not do so, your license - ends immediately. - - ## Patent - - Each contributor licenses you to do everything with this - software that would otherwise infringe any patent claims - they can license or become able to license. - - ## Reliability - - No contributor can revoke this license. - - ## No Liability - - **_As far as the law allows, this software comes as is, - without any warranty or condition, and no contributor - will be liable to anyone for any damages related to this - software or this license, under any kind of legal claim._** -notices: [] diff --git a/.licenses/npm/minimatch.dep.yml b/.licenses/npm/minimatch.dep.yml index b3a5b56..8ed580a 100644 --- a/.licenses/npm/minimatch.dep.yml +++ b/.licenses/npm/minimatch.dep.yml @@ -1,9 +1,9 @@ --- name: minimatch -version: 10.1.1 +version: 10.2.4 type: npm -summary: a glob matcher in javascript -homepage: +summary: +homepage: license: blueoak-1.0.0 licenses: - sources: LICENSE.md @@ -63,4 +63,4 @@ licenses: without any warranty or condition, and no contributor will be liable to anyone for any damages related to this software or this license, under any kind of legal claim._** -notices: [] \ No newline at end of file +notices: []