]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Pdu.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / snmp / Pdu.h
index aad0e00b934f449eb0fef35e49f2f5409a337f43..f8718afb54611508269518cb41d5a265cdb59cf9 100644 (file)
@@ -1,19 +1,20 @@
 /*
- * $Id$
- *
- * DEBUG: section 49    SNMP Interface
+ * Copyright (C) 1996-2018 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_PDU_H
 #define SQUID_SNMPX_PDU_H
 
-#include "config.h"
+#include "base/Range.h"
 #include "ipc/forward.h"
-#include "Range.h"
 #include "snmp.h"
 
-
 namespace Snmp
 {
 
@@ -37,7 +38,7 @@ public:
     void clearVars(); ///< clear variables list
     Range<const oid*> getSystemOid() const;
     void setSystemOid(const Range<const oid*>& systemOid);
-    void clearSystemOid(); 
+    void clearSystemOid();
 
 private:
     void init(); ///< initialize members
@@ -48,3 +49,4 @@ private:
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_PDU_H */
+