Skip to content

Commit cfa509f

Browse files
committed
Add MIT license text
1 parent 175b28c commit cfa509f

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

code/LICENSE

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

epub/frontmatter.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
a <a href="https://creativecommons.org/licenses/by-nc/3.0/">Creative
1616
Commons attribution-noncommercial license</a>. All code in this book
1717
may also be considered licensed under
18-
an <a href="https://opensource.org/licenses/MIT">MIT license</a>.</p>
18+
an <a href="https://eloquentjavascript.net/code/LICENSE">MIT license</a>.</p>
1919

2020
<p style="font-size: 80%">Illustrations by various artists: Cover
2121
and chapter illustrations by Madalina Tantareanu. Pixel art in

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>Eloquent JavaScript<div style="font-size: 70%">3rd edition</div></h2>
4141
a <a href="https://creativecommons.org/licenses/by-nc/3.0/">Creative
4242
Commons attribution-noncommercial license</a>. All code in this book
4343
may also be considered licensed under
44-
an <a href="https://opensource.org/licenses/MIT">MIT license</a>.</p>
44+
an <a href="https://eloquentjavascript.net/code/LICENSE">MIT license</a>.</p>
4545

4646
<p>Illustrations by various artists: Cover and chapter illustrations
4747
by <a href="http://madalinatantareanu.com/">Madalina Tantareanu</a>.

pdf/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
attribution-noncommercial license
9696
(\url{http://creativecommons.org/licenses/by-nc/3.0/}). All code in
9797
the book may also be considered licensed under an MIT license
98-
(\url{http://opensource.org/licenses/MIT}).
98+
(\url{https://eloquentjavascript.net/code/LICENSE}).
9999
100100
The illustrations are contributed by various artists: Cover and
101101
chapter illustrations by Madalina Tantareanu. Pixel art in Chapters

0 commit comments

Comments
 (0)