]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 30 Nov 2011 23:46:25 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 30 Nov 2011 23:46:25 +0000 (23:46 +0000)
lib/dns/rdata/in_1/wks_11.c
lib/isc/include/isc/symtab.h
lib/isc/symtab.c

index d539cf70c7795dc82d4a7ac23e877c44ab0bc328..21831f07700a36aa74215e3fccfefe3ddee75160 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-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: wks_11.c,v 1.58 2011/11/30 01:18:11 marka Exp $ */
+/* $Id: wks_11.c,v 1.59 2011/11/30 23:46:25 tbox Exp $ */
 
 /* Reviewed: Fri Mar 17 15:01:49 PST 2000 by explorer */
 
@@ -34,7 +34,7 @@
 static isc_mutex_t wks_lock;
 
 static void init_lock(void) {
-        RUNTIME_CHECK(isc_mutex_init(&wks_lock) == ISC_R_SUCCESS);
+       RUNTIME_CHECK(isc_mutex_init(&wks_lock) == ISC_R_SUCCESS);
 }
 
 static isc_boolean_t
index 5d4e16378208fa02c071cab243383b0425c13230..4f1ccec2ac6b43d63c3f3cf6325ad77918af4b10 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) 1996-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: symtab.h,v 1.27 2011/11/30 04:27:17 each Exp $ */
+/* $Id: symtab.h,v 1.28 2011/11/30 23:46:25 tbox Exp $ */
 
 #ifndef ISC_SYMTAB_H
 #define ISC_SYMTAB_H 1
index b9d221d755336047e6821d30d0a6278153651de3..7206c200e8ab28f24a3c8b23fafc9f8f12cdace3 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
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: symtab.c,v 1.32 2011/11/30 06:06:33 marka Exp $ */
+/* $Id: symtab.c,v 1.33 2011/11/30 23:46:25 tbox Exp $ */
 
 /*! \file */