]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/psignal.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / psignal.h
index 087df25c9740cd462079f1fcfc2f7d311f3bb2ab..44d284490990ede57c5f97664631d8659d092bda 100644 (file)
@@ -1,8 +1,14 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef __SQUID_PSIGNAL_H
 #define __SQUID_PSIGNAL_H
 
-#include "config.h"
-
 #if HAVE_SIGNAL_H
 #include <signal.h>
 #endif
@@ -10,3 +16,4 @@
 extern void psignal(int sig, const char* msg);
 
 #endif /* __SQUID_PSIGNAL_H */
+