diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 12:03:19 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 12:03:19 +0000 |
commit | 6db544543ecb8a8742d699ba8ef96507df129c97 (patch) | |
tree | a7ac1eabd8589625094c3e87f59c848ddec46fc0 /sys-boot/arcload | |
parent | Change license to MIT, bug #442012 (diff) | |
download | gentoo-2-6db544543ecb8a8742d699ba8ef96507df129c97.tar.gz gentoo-2-6db544543ecb8a8742d699ba8ef96507df129c97.tar.bz2 gentoo-2-6db544543ecb8a8742d699ba8ef96507df129c97.zip |
Change license to GPL-2+, bug #442018
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-boot/arcload')
-rw-r--r-- | sys-boot/arcload/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/arcload/arcload-0.50-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-boot/arcload/ChangeLog b/sys-boot/arcload/ChangeLog index ab2f7d9fee02..8e306006785e 100644 --- a/sys-boot/arcload/ChangeLog +++ b/sys-boot/arcload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/arcload -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.14 2011/08/23 00:36:13 mattst88 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.15 2012/11/06 12:03:19 blueness Exp $ + + 06 Nov 2012; Anthony G. Basile <blueness@gentoo.org> arcload-0.50-r1.ebuild: + Change license to GPL-2+, bug #442018 23 Aug 2011; Matt Turner <mattst88@gentoo.org> -arcload-0.43-r1.ebuild, -files/arcload-0.43-tweaks1.patch, arcload-0.50-r1.ebuild, metadata.xml: @@ -73,4 +76,3 @@ Initial import of what is quite possibly, the best bootloader for SGI Mips systems ever. Supports disk booting of IP22, IP27, IP28, IP30, and IP32 systems. - diff --git a/sys-boot/arcload/arcload-0.50-r1.ebuild b/sys-boot/arcload/arcload-0.50-r1.ebuild index 08126b84ee1f..323933a6bdcb 100644 --- a/sys-boot/arcload/arcload-0.50-r1.ebuild +++ b/sys-boot/arcload/arcload-0.50-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.50-r1.ebuild,v 1.4 2011/08/23 00:36:13 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.50-r1.ebuild,v 1.5 2012/11/06 12:03:19 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ MY_PV="${PV/50/5}" DESCRIPTION="ARCLoad - SGI Multi-bootloader. Able to bootload many different SGI Systems." HOMEPAGE="http://www.linux-mips.org/wiki/index.php/ARCLoad" SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2" -LICENSE="as-is" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="-* ~mips" IUSE="" |