From: Daan De Meyer Date: Thu, 17 Apr 2025 19:19:12 +0000 (+0200) Subject: tree-wide: Remove references to src/shared/linux X-Git-Tag: v258-rc1~780^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fea5b42509bd8e849d23aaa4631d708ae97b064;p=thirdparty%2Fsystemd.git tree-wide: Remove references to src/shared/linux This directory doesn't exist anymore. --- diff --git a/LICENSES/README.md b/LICENSES/README.md index f8668be8202..9b3325d57f0 100644 --- a/LICENSES/README.md +++ b/LICENSES/README.md @@ -32,14 +32,14 @@ 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**. - * the header files contained in src/basic/linux/ and src/shared/linux/ are copied + * the header files contained in src/basic/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 following sources are licensed under the **LGPL-2.0-or-later** license: - src/basic/utf8.c - src/shared/initreq.h - * the src/shared/linux/bpf_insn.h header is copied from the Linux kernel + * the src/basic/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/linux/wireguard.h header is copied from the Linux kernel diff --git a/coccinelle/run-coccinelle.sh b/coccinelle/run-coccinelle.sh index d4bccdc505b..c4bc29856d7 100755 --- a/coccinelle/run-coccinelle.sh +++ b/coccinelle/run-coccinelle.sh @@ -5,7 +5,6 @@ set -e # Exclude following paths from the Coccinelle transformations EXCLUDED_PATHS=( "src/boot/efi/*" - "src/shared/linux/*" "src/basic/linux/*" # Symlinked to test-bus-vtable-cc.cc, which causes issues with the IN_SET macro "src/libsystemd/sd-bus/test-bus-vtable.c"