aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-10 03:17:33 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-10 03:17:33 +0900
commitd8a0bcfd77832357f7db43e072a7ff783dffd369 (patch)
tree39026b2248893d1ba624d397d8a67919a77e2e25 /tools
parenttools: add one more SPDX license header (diff)
downloadsystemd-d8a0bcfd77832357f7db43e072a7ff783dffd369.tar.gz
systemd-d8a0bcfd77832357f7db43e072a7ff783dffd369.tar.bz2
systemd-d8a0bcfd77832357f7db43e072a7ff783dffd369.zip
tree-wide: drop header for emacs from python scripts
Diffstat (limited to 'tools')
-rwxr-xr-xtools/catalog-report.py1
-rw-r--r--tools/gdb-sd_dump_hashmaps.py1
-rwxr-xr-xtools/make-directive-index.py1
-rwxr-xr-xtools/make-man-index.py1
-rwxr-xr-xtools/make-man-rules.py3
-rwxr-xr-xtools/xml_helper.py3
6 files changed, 2 insertions, 8 deletions
diff --git a/tools/catalog-report.py b/tools/catalog-report.py
index b65869d02..ca1e13df9 100755
--- a/tools/catalog-report.py
+++ b/tools/catalog-report.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: MIT
#
# This file is distributed under the MIT license, see below.
diff --git a/tools/gdb-sd_dump_hashmaps.py b/tools/gdb-sd_dump_hashmaps.py
index 0701d139e..4e8593f32 100644
--- a/tools/gdb-sd_dump_hashmaps.py
+++ b/tools/gdb-sd_dump_hashmaps.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
from __future__ import print_function
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py
index 8b85ef40f..8703c8a37 100755
--- a/tools/make-directive-index.py
+++ b/tools/make-directive-index.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
import sys
diff --git a/tools/make-man-index.py b/tools/make-man-index.py
index 7ed98cb4e..66027af02 100755
--- a/tools/make-man-index.py
+++ b/tools/make-man-index.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
import collections
diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py
index 42a48bc98..c4551c6f6 100755
--- a/tools/make-man-rules.py
+++ b/tools/make-man-rules.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python3
-# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1+
from __future__ import print_function
import collections
diff --git a/tools/xml_helper.py b/tools/xml_helper.py
index 19e343b4e..f399e7493 100755
--- a/tools/xml_helper.py
+++ b/tools/xml_helper.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python3
-# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
-# SPDX-License-Identifier: LGPL-2.1+
+# SPDX-License-Identifier: LGPL-2.1+
from lxml import etree as tree