]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/base/AsyncCallQueue.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / base / AsyncCallQueue.cc
index a058f8db46d044d144af0bc97cffd7ea666af8b7..47ece36821a7c4801d03919877a79a0b7d65d77f 100644 (file)
@@ -1,12 +1,16 @@
-
 /*
- * DEBUG: section 41    Event Processing
+ * 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 41    Event Processing */
+
 #include "squid.h"
-#include "base/AsyncCallQueue.h"
 #include "base/AsyncCall.h"
+#include "base/AsyncCallQueue.h"
 #include "Debug.h"
 
 AsyncCallQueue *AsyncCallQueue::TheInstance = 0;