From d1f1c13aeb9d4b8d655d04de6a32de1bfd7a4578 Mon Sep 17 00:00:00 2001 From: huyikai Date: Thu, 14 Dec 2023 12:31:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20add=20license?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 6 ------ packages/@huyikai/vitepress-helper/license | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 packages/@huyikai/vitepress-helper/license diff --git a/docs/index.md b/docs/index.md index 5477ee7..8082073 100644 --- a/docs/index.md +++ b/docs/index.md @@ -97,9 +97,3 @@ const theme = { }; export default theme; ``` - -## License - -[MIT](./license) - -## [Repository](https://github.com/huyikai/vitepress-Helper) diff --git a/packages/@huyikai/vitepress-helper/license b/packages/@huyikai/vitepress-helper/license new file mode 100644 index 0000000..c2669f7 --- /dev/null +++ b/packages/@huyikai/vitepress-helper/license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 huyikai + +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.