summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 17:04:27 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commitdd656b3679e4b5a7ec3534bf8786b022327e080d (patch)
tree6b9e903037c207344610befd40dd4cee2f8abe9a /src/systemd
parent3f87ae2530d8bb022f54526c3a568165a34acf05 (diff)
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/systemd')
-rw-r--r--src/systemd/_sd-common.h2
-rw-r--r--src/systemd/sd-bus-protocol.h2
-rw-r--r--src/systemd/sd-bus-vtable.h2
-rw-r--r--src/systemd/sd-bus.h2
-rw-r--r--src/systemd/sd-daemon.h2
-rw-r--r--src/systemd/sd-event.h2
-rw-r--r--src/systemd/sd-id128.h2
-rw-r--r--src/systemd/sd-login.h2
-rw-r--r--src/systemd/sd-messages.h2
9 files changed, 0 insertions, 18 deletions
diff --git a/src/systemd/_sd-common.h b/src/systemd/_sd-common.h
index b4400e7b3..4eceb791e 100644
--- a/src/systemd/_sd-common.h
+++ b/src/systemd/_sd-common.h
@@ -3,8 +3,6 @@
#define foosdcommonhfoo
/***
- This file is part of systemd.
-
Copyright 2013 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-bus-protocol.h b/src/systemd/sd-bus-protocol.h
index 63e3702fb..9cae64c6e 100644
--- a/src/systemd/sd-bus-protocol.h
+++ b/src/systemd/sd-bus-protocol.h
@@ -3,8 +3,6 @@
#define foosdbusprotocolhfoo
/***
- This file is part of systemd.
-
Copyright 2013 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-bus-vtable.h b/src/systemd/sd-bus-vtable.h
index 425e38e2e..ac2cea0a6 100644
--- a/src/systemd/sd-bus-vtable.h
+++ b/src/systemd/sd-bus-vtable.h
@@ -3,8 +3,6 @@
#define foosdbusvtablehfoo
/***
- This file is part of systemd.
-
Copyright 2013 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h
index 2c5756fe7..9dd8cf4c6 100644
--- a/src/systemd/sd-bus.h
+++ b/src/systemd/sd-bus.h
@@ -3,8 +3,6 @@
#define foosdbushfoo
/***
- This file is part of systemd.
-
Copyright 2013 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h
index 7d4cbf70d..2bb9e7849 100644
--- a/src/systemd/sd-daemon.h
+++ b/src/systemd/sd-daemon.h
@@ -3,8 +3,6 @@
#define foosddaemonhfoo
/***
- This file is part of systemd.
-
Copyright 2013 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-event.h b/src/systemd/sd-event.h
index e6bea9d40..a6f134d99 100644
--- a/src/systemd/sd-event.h
+++ b/src/systemd/sd-event.h
@@ -3,8 +3,6 @@
#define foosdeventhfoo
/***
- This file is part of systemd.
-
Copyright 2013 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-id128.h b/src/systemd/sd-id128.h
index 67fc59566..2da9c7ae1 100644
--- a/src/systemd/sd-id128.h
+++ b/src/systemd/sd-id128.h
@@ -3,8 +3,6 @@
#define foosdid128hfoo
/***
- This file is part of systemd.
-
Copyright 2011 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-login.h b/src/systemd/sd-login.h
index d8e2c6822..b4f064d2d 100644
--- a/src/systemd/sd-login.h
+++ b/src/systemd/sd-login.h
@@ -3,8 +3,6 @@
#define foosdloginhfoo
/***
- This file is part of systemd.
-
Copyright 2011 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it
diff --git a/src/systemd/sd-messages.h b/src/systemd/sd-messages.h
index 5a3f78bdb..d090c1e54 100644
--- a/src/systemd/sd-messages.h
+++ b/src/systemd/sd-messages.h
@@ -3,8 +3,6 @@
#define foosdmessageshfoo
/***
- This file is part of systemd.
-
Copyright 2012 Lennart Poettering
systemd is free software; you can redistribute it and/or modify it