]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 1 Oct 2009 23:48:08 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 1 Oct 2009 23:48:08 +0000 (23:48 +0000)
lib/isc/include/isc/msgs.h
lib/isc/win32/include/isc/stat.h
lib/isccfg/aclconf.c

index 14d0967a1dbfaf67d2f4e9be5f3752d57b26fdad..f780284691972fdcde830c2c53238a677ace376c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-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 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: msgs.h,v 1.18 2009/10/01 01:30:01 sar Exp $ */
+/* $Id: msgs.h,v 1.19 2009/10/01 23:48:08 tbox Exp $ */
 
 #ifndef ISC_MSGS_H
 #define ISC_MSGS_H 1
index 2966ebf0f5178eff9081dffed2d81fe3b21edb05..2c822b9e7d751cc582e91423d4201ef381b465c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 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: stat.h,v 1.8 2009/10/01 04:43:30 marka Exp $ */
+/* $Id: stat.h,v 1.9 2009/10/01 23:48:08 tbox Exp $ */
 
 #ifndef ISC_STAT_H
 #define ISC_STAT_H 1
@@ -24,7 +24,7 @@
 
 /* open() under unix allows setting of read/write permissions
  * at the owner, group and other levels.  These don't exist in NT
- * We'll just map them all to the NT equivalent 
+ * We'll just map them all to the NT equivalent
  */
 
 #define S_IREAD        _S_IREAD        /* read permission, owner */
index e6a7dd6dfdabdfc9e632e12b88f47d7c1a205a1a..0a240e987cf66af771be2184b0db62cd4033005b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: aclconf.c,v 1.26 2009/10/01 04:06:37 marka Exp $ */
+/* $Id: aclconf.c,v 1.27 2009/10/01 23:48:08 tbox Exp $ */
 
 #include <config.h>
 
@@ -208,7 +208,7 @@ count_acl_elements(const cfg_obj_t *caml, const cfg_obj_t *cctx,
                                result = get_acl_def(cctx, name, &cacl);
                                if (result == ISC_R_SUCCESS)
                                        n += count_acl_elements(cacl, cctx,
-                                                               NULL) + 1;
+                                                               NULL) + 1;
                        }
                }
        }