]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorMark Andrews <marka@isc.org>
Fri, 9 Sep 2005 14:11:05 +0000 (14:11 +0000)
committerMark Andrews <marka@isc.org>
Fri, 9 Sep 2005 14:11:05 +0000 (14:11 +0000)
bin/dig/Makefile.in
lib/isc/win32/include/isc/thread.h
lib/isc/win32/thread.c

index 3c10a6b5c2a0b666c9b365a994a197aaa145f511..836b7f21e7385f7bd984bfc3ac38bca6783d2109 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.33.18.5 2005/09/09 06:22:04 marka Exp $
+# $Id: Makefile.in,v 1.33.18.6 2005/09/09 14:11:04 marka Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index faa4cdf21078dd874787feb2fa85c1c0741eb0e1..c8bbab9e3fdcaa516fc2c8874d7537c943ece5c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: thread.h,v 1.16.18.1 2005/09/09 12:31:53 marka Exp $ */
+/* $Id: thread.h,v 1.16.18.2 2005/09/09 14:11:05 marka Exp $ */
 
 #ifndef ISC_THREAD_H
 #define ISC_THREAD_H 1
index b1944f66b822c908772499529a141dd87670f489..57e483a6410dd697c9274842141a718ef1dede2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: thread.c,v 1.18.18.1 2005/09/09 12:31:53 marka Exp $ */
+/* $Id: thread.c,v 1.18.18.2 2005/09/09 14:11:05 marka Exp $ */
 
 #include <config.h>