]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 3 Aug 2010 23:45:29 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 3 Aug 2010 23:45:29 +0000 (23:45 +0000)
bin/named/builtin.c

index 002693beaab1a6c847e3802c739bcc48b822c018..ebc8f477471aae06ee503bd66bf6e63fe2993c06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2010  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 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: builtin.c,v 1.12.130.1 2010/08/03 16:47:10 jinmei Exp $ */
+/* $Id: builtin.c,v 1.12.130.2 2010/08/03 23:45:29 tbox Exp $ */
 
 /*! \file
  * \brief
@@ -95,7 +95,7 @@ put_txt(dns_sdblookup_t *lookup, const char *text) {
 
 static isc_result_t
 do_version_lookup(dns_sdblookup_t *lookup) {
-       if (ns_g_server->version_set) { 
+       if (ns_g_server->version_set) {
                if (ns_g_server->version == NULL)
                        return (ISC_R_SUCCESS);
                else
@@ -199,7 +199,7 @@ builtin_authority(const char *zone, void *dbdata, dns_sdblookup_t *lookup) {
                if (b->contact != NULL)
                        contact = b->contact;
        }
-       
+
        result = dns_sdb_putsoa(lookup, server, contact, 0);
        if (result != ISC_R_SUCCESS)
                return (ISC_R_FAILURE);
@@ -234,7 +234,7 @@ builtin_create(const char *zone, int argc, char **argv,
                *dbdata = &authors_builtin;
        else if (strcmp(argv[0], "id") == 0)
                *dbdata = &id_builtin;
-       else if (strcmp(argv[0], "empty") == 0) { 
+       else if (strcmp(argv[0], "empty") == 0) {
                builtin_t *empty;
                char *server;
                char *contact;