]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp-internal.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / snmp-internal.h
index 954fe9198116be3e7f3517573ec4582c0c3d67a6..25e62da5be9be095f6b109833bebd3a9511dd062 100644 (file)
@@ -1,13 +1,20 @@
-/* -*- c++ -*- */
-#ifndef _SNMP_INTERNAL_H_
-#define _SNMP_INTERNAL_H_
+/*
+ * 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
 
 /**********************************************************************
  *
  *           Copyright 1997 by Carnegie Mellon University
- * 
+ *
  *                       All Rights Reserved
- * 
+ *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose and without fee is hereby granted,
  * provided that the above copyright notice appear in all copies and that
@@ -15,7 +22,7 @@
  * supporting documentation, and that the name of CMU not be
  * used in advertising or publicity pertaining to distribution of the
  * software without specific, written prior permission.
- * 
+ *
  * CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  * ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  * CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  * SOFTWARE.
- * 
- * $Id: snmp-internal.h,v 1.2 2001/05/19 17:56:41 hno Exp $
- * 
+ *
  **********************************************************************/
 
-#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 */
 
-#endif /* _SNMP_INTERNAL_H_ */