]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/CpuAffinity.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / CpuAffinity.cc
index 54f500fa906b623036656adc354d277d039a3533..06c58621a3debbd6fd6c93d7199cd5d541c31ae4 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 "CpuAffinity.h"
@@ -57,3 +63,4 @@ CpuAffinityCheck()
         }
     }
 }
+