]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Wed, 18 Feb 2009 23:47:48 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Wed, 18 Feb 2009 23:47:48 +0000 (23:47 +0000)
Makefile.in
bin/named/builtin.c
isc-config.sh.docbook
lib/dns/iptable.c
lib/isc/iterated_hash.c

index d7cbd364b396fcc1bf955e1df98ce2f86636e00e..7091a6386f9af460c096f441c2dffb6bed6e5d18 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2008  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2002  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
@@ -13,7 +13,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: Makefile.in,v 1.53 2009/02/18 23:21:50 jreed Exp $
+# $Id: Makefile.in,v 1.54 2009/02/18 23:47:48 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index 309848d395caaff737789ee988966a05404d99de..8cf5b23348942345ceef320a65601ace9edfc431 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009  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.13 2009/02/18 22:41:57 jreed Exp $ */
+/* $Id: builtin.c,v 1.14 2009/02/18 23:47:48 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;
index 02db4ae9a5fa58910d27ed18cf6269f32c6aaf91..4a06c1706ff1c1c0c14cce7d940df1e9f8a48d46 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2008  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
  -
  - Permission to use, copy, modify, and/or distribute this software for any
  - purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: isc-config.sh.docbook,v 1.1 2009/02/18 23:21:50 jreed Exp $ -->
+<!-- $Id: isc-config.sh.docbook,v 1.2 2009/02/18 23:47:48 tbox Exp $ -->
 <refentry id="man.isc-config.sh">
   <refentryinfo>
     <date>December 19, 2008</date>
@@ -31,7 +31,7 @@
 
   <docinfo>
     <copyright>
-      <year>2008</year>
+      <year>2009</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 28c01d556cdd33a4b9ce388b365c7ded81f3e8c5..e960d5c48cd19c5bfe36312bf3dcded0bd39c5dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: iptable.c,v 1.14 2009/02/18 05:31:17 marka Exp $ */
+/* $Id: iptable.c,v 1.15 2009/02/18 23:47:48 tbox Exp $ */
 
 #include <config.h>
 
index d2863e4213395c13273b581e79a60e92c2bd84a6..86dedde2880c2fe81aa5f2ecabc7ae4cf8702d16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2006, 2008, 2009  Internet Systems Consortium, Inc. ("ISC")
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: iterated_hash.c,v 1.5 2009/02/18 06:44:58 marka Exp $ */
+/* $Id: iterated_hash.c,v 1.6 2009/02/18 23:47:48 tbox Exp $ */
 
 #include "config.h"