]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/snmplib/coexistance.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / snmplib / coexistance.c
index dd8e209b60baab55096e7ef010c81884a08a6f26..ee77c5e47534690ee37c348156ad2449cb09d3ea 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ */
+
 /*
  * RFC 1908: Coexistence between SNMPv1 and SNMPv2
  */
@@ -29,8 +37,6 @@
 
 #include "squid.h"
 
-#include <stdio.h>
-
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
@@ -126,3 +132,4 @@ snmp_coexist_V2toV1(struct snmp_pdu *PDU)
         return (0);
     }
 }
+