]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Response.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / snmp / Response.h
index 67941f7d853b5fe5e65b059cd2ecfc3aea69e392..203889e373341aac545db8a9534ed43a2ea7c569 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 */
+
 #ifndef SQUID_SNMPX_RESPONSE_H
 #define SQUID_SNMPX_RESPONSE_H
 
@@ -36,3 +41,4 @@ std::ostream& operator << (std::ostream& os, const Response& response);
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_RESPONSE_H */
+