]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Kids.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Kids.cc
index ffb773a8c9733ed4b32ffce2d18e77b52c425598..7cb5704ea5511ad132572d822bb221d5224c5330 100644 (file)
@@ -1,7 +1,13 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * 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.
  */
 
+/* DEBUG: section 54    Interprocess Communication */
+
 #include "squid.h"
 #include "base/TextException.h"
 #include "globals.h"
@@ -121,3 +127,4 @@ size_t Kids::count() const
 {
     return storage.size();
 }
+