diff options
author | marino <marino@FreeBSD.org> | 2015-03-13 22:41:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-13 22:41:57 +0800 |
commit | 453b5f49561078acf86576ffc3d6cd30d4b29dcf (patch) | |
tree | c5680a0966d4bbc887ddf4c6fca08345de54ca92 /lang | |
parent | 67a1c0bfcca8cf2dddf4727c3f85aee130c5512e (diff) | |
download | freebsd-ports-gnome-453b5f49561078acf86576ffc3d6cd30d4b29dcf.tar.gz freebsd-ports-gnome-453b5f49561078acf86576ffc3d6cd30d4b29dcf.tar.zst freebsd-ports-gnome-453b5f49561078acf86576ffc3d6cd30d4b29dcf.zip |
lang/gcc-aux: Correct information about license in pkg-descr
Newer GCC's don't carry GMGPL licenses anymore, it's been replaced by
GPLv3RLE (as correctly defined in LICENSES) so fix pkg-descr to match.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-aux/pkg-descr | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/gcc-aux/pkg-descr b/lang/gcc-aux/pkg-descr index 0c025c2da7eb..c7eff9c4711d 100644 --- a/lang/gcc-aux/pkg-descr +++ b/lang/gcc-aux/pkg-descr @@ -3,12 +3,10 @@ Objective-C. Since Ada support must be built by an Ada-capable compiler, only platforms for which a bootstrap compiler is available can build it. The AUX compiler is based on release versions of the Free Software -Foundation's GNU Compiler Collection. It carries with it the GMGPL license, -the modified version of the GPL that exempts generic instantiation from -resulting in a GPL-licensed executable. It also carries the GCC Runtime -Library Exception, so the resulting binaries have no licensing requirements. -Binaries produced by the AUX compiler should be legally handled the same as -binaries produced by any FSF compiler. +Foundation's GNU Compiler Collection. It uses the GCC Runtime Library +Exception, so the resulting binaries have no licensing requirements. +Binaries produced by the AUX compiler should be legally handled the same +as binaries produced by any FSF compiler. This compiler implements the full Ada-83, Ada-95, Ada-2005 and Ada-2012 standards. |