From owner-svn-ports-all@FreeBSD.ORG Sat Feb 15 15:44:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5992AF53; Sat, 15 Feb 2014 15:44:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2B1FD118C; Sat, 15 Feb 2014 15:44:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FFiURn078699; Sat, 15 Feb 2014 15:44:30 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FFiTVV078697; Sat, 15 Feb 2014 15:44:29 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402151544.s1FFiTVV078697@svn.freebsd.org> From: John Marino Date: Sat, 15 Feb 2014 15:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344409 - in head: Mk Templates/Licenses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 15:44:30 -0000 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.