chiark / gitweb /
tree-wide: beautify remaining copyright statements
[elogind.git] / src / test / test-copy.c
index 0d39d41bbacc0b0b4b676c4261c0b65225a5d357..b893c49963738c27571fcd86e0a47b91d307254c 100644 (file)
@@ -1,8 +1,6 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  This file is part of systemd
-
-  Copyright 2014 Ronny Chevalier
+  Copyright © 2014 Ronny Chevalier
 ***/
 
 #include <unistd.h>
@@ -243,6 +241,7 @@ static void test_copy_bytes_regular_file(const char *src, bool try_reflink, uint
 }
 
 int main(int argc, char *argv[]) {
+
 #if 0 /// UNNEEDED by elogind
         test_copy_file();
         test_copy_file_fd();