chore: relicense to GPL-3.0
Some checks failed
CI / test (22.04) (push) Has been cancelled
CI / test (24.04) (push) Has been cancelled

This commit is contained in:
pyr0ball 2026-05-26 18:43:08 -07:00
parent 6a9db60938
commit aaeeb49e00
2 changed files with 10 additions and 19 deletions

25
LICENSE
View file

@ -1,21 +1,12 @@
MIT License
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (c) 2026 Illuscape Contributors
Copyright (C) 2026 CircuitForge LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Everyone is permitted to copy and distribute verbatim copies of this license
document, but changing it is not allowed.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
PREAMBLE
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The GNU General Public License is a free, copyleft license for software and other
kinds of works. For the full license text, see https://www.gnu.org/licenses/gpl-3.0.txt

View file

@ -4,7 +4,7 @@
**Inkscape that feels like Adobe Illustrator — keyboard shortcuts, scroll behavior, palettes, and templates, without touching Inkscape itself.**
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
[![Inkscape](https://img.shields.io/badge/inkscape-%3E%3D1.2-orange.svg)](https://inkscape.org/)
[![Platform](https://img.shields.io/badge/platform-linux-lightgrey.svg)](#requirements)
@ -126,4 +126,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md). Issues and PRs welcome.
## License
MIT — see [LICENSE](LICENSE).
GPL-3.0 — see [LICENSE](LICENSE).