diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 12:00:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-06 12:00:38 +0000 |
commit | c377c7d306f41d1b37461cd424e6fb48ad4bccc2 (patch) | |
tree | 424604e1157bc870ed18a39bd0db6f5facc192a6 /sys-block | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-c377c7d306f41d1b37461cd424e6fb48ad4bccc2.tar.gz gentoo-2-c377c7d306f41d1b37461cd424e6fb48ad4bccc2.tar.bz2 gentoo-2-c377c7d306f41d1b37461cd424e6fb48ad4bccc2.zip |
Change license to MIT, bug #442012
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/devio/ChangeLog | 7 | ||||
-rw-r--r-- | sys-block/devio/devio-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-block/devio/ChangeLog b/sys-block/devio/ChangeLog index f5b43ecd7e95..4340d71d073e 100644 --- a/sys-block/devio/ChangeLog +++ b/sys-block/devio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-block/devio -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/devio/ChangeLog,v 1.3 2008/11/25 15:28:01 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/devio/ChangeLog,v 1.4 2012/11/06 12:00:38 blueness Exp $ + + 06 Nov 2012; Anthony G. Basile <blueness@gentoo.org> devio-1.2.ebuild: + Change license to MIT, bug #442012 25 Nov 2008; Raúl Porcel <armin76@gentoo.org> devio-1.2.ebuild: arm/x86 stable diff --git a/sys-block/devio/devio-1.2.ebuild b/sys-block/devio/devio-1.2.ebuild index d9a3345462ab..4b8e4034d11d 100644 --- a/sys-block/devio/devio-1.2.ebuild +++ b/sys-block/devio/devio-1.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/devio/devio-1.2.ebuild,v 1.2 2008/11/25 15:28:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/devio/devio-1.2.ebuild,v 1.3 2012/11/06 12:00:38 blueness Exp $ DESCRIPTION="correctly read (or write) a region of a block device" HOMEPAGE="http://devio.sourceforge.net/" SRC_URI="mirror://sourceforge/devio/${P}.tar.gz" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 arm x86" IUSE="" |