Skip to content

Commit d8a0bcf

Browse files
committed
tree-wide: drop header for emacs from python scripts
1 parent 87421ff commit d8a0bcf

File tree

8 files changed

+8
-15
lines changed

8 files changed

+8
-15
lines changed

hwdb/parse_hwdb.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python3
2-
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
3-
# SPDX-License-Identifier: MIT
2+
# SPDX-License-Identifier: MIT
43
#
54
# This file is distributed under the MIT license, see below.
65
#

src/test/test-systemd-tmpfiles.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python3
2-
# SPDX-License-Identifier: LGPL-2.1+
2+
# SPDX-License-Identifier: LGPL-2.1+
33
#
4-
# systemd is free software; you can redistribute it and/or modify it
5-
# under the terms of the GNU Lesser General Public License as published by
6-
# the Free Software Foundation; either version 2.1 of the License, or
7-
# (at your option) any later version.
4+
# systemd is free software; you can redistribute it and/or modify it
5+
# under the terms of the GNU Lesser General Public License as published by
6+
# the Free Software Foundation; either version 2.1 of the License, or
7+
# (at your option) any later version.
88

99
import os
1010
import sys

tools/catalog-report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
32
# SPDX-License-Identifier: MIT
43
#
54
# This file is distributed under the MIT license, see below.

tools/gdb-sd_dump_hashmaps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
32
# SPDX-License-Identifier: LGPL-2.1+
43

54
from __future__ import print_function

tools/make-directive-index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
32
# SPDX-License-Identifier: LGPL-2.1+
43

54
import sys

tools/make-man-index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python3
2-
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
32
# SPDX-License-Identifier: LGPL-2.1+
43

54
import collections

tools/make-man-rules.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python3
2-
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
3-
# SPDX-License-Identifier: LGPL-2.1+
2+
# SPDX-License-Identifier: LGPL-2.1+
43

54
from __future__ import print_function
65
import collections

tools/xml_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python3
2-
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
3-
# SPDX-License-Identifier: LGPL-2.1+
2+
# SPDX-License-Identifier: LGPL-2.1+
43

54
from lxml import etree as tree
65

0 commit comments

Comments
 (0)