summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 18:23:39 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:20 +0200
commit0c697941389b7379c4471bc0a067ede02814bc57 (patch)
tree3b945704702c856fb7d7802325e6e2753c1b4a50 /src/systemctl
parent2aafd60beecb0e9cc2c019b23ef63d19bfdedb01 (diff)
downloadsystemd-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/systemctl')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 50eee32865..b9aab1f0f6 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2010 Lennart Poettering
Copyright 2013 Marc-Antoine Perennou
***/
@@ -4161,7 +4160,6 @@ static void print_status_info(
printf("\n");
}
-
LIST_FOREACH(exec, p, i->exec) {
_cleanup_free_ char *argv = NULL;
bool good;