2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 00:55:24 +00:00

update copyright notice

This commit is contained in:
Automatic Updater
2009-07-19 23:47:55 +00:00
parent 133e6d43fa
commit 26d8ffe715
16 changed files with 51 additions and 49 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: db.h,v 1.99 2009/07/19 04:18:05 each Exp $ */
/* $Id: db.h,v 1.100 2009/07/19 23:47:55 tbox Exp $ */
#ifndef DNS_DB_H
#define DNS_DB_H 1
@@ -496,7 +496,7 @@ dns_db_load2(dns_db_t *db, const char *filename, dns_masterformat_t format);
isc_result_t
dns_db_load3(dns_db_t *db, const char *filename, dns_masterformat_t format,
unsigned int options);
unsigned int options);
/*%<
* Load master file 'filename' into 'db'.
*