update copyright notice

This commit is contained in:
Automatic Updater 2009-07-10 23:47:58 +00:00
parent cff0e0b52c
commit b655c721b6
3 changed files with 6 additions and 6 deletions

View 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@

View 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. -->

View 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
};