diff options
author | 2020-06-02 11:05:14 +0200 | |
---|---|---|
committer | 2020-06-02 11:05:31 +0200 | |
commit | ecff4d0c5c362be40e95d581074ecd41ea9d755e (patch) | |
tree | 7d1c5e37d706155337d9d2d1acdb4290bdb56d99 /dev-libs/vc | |
parent | app-shells/dash: Removed old (diff) | |
download | gentoo-ecff4d0c5c362be40e95d581074ecd41ea9d755e.tar.gz gentoo-ecff4d0c5c362be40e95d581074ecd41ea9d755e.tar.bz2 gentoo-ecff4d0c5c362be40e95d581074ecd41ea9d755e.zip |
dev-libs/vc: fix license, bug #726716
Closes: https://bugs.gentoo.org/726716
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs/vc')
-rw-r--r-- | dev-libs/vc/vc-1.3.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/vc/vc-1.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/vc/vc-1.4.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/vc/vc-1.3.0.ebuild b/dev-libs/vc/vc-1.3.0.ebuild index 9de3bcbd57dd..bd941c1dd2dd 100644 --- a/dev-libs/vc/vc-1.3.0.ebuild +++ b/dev-libs/vc/vc-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ done SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-3" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" diff --git a/dev-libs/vc/vc-1.3.3.ebuild b/dev-libs/vc/vc-1.3.3.ebuild index 4118e6c931bb..0f715e3f512e 100644 --- a/dev-libs/vc/vc-1.3.3.ebuild +++ b/dev-libs/vc/vc-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ done SRC_URI+="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-3" +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" diff --git a/dev-libs/vc/vc-1.4.1.ebuild b/dev-libs/vc/vc-1.4.1.ebuild index 007dec1ebb50..b2a09d101a1f 100644 --- a/dev-libs/vc/vc-1.4.1.ebuild +++ b/dev-libs/vc/vc-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DESCRIPTION="SIMD Vector Class Library for C++" HOMEPAGE="https://github.com/VcDevel/Vc" SRC_URI="https://github.com/VcDevel/Vc/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="LGPL-3" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" |