Jump to content

GNAT Modified General Public License: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
SmackBot (talk | contribs)
m See also: FIx up portal template and general fixes
m correct spelling
Line 8: Line 8:
: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.
: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]] <code>pragma License (Modified_GPL);</code> activates [[GNAT]]'s built-in licence check in respect to the Modified GPL.
The [[compiler directive]] <code>pragma License (Modified_GPL);</code> activates [[GNAT]]'s built-in license check in respect to the Modified GPL.


==See also==
==See also==

Revision as of 06:08, 21 July 2010

The GNU logo

The GNAT Modified General Public License (short: Modified GPL, GMGPL) is a version of the GNU General Public License specifically 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 built-in license check in respect to the Modified GPL.

See also