From 882d6229db0d31cbf22fb3242234df7df8552ffe Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 29 Jul 2026 19:04:37 +0800 Subject: [PATCH] chore: add Husky third-party notice --- packages/rstack/THIRD_PARTY_NOTICES.md | 31 ++++++++++++++++++++++++++ packages/rstack/package.json | 3 ++- scripts/dictionary.txt | 1 + 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 packages/rstack/THIRD_PARTY_NOTICES.md diff --git a/packages/rstack/THIRD_PARTY_NOTICES.md b/packages/rstack/THIRD_PARTY_NOTICES.md new file mode 100644 index 0000000..2e9e37b --- /dev/null +++ b/packages/rstack/THIRD_PARTY_NOTICES.md @@ -0,0 +1,31 @@ +# Third-Party Notices + +This package includes software developed by third parties. + +## Husky + +Portions of the Git hook installer and runtime are derived from [Husky](https://github.com/typicode/husky). + +License: MIT + +MIT License + +Copyright (c) 2021 typicode + +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. diff --git a/packages/rstack/package.json b/packages/rstack/package.json index a34bc0a..db2449e 100644 --- a/packages/rstack/package.json +++ b/packages/rstack/package.json @@ -10,7 +10,8 @@ "files": [ "bin", "dist", - "types" + "types", + "THIRD_PARTY_NOTICES.md" ], "type": "module", "types": "./dist/index.d.ts", diff --git a/scripts/dictionary.txt b/scripts/dictionary.txt index 505e7cb..b28f1a6 100644 --- a/scripts/dictionary.txt +++ b/scripts/dictionary.txt @@ -18,3 +18,4 @@ rstest shiki shikijs turborepo +typicode