License: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:gplv3-127x51.png|200px|thumb|right|GPLv3]]
[[File:gplv3-127x51.png|300px|thumb|right|The Official GNU GPL Logo]]


[[ENIGMA]] and her sister projects [[LateralGM]] and [[NaturalGM]] are all licensed under GNU GPL v3.0 or later. The licensing allows you to use, modify, and share the source code of ENIGMA and even make commercial derivatives of the program as well as sell your games made with the program.
[[ENIGMA]] and its related projects [[LateralGM]] and [[RadialGM]] are all licensed under GNU GPL v3 or later. The licensing allows you to use, modify, and share the source code of ENIGMA and even make commercial derivatives of the program as well as sell your games made with the program.


== License Header ==
== Agreement ==
 
''ENIGMA'' is free software: you can redistribute it and/or modify
''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
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
(at your option) any later version.
   
   
''This program'' is distributed in the hope that it will be useful,
''ENIGMA'' is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License (COPYING) for more details.
GNU General Public License (COPYING) for more details.
   
   
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see [http://www.gnu.org/licenses/ http://www.gnu.org/licenses/].
 
Italicized ''This program'' is generally replaced with the name of the program. Sometimes an abbreviated license is used to keep the filesize down.
 
This file is part of Lateral GM.
''This program'' is free software and comes with ABSOLUTELY NO
WARRANTY. See LICENSE for details.


Where LICENSE refers to a file by that name which contains the normal header, along with any other relevant license information for packaged libraries, icons, code, or anything else that uses a different but compatible license.
LICENSE refers to a file by that name which contains the normal header, along with any other relevant license information for packaged libraries, icons, code, or anything else that uses a different but compatible license.


== Exemptions ==
== Exemptions ==
A special exemption is provided by our license to allow the commercial selling of software made with ENIGMA.


== Full Text ==
== Full Text ==


The full text of the GNU GPL v3.0 is available from the [http://www.gnu.org/licenses/gpl.html GNU website] and can usually be found in the COPYING text file provided with any software under said license, such as [https://lateralgm.svn.sourceforge.net/svnroot/lateralgm/LateralGM/trunk/COPYING LateralGM's].
The full text of the GNU GPL v3 is available from the [http://www.gnu.org/licenses/gpl.html GNU website] and can usually be found in the COPYING text file provided with any software under said license, such as [https://lateralgm.svn.sourceforge.net/svnroot/lateralgm/LateralGM/trunk/COPYING LateralGM's].


== See Also ==
== See Also ==
[http://www.gnu.org/licenses/gpl.html GNU GPL Official Website]
[http://www.gnu.org/licenses/gpl.html GNU GPL Official Website]

Latest revision as of 02:31, 9 September 2017

The Official GNU GPL Logo

ENIGMA and its related projects LateralGM and RadialGM are all licensed under GNU GPL v3 or later. The licensing allows you to use, modify, and share the source code of ENIGMA and even make commercial derivatives of the program as well as sell your games made with the program.

Agreement

ENIGMA 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.

ENIGMA 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 (COPYING) for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

LICENSE refers to a file by that name which contains the normal header, along with any other relevant license information for packaged libraries, icons, code, or anything else that uses a different but compatible license.

Exemptions

A special exemption is provided by our license to allow the commercial selling of software made with ENIGMA.

Full Text

The full text of the GNU GPL v3 is available from the GNU website and can usually be found in the COPYING text file provided with any software under said license, such as LateralGM's.

See Also

GNU GPL Official Website