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/timedate | |
parent | 2aafd60beecb0e9cc2c019b23ef63d19bfdedb01 (diff) | |
download | systemd-0c697941389b7379c4471bc0a067ede02814bc57.tar.gz |
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/timedate')
-rw-r--r-- | src/timedate/timedatectl.c | 1 | ||||
-rw-r--r-- | src/timedate/timedated.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/timedate/timedatectl.c b/src/timedate/timedatectl.c index 9a61d8d930..ffba6b5437 100644 --- a/src/timedate/timedatectl.c +++ b/src/timedate/timedatectl.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - Copyright 2012 Lennart Poettering Copyright 2013 Kay Sievers ***/ diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index c4b5b74532..82eb213e95 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -1,7 +1,4 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ -/*** - Copyright 2011 Lennart Poettering -***/ #include <errno.h> #include <string.h> |