From 1634c52a5b1a141f78d9543b3b1b914eeb940b53 Mon Sep 17 00:00:00 2001 From: Akira Taguchi Date: Tue, 6 Jun 2023 12:46:17 +0300 Subject: [PATCH] Highlight MIT in LICENSE (#1348) I also changed the copyright year from 2014 to 2015. This is because the year in copyright notice refers to the year of first publication as italicised here: https://opensource.stackexchange.com/questions/6389/how-do-the-years-specified-in-a-copyright-statement-work . According to the GitHub API this repository was not created until 2015: https://api.github.com/repos/com-lihaoyi/Ammonite :octocat: --- LICENSE | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 307d8e963..38b697dd9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,10 +1,6 @@ -License -======= +MIT License - -The MIT License (MIT) - -Copyright (c) 2014 Li Haoyi (haoyi.sg@gmail.com) +Copyright (c) 2015 Li Haoyi (haoyi.sg@gmail.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -13,13 +9,13 @@ 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 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. +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.