]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 29 Aug 2011 23:46:44 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 29 Aug 2011 23:46:44 +0000 (23:46 +0000)
bin/tests/db_test.c
bin/tests/nsecify.c
lib/lwres/lwinetpton.c

index 77b5a9907c0c0a6a0e10784681657027f71d9456..654e8750f4eaa95e1b440cf86bf662575e2a1014 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: db_test.c,v 1.69 2011/08/28 23:53:59 marka Exp $ */
+/* $Id: db_test.c,v 1.70 2011/08/29 23:46:44 tbox Exp $ */
 
 /*! \file
  * \author
index dbd57c695c6339be19e86672950680ea79a82b03..c31b08aaaf24ce63de5e43b7be55e014fa3c9750 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsecify.c,v 1.11 2011/08/28 23:35:57 marka Exp $ */
+/* $Id: nsecify.c,v 1.12 2011/08/29 23:46:44 tbox Exp $ */
 
 #include <config.h>
 
index f7e61acdeeaac48dbad83566cb47417e59b4951d..bb010f046c2823997a7bce336255ed60aeb9a273 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1996-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -19,7 +19,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$Id: lwinetpton.c,v 1.13 2011/08/29 05:58:31 marka Exp $";
+static char rcsid[] = "$Id: lwinetpton.c,v 1.14 2011/08/29 23:46:44 tbox Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <config.h>
@@ -41,7 +41,7 @@ static char rcsid[] = "$Id: lwinetpton.c,v 1.13 2011/08/29 05:58:31 marka Exp $"
 static int inet_pton4(const char *src, unsigned char *dst);
 static int inet_pton6(const char *src, unsigned char *dst);
 
-/*! 
+/*!
  * int
  * lwres_net_pton(af, src, dst)
  *     convert from presentation format (which usually means ASCII printable)