You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
This repository contains two types of material:
2
+
Materials that I (Thomas Weise) have created by myself and such that have been created by others.
3
+
4
+
The vast majority of the material is teaching material created by me (Thomas Weise).
5
+
This and only this material is released under the Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY‑NC‑SA 4.0), see below and [http://creativecommons.org/licenses/by-nc-sa/4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) for a summary.
6
+
7
+
However, the repository also includes some images and figures created by others, which are marked explicitly and licensed under their authors' terms.
8
+
For example, all logos and trademarks are under the copyright of their respective owners.
9
+
The list of files not under the CC BY‑NC‑SA 4.0 license but under their individual owners' copyrights includes, but is not limited to:
10
+
11
+
+ the [Python](https://www.python.org) Logo, e.g.,
12
+
- text/main/introduction/pythonLogo.pdf
13
+
- text/main/introduction/pythonLogo.svg
14
+
15
+
1
16
## creative commons
2
17
3
18
# Attribution-NonCommercial-ShareAlike 4.0 International
Copy file name to clipboardExpand all lines: README.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,19 +44,29 @@ You may use these files under the licensing terms provided below.
44
44
45
45
46
46
## 3. License
47
-
All the course material is freely available.
48
-
You can download its newest version from <https://thomasweise.github.io/programmingWithPython>.
47
+
This repository contains two types of material:
48
+
Materials that I (Thomas Weise) have created by myself and such that have been created by others.
49
+
50
+
The vast majority of the material is teaching material created by me (Thomas Weise).
51
+
This and only this material is released under the Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY‑NC‑SA 4.0), see [http://creativecommons.org/licenses/by-nc-sa/4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) for a summary.
52
+
53
+
However, the repository also includes some images and figures created by others, which are marked explicitly and licensed under their authors' terms.
54
+
For example, all logos and trademarks are under the copyright of their respective owners.
55
+
The list of files not under the CC BY‑NC‑SA 4.0 license but under their individual owners' copyrights includes, but is not limited to:
56
+
57
+
+ the [Python](https://www.python.org) Logo, e.g.,
58
+
- text/main/introduction/pythonLogo.pdf
59
+
- text/main/introduction/pythonLogo.svg
60
+
61
+
You can download its newest version of the course material from <https://thomasweise.github.io/databases>.
49
62
This version may change since this course and book both are work in progress.
50
-
You can freely share this.
51
-
You can also copy text or figures under the license given below, as long as you cite the book as the original source, e.g., by using the following BibTeX:
**If you have any comments or suggestions regarding the book, or if you spotted an error or typo, please feel free to submit an [issue here](https://github.com/thomasWeise/programmingWithPython/issues).**
56
68
Your feedback would help us to improve the book.
57
69
58
-
This book is released under the Attribution-NonCommercial-ShareAlike 4.0 International license (CC BY‑NC‑SA 4.0), see [http://creativecommons.org/licenses/by-nc-sa/4.0/](http://creativecommons.org/licenses/by-nc-sa/4.0/) for a summary.
59
-
60
70
We statically include the [pdfsizeopt](https://github.com/pts/pdfsizeopt) tool in the build process of our book via the [bookbase repository](https://github.com/thomasWeise/bookbase) and use it during the book compiling and building process to compress the book pdf file.
61
71
This tool is excluded from the license mentioned above.
62
72
It is under the GNU GENERAL PUBLIC LICENSE Version 2, June 1991 and the copyright belongs to its authors.
0 commit comments