From d8a0bcfd77832357f7db43e072a7ff783dffd369 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 10 Dec 2018 03:17:33 +0900 Subject: [PATCH] tree-wide: drop header for emacs from python scripts --- hwdb/parse_hwdb.py | 3 +-- src/test/test-systemd-tmpfiles.py | 10 +++++----- tools/catalog-report.py | 1 - tools/gdb-sd_dump_hashmaps.py | 1 - tools/make-directive-index.py | 1 - tools/make-man-index.py | 1 - tools/make-man-rules.py | 3 +-- tools/xml_helper.py | 3 +-- 8 files changed, 8 insertions(+), 15 deletions(-) diff --git a/hwdb/parse_hwdb.py b/hwdb/parse_hwdb.py index 89efc28..d84fba2 100755 --- a/hwdb/parse_hwdb.py +++ b/hwdb/parse_hwdb.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 -# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ -# SPDX-License-Identifier: MIT +# SPDX-License-Identifier: MIT # # This file is distributed under the MIT license, see below. # diff --git a/src/test/test-systemd-tmpfiles.py b/src/test/test-systemd-tmpfiles.py index 28dadd0..83a66e8 100755 --- a/src/test/test-systemd-tmpfiles.py +++ b/src/test/test-systemd-tmpfiles.py @@ -1,10 +1,10 @@ #!/usr/bin/env python3 -# SPDX-License-Identifier: LGPL-2.1+ +# SPDX-License-Identifier: LGPL-2.1+ # -# 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 -# (at your option) any later version. +# 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 +# (at your option) any later version. import os import sys diff --git a/tools/catalog-report.py b/tools/catalog-report.py index b65869d..ca1e13d 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 0701d13..4e8593f 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 8b85ef4..8703c8a 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 7ed98cb..66027af 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 42a48bc..c4551c6 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 19e343b..f399e74 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 -- 2.7.4