From: Dai MIKURUBE Date: Tue, 10 Jun 2025 05:46:18 +0000 (+0900) Subject: doc: explicitly mention the license of libudev in LICENSES/README.md (#37792) X-Git-Tag: v258-rc1~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a993828547aac70add95e3d53c4822576ad0112e;p=thirdparty%2Fsystemd.git doc: explicitly mention the license of libudev in LICENSES/README.md (#37792) --- diff --git a/LICENSES/README.md b/LICENSES/README.md index f68c451bfbf..1df87508fb2 100644 --- a/LICENSES/README.md +++ b/LICENSES/README.md @@ -32,6 +32,8 @@ The following exceptions apply: * some sources under src/udev/ are licensed under **GPL-2.0-or-later**, so all udev programs (`systemd-udevd`, `udevadm`, and the udev builtins and test programs) are also distributed under **GPL-2.0-or-later**. + Note, sources under src/libudev are licensed under **LGPL-2.1-or-later**, + so libudev library is also distributed under **LGPL-2.1-or-later**. * the header files contained in src/basic/include/linux are copied verbatim from the Linux kernel source tree and are licensed under **GPL-2.0 WITH Linux-syscall-note** and are used within the scope of the Linux-syscall-note