From 3b06c5032973da4c8c01f8baf93ad24630ca7eda Mon Sep 17 00:00:00 2001 From: fturmel <4009209+fturmel@users.noreply.github.com> Date: Fri, 25 Jun 2021 09:05:51 -0400 Subject: [PATCH] Update software license format to enable Github detection This will correctly display "MIT" or "MIT License" in repo listings and on the sidebar. Also gives an integrated overview (similar to tldrlegal) when viewing the file. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository#detecting-a-license --- LICENSE.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a69dab1ce4..29c6e85fd3 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,21 @@ -Copyright (C) 2020 Sasha Koss and Lesha Koss +MIT License -# License +Copyright (c) 2021 Sasha Koss and Lesha Koss https://kossnocorp.mit-license.org -date-fns is licensed under the [MIT license](http://kossnocorp.mit-license.org). -Read more about MIT at [TLDRLegal](https://tldrlegal.com/license/mit-license). +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.