]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/QueryParam.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / mgr / QueryParam.h
index 5fc3a84d4caa61d6da397d0cf7a3fbd9b393a212..950a188111b348199886e16f8ebd634eac3db098 100644 (file)
@@ -1,16 +1,18 @@
 /*
- * $Id$
- *
- * DEBUG: section 16    Cache Manager API
+ * Copyright (C) 1996-2020 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_QUERY_PARAM_H
 #define SQUID_MGR_QUERY_PARAM_H
 
+#include "base/RefCount.h"
 #include "ipc/forward.h"
-#include "RefCount.h"
-
 
 namespace Mgr
 {
@@ -38,3 +40,4 @@ public:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_QUERY_PARAM_H */
+