]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp-internal.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / snmp-internal.h
index f598dddbccca716a2e6fa401c33539ab4d0e97e0..25e62da5be9be095f6b109833bebd3a9511dd062 100644 (file)
@@ -1,4 +1,11 @@
-/* -*- c++ -*- */
+/*
+ * Copyright (C) 1996-2015 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.
+ */
+
 #ifndef SQUID_SNMP_INTERNAL_H
 #define SQUID_SNMP_INTERNAL_H
 
  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  * SOFTWARE.
  *
- * $Id$
- *
  **********************************************************************/
 
-#define SNMP_PORT          161
-#define SNMP_TRAP_PORT     162
-#define SNMP_MAX_LEN       484
+#define SNMP_PORT       161
+#define SNMP_TRAP_PORT      162
+#define SNMP_MAX_LEN        484
 
 #endif /* SQUID_SNMP_INTERNAL_H */
+