summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 19:00:24 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit002c7228dfa839a68591964563e5ef4ded4230a5 (patch)
treedd4dd5cfcf5e112c5d25e688fe6f7cd28af1c4ca /shell-completion
parent3af26cec424c7108d1065754f5583827b9f9c3c5 (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 'shell-completion')
-rw-r--r--shell-completion/bash/loginctl2
-rw-r--r--shell-completion/bash/meson.build2
-rw-r--r--shell-completion/bash/portablectl2
-rw-r--r--shell-completion/bash/resolvectl2
-rw-r--r--shell-completion/zsh/meson.build2
5 files changed, 5 insertions, 5 deletions
diff --git a/shell-completion/bash/loginctl b/shell-completion/bash/loginctl
index f78139b26..1f5b46620 100644
--- a/shell-completion/bash/loginctl
+++ b/shell-completion/bash/loginctl
@@ -3,7 +3,7 @@
#
# This file is part of systemd.
#
-# Copyright 2010 Ran Benita
+# Copyright © 2010 Ran Benita
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build
index 460a83151..10340eeb5 100644
--- a/shell-completion/bash/meson.build
+++ b/shell-completion/bash/meson.build
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2017 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
bashcompletiondir = get_option('bashcompletiondir')
if bashcompletiondir == ''
diff --git a/shell-completion/bash/portablectl b/shell-completion/bash/portablectl
index 4a72dd7d5..afcaadf7d 100644
--- a/shell-completion/bash/portablectl
+++ b/shell-completion/bash/portablectl
@@ -3,7 +3,7 @@
#
# This file is part of elogind.
#
-# Copyright 2018 Yu Watanabe
+# Copyright © 2018 Yu Watanabe
#
# elogind is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
diff --git a/shell-completion/bash/resolvectl b/shell-completion/bash/resolvectl
index 97e83d2bd..bec8b759e 100644
--- a/shell-completion/bash/resolvectl
+++ b/shell-completion/bash/resolvectl
@@ -3,7 +3,7 @@
#
# This file is part of elogind.
#
-# Copyright 2018 Yu Watanabe
+# Copyright © 2018 Yu Watanabe
#
# elogind is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build
index dd5de71d5..783eceb59 100644
--- a/shell-completion/zsh/meson.build
+++ b/shell-completion/zsh/meson.build
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2017 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
zshcompletiondir = get_option('zshcompletiondir')
if zshcompletiondir == ''