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 <gentoo@tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/23225
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-12-08 15:38:55 +01:00
committed by Sam James
parent 24faf6e7e3
commit f1cb7dffe5

View File

@@ -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"