commit: 7cb09513b11ad9721b4173bcaf9d0a8f9fee4d8d Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu May 16 02:18:49 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu May 16 02:18:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb09513
licenses: Add linux-fw-redistributable. New license label that will cover redistributable firmware images in the sys-kernel/linux-firmware package. Bug: https://bugs.gentoo.org/318841 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> licenses/linux-fw-redistributable | 7 +++++++ profiles/license_groups | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/licenses/linux-fw-redistributable b/licenses/linux-fw-redistributable new file mode 100644 index 00000000000..6cafc451e44 --- /dev/null +++ b/licenses/linux-fw-redistributable @@ -0,0 +1,7 @@ +Gentoo license note: + +Linux firmware images are distributed under a variety of licenses, +many of them being non-free. However, all images whose license is +subsumed under this license label should at least be redistributable. +You will need to check the WHENCE and LICEN[CS]E.* files in the +package for specific licensing terms. diff --git a/profiles/license_groups b/profiles/license_groups index b898ad24467..c324c5e10f6 100644 --- a/profiles/license_groups +++ b/profiles/license_groups @@ -65,7 +65,7 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS # - IF (and only if) there is an explicit inclusion requirement, # USE=bindist MUST cause a copy of the license to be installed # in a file location compliant with the license -BINARY-REDISTRIBUTABLE @FREE bh-luxi bonnie Broadcom Dina freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR +BINARY-REDISTRIBUTABLE @FREE bh-luxi bonnie Broadcom Dina freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 linux-fw-redistributable LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR ######################################################################
