]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/forward.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / snmp / forward.h
index 5f023162a966c1368b3fd9b20df735b074dbd5fe..502eef9e3464ef5a24ff716a091d4a7dadd4623c 100644 (file)
@@ -1,15 +1,16 @@
 /*
- * $Id$
- *
- * DEBUG: section 49    SNMP Interface
+ * Copyright (C) 1996-2023 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 49    SNMP Interface */
+
 #ifndef SQUID_SNMPX_FORWARD_H
 #define SQUID_SNMPX_FORWARD_H
 
-#include "config.h"
-
 namespace Snmp
 {
 
@@ -22,3 +23,4 @@ class Var;
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_FORWARD_H */
+