GNAT Modified General Public License: Difference between revisions
Appearance
Content deleted Content added
→See also: recat |
'''GNAT Modified General Public License''' |
||
Line 1: | Line 1: | ||
[[Image:The GNU logo.png|thumb|200px|right|The GNU logo]] |
[[Image:The GNU logo.png|thumb|200px|right|The GNU logo]] |
||
The ''' |
The '''GNAT Modified General Public License''' (short: Modified GPL, MGPL) is a version of the [[GNU General Public License]] specificly modified for the [[wikibooks:Programming:Ada:Generics|generic feature]] found in the [[Ada programming language]]. |
||
The modification is as follows: |
The modification is as follows: |
Revision as of 12:43, 11 April 2005
The GNAT Modified General Public License (short: Modified GPL, MGPL) is a version of the GNU General Public License specificly modified for the generic feature found in the Ada programming language.
The modification is as follows:
- As a special exception, if other files instantiate generics from this unit, or you link this unit with other files to produce an executable, this unit does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License.
The compiler directive pragma License (Modified_GPL);
activates GNAT's build in licence check in respect to the Modified GPL.