summaryrefslogtreecommitdiffstats
path: root/src/partition
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-14 11:26:50 +0200
committerGitHub <noreply@github.com>2018-06-14 11:26:50 +0200
commitb0450864f1723ad12176d7956377d89ff4a84d8c (patch)
tree66a890f2cb2515c3270bfdb51668d55ba096eab6 /src/partition
parentMerge pull request #9199 from poettering/copy-file-atomic (diff)
parenttree-wide: beautify remaining copyright statements (diff)
downloadsystemd-b0450864f1723ad12176d7956377d89ff4a84d8c.tar.xz
systemd-b0450864f1723ad12176d7956377d89ff4a84d8c.zip
Merge pull request #9274 from poettering/comment-header-cleanup
drop "this file is part of systemd" and lennart's copyright from header
Diffstat (limited to 'src/partition')
-rw-r--r--src/partition/growfs.c4
-rw-r--r--src/partition/makefs.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/src/partition/growfs.c b/src/partition/growfs.c
index 78ae978cc2..e1946b72fc 100644
--- a/src/partition/growfs.c
+++ b/src/partition/growfs.c
@@ -1,8 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- This file is part of systemd.
-
- 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 aaee6e8d6e..ae060d47e8 100644
--- a/src/partition/makefs.c
+++ b/src/partition/makefs.c
@@ -1,9 +1,7 @@
/***
SPDX-License-Identifier: LGPL-2.1+
- This file is part of systemd.
-
- Copyright 2017 Zbigniew Jędrzejewski-Szmek
+ Copyright © 2017 Zbigniew Jędrzejewski-Szmek
***/
#include <fcntl.h>