]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/snmplib/coexistance.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / snmplib / coexistance.c
index 9fab1a7a7378cca8aaae8d47933785ee8d49e4ae..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
  */
@@ -124,3 +132,4 @@ snmp_coexist_V2toV1(struct snmp_pdu *PDU)
         return (0);
     }
 }
+