Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 01:13:49 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345563 - head/lang/gcc49
Message-ID:  <201402220113.s1M1Dnn8063133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Feb 22 01:13:49 2014
New Revision: 345563
URL: http://svnweb.freebsd.org/changeset/ports/345563
QAT: https://qat.redports.org/buildarchive/r345563/

Log:
  Set the license to a combination of GPLv3 (for the compiler itself) and
  GPLv3 with GCC Runtime Library Exception (for the runtime).
  
  Suggested by:	marino

Modified:
  head/lang/gcc49/Makefile

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Fri Feb 21 23:26:11 2014	(r345562)
+++ head/lang/gcc49/Makefile	Sat Feb 22 01:13:49 2014	(r345563)
@@ -11,6 +11,9 @@ DISTNAME=	gcc-${DISTVERSION}
 MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	GNU Compiler Collection 4.9
 
+LICENSE=	GPLv3 GPLv3RLE
+LICENSE_COMB=	multi
+
 LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
 		libmpfr.so:${PORTSDIR}/math/mpfr \
 		libmpc.so:${PORTSDIR}/math/mpc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402220113.s1M1Dnn8063133>