Skip to content

Commit

Permalink
Proper license, okayed by OReilly's legal team
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisfiber committed Aug 27, 2014
1 parent ba1fb4c commit 47a10bb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
18 changes: 18 additions & 0 deletions LICENSE.md
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]."
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CPU's and multiple computers. In addition, throughout this exploration a focus
is kept on keeping development time fast and learning from profiling output in
order to direct optimizations.

The following topics are covered,
The following topics are covered in the code repo:

- Chapter 1: Profiling
- What are the ways to profile your code?
Expand Down Expand Up @@ -73,8 +73,9 @@ Using the code base
-------------------

This code base is a live document and should be freely commented on and used.
All of the code within it is released under Creative Commons (CC BY-NC-ND 3.0).
Feel free to share, fork and comment on the code!
It is distributed with a license that amounts to: don't use the code for
profit, however read the [provided license](license.md) file for the
law-jargon. Feel free to share, fork and comment on the code!

If any errors are found, or you have a bone to pick with how we go about doing
things, leave an issue on this repo! Just keep in mind that all code was
Expand Down

0 comments on commit 47a10bb

Please sign in to comment.