]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
LICENSES/README: update file paths after moves
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 24 Jul 2025 11:20:26 +0000 (12:20 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Jul 2025 11:44:19 +0000 (20:44 +0900)
Follow-up for 1a60b97524d8408e5f059b09ae316987c698e671

LICENSES/README.md

index 55203e982574cdb85e4ac120e0dd1802bb7c8d43..f25e82119f1ce0b3ffe592238c757fc712796431 100644 (file)
@@ -34,21 +34,21 @@ The following exceptions apply:
    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
+ * the header files contained in src/include/uapi/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
    exception provisions
  * the src/basic/utf8.c source is licensed under the **LGPL-2.0-or-later** license.
- * the src/basic/include/linux/bpf_insn.h header is copied from the Linux kernel
+ * the src/include/uapi/linux/bpf_insn.h header is copied from the Linux kernel
    source tree and is licensed under either **BSD-2-Clause** or **GPL-2.0-only**,
    and thus is included in the systemd build under the BSD-2-Clause license.
- * The src/basic/include/linux/wireguard.h header is copied from the Linux kernel
+ * The src/include/uapi/linux/wireguard.h header is copied from the Linux kernel
    source tree and is licensed under either **MIT** or **GPL-2.0 WITH Linux-syscall-note**,
    and thus is included in the systemd build under the MIT license.
  * the following sources are licensed under the **MIT** license (in case of our
    scripts, to facilitate copying and reuse of those helpers to other projects):
    - hwdb.d/parse_hwdb.py
-   - src/basic/include/linux/batman_adv.h
+   - src/include/uapi/linux/batman_adv.h
    - src/basic/sparse-endian.h
    - tools/catalog-report.py
  * the following sources are licensed under the **CC0-1.0** license:
@@ -70,8 +70,8 @@ The following exceptions apply:
    - src/fundamental/sha1-fundamental.c
    - src/fundamental/sha1-fundamental.h
  * the following files are licensed under **BSD-3-Clause** license:
-   - src/boot/efi/chid.c
-   - src/boot/efi/chid.h
+   - src/boot/chid.c
+   - src/boot/chid.h
  * Heebo fonts under docs/fonts/ are licensed under the **SIL Open Font License 1.1**,
  * any files under test/ without an explicit license we assume non-copyrightable
    (eg: computer-generated fuzzer data)