-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Using Code Examples | ||
|
||
Supplemental material (code examples, exercises, etc.) is available for download at | ||
<https://github.com/danvk/effective-typescript>. | ||
|
||
This book is here to help you get your job done. In general, if example code is | ||
offered with this book, you may use it in your programs and documentation. You | ||
do not need to contact us for permission unless you’re reproducing a | ||
significant portion of the code. For example, writing a program that uses | ||
several chunks of code from this book does not require permission. Selling or | ||
distributing examples from O’Reilly books does require permission. Answering a | ||
question by citing this book and quoting example code does not require | ||
permission. Incorporating a significant amount of example code from this book | ||
into your product’s documentation does require permission. | ||
|
||
We appreciate, but do not require, attribution. An attribution usually includes | ||
the title, author, publisher, and ISBN. For example: | ||
“Effective TypeScript by Dan Vanderkam (O’Reilly). Copyright 2020 Dan Vanderkam, | ||
978-1-492-05374-3.” If you feel your use of code examples falls outside fair use | ||
or the permission given above, feel free to contact us at | ||
permissions@oreilly.com. |