summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 19:00:24 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:21 +0200
commit96b2fb93c53c35934d667ccdc914a3841332704b (patch)
tree69d46130ab6739df0ee6e791d9db243069a8c2a5 /tools
parent0c697941389b7379c4471bc0a067ede02814bc57 (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/catalog-report.py2
-rw-r--r--tools/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/oss-fuzz.sh2
-rwxr-xr-xtools/xml_helper.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/catalog-report.py b/tools/catalog-report.py
index c30fe0be69..cdae0f1b5a 100755
--- a/tools/catalog-report.py
+++ b/tools/catalog-report.py
@@ -4,7 +4,7 @@
#
# This file is distributed under the MIT license, see below.
#
-# Copyright 2016 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2016 Zbigniew Jędrzejewski-Szmek
#
# The MIT License (MIT)
#
diff --git a/tools/gdb-sd_dump_hashmaps.py b/tools/gdb-sd_dump_hashmaps.py
index 9f6b4c4982..6e960d35c4 100644
--- 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 3f213ee3b7..9b3b96b644 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 21f8f42e7e..453c97842b 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 a9027d128a..6f6347fe5e 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/oss-fuzz.sh b/tools/oss-fuzz.sh
index 7cc7df5106..813ca3108c 100755
--- a/tools/oss-fuzz.sh
+++ b/tools/oss-fuzz.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2017 Jonathan Rudenberg
+# Copyright © 2017 Jonathan Rudenberg
set -ex
diff --git a/tools/xml_helper.py b/tools/xml_helper.py
index 199c54ea25..5b5fd0a5d0 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