Add GMGPL to license database
The GNAT Modified General Public Licence is an older license that is commonly used with Ada programs, specifically to address legal quirks with the Ada generics feature. It is meant to be used as "multi" licence in combination with GPL or GPLv2. It is not typically seen combined with GPLv3 to my knowledge. Approved by: portmgr (bapt)
This commit is contained in:
parent
66dd50b528
commit
06d16aafc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344409
@ -38,7 +38,7 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org
|
||||
|
||||
_LICENSE_LIST= AGPLv3 APACHE10 APACHE11 APACHE20 ART10 ARTPERL10 ART20 \
|
||||
BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL \
|
||||
CDDL EPL GFDL GPLv1 GPLv2 \
|
||||
CDDL EPL GFDL GMGPL GPLv1 GPLv2 \
|
||||
GPLv3 GPLv3RLE ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 \
|
||||
LPPL13 LPPL13a LPPL13b LPPL13c MIT MPL OFL10 OFL11 OWL PHP202 \
|
||||
PHP30 PHP301 PSFL RUBY ZLIB ZPL21
|
||||
@ -116,6 +116,9 @@ _LICENSE_GROUPS_EPL= FSF OSI
|
||||
_LICENSE_NAME_GFDL= GNU Free Documentation License
|
||||
_LICENSE_GROUPS_GFDL= FSF
|
||||
|
||||
_LICENSE_NAME_GMGPL= GNAT Modified General Public License
|
||||
_LICENSE_GROUPS_GMGPL= FSF GPL OSI
|
||||
|
||||
_LICENSE_NAME_GPLv1= GNU General Public License version 1
|
||||
_LICENSE_GROUPS_GPLv1= FSF GPL OSI
|
||||
|
||||
|
6
Templates/Licenses/GMGPL
Normal file
6
Templates/Licenses/GMGPL
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
Loading…
Reference in New Issue
Block a user