diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-09-02 22:01:42 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-09-02 22:02:09 -0700 |
commit | 2fb56e30ad79312db579d86e69c89742f8112a2b (patch) | |
tree | eb5ad4143e62a87e92ec7e0f19271feecb85c044 /sys-devel/automake | |
parent | sys-power/nut: bup for bug 559390 (diff) | |
download | gentoo-2fb56e30ad79312db579d86e69c89742f8112a2b.tar.gz gentoo-2fb56e30ad79312db579d86e69c89742f8112a2b.tar.bz2 gentoo-2fb56e30ad79312db579d86e69c89742f8112a2b.zip |
sys-devel/automake: Fix license of 9999 ebuild from GPL-3 to GPL-2.
Bug: https://bugs.gentoo.org/559466
Diffstat (limited to 'sys-devel/automake')
-rw-r--r-- | sys-devel/automake/automake-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index 429c78b89d3c..b4cc9fc20f47 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DESCRIPTION="Used to generate Makefile.in from Makefile.am" HOMEPAGE="https://www.gnu.org/software/automake/" SRC_URI="" -LICENSE="GPL-3" +LICENSE="GPL-2" # Use Gentoo versioning for slotting. SLOT="${PV:0:4}" KEYWORDS="" |