]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/QueryParam.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / mgr / QueryParam.h
index 6196689401c601281922b517b76dc5eb4e70b565..950a188111b348199886e16f8ebd634eac3db098 100644 (file)
@@ -1,13 +1,18 @@
 /*
- * 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
 {
@@ -35,3 +40,4 @@ public:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_QUERY_PARAM_H */
+