]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 10 Jul 2009 23:47:58 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 10 Jul 2009 23:47:58 +0000 (23:47 +0000)
doc/misc/Makefile.in
doc/xsl/copyright.xsl
lib/isccfg/namedconf.c

index 162565a4db325613c8dc82a77a119f1f41167a64..ebd16aa89177949ff77bf17117acfb8f693f672f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2001  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.8 2009/07/10 07:47:46 marka Exp $
+# $Id: Makefile.in,v 1.9 2009/07/10 23:47:58 tbox Exp $
 
 srcdir =       @srcdir@
 VPATH =                @srcdir@
index d5f598c908e2448902273676f53c9cfb3b9275f3..395f89a111d8c37587d13ab5b7a51431bbaddd32 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2005, 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: copyright.xsl,v 1.7 2009/07/10 07:22:06 jinmei Exp $ -->
+<!-- $Id: copyright.xsl,v 1.8 2009/07/10 23:47:58 tbox Exp $ -->
 
 <!-- Generate ISC copyright comments from Docbook copyright metadata. -->
 
index 8b6d88eb57df2b073e3ebaf4e2c556c18a021c0e..05035530a04aa1a87201b471454ff26801a2b8f7 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: namedconf.c,v 1.100 2009/07/10 07:33:21 marka Exp $ */
+/* $Id: namedconf.c,v 1.101 2009/07/10 23:47:58 tbox Exp $ */
 
 /*! \file */
 
@@ -255,7 +255,7 @@ static cfg_type_t cfg_type_rrtypelist = {
 
 static const char *mode_enums[] = { "grant", "deny", NULL };
 static cfg_type_t cfg_type_mode = {
-       "mode", cfg_parse_enum, cfg_print_ustring, cfg_doc_enum,        
+       "mode", cfg_parse_enum, cfg_print_ustring, cfg_doc_enum,
        &cfg_rep_string, &mode_enums
 };