File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ The following exceptions apply:
3232 * some sources under src/udev/ are licensed under ** GPL-2.0-or-later** ,
3333 so all udev programs (` systemd-udevd ` , ` udevadm ` , and the udev builtins
3434 and test programs) are also distributed under ** GPL-2.0-or-later** .
35- * the header files contained in src/basic/linux/ and src/shared/linux/ are copied
35+ * the header files contained in src/basic/linux/ are copied
3636 verbatim from the Linux kernel source tree and are licensed under ** GPL-2.0 WITH
3737 Linux-syscall-note** and are used within the scope of the Linux-syscall-note
3838 exception provisions
3939 * the following sources are licensed under the ** LGPL-2.0-or-later** license:
4040 - src/basic/utf8.c
4141 - src/shared/initreq.h
42- * the src/shared /linux/bpf_insn.h header is copied from the Linux kernel
42+ * the src/basic /linux/bpf_insn.h header is copied from the Linux kernel
4343 source tree and is licensed under either ** BSD-2-Clause** or ** GPL-2.0-only** ,
4444 and thus is included in the systemd build under the BSD-2-Clause license.
4545 * The src/basic/linux/wireguard.h header is copied from the Linux kernel
Original file line number Diff line number Diff line change 55# Exclude following paths from the Coccinelle transformations
66EXCLUDED_PATHS=(
77 " src/boot/efi/*"
8- " src/shared/linux/*"
98 " src/basic/linux/*"
109 # Symlinked to test-bus-vtable-cc.cc, which causes issues with the IN_SET macro
1110 " src/libsystemd/sd-bus/test-bus-vtable.c"
You can’t perform that action at this time.
0 commit comments