]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Session.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp / Session.h
index 4e92538eed291de517db240fdc95113c04d5d75a..d7be8a5028b8dedbd8bddb1dc013e1d23adb87fc 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_SESSION_H
 #define SQUID_SNMPX_SESSION_H
 
@@ -12,7 +15,6 @@
 #include "snmp.h"
 #include "snmp_session.h"
 
-
 namespace Snmp
 {
 
@@ -37,3 +39,4 @@ private:
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_SESSION_H */
+