]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp-internal.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / snmp-internal.h
index 88fc1f112c1f5b176419d9171cc46eeade4e78b5..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
 
@@ -26,8 +33,9 @@
  *
  **********************************************************************/
 
-#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 */
+