24 lines
2.3 KiB
Plaintext
Executable File
24 lines
2.3 KiB
Plaintext
Executable File
GNU AFFERO GENERAL PUBLIC LICENSE
|
|
Version 3, 19 November 2007
|
|
|
|
Copyright (C) 2007 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
|
|
|
|
Preamble
|
|
The GNU Affero General Public License is a free software license that allows software to be freely used, modified, and shared. It ensures that any modifications or derivative works are also shared with the community under the same license.
|
|
|
|
The GNU Affero General Public License is based on the GNU General Public License, with an additional provision aimed at ensuring that users who interact with the software over a network have access to the source code.
|
|
|
|
This license is intended to promote the sharing of software and ensure that everyone has the freedom to run, study, modify, and share the software they use.
|
|
|
|
For other licenses, see [GNU Licensing](https://gnu.org/licenses).
|
|
|
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
0. Definitions. This License refers to version 3 of the GNU General Public License, and the following additional terms:
|
|
"Copyright" also means copyright-like rights such as those held by the author of the work. "The Program" refers to the work of authorship, whether it is in source code or object code form, and includes this license document. "You" is the individual or legal entity exercising the rights granted by this license. "License" denotes this License, and "Licensor" refers to the copyright owner or authors who license the Program.
|
|
|
|
1. Source Code.
|
|
a) The source code for a work means the preferred form of the work for making modifications to it. It includes all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable.
|
|
b) You are not required to provide anything except access to the source code of the Program if you distribute it to others. However, if you modify the Program and then distribute it, you must make the modified version available under the same license as the original Program.
|
|
|
|
... (The full license text is lengthy and can be accessed at https://www.gnu.org/licenses/agpl-3.0.html)
|