]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Var.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp / Var.cc
index 9acccbafbf92be3ac27aeb924b17c0dbff3ea9a9..8292f6a05fac2f98443604130905300d86e902e0 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * 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 */
+
 #include "squid.h"
 #include "base/TextException.h"
 #include "Debug.h"
@@ -354,3 +359,4 @@ Snmp::Var::unpack(const Ipc::TypedMsgHdr& msg)
         msg.getFixed(val.string, val_len);
     }
 }
+