-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLICENSE
More file actions
26 lines (15 loc) · 1.16 KB
/
Copy pathLICENSE
File metadata and controls
26 lines (15 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Dual License
This project uses a dual licensing approach:
## Book Content License
All written content, documentation, and educational materials in this book are licensed under the **Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0)**.
See [LICENSE-CONTENT.md](LICENSE-CONTENT.md) for the full text.
## Code Examples License
All code examples, scripts, and software components are licensed under the **MIT License**.
See [LICENSE-CODE.md](LICENSE-CODE.md) for the full text.
## What This Means
- **Book text, chapters, documentation**: You can freely share, adapt, and build upon this material for any purpose, even commercially, as long as you provide appropriate attribution AND license your derivative work under the same CC BY-SA 4.0 license.
- **Code examples and scripts**: You can use, modify, and distribute the code with minimal restrictions, including in commercial projects.
## Attribution
When using book content, please attribute as:
"Think Python, Direct AI: Computational Thinking for Beginners" by Michael Borck, licensed under CC BY-SA 4.0.
When using code examples, include the MIT license notice found in LICENSE-CODE.md.