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

index 74103f909d65e56ab679766c1747739f39da14da..d7ef0a0332789229c74c13debce6928a55b10f74 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.57.4.1 2011/11/30 01:22:37 marka Exp $ */
+/* $Id: wks_11.c,v 1.57.4.2 2011/11/30 23:45:37 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 abc5bfcf16794a6fb5c8d183b90871700582fa71..9588c26a96cfea115d4d7d9d65c23c5b59018385 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.26.186.1 2011/11/30 04:26:22 each Exp $ */
+/* $Id: symtab.h,v 1.26.186.2 2011/11/30 23:45:37 tbox Exp $ */
 
 #ifndef ISC_SYMTAB_H
 #define ISC_SYMTAB_H 1
index a9329c3ce787f51f6033faf5eae39810da3880d1..3e94c7affcfc3b0fd2c7939635fad6bf53b23964 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.30.558.2 2011/11/30 06:07:52 marka Exp $ */
+/* $Id: symtab.c,v 1.30.558.3 2011/11/30 23:45:37 tbox Exp $ */
 
 /*! \file */