summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 18:23:39 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit3af26cec424c7108d1065754f5583827b9f9c3c5 (patch)
tree76227117234249f6005b078b43be7e1f18445768 /src/core
parentdd656b3679e4b5a7ec3534bf8786b022327e080d (diff)
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/core')
-rw-r--r--src/core/cgroup.c3
-rw-r--r--src/core/cgroup.h4
-rw-r--r--src/core/mount-setup.c3
-rw-r--r--src/core/mount-setup.h4
4 files changed, 0 insertions, 14 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 139d86c36..a08fd8009 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2013 Lennart Poettering
-***/
#include <fcntl.h>
#include <fnmatch.h>
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 207546154..915428e2e 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2013 Lennart Poettering
-***/
-
#include <stdbool.h>
#include "cgroup-util.h"
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c
index 6a453e813..dd089e679 100644
--- a/src/core/mount-setup.c
+++ b/src/core/mount-setup.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2010 Lennart Poettering
-***/
#include <errno.h>
#include <ftw.h>
diff --git a/src/core/mount-setup.h b/src/core/mount-setup.h
index ecd1f79da..5dc75e2ef 100644
--- a/src/core/mount-setup.h
+++ b/src/core/mount-setup.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2010 Lennart Poettering
-***/
-
#include <stdbool.h>
#if 0 /// UNNEEDED by elogind