Skip to content

Commit 787221a

Browse files
committed
Modify license discussion in README
1 parent 01cfaa0 commit 787221a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ I am currently doing the final edits of these notebooks, and will post them as I
7272

7373
### [Appendix: Figure Code](http://nbviewer.jupyter.org/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/06.00-Figure-Code.ipynb)
7474

75+
---
7576

7677
## Required Packages
7778

@@ -94,13 +95,15 @@ You can read more about using conda environments in the [Managing Environments](
9495

9596
## Code Listings
9697

97-
The notebooks above are still being edited. In the meantime, you can see all
98-
the code from an earlier draft of the book in [code_listings](code_listings).
99-
The code is in IPython notebooks, organized by book chapter and section.
100-
All code from this book was tested with Python 3.4-3.5, though most of it
101-
is compatible with Python 2.7 as well.
98+
The notebooks above are still being edited. In the meantime, you can see the
99+
code from an earlier draft of the book in [code_listings](code_listings).
100+
This will be removed once the full notebooks are posted.
101+
102102

103103
## License
104-
The code here is released under the [MIT license](LICENSE-CODE). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT).
105104

105+
### Code
106+
The code in this repository, including all code samples in the notebooks listed above, is released under the [MIT license](LICENSE-CODE). Read more at the [Open Source Initiative](https://opensource.org/licenses/MIT).
107+
108+
### Text
106109
The text content of the book is released under the [CC-BY-NC-ND license](LICENSE-TEXT). Read more at [Creative Commons](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode).

0 commit comments

Comments
 (0)