Skip to content

Commit 9895c71

Browse files
committed
Bundle license
1 parent 72ef18c commit 9895c71

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# MIT License
2+
3+
Copyright © 2021\~2022 hugoalh Studio
4+
5+
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:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
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.
10+
11+
---
12+
13+
## TLDR
14+
15+
This is a short and simple list that mostly concluded this license about the permissions, conditions, and limitations, this license content section shall prevail.
16+
17+
### Permissions
18+
19+
- **Commercial Use:** The licensed material and derivatives may be used for commercial purposes.
20+
- **Distribution:** The licensed material may be distributed.
21+
- **Modification:** The licensed material may be modified.
22+
- **Private Use:** The licensed material may be used and modified in private.
23+
24+
### Conditions
25+
26+
- **License & Copyright Notice:** A copy of the license and copyright notice must be included with the licensed material.
27+
28+
### Limitations
29+
30+
- **Liability:** This license includes a limitation of liability.
31+
- **Warranty:** This license explicitly states that it does not provide any warranty.
32+
33+
## Attribution
34+
35+
This license is adopted from [Choose A License](https://choosealicense.com/), available at [here](https://choosealicense.com/licenses/mit).

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@
230230
'toolkit'
231231
)
232232

233+
# A literal path to the license for this module.
234+
License = '.\LICENSE.md'
235+
233236
# A URL to the license for this module.
234237
LicenseUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell/blob/main/LICENSE.md'
235238

0 commit comments

Comments
 (0)