diff mbox series

[5/5,util-linux] Update licenses

Message ID mailman.31621.1744884681.1866309.openwrt-devel@lists.openwrt.org
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series [1/5,spidev-test] Add license | expand

Commit Message

Jan Kardell April 17, 2025, 10:05 a.m. UTC
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
---
 package/utils/util-linux/Makefile | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile
index 83f3a8c842..e8abffecb8 100644
--- a/package/utils/util-linux/Makefile
+++ b/package/utils/util-linux/Makefile
@@ -16,14 +16,20 @@  PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.40
 PKG_HASH:=d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3
 PKG_CPE_ID:=cpe:/a:kernel:util-linux
 
-PKG_LICENSE:=GPL-2.0-only
-PKG_LICENSE_FILES:=	COPYING					\
-			libblkid/COPYING			\
-			libmount/COPYING			\
-			Documentation/licenses/COPYING.GPLv2	\
-			Documentation/licenses/COPYING.LGPLv2.1	\
-			libuuid/COPYING				\
-			Documentation/licenses/COPYING.BSD-3
+PKG_LICENSE:=	GPL-2.0-or-later \
+		LGPL-2.1-or-later \
+		GPL-3.0-or-later \
+		MIT \
+		BSD-3-Clause
+PKG_LICENSE_FILES:=	COPYING                                          \
+			libblkid/COPYING                                 \
+			libmount/COPYING                                 \
+			Documentation/licenses/COPYING.GPL-2.0-or-later  \
+			Documentation/licenses/COPYING.LGPL-2.1-or-later \
+			Documentation/licenses/COPYING.GPL-3.0-or-later  \
+			libuuid/COPYING                                  \
+			Documentation/licenses/COPYING.MIT               \
+			Documentation/licenses/COPYING.BSD-3-Clause
 
 PKG_INSTALL:=1