]> 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 a2546bf9daf89391e1883557b574450753c27cdf..f8718afb54611508269518cb41d5a265cdb59cf9 100644 (file)
@@ -1,13 +1,18 @@
 /*
- * 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 "base/Range.h"
 #include "ipc/forward.h"
-#include "Range.h"
 #include "snmp.h"
 
 namespace Snmp
@@ -44,3 +49,4 @@ private:
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_PDU_H */
+