]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Sun, 11 Jul 2010 23:46:36 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Sun, 11 Jul 2010 23:46:36 +0000 (23:46 +0000)
bin/named/server.c
bin/named/zoneconf.c
lib/isccfg/include/isccfg/namedconf.h
lib/isccfg/namedconf.c

index f91ccdf8cf05e76e5dd4ae063f66637ccd962490..040530d80e0a88278c52ef0afff769dfc0334644 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.556.8.16 2010/07/11 00:12:18 each Exp $ */
+/* $Id: server.c,v 1.556.8.17 2010/07/11 23:46:35 tbox Exp $ */
 
 /*! \file */
 
@@ -4117,7 +4117,7 @@ load_configuration(const char *filename, ns_server_t *server,
                CHECK(configure_view(view, config, vconfig,
                                     &cachelist, bindkeys,
                                     ns_g_mctx, &aclconfctx, ISC_TRUE));
-  
+
                if (vconfig != NULL) {
                        /*
                         * Are we preserving config for dynamically added
@@ -6659,7 +6659,7 @@ ns_server_add_zone(ns_server_t *server, char *args) {
        obj = cfg_tuple_get(parms, "filepart");
        if (obj && cfg_obj_isstring(obj))
                filepart = cfg_obj_asstring(obj);
-       
+
        if (filepart != NULL && *filepart != '\0') {
                /* No hidden fles or full paths */
                if (*filepart == '.' ||
@@ -7005,7 +7005,7 @@ ns_server_del_zone(ns_server_t *server, char *args) {
        if (ifp != NULL && result == ISC_R_SUCCESS) {
                char *found = NULL, *p;
                size_t n;
-               
+
                /* Create a temporary file */
                CHECK(isc_string_printf(buf, 1023, "%s.%d", filename,
                                        getpid()));
@@ -7066,7 +7066,7 @@ ns_server_del_zone(ns_server_t *server, char *args) {
                /* Just spool the remainder of the file out */
                while ((n = fread(buf, 1, 1024, ifp)) > 0)
                        fwrite(buf, 1, n, ofp);
-               
+
                /* Move temporary into place */
                CHECK(isc_file_rename(tmpname, filename));
        }
index 7a9e1964c79929f134eb7847234ded0f41fd6406..b778c88783f0a06bf8e9049158297727d8fd4746 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2010  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: zoneconf.c,v 1.161.4.1 2010/07/11 00:12:18 each Exp $ */
+/* $Id: zoneconf.c,v 1.161.4.2 2010/07/11 23:46:35 tbox Exp $ */
 
 /*% */
 
index 7a3bcfb2ab4f5aab4ed42b967686997de0eddecf..ea68bf62a84b81b3d1719bd5387a09472fdc567f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 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: namedconf.h,v 1.15.120.1 2010/07/11 00:12:19 each Exp $ */
+/* $Id: namedconf.h,v 1.15.120.2 2010/07/11 23:46:36 tbox Exp $ */
 
 #ifndef ISCCFG_NAMEDCONF_H
 #define ISCCFG_NAMEDCONF_H 1
index ded3dced9aa57bd1dfb08be744b10d36c12da484..926f2b4ec443a74f177b3aeb3f1005d4d0080d5f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namedconf.c,v 1.113.4.8 2010/07/11 05:44:05 each Exp $ */
+/* $Id: namedconf.c,v 1.113.4.9 2010/07/11 23:46:36 tbox Exp $ */
 
 /*! \file */
 
@@ -1841,7 +1841,7 @@ static cfg_type_t cfg_type_optional_class = {
  */
 static isc_result_t
 parse_optional_qstr(cfg_parser_t *pctx, const cfg_type_t *type,
-                    cfg_obj_t **ret)
+                   cfg_obj_t **ret)
 {
        isc_result_t result;
        UNUSED(type);