diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-12 18:23:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-14 10:20:20 +0200 |
commit | 0c697941389b7379c4471bc0a067ede02814bc57 (patch) | |
tree | 3b945704702c856fb7d7802325e6e2753c1b4a50 /src/basic | |
parent | grypt-util: drop two emacs modelines (diff) | |
download | systemd-0c697941389b7379c4471bc0a067ede02814bc57.tar.xz systemd-0c697941389b7379c4471bc0a067ede02814bc57.zip |
tree-wide: remove Lennart's copyright lines
These lines are generally out-of-date, incomplete and unnecessary. With
SPDX and git repository much more accurate and fine grained information
about licensing and authorship is available, hence let's drop the
per-file copyright notice. Of course, removing copyright lines of others
is problematic, hence this commit only removes my own lines and leaves
all others untouched. It might be nicer if sooner or later those could
go away too, making git the only and accurate source of authorship
information.
Diffstat (limited to 'src/basic')
175 files changed, 0 insertions, 578 deletions
diff --git a/src/basic/af-list.c b/src/basic/af-list.c index a27caf9399..866a1d4317 100644 --- a/src/basic/af-list.c +++ b/src/basic/af-list.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2013 Lennart Poettering -***/ #include <string.h> #include <sys/socket.h> diff --git a/src/basic/af-list.h b/src/basic/af-list.h index 70952834f9..8342323b8a 100644 --- a/src/basic/af-list.h +++ b/src/basic/af-list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #include <sys/socket.h> #include "string-util.h" diff --git a/src/basic/alloc-util.c b/src/basic/alloc-util.c index 130612c3d2..405445eac1 100644 --- a/src/basic/alloc-util.c +++ b/src/basic/alloc-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <stdint.h> #include <string.h> diff --git a/src/basic/alloc-util.h b/src/basic/alloc-util.h index 0e575aff74..ebe42889ea 100644 --- a/src/basic/alloc-util.h +++ b/src/basic/alloc-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <alloca.h> #include <stddef.h> #include <stdlib.h> diff --git a/src/basic/architecture.c b/src/basic/architecture.c index a701690c5d..85837b5ebf 100644 --- a/src/basic/architecture.c +++ b/src/basic/architecture.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <sys/utsname.h> diff --git a/src/basic/architecture.h b/src/basic/architecture.h index 01c66c15a8..443e890eab 100644 --- a/src/basic/architecture.h +++ b/src/basic/architecture.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #include <endian.h> #include "macro.h" diff --git a/src/basic/arphrd-list.c b/src/basic/arphrd-list.c index ebd43f119b..a7ae4b8162 100644 --- a/src/basic/arphrd-list.c +++ b/src/basic/arphrd-list.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <net/if_arp.h> #include <string.h> diff --git a/src/basic/arphrd-list.h b/src/basic/arphrd-list.h index 61f906a070..5dcfe5e12d 100644 --- a/src/basic/arphrd-list.h +++ b/src/basic/arphrd-list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - const char *arphrd_to_name(int id); int arphrd_from_name(const char *name); diff --git a/src/basic/async.c b/src/basic/async.c index 5c8c9f5345..1c4b575b05 100644 --- a/src/basic/async.c +++ b/src/basic/async.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2013 Lennart Poettering -***/ #include <errno.h> #include <pthread.h> diff --git a/src/basic/async.h b/src/basic/async.h index d8bca80a86..3160613184 100644 --- a/src/basic/async.h +++ b/src/basic/async.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - int asynchronous_job(void* (*func)(void *p), void *arg); int asynchronous_sync(pid_t *ret_pid); diff --git a/src/basic/audit-util.c b/src/basic/audit-util.c index 504ded9a2a..5cbaef3eba 100644 --- a/src/basic/audit-util.c +++ b/src/basic/audit-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <linux/netlink.h> diff --git a/src/basic/audit-util.h b/src/basic/audit-util.h index 85f98f3394..c9fc49871d 100644 --- a/src/basic/audit-util.h +++ b/src/basic/audit-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <stdint.h> #include <sys/types.h> diff --git a/src/basic/blkid-util.h b/src/basic/blkid-util.h index 6c4ccc2c07..e4eb600ed6 100644 --- a/src/basic/blkid-util.h +++ b/src/basic/blkid-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #if HAVE_BLKID #include <blkid.h> #endif diff --git a/src/basic/blockdev-util.c b/src/basic/blockdev-util.c index f8951fa78c..42b311eccd 100644 --- a/src/basic/blockdev-util.c +++ b/src/basic/blockdev-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <sys/stat.h> #include <sys/statfs.h> diff --git a/src/basic/blockdev-util.h b/src/basic/blockdev-util.h index fe8253f5d4..6d8a796568 100644 --- a/src/basic/blockdev-util.h +++ b/src/basic/blockdev-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <sys/types.h> #include "macro.h" diff --git a/src/basic/btrfs-util.c b/src/basic/btrfs-util.c index 114c9cd7e5..6d2490f3d7 100644 --- a/src/basic/btrfs-util.c +++ b/src/basic/btrfs-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/btrfs-util.h b/src/basic/btrfs-util.h index e4513b44a2..a594387b5a 100644 --- a/src/basic/btrfs-util.h +++ b/src/basic/btrfs-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #include <stdbool.h> #include <stdint.h> #include <sys/types.h> diff --git a/src/basic/build.h b/src/basic/build.h index 71ec2c2027..2c46550300 100644 --- a/src/basic/build.h +++ b/src/basic/build.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #if HAVE_PAM #define _PAM_FEATURE_ "+PAM" #else diff --git a/src/basic/bus-label.c b/src/basic/bus-label.c index c647e8ae08..1613cf7fd7 100644 --- a/src/basic/bus-label.c +++ b/src/basic/bus-label.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2013 Lennart Poettering -***/ #include <stdlib.h> diff --git a/src/basic/bus-label.h b/src/basic/bus-label.h index 8d480d3965..664cfaf67f 100644 --- a/src/basic/bus-label.h +++ b/src/basic/bus-label.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - #include <stddef.h> #include <stdlib.h> #include <string.h> diff --git a/src/basic/calendarspec.c b/src/basic/calendarspec.c index c8e1e5400f..8cb645aeac 100644 --- a/src/basic/calendarspec.c +++ b/src/basic/calendarspec.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2012 Lennart Poettering -***/ #include <alloca.h> #include <ctype.h> diff --git a/src/basic/calendarspec.h b/src/basic/calendarspec.h index b034269ef2..3bf8a39e1a 100644 --- a/src/basic/calendarspec.h +++ b/src/basic/calendarspec.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2012 Lennart Poettering -***/ - /* A structure for specifying (possibly repetitive) points in calendar * time, a la cron */ diff --git a/src/basic/cap-list.c b/src/basic/cap-list.c index dd13376a76..bfcda33520 100644 --- a/src/basic/cap-list.c +++ b/src/basic/cap-list.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <errno.h> #include <string.h> diff --git a/src/basic/cap-list.h b/src/basic/cap-list.h index c81c6748b5..ab41924d9c 100644 --- a/src/basic/cap-list.h +++ b/src/basic/cap-list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - const char *capability_to_name(int id); int capability_from_name(const char *name); int capability_list_length(void); diff --git a/src/basic/capability-util.c b/src/basic/capability-util.c index a3868d1bfa..6ae35e078b 100644 --- a/src/basic/capability-util.c +++ b/src/basic/capability-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <grp.h> diff --git a/src/basic/capability-util.h b/src/basic/capability-util.h index 286f50744f..4a4a86093a 100644 --- a/src/basic/capability-util.h +++ b/src/basic/capability-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <stdint.h> #include <sys/capability.h> diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c index f3fc84d6dd..038ece4b06 100644 --- a/src/basic/cgroup-util.c +++ b/src/basic/cgroup-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <dirent.h> #include <errno.h> diff --git a/src/basic/cgroup-util.h b/src/basic/cgroup-util.h index 0e00d90cbf..1a28a8163a 100644 --- a/src/basic/cgroup-util.h +++ b/src/basic/cgroup-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <dirent.h> #include <stdbool.h> #include <stdint.h> diff --git a/src/basic/chattr-util.c b/src/basic/chattr-util.c index cd5a1dde5f..4ec14515eb 100644 --- a/src/basic/chattr-util.c +++ b/src/basic/chattr-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/chattr-util.h b/src/basic/chattr-util.h index f7e157b4f1..0c0816344a 100644 --- a/src/basic/chattr-util.h +++ b/src/basic/chattr-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - int chattr_fd(int fd, unsigned value, unsigned mask); int chattr_path(const char *p, unsigned value, unsigned mask); diff --git a/src/basic/clock-util.c b/src/basic/clock-util.c index 363a992366..3ea016af0e 100644 --- a/src/basic/clock-util.c +++ b/src/basic/clock-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010-2012 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/clock-util.h b/src/basic/clock-util.h index 380f40061d..b9db54eac9 100644 --- a/src/basic/clock-util.h +++ b/src/basic/clock-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010-2012 Lennart Poettering -***/ - #include <time.h> int clock_is_localtime(const char* adjtime_path); diff --git a/src/basic/conf-files.c b/src/basic/conf-files.c index bb551e23e9..d6ef0e941e 100644 --- a/src/basic/conf-files.c +++ b/src/basic/conf-files.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <dirent.h> #include <errno.h> diff --git a/src/basic/conf-files.h b/src/basic/conf-files.h index bc7a450192..0bb6593994 100644 --- a/src/basic/conf-files.h +++ b/src/basic/conf-files.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010-2012 Lennart Poettering Copyright 2010-2012 Kay Sievers ***/ diff --git a/src/basic/copy.c b/src/basic/copy.c index 00b60df4f4..e2a96d4fbd 100644 --- a/src/basic/copy.c +++ b/src/basic/copy.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <dirent.h> #include <errno.h> diff --git a/src/basic/copy.h b/src/basic/copy.h index f9b3565c71..6a0a6bc9b3 100644 --- a/src/basic/copy.h +++ b/src/basic/copy.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #include <inttypes.h> #include <stdbool.h> #include <stdint.h> diff --git a/src/basic/cpu-set-util.c b/src/basic/cpu-set-util.c index b31f9f1659..65ed5c3b22 100644 --- a/src/basic/cpu-set-util.c +++ b/src/basic/cpu-set-util.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2010-2015 Lennart Poettering Copyright 2015 Filipe Brandenburger ***/ diff --git a/src/basic/cpu-set-util.h b/src/basic/cpu-set-util.h index 16e5781b1d..01fc544c71 100644 --- a/src/basic/cpu-set-util.h +++ b/src/basic/cpu-set-util.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010-2015 Lennart Poettering Copyright 2015 Filipe Brandenburger ***/ diff --git a/src/basic/def.h b/src/basic/def.h index 4d42fb93e8..4d515c11b6 100644 --- a/src/basic/def.h +++ b/src/basic/def.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include "util.h" #define DEFAULT_TIMEOUT_USEC (90*USEC_PER_SEC) diff --git a/src/basic/device-nodes.h b/src/basic/device-nodes.h index 945382bb1f..3840e6d307 100644 --- a/src/basic/device-nodes.h +++ b/src/basic/device-nodes.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2012 Lennart Poettering -***/ - #include <stddef.h> #include <sys/types.h> diff --git a/src/basic/dirent-util.c b/src/basic/dirent-util.c index 4a061837f2..d1d2c0ef46 100644 --- a/src/basic/dirent-util.c +++ b/src/basic/dirent-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010-2012 Lennart Poettering -***/ #include <fcntl.h> #include <sys/stat.h> diff --git a/src/basic/dirent-util.h b/src/basic/dirent-util.h index 047ccd2250..b1b87679dc 100644 --- a/src/basic/dirent-util.h +++ b/src/basic/dirent-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <dirent.h> #include <errno.h> #include <stdbool.h> diff --git a/src/basic/env-util.c b/src/basic/env-util.c index cce8774ef8..a784a30e1d 100644 --- a/src/basic/env-util.c +++ b/src/basic/env-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2012 Lennart Poettering -***/ #include <errno.h> #include <limits.h> diff --git a/src/basic/env-util.h b/src/basic/env-util.h index 56b999b795..ef9398e618 100644 --- a/src/basic/env-util.h +++ b/src/basic/env-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - #include <stdbool.h> #include <stddef.h> #include <stdio.h> diff --git a/src/basic/errno-list.c b/src/basic/errno-list.c index a5cdf5d95f..1b72bbf3ad 100644 --- a/src/basic/errno-list.c +++ b/src/basic/errno-list.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2013 Lennart Poettering -***/ #include <errno.h> #include <string.h> diff --git a/src/basic/errno-list.h b/src/basic/errno-list.h index c549b055de..9c639b4f55 100644 --- a/src/basic/errno-list.h +++ b/src/basic/errno-list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - #include <stdbool.h> /* * MAX_ERRNO is defined as 4095 in linux/err.h diff --git a/src/basic/escape.c b/src/basic/escape.c index a51d2d9339..5004763d97 100644 --- a/src/basic/escape.c +++ b/src/basic/escape.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <stdlib.h> diff --git a/src/basic/escape.h b/src/basic/escape.h index 7a55ee618e..2e07c73b9e 100644 --- a/src/basic/escape.h +++ b/src/basic/escape.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <inttypes.h> #include <stddef.h> #include <stdint.h> diff --git a/src/basic/exec-util.c b/src/basic/exec-util.c index 7bf382d48d..7e336f9ce1 100644 --- a/src/basic/exec-util.c +++ b/src/basic/exec-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <dirent.h> #include <errno.h> diff --git a/src/basic/exit-status.c b/src/basic/exit-status.c index 49e1aa3fff..21af8c4c71 100644 --- a/src/basic/exit-status.c +++ b/src/basic/exit-status.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <signal.h> #include <stdlib.h> diff --git a/src/basic/exit-status.h b/src/basic/exit-status.h index 11f8f5e9f1..c41e8b82c3 100644 --- a/src/basic/exit-status.h +++ b/src/basic/exit-status.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include "hashmap.h" diff --git a/src/basic/extract-word.c b/src/basic/extract-word.c index 3927660ee4..a861b56653 100644 --- a/src/basic/extract-word.c +++ b/src/basic/extract-word.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <stdarg.h> diff --git a/src/basic/extract-word.h b/src/basic/extract-word.h index de4f728c8c..8c63b7c306 100644 --- a/src/basic/extract-word.h +++ b/src/basic/extract-word.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include "macro.h" typedef enum ExtractFlags { diff --git a/src/basic/fd-util.c b/src/basic/fd-util.c index c1353b9e8f..e085dc23b4 100644 --- a/src/basic/fd-util.c +++ b/src/basic/fd-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/fd-util.h b/src/basic/fd-util.h index c3b6efbb91..8adc959da8 100644 --- a/src/basic/fd-util.h +++ b/src/basic/fd-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <dirent.h> #include <stdbool.h> #include <stdio.h> diff --git a/src/basic/fileio-label.c b/src/basic/fileio-label.c index 8492a4ee77..35733697e8 100644 --- a/src/basic/fileio-label.c +++ b/src/basic/fileio-label.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2010 Lennart Poettering Copyright 2010 Harald Hoyer ***/ diff --git a/src/basic/fileio-label.h b/src/basic/fileio-label.h index f27fbb923d..7803bf2baf 100644 --- a/src/basic/fileio-label.h +++ b/src/basic/fileio-label.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010 Lennart Poettering Copyright 2010 Harald Hoyer ***/ diff --git a/src/basic/fileio.c b/src/basic/fileio.c index 3c4fa198ec..3b6920b365 100644 --- a/src/basic/fileio.c +++ b/src/basic/fileio.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/fileio.h b/src/basic/fileio.h index 9f37ba2b31..77e6206e95 100644 --- a/src/basic/fileio.h +++ b/src/basic/fileio.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <dirent.h> #include <stdbool.h> #include <stddef.h> diff --git a/src/basic/fs-util.c b/src/basic/fs-util.c index 5dff539773..7a1c57dcb1 100644 --- a/src/basic/fs-util.c +++ b/src/basic/fs-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <stddef.h> diff --git a/src/basic/fs-util.h b/src/basic/fs-util.h index 69e199f88f..7cac259a0a 100644 --- a/src/basic/fs-util.h +++ b/src/basic/fs-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <dirent.h> #include <fcntl.h> #include <limits.h> diff --git a/src/basic/gcrypt-util.c b/src/basic/gcrypt-util.c index 9e13c9df83..f304a2bab6 100644 --- a/src/basic/gcrypt-util.c +++ b/src/basic/gcrypt-util.c @@ -1,9 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2012 Lennart Poettering -***/ - #if HAVE_GCRYPT #include <gcrypt.h> diff --git a/src/basic/glob-util.c b/src/basic/glob-util.c index b9f378c825..9fac676f2b 100644 --- a/src/basic/glob-util.c +++ b/src/basic/glob-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <dirent.h> #include <errno.h> diff --git a/src/basic/glob-util.h b/src/basic/glob-util.h index aef9f36648..8e226c1ee2 100644 --- a/src/basic/glob-util.h +++ b/src/basic/glob-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <glob.h> #include <stdbool.h> #include <string.h> diff --git a/src/basic/hash-funcs.c b/src/basic/hash-funcs.c index 3b695a1259..87c01178cb 100644 --- a/src/basic/hash-funcs.c +++ b/src/basic/hash-funcs.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2010 Lennart Poettering Copyright 2014 Michal Schmidt ***/ diff --git a/src/basic/hash-funcs.h b/src/basic/hash-funcs.h index 343af5d686..c08616556b 100644 --- a/src/basic/hash-funcs.h +++ b/src/basic/hash-funcs.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010 Lennart Poettering Copyright 2014 Michal Schmidt ***/ diff --git a/src/basic/hashmap.c b/src/basic/hashmap.c index 91fe402c58..784fbe3106 100644 --- a/src/basic/hashmap.c +++ b/src/basic/hashmap.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2010 Lennart Poettering Copyright 2014 Michal Schmidt ***/ diff --git a/src/basic/hashmap.h b/src/basic/hashmap.h index 3d544dc732..a9c8ad56fc 100644 --- a/src/basic/hashmap.h +++ b/src/basic/hashmap.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010 Lennart Poettering Copyright 2014 Michal Schmidt ***/ diff --git a/src/basic/hexdecoct.c b/src/basic/hexdecoct.c index 92c1642833..7748e8352c 100644 --- a/src/basic/hexdecoct.c +++ b/src/basic/hexdecoct.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <ctype.h> #include <errno.h> diff --git a/src/basic/hexdecoct.h b/src/basic/hexdecoct.h index b49ddc8c21..9477d16e37 100644 --- a/src/basic/hexdecoct.h +++ b/src/basic/hexdecoct.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <stddef.h> #include <stdio.h> diff --git a/src/basic/hostname-util.c b/src/basic/hostname-util.c index 136b316120..09fabe077b 100644 --- a/src/basic/hostname-util.c +++ b/src/basic/hostname-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2015 Lennart Poettering -***/ #include <errno.h> #include <limits.h> diff --git a/src/basic/hostname-util.h b/src/basic/hostname-util.h index e92222a7b9..749481723d 100644 --- a/src/basic/hostname-util.h +++ b/src/basic/hostname-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010-2015 Lennart Poettering -***/ - #include <stdbool.h> #include <stdio.h> diff --git a/src/basic/in-addr-util.c b/src/basic/in-addr-util.c index df002f4960..aed7601d50 100644 --- a/src/basic/in-addr-util.c +++ b/src/basic/in-addr-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <arpa/inet.h> #include <endian.h> diff --git a/src/basic/in-addr-util.h b/src/basic/in-addr-util.h index e07bd86ef7..956c00a850 100644 --- a/src/basic/in-addr-util.h +++ b/src/basic/in-addr-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #include <netinet/in.h> #include <stddef.h> #include <sys/socket.h> diff --git a/src/basic/io-util.c b/src/basic/io-util.c index dd67389fd1..1f64cc933b 100644 --- a/src/basic/io-util.c +++ b/src/basic/io-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <limits.h> diff --git a/src/basic/io-util.h b/src/basic/io-util.h index ab43ca5b51..ed189b5820 100644 --- a/src/basic/io-util.h +++ b/src/basic/io-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <stddef.h> #include <stdint.h> diff --git a/src/basic/khash.c b/src/basic/khash.c index 08859832f6..847f2572a6 100644 --- a/src/basic/khash.c +++ b/src/basic/khash.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2016 Lennart Poettering -***/ #include <linux/if_alg.h> #include <stdbool.h> diff --git a/src/basic/khash.h b/src/basic/khash.h index 5c7d306c9b..a3013b9d61 100644 --- a/src/basic/khash.h +++ b/src/basic/khash.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2016 Lennart Poettering -***/ - #include <inttypes.h> #include <sys/types.h> #include <sys/uio.h> diff --git a/src/basic/label.c b/src/basic/label.c index 8da5e930e2..12a7fb0945 100644 --- a/src/basic/label.c +++ b/src/basic/label.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <sys/stat.h> diff --git a/src/basic/label.h b/src/basic/label.h index c5158ca60f..08fd109bcf 100644 --- a/src/basic/label.h +++ b/src/basic/label.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <sys/types.h> diff --git a/src/basic/list.h b/src/basic/list.h index 6ae88ec6b9..643e0bea88 100644 --- a/src/basic/list.h +++ b/src/basic/list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - /* The head of the linked list. Use this in the structure that shall * contain the head of the linked list */ #define LIST_HEAD(t,name) \ diff --git a/src/basic/locale-util.c b/src/basic/locale-util.c index fb31e8ffbb..3ad352f22f 100644 --- a/src/basic/locale-util.c +++ b/src/basic/locale-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <dirent.h> #include <errno.h> diff --git a/src/basic/locale-util.h b/src/basic/locale-util.h index 80c2d871a7..775fe8bc72 100644 --- a/src/basic/locale-util.h +++ b/src/basic/locale-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #include <libintl.h> #include <stdbool.h> #include <locale.h> diff --git a/src/basic/lockfile-util.c b/src/basic/lockfile-util.c index e23aa52963..4bae23b243 100644 --- a/src/basic/lockfile-util.c +++ b/src/basic/lockfile-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/lockfile-util.h b/src/basic/lockfile-util.h index d49251d266..c2abd9956f 100644 --- a/src/basic/lockfile-util.h +++ b/src/basic/lockfile-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2011 Lennart Poettering -***/ - #include <stddef.h> #include "macro.h" diff --git a/src/basic/log.c b/src/basic/log.c index 2909f520b5..48c094b548 100644 --- a/src/basic/log.c +++ b/src/basic/log.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/log.h b/src/basic/log.h index 71a3bb826d..e1f5fd30cd 100644 --- a/src/basic/log.h +++ b/src/basic/log.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdarg.h> #include <stdbool.h> #include <stdlib.h> diff --git a/src/basic/macro.h b/src/basic/macro.h index 4d33e70282..d1365f7058 100644 --- a/src/basic/macro.h +++ b/src/basic/macro.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <inttypes.h> #include <stdbool.h> #include <sys/param.h> diff --git a/src/basic/memfd-util.c b/src/basic/memfd-util.c index 6997c32eae..f88f0fc80c 100644 --- a/src/basic/memfd-util.c +++ b/src/basic/memfd-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2013 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/memfd-util.h b/src/basic/memfd-util.h index 1e09bd2c54..5ebb519931 100644 --- a/src/basic/memfd-util.h +++ b/src/basic/memfd-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - #include <inttypes.h> #include <stddef.h> #include <stdint.h> diff --git a/src/basic/mempool.c b/src/basic/mempool.c index 5792ca972f..76fdba781b 100644 --- a/src/basic/mempool.c +++ b/src/basic/mempool.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2010-2014 Lennart Poettering Copyright 2014 Michal Schmidt ***/ diff --git a/src/basic/mempool.h b/src/basic/mempool.h index dad4a4f9cc..0aa8a39074 100644 --- a/src/basic/mempool.h +++ b/src/basic/mempool.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2011-2014 Lennart Poettering Copyright 2014 Michal Schmidt ***/ diff --git a/src/basic/missing.h b/src/basic/missing.h index 4a12274cb4..71a07d0574 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - /* Missing glibc definitions to access certain kernel APIs */ #include <errno.h> diff --git a/src/basic/missing_syscall.h b/src/basic/missing_syscall.h index 4eacebfb36..ca108944d8 100644 --- a/src/basic/missing_syscall.h +++ b/src/basic/missing_syscall.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010 Lennart Poettering Copyright 2016 Zbigniew Jędrzejewski-Szmek ***/ diff --git a/src/basic/mkdir-label.c b/src/basic/mkdir-label.c index 97fb4c96b0..a9246ae5b6 100644 --- a/src/basic/mkdir-label.c +++ b/src/basic/mkdir-label.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2010 Lennart Poettering Copyright 2013 Kay Sievers ***/ diff --git a/src/basic/mkdir.c b/src/basic/mkdir.c index db64b0ef04..6ab1b4422b 100644 --- a/src/basic/mkdir.c +++ b/src/basic/mkdir.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <stdbool.h> diff --git a/src/basic/mkdir.h b/src/basic/mkdir.h index 8b579246be..a347fa4cc0 100644 --- a/src/basic/mkdir.h +++ b/src/basic/mkdir.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010 Lennart Poettering Copyright 2013 Kay Sievers ***/ diff --git a/src/basic/mount-util.c b/src/basic/mount-util.c index bcb7e43288..ebe41a4c6c 100644 --- a/src/basic/mount-util.c +++ b/src/basic/mount-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <stdio_ext.h> diff --git a/src/basic/mount-util.h b/src/basic/mount-util.h index f73559a017..3cfea3bb20 100644 --- a/src/basic/mount-util.h +++ b/src/basic/mount-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <fcntl.h> #include <mntent.h> #include <stdbool.h> diff --git a/src/basic/nss-util.h b/src/basic/nss-util.h index ab80b2e3e2..2045175d1c 100644 --- a/src/basic/nss-util.h +++ b/src/basic/nss-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #include <grp.h> #include <netdb.h> #include <nss.h> diff --git a/src/basic/ordered-set.c b/src/basic/ordered-set.c index ae52e22332..ed9ba776a4 100644 --- a/src/basic/ordered-set.c +++ b/src/basic/ordered-set.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2016 Lennart Poettering -***/ #include "ordered-set.h" #include "strv.h" diff --git a/src/basic/ordered-set.h b/src/basic/ordered-set.h index 87971af739..e7c054d8e4 100644 --- a/src/basic/ordered-set.h +++ b/src/basic/ordered-set.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2015 Lennart Poettering -***/ - #include "hashmap.h" typedef struct OrderedSet OrderedSet; diff --git a/src/basic/pager.c b/src/basic/pager.c index dd5c61154f..f241261119 100644 --- a/src/basic/pager.c +++ b/src/basic/pager.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <signal.h> diff --git a/src/basic/pager.h b/src/basic/pager.h index b72d1745f3..e0fd34af97 100644 --- a/src/basic/pager.h +++ b/src/basic/pager.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include "macro.h" diff --git a/src/basic/parse-util.c b/src/basic/parse-util.c index 4fd803c906..6becf85878 100644 --- a/src/basic/parse-util.c +++ b/src/basic/parse-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <inttypes.h> diff --git a/src/basic/parse-util.h b/src/basic/parse-util.h index 5a345ac4bf..f3267f4cfe 100644 --- a/src/basic/parse-util.h +++ b/src/basic/parse-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <inttypes.h> #include <limits.h> #include <stddef.h> diff --git a/src/basic/path-util.c b/src/basic/path-util.c index bac7152a6d..d214c72916 100644 --- a/src/basic/path-util.c +++ b/src/basic/path-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010-2012 Lennart Poettering -***/ #include <errno.h> #include <limits.h> diff --git a/src/basic/path-util.h b/src/basic/path-util.h index 2e43c0c345..8277c6b916 100644 --- a/src/basic/path-util.h +++ b/src/basic/path-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010-2012 Lennart Poettering -***/ - #include <alloca.h> #include <stdbool.h> #include <stddef.h> diff --git a/src/basic/prioq.c b/src/basic/prioq.c index fd51e0587c..ef28a086d1 100644 --- a/src/basic/prioq.c +++ b/src/basic/prioq.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2013 Lennart Poettering -***/ /* * Priority Queue diff --git a/src/basic/prioq.h b/src/basic/prioq.h index a3e378a927..e036175260 100644 --- a/src/basic/prioq.h +++ b/src/basic/prioq.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - #include <stdbool.h> #include "hashmap.h" diff --git a/src/basic/proc-cmdline.c b/src/basic/proc-cmdline.c index c5c9d307b7..add481c2ae 100644 --- a/src/basic/proc-cmdline.c +++ b/src/basic/proc-cmdline.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <stdbool.h> #include <stddef.h> diff --git a/src/basic/proc-cmdline.h b/src/basic/proc-cmdline.h index 9430bdad66..4a9e6e0f62 100644 --- a/src/basic/proc-cmdline.h +++ b/src/basic/proc-cmdline.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include "log.h" diff --git a/src/basic/process-util.c b/src/basic/process-util.c index 1fcfb8135f..0a4f917cbd 100644 --- a/src/basic/process-util.c +++ b/src/basic/process-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <ctype.h> #include <errno.h> diff --git a/src/basic/process-util.h b/src/basic/process-util.h index e51a874cd2..a5bb072b25 100644 --- a/src/basic/process-util.h +++ b/src/basic/process-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <alloca.h> #include <errno.h> #include <sched.h> diff --git a/src/basic/random-util.c b/src/basic/random-util.c index c09f13e8e3..91481559db 100644 --- a/src/basic/random-util.c +++ b/src/basic/random-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <elf.h> #include <errno.h> diff --git a/src/basic/random-util.h b/src/basic/random-util.h index c829da0840..9a103f0e94 100644 --- a/src/basic/random-util.h +++ b/src/basic/random-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <stddef.h> #include <stdint.h> diff --git a/src/basic/ratelimit.c b/src/basic/ratelimit.c index 0e9afc1e4d..4e04e04426 100644 --- a/src/basic/ratelimit.c +++ b/src/basic/ratelimit.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <sys/time.h> diff --git a/src/basic/ratelimit.h b/src/basic/ratelimit.h index 1b761761ae..de91def28d 100644 --- a/src/basic/ratelimit.h +++ b/src/basic/ratelimit.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include "time-util.h" diff --git a/src/basic/raw-clone.h b/src/basic/raw-clone.h index 83d5ff7c21..e96bc3bed6 100644 --- a/src/basic/raw-clone.h +++ b/src/basic/raw-clone.h @@ -2,7 +2,6 @@ #pragma once /*** - Copyright 2010 Lennart Poettering Copyright 2016 Michael Karcher ***/ diff --git a/src/basic/refcnt.h b/src/basic/refcnt.h index a341fd55bc..d2be6086d2 100644 --- a/src/basic/refcnt.h +++ b/src/basic/refcnt.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - /* A type-safe atomic refcounter. * * DO NOT USE THIS UNLESS YOU ACTUALLY CARE ABOUT THREAD SAFETY! */ diff --git a/src/basic/replace-var.c b/src/basic/replace-var.c index c42a77642d..fd2b5c104f 100644 --- a/src/basic/replace-var.c +++ b/src/basic/replace-var.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2012 Lennart Poettering -***/ #include <errno.h> #include <stddef.h> diff --git a/src/basic/replace-var.h b/src/basic/replace-var.h index 78db493620..e6a489feee 100644 --- a/src/basic/replace-var.h +++ b/src/basic/replace-var.h @@ -1,8 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2012 Lennart Poettering -***/ - char *replace_var(const char *text, char *(*lookup)(const char *variable, void *userdata), void *userdata); diff --git a/src/basic/rlimit-util.c b/src/basic/rlimit-util.c index e54227e94d..be1ba615ec 100644 --- a/src/basic/rlimit-util.c +++ b/src/basic/rlimit-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <sys/resource.h> diff --git a/src/basic/rlimit-util.h b/src/basic/rlimit-util.h index c5b3cc1533..c2ea6f846b 100644 --- a/src/basic/rlimit-util.h +++ b/src/basic/rlimit-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <sys/resource.h> #include "macro.h" diff --git a/src/basic/rm-rf.c b/src/basic/rm-rf.c index 465fdb46b1..54f6dc2059 100644 --- a/src/basic/rm-rf.c +++ b/src/basic/rm-rf.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2015 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/rm-rf.h b/src/basic/rm-rf.h index 9f74bce08c..0a2d7f0358 100644 --- a/src/basic/rm-rf.h +++ b/src/basic/rm-rf.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2015 Lennart Poettering -***/ - #include <sys/stat.h> #include "util.h" diff --git a/src/basic/selinux-util.c b/src/basic/selinux-util.c index 2ab0e074d8..e15bd7e1fa 100644 --- a/src/basic/selinux-util.c +++ b/src/basic/selinux-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <malloc.h> diff --git a/src/basic/selinux-util.h b/src/basic/selinux-util.h index 7084beeb6b..08314057fb 100644 --- a/src/basic/selinux-util.h +++ b/src/basic/selinux-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <sys/socket.h> #include <sys/types.h> diff --git a/src/basic/set.h b/src/basic/set.h index 8874fc6776..664713810d 100644 --- a/src/basic/set.h +++ b/src/basic/set.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include "extract-word.h" #include "hashmap.h" #include "macro.h" diff --git a/src/basic/sigbus.c b/src/basic/sigbus.c index 16751a9b3e..70afba6bcf 100644 --- a/src/basic/sigbus.c +++ b/src/basic/sigbus.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <errno.h> #include <signal.h> diff --git a/src/basic/sigbus.h b/src/basic/sigbus.h index a262f3c6c3..459e19fcaa 100644 --- a/src/basic/sigbus.h +++ b/src/basic/sigbus.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - void sigbus_install(void); void sigbus_reset(void); diff --git a/src/basic/signal-util.c b/src/basic/signal-util.c index a25628c9d1..fb8a63fb9a 100644 --- a/src/basic/signal-util.c +++ b/src/basic/signal-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2015 Lennart Poettering -***/ #include <errno.h> #include <stdarg.h> diff --git a/src/basic/signal-util.h b/src/basic/signal-util.h index 5af448180f..92f2804cd2 100644 --- a/src/basic/signal-util.h +++ b/src/basic/signal-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010-2015 Lennart Poettering -***/ - #include <signal.h> #include "macro.h" diff --git a/src/basic/socket-label.c b/src/basic/socket-label.c index e34456ff85..35e14e567c 100644 --- a/src/basic/socket-label.c +++ b/src/basic/socket-label.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <netinet/in.h> diff --git a/src/basic/socket-protocol-list.c b/src/basic/socket-protocol-list.c index 2ba6df2b8d..8041b84958 100644 --- a/src/basic/socket-protocol-list.c +++ b/src/basic/socket-protocol-list.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <netinet/in.h> #include <string.h> diff --git a/src/basic/socket-protocol-list.h b/src/basic/socket-protocol-list.h index 93104a93bb..458904dbb3 100644 --- a/src/basic/socket-protocol-list.h +++ b/src/basic/socket-protocol-list.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - const char *socket_protocol_to_name(int id); int socket_protocol_from_name(const char *name); diff --git a/src/basic/socket-util.c b/src/basic/socket-util.c index e2b28d0d75..69f2c41e9d 100644 --- a/src/basic/socket-util.c +++ b/src/basic/socket-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <arpa/inet.h> #include <errno.h> diff --git a/src/basic/socket-util.h b/src/basic/socket-util.h index a247da4b56..8e23cf2dbd 100644 --- a/src/basic/socket-util.h +++ b/src/basic/socket-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <netinet/ether.h> #include <netinet/in.h> #include <stdbool.h> diff --git a/src/basic/special.h b/src/basic/special.h index 9a3cbaf95d..379a3d7979 100644 --- a/src/basic/special.h +++ b/src/basic/special.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #define SPECIAL_DEFAULT_TARGET "default.target" /* Shutdown targets */ diff --git a/src/basic/stat-util.c b/src/basic/stat-util.c index 5b4fb3c07f..07154e25bb 100644 --- a/src/basic/stat-util.c +++ b/src/basic/stat-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010-2012 Lennart Poettering -***/ #include <dirent.h> #include <errno.h> diff --git a/src/basic/stat-util.h b/src/basic/stat-util.h index 0ec479dbc6..f8014ed30b 100644 --- a/src/basic/stat-util.h +++ b/src/basic/stat-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010-2012 Lennart Poettering -***/ - #include <stdbool.h> #include <stddef.h> #include <sys/stat.h> diff --git a/src/basic/stdio-util.h b/src/basic/stdio-util.h index 629abf35ee..73c03274c7 100644 --- a/src/basic/stdio-util.h +++ b/src/basic/stdio-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <printf.h> #include <stdarg.h> #include <stdio.h> diff --git a/src/basic/string-table.c b/src/basic/string-table.c index 33a5dbc571..34931b03d8 100644 --- a/src/basic/string-table.c +++ b/src/basic/string-table.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include "string-table.h" #include "string-util.h" diff --git a/src/basic/string-table.h b/src/basic/string-table.h index 6bc60b65ed..9bd7879355 100644 --- a/src/basic/string-table.h +++ b/src/basic/string-table.h @@ -2,10 +2,6 @@ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <errno.h> #include <stddef.h> #include <stdio.h> diff --git a/src/basic/string-util.c b/src/basic/string-util.c index 485cb1bc29..0a40683493 100644 --- a/src/basic/string-util.c +++ b/src/basic/string-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <stdarg.h> diff --git a/src/basic/string-util.h b/src/basic/string-util.h index 2e2e0c0351..c0cc4e78d7 100644 --- a/src/basic/string-util.h +++ b/src/basic/string-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <alloca.h> #include <stdbool.h> #include <stddef.h> diff --git a/src/basic/strv.c b/src/basic/strv.c index aa670f340b..b3716233b5 100644 --- a/src/basic/strv.c +++ b/src/basic/strv.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fnmatch.h> diff --git a/src/basic/strv.h b/src/basic/strv.h index 79d42c0313..51d03db940 100644 --- a/src/basic/strv.h +++ b/src/basic/strv.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <fnmatch.h> #include <stdarg.h> #include <stdbool.h> diff --git a/src/basic/syslog-util.c b/src/basic/syslog-util.c index 5bb853239d..21461fa581 100644 --- a/src/basic/syslog-util.c +++ b/src/basic/syslog-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <string.h> #include <syslog.h> diff --git a/src/basic/syslog-util.h b/src/basic/syslog-util.h index 09dae9e83d..8f419e8151 100644 --- a/src/basic/syslog-util.h +++ b/src/basic/syslog-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> int log_facility_unshifted_to_string_alloc(int i, char **s); diff --git a/src/basic/terminal-util.c b/src/basic/terminal-util.c index 0b0a6974e8..f4af0e6522 100644 --- a/src/basic/terminal-util.c +++ b/src/basic/terminal-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/terminal-util.h b/src/basic/terminal-util.h index 4d8daf61be..c0bd0e67a6 100644 --- a/src/basic/terminal-util.h +++ b/src/basic/terminal-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdarg.h> #include <stdbool.h> #include <stdio.h> diff --git a/src/basic/time-util.c b/src/basic/time-util.c index 4c6a61d18e..fe201c398d 100644 --- a/src/basic/time-util.c +++ b/src/basic/time-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <limits.h> diff --git a/src/basic/time-util.h b/src/basic/time-util.h index 15d8ab275e..344f2dc52e 100644 --- a/src/basic/time-util.h +++ b/src/basic/time-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <inttypes.h> #include <stdbool.h> #include <stddef.h> diff --git a/src/basic/umask-util.h b/src/basic/umask-util.h index 25796883e7..e964292eaf 100644 --- a/src/basic/umask-util.h +++ b/src/basic/umask-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <sys/stat.h> #include <sys/types.h> diff --git a/src/basic/unit-def.c b/src/basic/unit-def.c index abfa11ab14..ac6a9b37e8 100644 --- a/src/basic/unit-def.c +++ b/src/basic/unit-def.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include "alloc-util.h" #include "bus-label.h" diff --git a/src/basic/unit-def.h b/src/basic/unit-def.h index 1d785c43b8..d7e2d74669 100644 --- a/src/basic/unit-def.h +++ b/src/basic/unit-def.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include "macro.h" diff --git a/src/basic/unit-name.c b/src/basic/unit-name.c index 8115bff14a..1b81fe268f 100644 --- a/src/basic/unit-name.c +++ b/src/basic/unit-name.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <stddef.h> diff --git a/src/basic/unit-name.h b/src/basic/unit-name.h index afbdf7098e..61abcd585b 100644 --- a/src/basic/unit-name.h +++ b/src/basic/unit-name.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include "macro.h" diff --git a/src/basic/user-util.c b/src/basic/user-util.c index 57f92013a5..a562a397c7 100644 --- a/src/basic/user-util.c +++ b/src/basic/user-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <alloca.h> #include <errno.h> diff --git a/src/basic/user-util.h b/src/basic/user-util.h index de55afb64e..b74f168859 100644 --- a/src/basic/user-util.h +++ b/src/basic/user-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <grp.h> #include <gshadow.h> #include <pwd.h> diff --git a/src/basic/utf8.c b/src/basic/utf8.c index a7df751df1..ccb0228339 100644 --- a/src/basic/utf8.c +++ b/src/basic/utf8.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** Copyright 2008-2011 Kay Sievers - Copyright 2012 Lennart Poettering ***/ /* Parts of this file are based on the GLIB utf8 validation functions. The diff --git a/src/basic/utf8.h b/src/basic/utf8.h index ffe49c1285..e8af7a576b 100644 --- a/src/basic/utf8.h +++ b/src/basic/utf8.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2012 Lennart Poettering -***/ - #include <stdbool.h> #include <stddef.h> #include <stdint.h> diff --git a/src/basic/util.c b/src/basic/util.c index acd9579817..8f2d6061da 100644 --- a/src/basic/util.c +++ b/src/basic/util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <alloca.h> #include <errno.h> diff --git a/src/basic/util.h b/src/basic/util.h index f9c91766ab..9699d228f9 100644 --- a/src/basic/util.h +++ b/src/basic/util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <alloca.h> #include <errno.h> #include <fcntl.h> diff --git a/src/basic/verbs.c b/src/basic/verbs.c index e57c1cda14..1893ea3733 100644 --- a/src/basic/verbs.c +++ b/src/basic/verbs.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2014 Lennart Poettering -***/ #include <errno.h> #include <getopt.h> diff --git a/src/basic/verbs.h b/src/basic/verbs.h index 0e5c33cff4..e174255a76 100644 --- a/src/basic/verbs.h +++ b/src/basic/verbs.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2014 Lennart Poettering -***/ - #define VERB_ANY ((unsigned) -1) typedef enum VerbFlags { diff --git a/src/basic/virt.c b/src/basic/virt.c index b9eda88382..d347732bb3 100644 --- a/src/basic/virt.c +++ b/src/basic/virt.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2011 Lennart Poettering -***/ #if defined(__i386__) || defined(__x86_64__) #include <cpuid.h> diff --git a/src/basic/virt.h b/src/basic/virt.h index 2fa211124e..c4cf4bfeab 100644 --- a/src/basic/virt.h +++ b/src/basic/virt.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2011 Lennart Poettering -***/ - #include <stdbool.h> #include "macro.h" diff --git a/src/basic/web-util.c b/src/basic/web-util.c index 19a3c1c9f4..82221af194 100644 --- a/src/basic/web-util.c +++ b/src/basic/web-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <stdbool.h> diff --git a/src/basic/web-util.h b/src/basic/web-util.h index 27189a35ea..c9e67e5c0a 100644 --- a/src/basic/web-util.h +++ b/src/basic/web-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include "macro.h" diff --git a/src/basic/xattr-util.c b/src/basic/xattr-util.c index 6967313287..c5c55ea846 100644 --- a/src/basic/xattr-util.c +++ b/src/basic/xattr-util.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2010 Lennart Poettering -***/ #include <errno.h> #include <fcntl.h> diff --git a/src/basic/xattr-util.h b/src/basic/xattr-util.h index 8b5a797958..9fa85d7129 100644 --- a/src/basic/xattr-util.h +++ b/src/basic/xattr-util.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2010 Lennart Poettering -***/ - #include <stdbool.h> #include <stddef.h> #include <sys/types.h> diff --git a/src/basic/xml.c b/src/basic/xml.c index 88f8609cb4..cb34d870c1 100644 --- a/src/basic/xml.c +++ b/src/basic/xml.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2013 Lennart Poettering -***/ #include <errno.h> #include <stddef.h> diff --git a/src/basic/xml.h b/src/basic/xml.h index 6ea40892bc..8da2ff5f75 100644 --- a/src/basic/xml.h +++ b/src/basic/xml.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - Copyright 2013 Lennart Poettering -***/ - enum { XML_END, XML_TEXT, |