]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: drop header for emacs from python scripts 11093/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 9 Dec 2018 18:17:33 +0000 (03:17 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 9 Dec 2018 18:17:33 +0000 (03:17 +0900)
hwdb/parse_hwdb.py
src/test/test-systemd-tmpfiles.py
tools/catalog-report.py
tools/gdb-sd_dump_hashmaps.py
tools/make-directive-index.py
tools/make-man-index.py
tools/make-man-rules.py
tools/xml_helper.py

index 89efc28925c6ca25d6afdd6110558b17cb3b10a6..d84fba2221ade7a8ac3049a16a9224636ed18dca 100755 (executable)
@@ -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.
 #
index 28dadd0c5b4219651a1d0ad7e8a11ac689f34d74..83a66e8772382cfb05da9e5b4a91e272d5ed392d 100755 (executable)
@@ -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
index b65869d02b6cd1d0b14dffe70828e270b9047aee..ca1e13df9a9894540a08e0f1e27ac7e74d09eeaa 100755 (executable)
@@ -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.
index 0701d139e27ce2b645622b0adab514f951b26920..4e8593f320099b96c568baee3eff57ad762f0e77 100644 (file)
@@ -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
index 8b85ef40f3ec2987e7ec99257a0e8ce8d038560a..8703c8a37bd073f6938f706bb36f8f12b4261749 100755 (executable)
@@ -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
index 7ed98cb4e006bf84caa0ad424bbba50b16853b2f..66027af02e526ad4e1a45fd4097fbbb8a7c7867d 100755 (executable)
@@ -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
index 42a48bc98ccaeab367d377dd1f83e11a1fd9801b..c4551c6f61d000fff9dce3c7be0fa162c57fee97 100755 (executable)
@@ -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
index 19e343b4e3a36b20e5f27f41155c332a34817eae..f399e7493ca2461647a3ccf2f76002376dd5d8ab 100755 (executable)
@@ -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