]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Response.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / ipc / Response.h
index dfd6fe2171953860558670b5f7e8f7d90b1327bb..0e8098b6175dbe689c4b7fdb8344c46f8f60597a 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_RESPONSE_H
 #define SQUID_IPC_RESPONSE_H
 
@@ -20,7 +25,7 @@ public:
 
 public:
     explicit Response(unsigned int aRequestId):
-            requestId(aRequestId) {}
+        requestId(aRequestId) {}
 
     virtual void pack(TypedMsgHdr& msg) const = 0; ///< prepare for sendmsg()
     virtual Pointer clone() const = 0; ///< returns a copy of this
@@ -43,3 +48,4 @@ std::ostream& operator << (std::ostream &os, const Response& response)
 } // namespace Ipc
 
 #endif /* SQUID_IPC_RESPONSE_H */
+