svn commit: r344409 - in head: Mk Templates/Licenses

John Marino marino at FreeBSD.org
Sat Feb 15 15:44:30 UTC 2014


Author: marino
Date: Sat Feb 15 15:44:29 2014
New Revision: 344409
URL: http://svnweb.freebsd.org/changeset/ports/344409
QAT: https://qat.redports.org/buildarchive/r344409/

Log:
  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)

Added:
  head/Templates/Licenses/GMGPL   (contents, props changed)
Modified:
  head/Mk/bsd.licenses.db.mk

Modified: head/Mk/bsd.licenses.db.mk
==============================================================================
--- head/Mk/bsd.licenses.db.mk	Sat Feb 15 15:40:57 2014	(r344408)
+++ head/Mk/bsd.licenses.db.mk	Sat Feb 15 15:44:29 2014	(r344409)
@@ -38,7 +38,7 @@ Licenses_db_Include_MAINTAINER=         
 
 _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
 

Added: head/Templates/Licenses/GMGPL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Templates/Licenses/GMGPL	Sat Feb 15 15:44:29 2014	(r344409)
@@ -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.


More information about the svn-ports-all mailing list