summaryrefslogtreecommitdiffstats
path: root/src/partition
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/partition
parenttree-wide: remove Lennart's copyright lines (diff)
downloadsystemd-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 'src/partition')
-rw-r--r--src/partition/growfs.c2
-rw-r--r--src/partition/makefs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/partition/growfs.c b/src/partition/growfs.c
index 6010f7ab23..e1946b72fc 100644
--- a/src/partition/growfs.c
+++ b/src/partition/growfs.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2017 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2017 Zbigniew Jędrzejewski-Szmek
***/
#include <errno.h>
diff --git a/src/partition/makefs.c b/src/partition/makefs.c
index d932b780ac..ae060d47e8 100644
--- a/src/partition/makefs.c
+++ b/src/partition/makefs.c
@@ -1,7 +1,7 @@
/***
SPDX-License-Identifier: LGPL-2.1+
- Copyright 2017 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2017 Zbigniew Jędrzejewski-Szmek
***/
#include <fcntl.h>