diff options
author | soredake <fdsfgs@krutt.org> | 2017-03-05 18:21:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-05 19:46:51 +0100 |
commit | ecf4169e47222e0fe0db014e55f8c38e29259edb (patch) | |
tree | 2f600adbaeb3cae85a426d959b40d0133a08a075 /net-misc/streamlink | |
parent | profiles: Mask app-misc/ofl for removal. (diff) | |
download | gentoo-ecf4169e47222e0fe0db014e55f8c38e29259edb.tar.gz gentoo-ecf4169e47222e0fe0db014e55f8c38e29259edb.tar.bz2 gentoo-ecf4169e47222e0fe0db014e55f8c38e29259edb.zip |
net-misc/streamlink: replace MIT license -> Apache-2.0, bug #601378
Closes: https://github.com/gentoo/gentoo/pull/4126
Diffstat (limited to 'net-misc/streamlink')
-rw-r--r-- | net-misc/streamlink/streamlink-0.3.2.ebuild | 2 | ||||
-rw-r--r-- | net-misc/streamlink/streamlink-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/streamlink/streamlink-0.3.2.ebuild b/net-misc/streamlink/streamlink-0.3.2.ebuild index 172391eae04c..885ed74fd2b4 100644 --- a/net-misc/streamlink/streamlink-0.3.2.ebuild +++ b/net-misc/streamlink/streamlink-0.3.2.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://streamlink.github.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" -LICENSE="BSD-2 MIT" +LICENSE="BSD-2 Apache-2.0" SLOT="0" IUSE="doc test" diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index a39d95ab8114..5adb60f7ff3c 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://streamlink.github.io/" EGIT_REPO_URI="https://github.com/${PN}/${PN}" KEYWORDS="" -LICENSE="BSD-2 MIT" +LICENSE="BSD-2 Apache-2.0" SLOT="0" IUSE="doc test" |