2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +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

@@ -31,7 +31,7 @@
/*
* Principal Author: Brian Wellington
* $Id: dst_api.c,v 1.23 2009/07/19 04:18:05 each Exp $
* $Id: dst_api.c,v 1.24 2009/07/19 23:47:55 tbox Exp $
*/
/*! \file */
@@ -1207,7 +1207,7 @@ write_public_key(const dst_key_t *key, int type, const char *directory) {
/* Write key information in comments */
if ((type & DST_TYPE_KEY) == 0) {
fprintf(fp, "; This is a %s%s-signing key, keyid %d, for ",
fprintf(fp, "; This is a %s%s-signing key, keyid %d, for ",
(key->key_flags & DNS_KEYFLAG_REVOKE) != 0 ?
"revoked " :
"",