summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 17:15:23 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:20 +0200
commit810adae9e9e0b028bd1d210918d0380e15c5595a (patch)
tree26d8267909cb7a22e64f830801786bd5000351f2 /test
parent818bf5463297a72a2861aa3b360b8b4291a3f2a8 (diff)
downloadsystemd-810adae9e9e0b028bd1d210918d0380e15c5595a.tar.gz
tree-wide: use proper unicode © instead of (C) where we can
Let's use a proper unicode copyright symbol where we can, it's prettier. This important patch is very important.
Diffstat (limited to 'test')
-rwxr-xr-xtest/create-sys-script.py2
-rwxr-xr-xtest/networkd-test.py2
-rwxr-xr-xtest/rule-syntax-check.py2
-rwxr-xr-xtest/sys-script.py2
-rwxr-xr-xtest/sysv-generator-test.py2
-rwxr-xr-xtest/udev-test.pl4
6 files changed, 7 insertions, 7 deletions
diff --git a/test/create-sys-script.py b/test/create-sys-script.py
index 33a4d315b8..d03ca2cbf9 100755
--- a/test/create-sys-script.py
+++ b/test/create-sys-script.py
@@ -6,7 +6,7 @@ OUTFILE_HEADER = """#!/usr/bin/env python3
#
# create-sys-script.py
#
-# (C) 2017 Canonical Ltd.
+# © 2017 Canonical Ltd.
# Author: Dan Streetman <dan.streetman@canonical.com>
"""
diff --git a/test/networkd-test.py b/test/networkd-test.py
index a51b3ebde9..387cdb6400 100755
--- a/test/networkd-test.py
+++ b/test/networkd-test.py
@@ -15,7 +15,7 @@
# ATTENTION: This uses the *installed* networkd, not the one from the built
# source tree.
#
-# (C) 2015 Canonical Ltd.
+# © 2015 Canonical Ltd.
# Author: Martin Pitt <martin.pitt@ubuntu.com>
import errno
diff --git a/test/rule-syntax-check.py b/test/rule-syntax-check.py
index 4391a1feda..dfb06d9ed9 100755
--- a/test/rule-syntax-check.py
+++ b/test/rule-syntax-check.py
@@ -3,7 +3,7 @@
#
# Simple udev rules syntax checker
#
-# (C) 2010 Canonical Ltd.
+# © 2010 Canonical Ltd.
# Author: Martin Pitt <martin.pitt@ubuntu.com>
import re
diff --git a/test/sys-script.py b/test/sys-script.py
index de3d1b5d74..a51112603e 100755
--- a/test/sys-script.py
+++ b/test/sys-script.py
@@ -3,7 +3,7 @@
#
# sys-script.py
#
-# (C) 2017 Canonical Ltd.
+# © 2017 Canonical Ltd.
# Author: Dan Streetman <dan.streetman@canonical.com>
import os, sys
diff --git a/test/sysv-generator-test.py b/test/sysv-generator-test.py
index 4358aaef3d..abb3116c97 100755
--- a/test/sysv-generator-test.py
+++ b/test/sysv-generator-test.py
@@ -3,7 +3,7 @@
#
# systemd-sysv-generator integration test
#
-# (C) 2015 Canonical Ltd.
+# © 2015 Canonical Ltd.
# Author: Martin Pitt <martin.pitt@ubuntu.com>
import collections
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 9e7cc94638..df17c92b80 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -14,8 +14,8 @@
# After creation and removal the result is checked against the
# expected value and the result is printed.
#
-# Copyright (C) 2004-2012 Kay Sievers <kay@vrfy.org>
-# Copyright (C) 2004 Leann Ogasawara <ogasawara@osdl.org>
+# Copyright © 2004-2012 Kay Sievers <kay@vrfy.org>
+# Copyright © 2004 Leann Ogasawara <ogasawara@osdl.org>
use warnings;
use strict;