forked from mynameisfiber/high_performance_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proper license, okayed by OReilly's legal team
- Loading branch information
1 parent
ba1fb4c
commit 47a10bb
Showing
2 changed files
with
22 additions
and
3 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,18 @@ | ||
"These code examples are excerpted from High Performance Python by Micha | ||
Gorelick and Ian Ozsvald published by O’Reilly Media, Inc. (ISBN 9781449361594) | ||
which you can purchase here: http://shop.oreilly.com/product/0636920028963.do. | ||
You may use these code examples in your programs and documentation. You do not | ||
need to contact O'Reilly for permission unless you’re reproducing a significant | ||
portion of the code. For example, writing a program that uses several chunks of | ||
this example code does not require permission. Selling or distributing a set of | ||
examples from O'Reilly books does require permission. Answering a question by | ||
citing the book and quoting example code does not require permission. | ||
Incorporating a significant amount of this example code 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: “High Performance Python by Micha Gorelick and Ian Ozsvald | ||
(O’Reilly). Copyright 2014 Micha Gorelick and Ian Ozsvald. 978-1-4493-6159-4.” | ||
|
||
If you feel your use of these code examples falls outside fair use or the | ||
permission given here, feel free to contact O'Reilly at | ||
[email protected]." |
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