From 87bc73b7fe9f17fd592d54bad30d4f7aa77dad4b Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 28 Aug 2025 12:30:58 +0200 Subject: [PATCH] :page_facing_up: Add LICENSE file with copyright and permission notice --- .github/workflows/publish.yaml | 2 +- LICENSE | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index cbdb6b8..7860a55 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -34,4 +34,4 @@ jobs: - uses: simenandre/publish-with-pnpm@v2 with: - npm-auth-token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + npm-auth-token: ${{ secrets.NPM_TOKEN }} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8fba29f --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright © 2025 Paillat-dev + +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. \ No newline at end of file