]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/Request.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / mgr / Request.h
index 45431d3249c99137ef2c4f554818c2c354ec0517..305cf398b05cc6db170d6e617f5b3e461a43f18b 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 16    Cache Manager API
+ * 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 16    Cache Manager API */
+
 #ifndef SQUID_MGR_REQUEST_H
 #define SQUID_MGR_REQUEST_H
 
@@ -12,7 +15,6 @@
 #include "ipc/Request.h"
 #include "mgr/ActionParams.h"
 
-
 namespace Mgr
 {
 
@@ -37,7 +39,7 @@ public:
     ActionParams params; ///< action name and parameters
 };
 
-
 } // namespace Mgr
 
 #endif /* SQUID_MGR_REQUEST_H */
+