From 9f50002d61ebdc9351b42b4bd4379e0ac63b5896 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 28 Dec 2018 17:50:34 +0200 Subject: Rename LICENSE-MIT to LICENSE. --- CONTRIBUTING.md | 2 +- LICENSE | 22 ++++++++++++++++++++++ LICENSE-MIT | 22 ---------------------- README.md | 4 ++-- package.json | 3 +-- 5 files changed, 26 insertions(+), 27 deletions(-) create mode 100644 LICENSE delete mode 100644 LICENSE-MIT diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 221a123..2df1781 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Assuming that you don't see any red, you're ready to go. Just be sure to run `gr 6. Push to your fork and submit a pull request. ## Licensing -By contributing your code, you agree to license your contribution under [the MIT License](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT). +By contributing your code, you agree to license your contribution under [the MIT License](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE). ## Shipping a release 1. Update the `version` field in `package.json` diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..69ea306 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2015 Zac Echola + +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/LICENSE-MIT b/LICENSE-MIT deleted file mode 100644 index 69ea306..0000000 --- a/LICENSE-MIT +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2015 Zac Echola - -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 504a062..c75d74c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM version](https://img.shields.io/npm/v/grunt-bootlint.svg)](https://www.npmjs.com/package/grunt-bootlint) [![Build Status](https://img.shields.io/travis/twbs/grunt-bootlint.svg?branch=master)](https://travis-ci.org/twbs/grunt-bootlint) -[![MIT License](https://img.shields.io/npm/l/grunt-bootlint.svg)](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT) +[![MIT License](https://img.shields.io/npm/l/grunt-bootlint.svg)](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE) [![Dependency Status](https://img.shields.io/david/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint) [![devDependency Status](https://img.shields.io/david/dev/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint#info=devDependencies) @@ -130,6 +130,6 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. ## License and copyright -Code released under [the MIT license](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE-MIT). +Code released under [the MIT license](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE). [bootlint problem ID codes]: https://github.com/twbs/bootlint/wiki diff --git a/package.json b/package.json index 80691bc..222ad2b 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,7 @@ "node": ">=6" }, "files": [ - "tasks/*.js", - "LICENSE-MIT" + "tasks/*.js" ], "scripts": { "test": "grunt test" -- cgit v1.2.3