Skip to content

Commit

Permalink
Include license file with published packages (#1151)
Browse files Browse the repository at this point in the history
* Include license file with published packages

* Update changelog
  • Loading branch information
reinink committed Mar 22, 2024
1 parent 957ba2f commit d84ffa5
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,8 @@
"16/",
"20/",
"24/",
"README.md"
"README.md",
"LICENSE"
],
"scripts": {
"prepublishOnly": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions react/.gitignore
Expand Up @@ -4,3 +4,4 @@
!package.json
!outline
!solid
!LICENSE
21 changes: 21 additions & 0 deletions 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.
3 changes: 2 additions & 1 deletion react/package.json
Expand Up @@ -16,7 +16,8 @@
"outline",
"solid",
"index.esm.js",
"index.js"
"index.js",
"LICENSE"
],
"sideEffects": false,
"exports": {
Expand Down
3 changes: 3 additions & 0 deletions vue/.gitignore
Expand Up @@ -2,3 +2,6 @@
!*.js
!.gitignore
!package.json
!outline
!solid
!LICENSE
21 changes: 21 additions & 0 deletions 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.
3 changes: 2 additions & 1 deletion vue/package.json
Expand Up @@ -16,7 +16,8 @@
"outline",
"solid",
"index.esm.js",
"index.js"
"index.js",
"LICENSE"
],
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit d84ffa5

Please sign in to comment.