]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/Response.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / mgr / Response.h
index 38f5f08e7ee2349fde084280946cf081dd915178..21a11b516ee0e4e86b5608529131ffbecf144baa 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 16    Cache Manager API
+ * 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 16    Cache Manager API */
+
 #ifndef SQUID_MGR_RESPONSE_H
 #define SQUID_MGR_RESPONSE_H
 
@@ -12,7 +15,6 @@
 #include "ipc/Response.h"
 #include "mgr/Action.h"
 
-
 namespace Mgr
 {
 
@@ -42,3 +44,4 @@ public:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_RESPONSE_H */
+