diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-12 19:00:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-14 10:20:21 +0200 |
commit | 96b2fb93c53c35934d667ccdc914a3841332704b (patch) | |
tree | 69d46130ab6739df0ee6e791d9db243069a8c2a5 /tools | |
parent | tree-wide: remove Lennart's copyright lines (diff) | |
download | systemd-96b2fb93c53c35934d667ccdc914a3841332704b.tar.gz systemd-96b2fb93c53c35934d667ccdc914a3841332704b.tar.bz2 systemd-96b2fb93c53c35934d667ccdc914a3841332704b.zip |
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-x | tools/catalog-report.py | 2 | ||||
-rw-r--r-- | tools/gdb-sd_dump_hashmaps.py | 2 | ||||
-rwxr-xr-x | tools/make-directive-index.py | 2 | ||||
-rwxr-xr-x | tools/make-man-index.py | 2 | ||||
-rwxr-xr-x | tools/make-man-rules.py | 2 | ||||
-rwxr-xr-x | tools/oss-fuzz.sh | 2 | ||||
-rwxr-xr-x | tools/xml_helper.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/catalog-report.py b/tools/catalog-report.py index c30fe0be6..cdae0f1b5 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 9f6b4c498..6e960d35c 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 3f213ee3b..9b3b96b64 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 21f8f42e7..453c97842 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/oss-fuzz.sh b/tools/oss-fuzz.sh index 7cc7df510..813ca3108 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 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 |