chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / test / test-copy.c
index 0d39d41bbacc0b0b4b676c4261c0b65225a5d357..94d3485db0e0efb0ae964a4624ae80ec1998750c 100644 (file)
@@ -1,7 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  This file is part of systemd
-
   Copyright 2014 Ronny Chevalier
 ***/
 
@@ -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();