aboutsummaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentlocale-util: on overlayfs FTW_MOUNT causes nftw(3) to not list *any* files (diff)
downloadsystemd-818bf5463297a72a2861aa3b360b8b4291a3f2a8.tar.gz
systemd-818bf5463297a72a2861aa3b360b8b4291a3f2a8.tar.bz2
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 'tools')
-rwxr-xr-xtools/catalog-report.py3
-rw-r--r--tools/gdb-sd_dump_hashmaps.py2
-rwxr-xr-xtools/make-directive-index.py2
-rwxr-xr-xtools/make-man-index.py2
-rwxr-xr-xtools/make-man-rules.py2
-rwxr-xr-xtools/xml_helper.py2
6 files changed, 1 insertions, 12 deletions
diff --git a/tools/catalog-report.py b/tools/catalog-report.py
index 426ea0d89..c30fe0be6 100755
--- a/tools/catalog-report.py
+++ b/tools/catalog-report.py
@@ -2,8 +2,7 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: MIT
#
-# This file is part of systemd. It is distrubuted under the MIT license, see
-# below.
+# This file is distributed under the MIT license, see below.
#
# Copyright 2016 Zbigniew Jędrzejewski-Szmek
#
diff --git a/tools/gdb-sd_dump_hashmaps.py b/tools/gdb-sd_dump_hashmaps.py
index 6ec3a0fd9..9f6b4c498 100644
--- a/tools/gdb-sd_dump_hashmaps.py
+++ b/tools/gdb-sd_dump_hashmaps.py
@@ -2,8 +2,6 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# This file is part of systemd.
-#
# Copyright 2014 Michal Schmidt
import gdb
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py
index 464de3122..3f213ee3b 100755
--- a/tools/make-directive-index.py
+++ b/tools/make-directive-index.py
@@ -2,8 +2,6 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# This file is part of systemd.
-#
# Copyright 2012-2013 Zbigniew Jędrzejewski-Szmek
import sys
diff --git a/tools/make-man-index.py b/tools/make-man-index.py
index f7bf9de35..5fc42d82e 100755
--- a/tools/make-man-index.py
+++ b/tools/make-man-index.py
@@ -2,8 +2,6 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# This file is part of systemd.
-#
# Copyright 2012 Lennart Poettering
# Copyright 2013 Zbigniew Jędrzejewski-Szmek
diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py
index 99d737c65..a9027d128 100755
--- a/tools/make-man-rules.py
+++ b/tools/make-man-rules.py
@@ -2,8 +2,6 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# This file is part of systemd.
-#
# Copyright 2013, 2017 Zbigniew Jędrzejewski-Szmek
from __future__ import print_function
diff --git a/tools/xml_helper.py b/tools/xml_helper.py
index dddccc5a8..199c54ea2 100755
--- a/tools/xml_helper.py
+++ b/tools/xml_helper.py
@@ -2,8 +2,6 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# This file is part of systemd.
-#
# Copyright 2012-2013 Zbigniew Jędrzejewski-Szmek
from lxml import etree as tree