Skip to content

Commit

Permalink
Highlight MIT in LICENSE (com-lihaoyi#1348)
Browse files Browse the repository at this point in the history
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:
  • Loading branch information
akirataguchi115 authored Jun 6, 2023
1 parent 9e3ddc8 commit 1634c52
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
License
=======
MIT License


The MIT License (MIT)

Copyright (c) 2014 Li Haoyi ([email protected])
Copyright (c) 2015 Li Haoyi ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -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.

0 comments on commit 1634c52

Please sign in to comment.