diff options
author | Till Schäfer <till2.schaefer@uni-dortmund.de> | 2019-09-26 21:23:36 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-10-01 08:07:11 +0300 |
commit | 4eb25b2759a3a9756459b0b31e159b5cc1b6d4c6 (patch) | |
tree | 89327208417e11526486f8d179a63b603e593fa1 /dev-php/awl/awl-0.59.ebuild | |
parent | dev-util/debootstrap: Version 1.0.116 (diff) | |
download | gentoo-4eb25b2759a3a9756459b0b31e159b5cc1b6d4c6.tar.gz gentoo-4eb25b2759a3a9756459b0b31e159b5cc1b6d4c6.tar.bz2 gentoo-4eb25b2759a3a9756459b0b31e159b5cc1b6d4c6.zip |
dev-php/awl: fix license
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-php/awl/awl-0.59.ebuild')
-rw-r--r-- | dev-php/awl/awl-0.59.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/awl/awl-0.59.ebuild b/dev-php/awl/awl-0.59.ebuild index 3364d36a1b4d..0214a035bf3d 100644 --- a/dev-php/awl/awl-0.59.ebuild +++ b/dev-php/awl/awl-0.59.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ DESCRIPTION="Andrew McMillan's Web Libraries" HOMEPAGE="https://gitlab.com/davical-project/awl" SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2+ LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" |