diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-12 17:04:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-14 10:20:20 +0200 |
commit | 818bf5463297a72a2861aa3b360b8b4291a3f2a8 (patch) | |
tree | e7b572104cf208f065e6a60e459ded8e748a91c3 /src/udev/net | |
parent | locale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files (diff) | |
download | systemd-818bf5463297a72a2861aa3b360b8b4291a3f2a8.tar.xz systemd-818bf5463297a72a2861aa3b360b8b4291a3f2a8.zip |
tree-wide: drop 'This file is part of systemd' blurb
This part of the copyright blurb stems from the GPL use recommendations:
https://www.gnu.org/licenses/gpl-howto.en.html
The concept appears to originate in times where version control was per
file, instead of per tree, and was a way to glue the files together.
Ultimately, we nowadays don't live in that world anymore, and this
information is entirely useless anyway, as people are very welcome to
copy these files into any projects they like, and they shouldn't have to
change bits that are part of our copyright header for that.
hence, let's just get rid of this old cruft, and shorten our codebase a
bit.
Diffstat (limited to 'src/udev/net')
-rw-r--r-- | src/udev/net/ethtool-util.c | 2 | ||||
-rw-r--r-- | src/udev/net/ethtool-util.h | 2 | ||||
-rw-r--r-- | src/udev/net/link-config.c | 2 | ||||
-rw-r--r-- | src/udev/net/link-config.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/src/udev/net/ethtool-util.c b/src/udev/net/ethtool-util.c index 37525ce841..2e51935693 100644 --- a/src/udev/net/ethtool-util.c +++ b/src/udev/net/ethtool-util.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - This file is part of systemd. - Copyright (C) 2013 Tom Gundersen <teg@jklm.no> ***/ diff --git a/src/udev/net/ethtool-util.h b/src/udev/net/ethtool-util.h index da2a2458f0..8371533cc9 100644 --- a/src/udev/net/ethtool-util.h +++ b/src/udev/net/ethtool-util.h @@ -2,8 +2,6 @@ #pragma once /*** - This file is part of systemd. - Copyright (C) 2013 Tom Gundersen <teg@jklm.no> ***/ diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index 2f7aa2f8d9..cc6eae9371 100644 --- a/src/udev/net/link-config.c +++ b/src/udev/net/link-config.c @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ /*** - This file is part of systemd. - Copyright (C) 2013 Tom Gundersen <teg@jklm.no> ***/ diff --git a/src/udev/net/link-config.h b/src/udev/net/link-config.h index cbc532e340..2057e46c21 100644 --- a/src/udev/net/link-config.h +++ b/src/udev/net/link-config.h @@ -2,8 +2,6 @@ #pragma once /*** - This file is part of systemd. - Copyright (C) 2013 Tom Gundersen <teg@jklm.no> ***/ |