mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Sam James
parent
24faf6e7e3
commit
f1cb7dffe5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user