From 1a229ca0fcde1f915eaba02f092459b5bda0a598 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 28 Oct 2019 00:41:13 +0100 Subject: [PATCH] dev-util/btyacc: license change Closes: https://bugs.gentoo.org/693086 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Alessandro Barbieri Closes: https://github.com/gentoo/gentoo/pull/13473 Signed-off-by: Aaron Bauman --- dev-util/btyacc/btyacc-3.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/btyacc/btyacc-3.0-r3.ebuild b/dev-util/btyacc/btyacc-3.0-r3.ebuild index a313d2c585184..e178a55e6cdff 100644 --- a/dev-util/btyacc/btyacc-3.0-r3.ebuild +++ b/dev-util/btyacc/btyacc-3.0-r3.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=7 @@ -10,7 +10,7 @@ DESCRIPTION="Backtracking YACC - modified from Berkeley YACC" HOMEPAGE="http://www.siber.com/btyacc" SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz" -LICENSE="freedist" +LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"