From aaeeb49e001178cf98f19dfa13b104ec357233ad Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 26 May 2026 18:43:08 -0700 Subject: [PATCH] chore: relicense to GPL-3.0 --- LICENSE | 25 ++++++++----------------- README.md | 4 ++-- 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/LICENSE b/LICENSE index 30f9d5b..a52574a 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 6dbac58..305e629 100644 --- a/README.md +++ b/README.md @@ -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).