summaryrefslogtreecommitdiff
path: root/src/libudev
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 17:04:27 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:20 +0200
commit818bf5463297a72a2861aa3b360b8b4291a3f2a8 (patch)
treee7b572104cf208f065e6a60e459ded8e748a91c3 /src/libudev
parent16dc38dd15a69899da58917544cb9680b8c2ff97 (diff)
downloadsystemd-818bf5463297a72a2861aa3b360b8b4291a3f2a8.tar.gz
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/libudev')
-rw-r--r--src/libudev/libudev-device-internal.h2
-rw-r--r--src/libudev/libudev-device-private.c2
-rw-r--r--src/libudev/libudev-device.c2
-rw-r--r--src/libudev/libudev-enumerate.c2
-rw-r--r--src/libudev/libudev-hwdb.c2
-rw-r--r--src/libudev/libudev-list.c2
-rw-r--r--src/libudev/libudev-monitor.c2
-rw-r--r--src/libudev/libudev-private.h2
-rw-r--r--src/libudev/libudev-queue.c2
-rw-r--r--src/libudev/libudev-util.c2
-rw-r--r--src/libudev/libudev.c2
-rw-r--r--src/libudev/libudev.h2
-rw-r--r--src/libudev/libudev.sym2
13 files changed, 0 insertions, 26 deletions
diff --git a/src/libudev/libudev-device-internal.h b/src/libudev/libudev-device-internal.h
index 65d24ed226..33af3ea54f 100644
--- a/src/libudev/libudev-device-internal.h
+++ b/src/libudev/libudev-device-internal.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
Copyright 2015 Tom Gundersen <teg@jklm.no>
***/
diff --git a/src/libudev/libudev-device-private.c b/src/libudev/libudev-device-private.c
index 552d5346fe..5949a27cfd 100644
--- a/src/libudev/libudev-device-private.c
+++ b/src/libudev/libudev-device-private.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
Copyright 2015 Tom Gundersen <teg@jklm.no>
***/
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
index b59b713d84..037634847c 100644
--- a/src/libudev/libudev-device.c
+++ b/src/libudev/libudev-device.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
Copyright 2015 Tom Gundersen <teg@jklm.no>
***/
diff --git a/src/libudev/libudev-enumerate.c b/src/libudev/libudev-enumerate.c
index 7faaefb014..941134ec24 100644
--- a/src/libudev/libudev-enumerate.c
+++ b/src/libudev/libudev-enumerate.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
Copyright 2015 Tom Gundersen <teg@jklm.no>
***/
diff --git a/src/libudev/libudev-hwdb.c b/src/libudev/libudev-hwdb.c
index c32aeb5205..1acffb86e9 100644
--- a/src/libudev/libudev-hwdb.c
+++ b/src/libudev/libudev-hwdb.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright Tom Gundersen <teg@jklm.no>
***/
diff --git a/src/libudev/libudev-list.c b/src/libudev/libudev-list.c
index 00e260193b..0484d32652 100644
--- a/src/libudev/libudev-list.c
+++ b/src/libudev/libudev-list.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
***/
diff --git a/src/libudev/libudev-monitor.c b/src/libudev/libudev-monitor.c
index 482baea148..2b0190d24b 100644
--- a/src/libudev/libudev-monitor.c
+++ b/src/libudev/libudev-monitor.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
***/
diff --git a/src/libudev/libudev-private.h b/src/libudev/libudev-private.h
index ad98192188..c68a292a18 100644
--- a/src/libudev/libudev-private.h
+++ b/src/libudev/libudev-private.h
@@ -2,8 +2,6 @@
#pragma once
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
***/
diff --git a/src/libudev/libudev-queue.c b/src/libudev/libudev-queue.c
index f06f2224b8..c2fc197caa 100644
--- a/src/libudev/libudev-queue.c
+++ b/src/libudev/libudev-queue.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
Copyright 2009 Alan Jenkins <alan-jenkins@tuffmail.co.uk>
***/
diff --git a/src/libudev/libudev-util.c b/src/libudev/libudev-util.c
index 9c4e2503ee..f693ae97f2 100644
--- a/src/libudev/libudev-util.c
+++ b/src/libudev/libudev-util.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
***/
diff --git a/src/libudev/libudev.c b/src/libudev/libudev.c
index 2f31e65b52..2a6a6f956e 100644
--- a/src/libudev/libudev.c
+++ b/src/libudev/libudev.c
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2014 Kay Sievers <kay@vrfy.org>
***/
diff --git a/src/libudev/libudev.h b/src/libudev/libudev.h
index 1b787ccec9..6e5886b7be 100644
--- a/src/libudev/libudev.h
+++ b/src/libudev/libudev.h
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
Copyright 2008-2012 Kay Sievers <kay@vrfy.org>
***/
diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym
index 1e8dbfa056..fb2e03e432 100644
--- a/src/libudev/libudev.sym
+++ b/src/libudev/libudev.sym
@@ -1,8 +1,6 @@
/***
SPDX-License-Identifier: LGPL-2.1+
- This file is part of systemd.
-
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or