dev-libs/libgudev: fix LICENSE
authorMart Raudsepp <leio@gentoo.org>
Sat, 3 Aug 2019 18:17:50 +0000 (21:17 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 4 Aug 2019 10:29:06 +0000 (13:29 +0300)
Actually all the library source files are LGPL-2+, but the
COPYING file is from 2.1, and some test file is 2.1+ too.
As no-one cares about LGPL-2, just keeping it as LGPL-2, with
the added "or later" plus sign.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
dev-libs/libgudev/libgudev-232.ebuild
dev-libs/libgudev/libgudev-233.ebuild

index 738cfa2faaf599927f9a364adb3a7fa978a7713f..600d6061721ec9d8fa19c71af881d9961b96efd9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit gnome2 multilib-minimal
 DESCRIPTION="GObject bindings for libudev"
 HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="0/0"
 KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="introspection static-libs"
index b400b262ae2af9724d6491a3e038a5ce56397199..350bd518580c8620786534c9814ff2c3923d1def 100644 (file)
@@ -8,7 +8,7 @@ inherit gnome2 multilib-minimal
 DESCRIPTION="GObject bindings for libudev"
 HOMEPAGE="https://wiki.gnome.org/Projects/libgudev"
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 SLOT="0/0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="introspection static-libs"