]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: Remove references to src/shared/linux
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 17 Apr 2025 19:19:12 +0000 (21:19 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 18 Apr 2025 12:19:16 +0000 (14:19 +0200)
This directory doesn't exist anymore.

LICENSES/README.md
coccinelle/run-coccinelle.sh

index f8668be82022b21ddd3c216023bb6bb85e7c9548..9b3325d57f01ecf46fb126315f2ed772d085e4b1 100644 (file)
@@ -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
index d4bccdc505bec612473277e28e105a8002b5247d..c4bc29856d72e71cfebc53f0b98c42a089d600d6 100755 (executable)
@@ -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"