aboutsummaryrefslogtreecommitdiff
path: root/lib/isc/inet_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isc/inet_ntop.c')
-rw-r--r--lib/isc/inet_ntop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/isc/inet_ntop.c b/lib/isc/inet_ntop.c
index 6dadd736e953..4877eef93d58 100644
--- a/lib/isc/inet_ntop.c
+++ b/lib/isc/inet_ntop.c
@@ -1,8 +1,8 @@
/*
- * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
- * Copyright (C) 1996-2001 Internet Software Consortium.
+ * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1996-2001, 2003 Internet Software Consortium.
*
- * Permission to use, copy, modify, and distribute this software for any
+ * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
@@ -17,7 +17,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char rcsid[] =
- "$Id: inet_ntop.c,v 1.12.12.4 2004/08/28 06:25:21 marka Exp $";
+ "$Id: inet_ntop.c,v 1.12.12.7 2007/08/28 07:19:15 tbox Exp $";
#endif /* LIBC_SCCS and not lint */
#include <config.h>