From f1cb7dffe54bdde4efe8c2a9356121eaf00f7d0c Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Wed, 8 Dec 2021 15:38:55 +0100 Subject: dev-cpp/termcolor: Change LICENSE to BSD. Evidence: - https://github.com/ikalnytskyi/termcolor/blob/v2.0.0/include/termcolor/termcolor.hpp#L9 - https://github.com/ikalnytskyi/termcolor/blob/v2.0.0/LICENSE - https://termcolor.readthedocs.io/ The LICENSE file has a slight modification in the preamble to explicitly include documentation. Signed-off-by: Ronny (tastytea) Gutbrod Closes: https://github.com/gentoo/gentoo/pull/23225 Signed-off-by: Sam James --- dev-cpp/termcolor/termcolor-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-cpp') diff --git a/dev-cpp/termcolor/termcolor-2.0.0.ebuild b/dev-cpp/termcolor/termcolor-2.0.0.ebuild index 2b522f5ede05..358a66030980 100644 --- a/dev-cpp/termcolor/termcolor-2.0.0.ebuild +++ b/dev-cpp/termcolor/termcolor-2.0.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A header-only C++ library for printing colored messages to the term HOMEPAGE="https://github.com/ikalnytskyi/termcolor https://termcolor.readthedocs.io" SRC_URI="https://github.com/ikalnytskyi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" +LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="test" -- cgit v1.2.3-65-gdbad