From: Automatic Updater Date: Fri, 10 Jul 2009 23:47:58 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.5.2b1~36^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b655c721b6db0fcdcee99648ceba32a84022dff3;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 162565a4db3..ebd16aa8917 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -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@ diff --git a/doc/xsl/copyright.xsl b/doc/xsl/copyright.xsl index d5f598c908e..395f89a111d 100644 --- a/doc/xsl/copyright.xsl +++ b/doc/xsl/copyright.xsl @@ -1,5 +1,5 @@ - + diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index 8b6d88eb57d..05035530a04 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.c @@ -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 };