From d84ffa54054a131a01b6f10f9f2eb39a1b46234f Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Fri, 22 Mar 2024 13:49:32 -0400 Subject: [PATCH] Include license file with published packages (#1151) * Include license file with published packages * Update changelog --- CHANGELOG.md | 2 +- LICENSE | 2 +- package.json | 3 ++- react/.gitignore | 1 + react/LICENSE | 21 +++++++++++++++++++++ react/package.json | 3 ++- vue/.gitignore | 3 +++ vue/LICENSE | 21 +++++++++++++++++++++ vue/package.json | 3 ++- 9 files changed, 54 insertions(+), 5 deletions(-) create mode 100644 react/LICENSE create mode 100644 vue/LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md index 73632baa0..b4d33430a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Nothing yet! +- Include license file with published packages ([#1151](https://github.com/tailwindlabs/heroicons/pull/1151)) ## [2.1.1] - 2023-12-18 diff --git a/LICENSE b/LICENSE index 64c081666..d6a822907 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Refactoring UI Inc. +Copyright (c) Tailwind Labs, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 4f52c87e2..39f6a06cd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "16/", "20/", "24/", - "README.md" + "README.md", + "LICENSE" ], "scripts": { "prepublishOnly": "npm run build", diff --git a/react/.gitignore b/react/.gitignore index b62f6d46c..cbeb9c391 100644 --- a/react/.gitignore +++ b/react/.gitignore @@ -4,3 +4,4 @@ !package.json !outline !solid +!LICENSE diff --git a/react/LICENSE b/react/LICENSE new file mode 100644 index 000000000..d6a822907 --- /dev/null +++ b/react/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Tailwind Labs, Inc. + +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/react/package.json b/react/package.json index 73b6c2542..92bb3bc29 100644 --- a/react/package.json +++ b/react/package.json @@ -16,7 +16,8 @@ "outline", "solid", "index.esm.js", - "index.js" + "index.js", + "LICENSE" ], "sideEffects": false, "exports": { diff --git a/vue/.gitignore b/vue/.gitignore index 80b4dffd4..cbeb9c391 100644 --- a/vue/.gitignore +++ b/vue/.gitignore @@ -2,3 +2,6 @@ !*.js !.gitignore !package.json +!outline +!solid +!LICENSE diff --git a/vue/LICENSE b/vue/LICENSE new file mode 100644 index 000000000..d6a822907 --- /dev/null +++ b/vue/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Tailwind Labs, Inc. + +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/vue/package.json b/vue/package.json index c0a2b9bec..4999329fb 100644 --- a/vue/package.json +++ b/vue/package.json @@ -16,7 +16,8 @@ "outline", "solid", "index.esm.js", - "index.js" + "index.js", + "LICENSE" ], "sideEffects": false, "exports": {