summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 19:00:24 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit002c7228dfa839a68591964563e5ef4ded4230a5 (patch)
treedd4dd5cfcf5e112c5d25e688fe6f7cd28af1c4ca /tools
parent3af26cec424c7108d1065754f5583827b9f9c3c5 (diff)
tree-wide: beautify remaining copyright statements
Let's unify an beautify our remaining copyright statements, with a unicode ©. This means our copyright statements are now always formatted the same way. Yay.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/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
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/gdb-sd_dump_hashmaps.py b/tools/gdb-sd_dump_hashmaps.py
index 51af32f72..82c21793e 100755
--- a/tools/gdb-sd_dump_hashmaps.py
+++ b/tools/gdb-sd_dump_hashmaps.py
@@ -2,7 +2,7 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2014 Michal Schmidt
+# Copyright © 2014 Michal Schmidt
import gdb
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py
index acd80ea53..847726549 100755
--- a/tools/make-directive-index.py
+++ b/tools/make-directive-index.py
@@ -2,7 +2,7 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2012-2013 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2012-2013 Zbigniew Jędrzejewski-Szmek
import sys
import collections
diff --git a/tools/make-man-index.py b/tools/make-man-index.py
index e0c0319d0..d17c29332 100755
--- a/tools/make-man-index.py
+++ b/tools/make-man-index.py
@@ -2,7 +2,7 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2013 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2013 Zbigniew Jędrzejewski-Szmek
import collections
import sys
diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py
index a9027d128..6f6347fe5 100755
--- a/tools/make-man-rules.py
+++ b/tools/make-man-rules.py
@@ -2,7 +2,7 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2013, 2017 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2013, 2017 Zbigniew Jędrzejewski-Szmek
from __future__ import print_function
import collections
diff --git a/tools/xml_helper.py b/tools/xml_helper.py
index 199c54ea2..5b5fd0a5d 100755
--- a/tools/xml_helper.py
+++ b/tools/xml_helper.py
@@ -2,7 +2,7 @@
# -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2012-2013 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2012-2013 Zbigniew Jędrzejewski-Szmek
from lxml import etree as tree