License: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[File:gplv3-127x51.png|300px|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 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.

Revision as of 01:03, 19 April 2013

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.

License Header

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 (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/>.

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.

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