1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-10 00:58:20 +03:00

tree-wide: use the usual SPDX header for our own files

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-10-27 18:18:20 +01:00
parent 6706384a89
commit 4368277c74
19 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <unistd.h> #include <unistd.h>
#include "memory-util.h" #include "memory-util.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "sort-util.h" #include "sort-util.h"
#include "alloc-util.h" #include "alloc-util.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once #pragma once
#include "alloc-util.h" #include "alloc-util.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <efi.h> #include <efi.h>
#include <efilib.h> #include <efilib.h>

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <openssl/pem.h> #include <openssl/pem.h>
#include "fd-util.h" #include "fd-util.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once #pragma once
#include <inttypes.h> #include <inttypes.h>

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <errno.h> #include <errno.h>
#include "dhcp-lease-internal.h" #include "dhcp-lease-internal.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "sd-bus.h" #include "sd-bus.h"
#include "bus-internal.h" #include "bus-internal.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once #pragma once
typedef struct Wireguard Wireguard; typedef struct Wireguard Wireguard;

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "bond.h" #include "bond.h"
#include "dhcp6-internal.h" #include "dhcp6-internal.h"
#include "dhcp6-protocol.h" #include "dhcp6-protocol.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once #pragma once
#include "sd-bus.h" #include "sd-bus.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once #pragma once
#include "list.h" #include "list.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/statvfs.h> #include <sys/statvfs.h>
#include <sys/vfs.h> #include <sys/vfs.h>

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <fcntl.h> #include <fcntl.h>
#include <linux/dm-ioctl.h> #include <linux/dm-ioctl.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include <security/pam_ext.h> #include <security/pam_ext.h>
#include <syslog.h> #include <syslog.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once #pragma once
#include <inttypes.h> #include <inttypes.h>

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "qrcode-util.h" #include "qrcode-util.h"
#include "terminal-util.h" #include "terminal-util.h"

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#include "sd-hwdb.h" #include "sd-hwdb.h"
#include "alloc-util.h" #include "alloc-util.h"

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/* /*
* systemd service to wait until kernel realtime clock is synchronized * systemd service to wait until kernel realtime clock is synchronized
* *