summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-netlink
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/libsystemd/sd-netlink
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/libsystemd/sd-netlink')
-rw-r--r--src/libsystemd/sd-netlink/local-addresses.c1
-rw-r--r--src/libsystemd/sd-netlink/local-addresses.h1
-rw-r--r--src/libsystemd/sd-netlink/test-local-addresses.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/libsystemd/sd-netlink/local-addresses.c b/src/libsystemd/sd-netlink/local-addresses.c
index a201718ec7..c61ae3f90f 100644
--- a/src/libsystemd/sd-netlink/local-addresses.c
+++ b/src/libsystemd/sd-netlink/local-addresses.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2008-2011 Lennart Poettering
Copyright 2014 Tom Gundersen
***/
diff --git a/src/libsystemd/sd-netlink/local-addresses.h b/src/libsystemd/sd-netlink/local-addresses.h
index 2f9d11aa72..4fc3477e47 100644
--- a/src/libsystemd/sd-netlink/local-addresses.h
+++ b/src/libsystemd/sd-netlink/local-addresses.h
@@ -2,7 +2,6 @@
#pragma once
/***
- Copyright 2008-2011 Lennart Poettering
***/
#include "sd-netlink.h"
diff --git a/src/libsystemd/sd-netlink/test-local-addresses.c b/src/libsystemd/sd-netlink/test-local-addresses.c
index 27c8fbae31..921ce289d4 100644
--- a/src/libsystemd/sd-netlink/test-local-addresses.c
+++ b/src/libsystemd/sd-netlink/test-local-addresses.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2014 Lennart Poettering
***/
#include "af-list.h"