chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / test / test-signal-util.c
index dd755d84f3bf939f5fe8044548b5d7553751ab2e..d78d368c0bba5b9525debae297bfee2d18065490 100644 (file)
@@ -1,9 +1,4 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  This file is part of systemd.
-
-  Copyright 2016 Lennart Poettering
-***/
 
 #include <signal.h>
 #include <unistd.h>
@@ -14,6 +9,14 @@
 /// Additional includes needed by elogind
 //#include "stdio-util.h"
 //#include "string-util.h"
+//#include "stdio-util.h"
+//#include "string-util.h"
+//#include "stdio-util.h"
+//#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)