]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/FunAction.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / mgr / FunAction.h
index d3fe89784ed983a69a785c2b1c9aea247d32eb83..3f0bc38990d0d4d8f5776cee17891e63602d0ba9 100644 (file)
@@ -1,17 +1,19 @@
 /*
- * $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_FUN_ACTION_H
 #define SQUID_MGR_FUN_ACTION_H
 
 #include "mgr/Action.h"
 #include "mgr/ActionCreator.h"
 
-
 namespace Mgr
 {
 
@@ -38,7 +40,6 @@ private:
     OBJH *handler; ///< legacy function that collects and dumps info
 };
 
-
 /// creates FunAction using ActionCreator API
 class FunActionCreator: public ActionCreator
 {
@@ -57,3 +58,4 @@ private:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_FUN_ACTION_H */
+