|
| 1 | +Dual License |
| 2 | + |
| 3 | +This repository uses a dual license: |
| 4 | + |
| 5 | +1. TUTORIAL CONTENT (content/, *.md, *.ipynb files): |
| 6 | + Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) |
| 7 | + |
| 8 | +2. SOFTWARE CODE (*.py, *.html, *.sh files): |
| 9 | + GNU General Public License v3.0 only (GPL-3.0-only) |
| 10 | + |
| 11 | +Copyright (c) Sigma2 / NAIC |
| 12 | + |
| 13 | +================================================================================ |
| 14 | + |
| 15 | +CC BY-NC 4.0 — Tutorial Content License |
| 16 | + |
| 17 | +Creative Commons Attribution-NonCommercial 4.0 International |
| 18 | + |
| 19 | +You are free to: |
| 20 | + Share — copy and redistribute the material in any medium or format |
| 21 | + Adapt — remix, transform, and build upon the material |
| 22 | + |
| 23 | +Under the following terms: |
| 24 | + Attribution — You must give appropriate credit, provide a link to the |
| 25 | + license, and indicate if changes were made. |
| 26 | + NonCommercial — You may not use the material for commercial purposes. |
| 27 | + |
| 28 | +Full text: https://creativecommons.org/licenses/by-nc/4.0/legalcode |
| 29 | + |
| 30 | +================================================================================ |
| 31 | + |
| 32 | +GPL-3.0-only — Software Code License |
| 33 | + |
| 34 | +GNU GENERAL PUBLIC LICENSE |
| 35 | +Version 3, 29 June 2007 |
| 36 | + |
| 37 | +Copyright (C) 2007 Free Software Foundation, Inc. |
| 38 | +<https://fsf.org/> |
| 39 | + |
| 40 | +Everyone is permitted to copy and distribute verbatim copies of this |
| 41 | +license document, but changing it is not allowed. |
| 42 | + |
| 43 | +This program is free software: you can redistribute it and/or modify |
| 44 | +it under the terms of the GNU General Public License as published by |
| 45 | +the Free Software Foundation, version 3. |
| 46 | + |
| 47 | +This program is distributed in the hope that it will be useful, |
| 48 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 49 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 50 | +GNU General Public License for more details. |
| 51 | + |
| 52 | +You should have received a copy of the GNU General Public License |
| 53 | +along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 54 | + |
| 55 | +Full text: https://www.gnu.org/licenses/gpl-3.0.txt |
0 commit comments