Skip to content

Commit f3cb3a2

Browse files
committed
license: fix up MIT license so it's an exact match
Before: ```console $ licensee diff --license mit LICENSE-MIT Comparing to MIT License: Input Length: 1092 License length: 1020 Similarity: 92.46% diff --git a/LICENSE b/LICENSE index 0ce42af..be0ff1c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ {+spack project developers. see the top-level copyright file for details.+} 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 ``` After: ```console $ licensee diff --license mit LICENSE-MIT Comparing to MIT License: Input Length: 1020 License length: 1020 Similarity: 100.00% Exact match! ``` This gets us a 100% license match from GitHub's `licensee` tool.
1 parent 3ea9b9a commit f3cb3a2

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

LICENSE-MIT

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
2-
Spack Project Developers. See the top-level COPYRIGHT file for details.
1+
MIT License
32

4-
Permission is hereby granted, free of charge, to any person obtaining a
5-
copy of this software and associated documentation files (the "Software"),
6-
to deal in the Software without restriction, including without limitation
7-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
8-
and/or sell copies of the Software, and to permit persons to whom the
9-
Software is furnished to do so, subject to the following conditions:
3+
Copyright (c) 2013-2020 LLNS, LLC and other Spack Project Developers.
104

11-
The above copyright notice and this permission notice shall be included in
12-
all copies or substantial portions of the Software.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1314

1415
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1516
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1617
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1718
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20-
DEALINGS IN THE SOFTWARE.
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)