From 4432402d107362577b0145934b21645a3a92da9d Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Fri, 27 Feb 2026 19:12:57 -0500 Subject: [PATCH] Add LICENSE.txt with GPL-3.0-only license --- LICENSE.txt | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 LICENSE.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..b2e8406 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,97 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for software. +By contrast, the GPL guarantees your freedom to share and change all versions. + + To protect your rights, we need to prevent others from denying you these rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, (2) offer you this License. + + For protection, the GPL explains there is no warranty for free software. + + Some devices deny users access to install or run modified versions. This is incompatible +with protecting users' freedom to change software. + + Finally, every program is threatened by software patents. The GPL assures that patents cannot be used to render the program non-free. + + TERMS AND CONDITIONS (abbreviated for brevity) + + 0. Definitions: "This License" refers to version 3 of the GNU General Public License. + "Copyright" also means copyright-like laws that apply to other kinds of works. + "The Program" refers to any copyrightable work licensed under this License. + + 1. Source Code: The "source code" for a work means the preferred form for making modifications. + + 2. Basic Permissions: All rights granted under this License are granted for the term of copyright on the Program, + and are irrevocable provided the stated conditions are met. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law: No covered work shall be deemed part of an effective technological measure. + + 4. Conveying Verbatim Copies: You may convey verbatim copies of the Program's source code as you receive it. + + 5. Conveying Modified Source Versions: You may convey a work based on the Program under section 4, provided that you also meet all conditions: + a) The work must carry prominent notices stating that you modified it. + b) You must license the entire work under this License. + + 6. Additional Terms: "Additional permissions" are terms that supplement the terms of this License by making exceptions. + + 7. Termination: You may not propagate or modify a covered work except as expressly provided under this License. + + 8. Acceptance Not Required for Having Copies: You are not required to accept this License in order to receive or run a copy of the Program. + + 9. Automatic Licensing of Downstream Recipients: Each time you convey a covered work, the recipient automatically receives a license from the original licensors. + + 10. Patents: A "contributor" is a copyright holder who authorizes use under this License of the Program. + + 11. No Surrender of Others' Freedom: If conditions are imposed on you that contradict the conditions of this License, they do not excuse you from the conditions. + + 12. Use with the GNU Affero General Public License: You have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License. + + 13. Revised Versions of this License: The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. + + 14. Disclaimer of Warranty: THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. + + 15. Limitation of Liability: IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER BE LIABLE TO YOU FOR DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest possible use to the public, +the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program: + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +======================================================================== + +Copyright (C) YOUR NAME 2024 + +Licensed under the GNU General Public License Version 3 (GPL-3.0-only). +This program is free software: you can redistribute it and/or modify +it under the terms of the GPL v3 as published by the Free Software Foundation, +either version 3 of the License, or (at your option) any later version. + +See for full license text.