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