]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Request.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp / Request.h
index f515b0b2aba7aff912c3dfd8513b08b878d09a8d..cc45e88895450ee411ed70cca32c8f1e9641a157 100644 (file)
@@ -1,10 +1,13 @@
 /*
- * $Id$
- *
- * DEBUG: section 49    SNMP Interface
+ * Copyright (C) 1996-2017 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_REQUEST_H
 #define SQUID_SNMPX_REQUEST_H
 
@@ -14,7 +17,6 @@
 #include "snmp/Pdu.h"
 #include "snmp/Session.h"
 
-
 namespace Snmp
 {
 
@@ -40,7 +42,7 @@ public:
     Ip::Address address; ///< client address
 };
 
-
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_REQUEST_H */
+