summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-04-08 19:21:31 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-04-08 19:21:31 +0000
commit9fb3c7895d4155317f2453621d6c54de85964dc2 (patch)
tree0a5b235f9157af84712e88d1484efb6be229621c /sys-fs
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-9fb3c7895d4155317f2453621d6c54de85964dc2.tar.gz
gentoo-2-9fb3c7895d4155317f2453621d6c54de85964dc2.tar.bz2
gentoo-2-9fb3c7895d4155317f2453621d6c54de85964dc2.zip
Fix LICENSE to include also LGPL-2.1 wrt #263611 by Justin Bronder.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/device-mapper/ChangeLog8
-rw-r--r--sys-fs/device-mapper/device-mapper-1.02.28.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/device-mapper/ChangeLog b/sys-fs/device-mapper/ChangeLog
index abefbc4ce924..61076999865a 100644
--- a/sys-fs/device-mapper/ChangeLog
+++ b/sys-fs/device-mapper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/device-mapper
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/ChangeLog,v 1.124 2009/12/21 13:26:05 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/ChangeLog,v 1.125 2010/04/08 19:21:31 ssuominen Exp $
+
+ 08 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+ device-mapper-1.02.28.ebuild:
+ Fix LICENSE to include also LGPL-2.1 wrt #263611 by Justin Bronder.
21 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
device-mapper-1.02.28.ebuild, +files/device-mapper-1.02.28-asneeded.patch:
diff --git a/sys-fs/device-mapper/device-mapper-1.02.28.ebuild b/sys-fs/device-mapper/device-mapper-1.02.28.ebuild
index 7508f548ae4f..a04788f66c7d 100644
--- a/sys-fs/device-mapper/device-mapper-1.02.28.ebuild
+++ b/sys-fs/device-mapper/device-mapper-1.02.28.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.28.ebuild,v 1.2 2009/12/21 13:26:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.28.ebuild,v 1.3 2010/04/08 19:21:31 ssuominen Exp $
inherit eutils multilib toolchain-funcs
@@ -9,7 +9,7 @@ HOMEPAGE="http://sources.redhat.com/dm/"
SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz
ftp://sources.redhat.com/pub/dm/old/${PN}.${PV}.tgz"
-LICENSE="GPL-2"
+LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="selinux"