diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-12 12:58:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-13 18:12:10 +0200 |
commit | 781a3421b96f9e9cf2bc5041a11726dc1147bc03 (patch) | |
tree | cc878b2557fd1ab5c00749bf016ebddfd73e727d /net-analyzer/barnyard | |
parent | mail-filter/spamprobe: Update LICENSE (diff) | |
download | gentoo-781a3421b96f9e9cf2bc5041a11726dc1147bc03.tar.gz gentoo-781a3421b96f9e9cf2bc5041a11726dc1147bc03.tar.bz2 gentoo-781a3421b96f9e9cf2bc5041a11726dc1147bc03.zip |
net-analyzer/barnyard: Update LICENSE
QPL and QPL-1.0 are duplicates.
Bug: https://bugs.gentoo.org/789666
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-analyzer/barnyard')
-rw-r--r-- | net-analyzer/barnyard/barnyard-0.2.0-r7.ebuild (renamed from net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r7.ebuild index 6786fba3781f..e6c4d3a4e926 100644 --- a/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild +++ b/net-analyzer/barnyard/barnyard-0.2.0-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI=" " SLOT="0" -LICENSE="QPL GPL-2" +LICENSE="QPL-1.0 GPL-2" # GPL-2 for init script KEYWORDS="~amd64 -sparc ~x86" IUSE="mysql postgres sguil" |