From 96b2fb93c53c35934d667ccdc914a3841332704b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Jun 2018 19:00:24 +0200 Subject: tree-wide: beautify remaining copyright statements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- tools/catalog-report.py | 2 +- tools/gdb-sd_dump_hashmaps.py | 2 +- tools/make-directive-index.py | 2 +- tools/make-man-index.py | 2 +- tools/make-man-rules.py | 2 +- tools/oss-fuzz.sh | 2 +- tools/xml_helper.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tools') 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 -- cgit v1.2.3-65-gdbad