From 876ad4fc3e4366f965601c137147dc2f6e07e26e Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Wed, 27 Mar 2024 13:00:27 +0100 Subject: [PATCH] tweak license and remove duplicate from readme --- LICENSE.md | 2 +- README.md | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index f1879d7..0a27760 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020-2022 Ashwin Shenoy +Copyright (c) 2020-2022 Ashwin Shenoy Copyright (c) 2024 Koen Lageveen 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: diff --git a/README.md b/README.md index 71a5d39..7399503 100644 --- a/README.md +++ b/README.md @@ -86,15 +86,3 @@ There is always scope for improvements, so please do report any bug(s) that you Please follow the issue template that has been setup while reporting any bug(s) (So as to stay as organised as possible). Use the [Twig playground](https://twigfiddle.com/) if you want to share a particular snippet of template while creating a specific issue. - -## License -The MIT License (MIT) - -Copyright (c) 2020-2022 Ashwin Shenoy -Copyright (c) 2024 Koen Lageveen - -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.