chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / test / test-signal-util.c
index 2e89701f1c64dc8b3641e3cdf2ccd12e9c331fa5..9680a53464d80a3d906415644903518ee2854f17 100644 (file)
@@ -1,7 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  This file is part of systemd.
-
   Copyright 2016 Lennart Poettering
 ***/
 
@@ -18,6 +16,8 @@
 //#include "string-util.h"
 //#include "stdio-util.h"
 //#include "string-util.h"
+//#include "stdio-util.h"
+//#include "string-util.h"
 #include "process-util.h"
 
 #define info(sig) log_info(#sig " = " STRINGIFY(sig) " = %d", sig)