summaryrefslogtreecommitdiff
path: root/src/vconsole
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-12 19:00:24 +0200
committerLennart Poettering <lennart@poettering.net>2018-06-14 10:20:21 +0200
commit96b2fb93c53c35934d667ccdc914a3841332704b (patch)
tree69d46130ab6739df0ee6e791d9db243069a8c2a5 /src/vconsole
parent0c697941389b7379c4471bc0a067ede02814bc57 (diff)
downloadsystemd-96b2fb93c53c35934d667ccdc914a3841332704b.tar.gz
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 'src/vconsole')
-rw-r--r--src/vconsole/meson.build2
-rw-r--r--src/vconsole/vconsole-setup.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/vconsole/meson.build b/src/vconsole/meson.build
index 51c8f4ccd5..ddcb7f320e 100644
--- a/src/vconsole/meson.build
+++ b/src/vconsole/meson.build
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1+
#
-# Copyright 2017 Zbigniew Jędrzejewski-Szmek
+# Copyright © 2017 Zbigniew Jędrzejewski-Szmek
if conf.get('ENABLE_VCONSOLE') == 1
vconsole_rules = configure_file(
diff --git a/src/vconsole/vconsole-setup.c b/src/vconsole/vconsole-setup.c
index b1f9f78824..cc6c09c4fe 100644
--- a/src/vconsole/vconsole-setup.c
+++ b/src/vconsole/vconsole-setup.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2010 Kay Sievers
- Copyright 2016 Michal Soltys <soltys@ziu.info>
+ Copyright © 2010 Kay Sievers
+ Copyright © 2016 Michal Soltys <soltys@ziu.info>
***/
#include <errno.h>