50 lines
2.2 KiB
Plaintext
50 lines
2.2 KiB
Plaintext
GNU GENERAL PUBLIC LICENSE
|
|||
|
|
Version 3, 29 June 2007
|
||
|
|
|
||
|
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||
|
|
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 and other kinds of works.
|
||
|
|
|
||
|
|
For the precise terms and conditions for copying, distribution and
|
||
|
|
modification, follow below. Terms and Conditions for copying,
|
||
|
|
distribution and modification are not listed here, but the full text
|
||
|
|
is available at https://www.gnu.org/licenses/gpl-3.0.txt
|
||
|
|
|
||
|
|
The GNU General Public License is published by the Free Software
|
||
|
|
Foundation. You can apply it to your programs, too.
|
||
|
|
|
||
|
|
When we speak of free software, we are referring to freedom, not
|
||
|
|
price. Our General Public Licenses are designed to make sure that you
|
||
|
|
have the freedom to distribute copies of free software (and charge for
|
||
|
|
this service if you wish), that you receive source code or can get it
|
||
|
|
if you want it, that you can change the software or use pieces of it
|
||
|
|
in new new free programs, and that you know you can do these things.
|
||
|
|
|
||
|
|
To protect your rights, we need to prevent others from denying you
|
||
|
|
these rights or preventing you from asking you to surrender the rights.
|
||
|
|
Therefore, you have certain responsibilities if you distribute copies
|
||
|
|
of the software, or if you modify it: responsibilities to respect the
|
||
|
|
freedom of others.
|
||
|
|
|
||
|
|
For the full license text, see: https://www.gnu.org/licenses/gpl-3.0.txt
|
||
|
|
|
||
|
|
Copyright (C) 2026 Markus Graf
|
||
|
|
|
||
|
|
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 <https://www.gnu.org/licenses/>.
|