LICENSES/README: update file paths after moves

Follow-up for 1a60b97524
This commit is contained in:
Luca Boccassi
2025-07-24 12:20:26 +01:00
committed by Yu Watanabe
parent 28eec22f2f
commit 486fa5ece6

View File

@@ -34,21 +34,21 @@ The following exceptions apply:
and test programs) are also distributed under **GPL-2.0-or-later**. 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**, 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**. 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 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 Linux-syscall-note** and are used within the scope of the Linux-syscall-note
exception provisions exception provisions
* the src/basic/utf8.c source is licensed under the **LGPL-2.0-or-later** license. * 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**, 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. 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**, 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. 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 * 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): scripts, to facilitate copying and reuse of those helpers to other projects):
- hwdb.d/parse_hwdb.py - hwdb.d/parse_hwdb.py
- src/basic/include/linux/batman_adv.h - src/include/uapi/linux/batman_adv.h
- src/basic/sparse-endian.h - src/basic/sparse-endian.h
- tools/catalog-report.py - tools/catalog-report.py
* the following sources are licensed under the **CC0-1.0** license: * 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.c
- src/fundamental/sha1-fundamental.h - src/fundamental/sha1-fundamental.h
* the following files are licensed under **BSD-3-Clause** license: * the following files are licensed under **BSD-3-Clause** license:
- src/boot/efi/chid.c - src/boot/chid.c
- src/boot/efi/chid.h - src/boot/chid.h
* Heebo fonts under docs/fonts/ are licensed under the **SIL Open Font License 1.1**, * 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 * any files under test/ without an explicit license we assume non-copyrightable
(eg: computer-generated fuzzer data) (eg: computer-generated fuzzer data)