]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 16 Jul 2009 23:47:21 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 16 Jul 2009 23:47:21 +0000 (23:47 +0000)
lib/isc/random.c
util/kit.sh

index 5f541ca7416a90dc4f42269fa4cef4a251940d38..84ba6a0daab20d90964bbb90202857602720d7e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-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: random.c,v 1.25.332.1 2009/07/16 05:58:45 marka Exp $ */
+/* $Id: random.c,v 1.25.332.2 2009/07/16 23:47:17 tbox Exp $ */
 
 /*! \file */
 
@@ -43,7 +43,7 @@ initialize_rand(void)
 {
 #ifndef HAVE_ARC4RANDOM
        unsigned int pid = getpid();
-       
+
        /*
         * The low bits of pid generally change faster.
         * Xor them with the high bits of time which change slowly.
index 6760aa62ba314f546cfe4660d310d56565c97c5a..eb1687ecfb5dcafa828031f9cd0710932a4a42b4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2003  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: kit.sh,v 1.33.44.1 2009/07/16 05:32:40 marka Exp $
+# $Id: kit.sh,v 1.33.44.2 2009/07/16 23:47:21 tbox Exp $
 
 # Make a release kit
 #