]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - tools/purge/signal.cc
SourceFormat Enforcement
[thirdparty/squid.git] / tools / purge / signal.cc
index 4672d9265d0aa57b4a6013251dd4ff5f64634331..36c182c1ff1b590faf7ea6930a8d7fa250d8a9e6 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2017 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.
+ */
+
 // Author:   Jens-S. V?ckler <voeckler@rvs.uni-hannover.de>
 // File:     signal.cc
 // Date:     Sat Feb 28 1998
@@ -40,7 +48,7 @@
 // Revision 1.1  1998/08/13 21:51:58  voeckler
 // Initial revision
 //
-//
+
 #include "squid.h"
 #include "signal.hh"
 
@@ -125,3 +133,4 @@ sigChild( int signo )
     return 0;
 #endif
 }
+