diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-12-08 15:38:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-09 01:54:15 +0000 |
commit | f1cb7dffe54bdde4efe8c2a9356121eaf00f7d0c (patch) | |
tree | acfa894f856b5a97e2b66f705c539d349d56fb0e /dev-cpp/termcolor | |
parent | dev-util/maxcso: Add patch to support LDFLAGS (diff) | |
download | gentoo-f1cb7dffe54bdde4efe8c2a9356121eaf00f7d0c.tar.gz gentoo-f1cb7dffe54bdde4efe8c2a9356121eaf00f7d0c.tar.bz2 gentoo-f1cb7dffe54bdde4efe8c2a9356121eaf00f7d0c.zip |
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>
Diffstat (limited to 'dev-cpp/termcolor')
-rw-r--r-- | dev-cpp/termcolor/termcolor-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |