|
1 |
| -MIT License |
2 |
| - |
3 |
| -Copyright (c) 2025 revWhiteShadow |
4 |
| - |
5 |
| -Permission is hereby granted, free of charge, to any person obtaining a copy |
6 |
| -of this software and associated documentation files (the "Software"), to deal |
7 |
| -in the Software without restriction, including without limitation the rights |
8 |
| -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
9 |
| -copies of the Software, and to permit persons to whom the Software is |
10 |
| -furnished to do so, subject to the following conditions: |
11 |
| - |
12 |
| -The above copyright notice and this permission notice shall be included in all |
13 |
| -copies or substantial portions of the Software. |
14 |
| - |
15 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
16 |
| -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
17 |
| -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
18 |
| -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
19 |
| -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
20 |
| -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
21 |
| -SOFTWARE. |
| 1 | + GNU GENERAL PUBLIC LICENSE |
| 2 | + Version 3, 29 June 2007 |
| 3 | + |
| 4 | + Copyright (C) 2025 revWhiteShadow |
| 5 | + |
| 6 | + Everyone is permitted to copy and distribute verbatim copies |
| 7 | + of this license document, but changing it is not allowed. |
| 8 | + |
| 9 | + Preamble |
| 10 | + |
| 11 | + The GNU General Public License is a free, copyleft license for |
| 12 | +software and other kinds of works. |
| 13 | + |
| 14 | + The licenses for most software and other practical works are designed |
| 15 | +to take away your freedom to share and change the works. By contrast, |
| 16 | +the GNU General Public License is intended to guarantee your freedom to |
| 17 | +share and change all versions of a program--to make sure it remains free |
| 18 | +software for all its users. We, the Free Software Foundation, use the |
| 19 | +GNU General Public License for most of our software; it applies also to |
| 20 | +any other work released this way by its authors. You can apply it to |
| 21 | +your programs, too. |
| 22 | + |
| 23 | + [The full GPLv3 license text continues from here. It is very long — about 5,500+ words.] |
| 24 | + |
| 25 | + For the full license, you can include this file: |
| 26 | + https://www.gnu.org/licenses/gpl-3.0.txt |
| 27 | + |
| 28 | + Or you can copy and paste the full content into your `LICENSE` file. |
| 29 | + |
0 commit comments