From 7e07bf5fa3ba52ee75b9c8abd52b1b738d6140ad Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 15 Aug 2020 15:07:59 +0200 Subject: [PATCH] Add LICENSE --- CHANGELOG.md | 4 ++++ LICENSE | 21 +++++++++++++++++++++ README.md | 15 +++++++++++++++ package.json | 2 +- 4 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fb3cfd..8e3db29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.1 (2020/08/15) + +* Add LICENSE + ## 1.0.0 (2020/08/15) * Initial version diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..02f595c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 CrazyMax + +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/README.md b/README.md index 19d5141..55aa0d7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ ___ * [Customizing](#customizing) * [inputs](#inputs) * [Limitation](#limitation) +* [How can I help?](#how-can-i-help) +* [License](#license) ## Usage @@ -60,3 +62,16 @@ Following inputs can be used as `step.with` keys ## Limitation This action is only available for Linux [virtual environments](https://help.github.com/en/articles/virtual-environments-for-github-actions#supported-virtual-environments-and-hardware-resources). + +## How can I help? + +All kinds of contributions are welcome :raised_hands:! The most basic way to show your support is to star :star2: +the project, or to raise issues :speech_balloon: You can also support this project by +[**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) :clap: or by making a +[Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! :rocket: + +Thanks again for your support, it is much appreciated! :pray: + +## License + +MIT. See `LICENSE` for more details. diff --git a/package.json b/package.json index 53c90b9..a1351d0 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "login" ], "author": "CrazyMax", - "license": "Apache-2.0", + "license": "MIT", "dependencies": { "@actions/core": "^1.2.4", "@actions/exec": "^1.0.4"