chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / test / test-signal-util.c
index 9680a53464d80a3d906415644903518ee2854f17..d78d368c0bba5b9525debae297bfee2d18065490 100644 (file)
@@ -1,7 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  Copyright 2016 Lennart Poettering
-***/
 
 #include <signal.h>
 #include <unistd.h>
@@ -18,6 +15,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)