]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Sat, 18 Jul 2009 23:46:03 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Sat, 18 Jul 2009 23:46:03 +0000 (23:46 +0000)
lib/isc/inet_ntop.c

index 8247749ad06c94018aa059efb862ee70f97d394a..c963f55922c85e48eb8822e2e6277ca1d97c970f 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1996-2001  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.
  *
@@ -19,7 +19,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static char rcsid[] =
-       "$Id: inet_ntop.c,v 1.14.18.4 2009/07/18 21:13:55 each Exp $";
+       "$Id: inet_ntop.c,v 1.14.18.5 2009/07/18 23:46:03 tbox Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <config.h>
@@ -52,7 +52,7 @@ static const char *inet_ntop6(const unsigned char *src, char *dst,
  *     convert a network format address to presentation format.
  * \return
  *     pointer to presentation format address (`dst'), or NULL (see errno).
- * \author 
+ * \author
  *     Paul Vixie, 1996.
  */
 const char *