2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2009-10-12 23:48:02 +00:00
parent c243d77973
commit 97639003b0
11 changed files with 43 additions and 43 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: namedconf.c,v 1.108 2009/10/12 20:48:12 each Exp $ */
/* $Id: namedconf.c,v 1.109 2009/10/12 23:48:02 tbox Exp $ */
/*! \file */
@@ -530,7 +530,7 @@ static cfg_type_t cfg_type_bracketed_sockaddrlist = {
&cfg_rep_list, &cfg_type_sockaddr
};
static const char *autodnssec_enums[] = { "allow", "maintain", "create",
static const char *autodnssec_enums[] = { "allow", "maintain", "create",
"off", NULL };
static cfg_type_t cfg_type_autodnssec = {
"autodnssec", cfg_parse_enum, cfg_print_ustring, cfg_doc_enum,