]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: explicitly mention the license of libudev in LICENSES/README.md (#37792)
authorDai MIKURUBE <dmikurube@users.noreply.github.com>
Tue, 10 Jun 2025 05:46:18 +0000 (14:46 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Jun 2025 05:46:18 +0000 (14:46 +0900)
LICENSES/README.md

index f68c451bfbfd234fddb4e782af8efa8e013b9ce6..1df87508fb2edc9bbca97b675dbf3a7f90e399fe 100644 (file)
@@ -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