summaryrefslogtreecommitdiff
path: root/src/network
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/network
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/network')
-rw-r--r--src/network/networkctl.c3
-rw-r--r--src/network/networkd-address-pool.c3
-rw-r--r--src/network/networkd-address-pool.h4
-rw-r--r--src/network/networkd-lldp-tx.c3
-rw-r--r--src/network/networkd-lldp-tx.h4
-rw-r--r--src/network/wait-online/link.c1
-rw-r--r--src/network/wait-online/link.h1
7 files changed, 0 insertions, 19 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c
index d3f4667351..3ab06f28e9 100644
--- a/src/network/networkctl.c
+++ b/src/network/networkctl.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2014 Lennart Poettering
-***/
#include <getopt.h>
#include <linux/if_addrlabel.h>
diff --git a/src/network/networkd-address-pool.c b/src/network/networkd-address-pool.c
index 8319ec3ac1..2e35f77093 100644
--- a/src/network/networkd-address-pool.c
+++ b/src/network/networkd-address-pool.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2014 Lennart Poettering
-***/
#include "alloc-util.h"
#include "networkd-address-pool.h"
diff --git a/src/network/networkd-address-pool.h b/src/network/networkd-address-pool.h
index fe4486cd40..bd479a517d 100644
--- a/src/network/networkd-address-pool.h
+++ b/src/network/networkd-address-pool.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2014 Lennart Poettering
-***/
-
typedef struct AddressPool AddressPool;
#include "in-addr-util.h"
diff --git a/src/network/networkd-lldp-tx.c b/src/network/networkd-lldp-tx.c
index 9356e528af..51fadc8125 100644
--- a/src/network/networkd-lldp-tx.c
+++ b/src/network/networkd-lldp-tx.c
@@ -1,7 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/***
- Copyright 2016 Lennart Poettering
-***/
#include <endian.h>
#include <inttypes.h>
diff --git a/src/network/networkd-lldp-tx.h b/src/network/networkd-lldp-tx.h
index b06ee1a997..860065cc6d 100644
--- a/src/network/networkd-lldp-tx.h
+++ b/src/network/networkd-lldp-tx.h
@@ -1,10 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-/***
- Copyright 2016 Lennart Poettering
-***/
-
#include "networkd-link.h"
typedef enum LLDPEmit {
diff --git a/src/network/wait-online/link.c b/src/network/wait-online/link.c
index 0daacce09e..c7feeba522 100644
--- a/src/network/wait-online/link.c
+++ b/src/network/wait-online/link.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2014 Lennart Poettering
Copyright 2014 Tom Gundersen
***/
diff --git a/src/network/wait-online/link.h b/src/network/wait-online/link.h
index 04194cf65a..41c0fe75af 100644
--- a/src/network/wait-online/link.h
+++ b/src/network/wait-online/link.h
@@ -2,7 +2,6 @@
#pragma once
/***
- Copyright 2014 Lennart Poettering
Copyright 2014 Tom Gundersen
***/