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 /test/test-exec-deserialization.py | |
parent | tree-wide: remove Lennart's copyright lines (diff) | |
download | systemd-96b2fb93c53c35934d667ccdc914a3841332704b.tar.xz 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 'test/test-exec-deserialization.py')
-rwxr-xr-x | test/test-exec-deserialization.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-exec-deserialization.py b/test/test-exec-deserialization.py index 0131112cbe..a11c5ecbf0 100755 --- a/test/test-exec-deserialization.py +++ b/test/test-exec-deserialization.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: LGPL-2.1+ # -# Copyright 2017 Michal Sekletar <msekleta@redhat.com> +# Copyright © 2017 Michal Sekletar <msekleta@redhat.com> # ATTENTION: This uses the *installed* systemd, not the one from the built # source tree. |