]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/StartListening.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / ipc / StartListening.h
index 44055c9948df224d28e5e9ff1df0c4464f811b02..f7b98de97e00b805842eba81163990dfdc8e9101 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * Copyright (C) 1996-2018 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 */
+
 #ifndef SQUID_IPC_START_LISTENING_H
 #define SQUID_IPC_START_LISTENING_H
 
@@ -12,9 +17,7 @@
 #include "ip/forward.h"
 #include "ipc/FdNotes.h"
 
-#if HAVE_IOSFWD
 #include <iosfwd>
-#endif
 
 namespace Ipc
 {
@@ -43,3 +46,4 @@ void StartListening(int sock_type, int proto, const Comm::ConnectionPointer &lis
 } // namespace Ipc;
 
 #endif /* SQUID_IPC_START_LISTENING_H */
+