summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-01-21 17:48:32 +0100
committerUlrich Müller <ulm@gentoo.org>2023-01-21 17:54:12 +0100
commit199e4bde07788a60b18c0cd10dde492955d0ba6c (patch)
tree74679f1479dd9959871a6a4bf1dde331bd7704b9 /sys-kernel/linux-firmware/linux-firmware-99999999.ebuild
parentlicenses: Add note about binary-only images to linux-fw-redistributable (diff)
downloadgentoo-199e4bde07788a60b18c0cd10dde492955d0ba6c.tar.gz
gentoo-199e4bde07788a60b18c0cd10dde492955d0ba6c.tar.bz2
gentoo-199e4bde07788a60b18c0cd10dde492955d0ba6c.zip
sys-kernel/linux-firmware: Simplify LICENSE
Drop no-source-code from LICENSE and add a note to the linux-fw-redistributable license file instead. This means that the user must only add a single license exception for the package when using the default configuration ("+redistributable" in IUSE). Closes: https://bugs.gentoo.org/891381 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-kernel/linux-firmware/linux-firmware-99999999.ebuild')
-rw-r--r--sys-kernel/linux-firmware/linux-firmware-99999999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild
index 83806f04167f..6eb5ade58607 100644
--- a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,8 +26,7 @@ DESCRIPTION="Linux firmware files"
HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git"
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
- redistributable? (
- linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
+ redistributable? ( linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT )
unknown-license? ( all-rights-reserved )"
SLOT="0"
IUSE="compress initramfs +redistributable savedconfig unknown-license"