summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 426ea0d891..c30fe0be69 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 6ec3a0fd98..9f6b4c4982 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 464de31223..3f213ee3b7 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 f7bf9de35b..5fc42d82e3 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 99d737c655..a9027d128a 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 dddccc5a8b..199c54ea25 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