From 10f9843adf07f970b47a20eaabbfd07223bbc3fd Mon Sep 17 00:00:00 2001 From: Pietro Grandi Date: Mon, 2 Aug 2021 10:02:11 +0200 Subject: [PATCH 1/4] Add MIT license --- license | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 license diff --git a/license b/license new file mode 100644 index 0000000..24affd2 --- /dev/null +++ b/license @@ -0,0 +1,9 @@ +MIT License + +Copyright 2021 Jayden Seric + +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. From 7632beb3b1775678c89fc77d73edb5553856720b Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Fri, 14 Jan 2022 15:12:37 +1100 Subject: [PATCH 2/4] Convert the license file to Markdown. --- license => license.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename license => license.md (98%) diff --git a/license b/license.md similarity index 98% rename from license rename to license.md index 24affd2..a6c4341 100644 --- a/license +++ b/license.md @@ -1,4 +1,4 @@ -MIT License +# MIT License Copyright 2021 Jayden Seric From 69ab7822a376679ebae2e84a22b7599e8126c1da Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Fri, 14 Jan 2022 15:23:19 +1100 Subject: [PATCH 3/4] Remove the copyright year from the license file. --- license.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license.md b/license.md index a6c4341..d21fa1c 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ # MIT License -Copyright 2021 Jayden Seric +Copyright Jayden Seric 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: From fbb1798a276ba07917d8f75e11ad0fbb5fac2fb1 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Fri, 14 Jan 2022 15:34:15 +1100 Subject: [PATCH 4/4] Update the changelog. --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 2ce5ece..d64d9c3 100644 --- a/changelog.md +++ b/changelog.md @@ -41,6 +41,7 @@ - Configured Prettier option `singleQuote` to the default, `false`. - Updated the package description. - Documentation tweaks. +- Added a `license.md` MIT License file, fixing [#19](https://github.com/jaydenseric/extract-files/issues/19) via [#20](https://github.com/jaydenseric/extract-files/pull/20). - Amended the changelog entry for v10.0.0. ## 11.0.0