Skip to content

Commit 6f233d4

Browse files
committed
LICENCE-MIT: Add the MIT text
Generated with: $ curl -s https://raw.githubusercontent.com/rust-lang/rust/1.23.0/LICENSE-MIT >LICENSE-MIT Rust dropped their copyright line from LICENSE-MIT in rust-lang/rust@2a8807e8 (LICENSE-MIT: Remove inaccurate (misattributed) copyright notice, 2017-07-26, [1]). I'm not clear on how that interacts with the "The above copyright notice and this permission notice shall be included..." line [2], but it's better than not including the MIT text at all (which is where we were before this commit). [3] has the same text (although it has a copyright template), but using Rust as the source gets us the Rust-standard line wrappings ;). [1]: rust-lang/rust@2a8807e [2]: rust-lang/rust#43498 (comment) [3]: https://opensource.org/licenses/MIT
1 parent 54301fc commit 6f233d4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

LICENSE-MIT

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Permission is hereby granted, free of charge, to any
2+
person obtaining a copy of this software and associated
3+
documentation files (the "Software"), to deal in the
4+
Software without restriction, including without
5+
limitation the rights to use, copy, modify, merge,
6+
publish, distribute, sublicense, and/or sell copies of
7+
the Software, and to permit persons to whom the Software
8+
is furnished to do so, subject to the following
9+
conditions:
10+
11+
The above copyright notice and this permission notice
12+
shall be included in all copies or substantial portions
13+
of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
16+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
17+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
18+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
19+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
22+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23+
DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)