]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 24 Oct 2008 01:44:48 +0000 (01:44 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 24 Oct 2008 01:44:48 +0000 (01:44 +0000)
bin/check/named-checkzone.c
bin/named/unix/include/named/os.h
bin/named/unix/os.c
bin/named/win32/include/named/os.h

index 3f9c2c5e95f61664be7ab95e193b65886b10cb31..60f1ee2ded5d37e2617fb2b9e179748c91b35515 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2008  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: named-checkzone.c,v 1.50 2008/10/24 00:56:32 marka Exp $ */
+/* $Id: named-checkzone.c,v 1.51 2008/10/24 01:44:48 tbox Exp $ */
 
 /*! \file */
 
@@ -231,7 +231,7 @@ main(int argc, char **argv) {
                                zone_options &= ~DNS_ZONEOPT_FATALNS;
                        } else if (ARGCMP("fail")) {
                                zone_options |= DNS_ZONEOPT_CHECKNS|
-                                               DNS_ZONEOPT_FATALNS;
+                                               DNS_ZONEOPT_FATALNS;
                        } else {
                                fprintf(stderr, "invalid argument to -n: %s\n",
                                        isc_commandline_argument);
@@ -355,7 +355,7 @@ main(int argc, char **argv) {
 
                default:
                        fprintf(stderr, "%s: unhandled option -%c\n",
-                                prog_name, isc_commandline_option);
+                               prog_name, isc_commandline_option);
                        exit(1);
                }
        }
index d928edeaddddc773f9c7c9397ff7d1f0137691a5..d03bf75c6ff0598e7a245e1bc90043e91a0f0f36 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2008  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: os.h,v 1.28 2008/10/24 01:24:54 marka Exp $ */
+/* $Id: os.h,v 1.29 2008/10/24 01:44:48 tbox Exp $ */
 
 #ifndef NS_OS_H
 #define NS_OS_H 1
index 9edf817b030aab1f09608b2c47ba73f36c4eecc5..6fb6a63f43ce578908fb33672c370b4dfd9a9cf5 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: os.c,v 1.86 2008/10/24 01:24:54 marka Exp $ */
+/* $Id: os.c,v 1.87 2008/10/24 01:44:48 tbox Exp $ */
 
 /*! \file */
 
@@ -586,7 +586,7 @@ ns_os_adjustnofile() {
        result = isc_resource_setlimit(isc_resource_openfiles, newvalue);
        if (result != ISC_R_SUCCESS)
                ns_main_earlywarning("couldn't adjust limit on open files");
-#endif 
+#endif
 }
 
 void
index 3a16c989eac63af4e1339a5d44c29bb2dba88d6b..c00e973721489c9bf7c386fb25dc7f2116f06398 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008  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: os.h,v 1.13 2008/10/24 01:24:54 marka Exp $ */
+/* $Id: os.h,v 1.14 2008/10/24 01:44:48 tbox Exp $ */
 
 #ifndef NS_OS_H
 #define NS_OS_H 1