diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index c085890769..1c206b3fc5 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.329 2010/05/18 01:48:13 marka Exp $ */ +/* $Id: dighost.c,v 1.330 2010/05/18 02:38:10 tbox Exp $ */ /*! \file * \note diff --git a/bin/tools/genrandom.8 b/bin/tools/genrandom.8 index 387f2ecfa1..0fcf1bcbc1 100644 --- a/bin/tools/genrandom.8 +++ b/bin/tools/genrandom.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2009, 2010 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 @@ -12,7 +12,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.\" $Id: genrandom.8,v 1.6 2010/05/18 01:14:20 tbox Exp $ +.\" $Id: genrandom.8,v 1.7 2010/05/18 02:38:10 tbox Exp $ .\" .hy 0 .ad l diff --git a/bin/tools/genrandom.html b/bin/tools/genrandom.html index bc4072ca31..724f6aa1f2 100644 --- a/bin/tools/genrandom.html +++ b/bin/tools/genrandom.html @@ -1,5 +1,5 @@ - +
diff --git a/lib/dns/include/dns/nsec3.h b/lib/dns/include/dns/nsec3.h index e569be7605..7ed1dd9e82 100644 --- a/lib/dns/include/dns/nsec3.h +++ b/lib/dns/include/dns/nsec3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2008-2010 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: nsec3.h,v 1.11 2010/05/18 01:39:41 marka Exp $ */ +/* $Id: nsec3.h,v 1.12 2010/05/18 02:38:10 tbox Exp $ */ #ifndef DNS_NSEC3_H #define DNS_NSEC3_H 1 @@ -241,7 +241,7 @@ dns_nsec3param_toprivate(dns_rdata_t *src, dns_rdata_t *target, isc_result_t dns_nsec3param_deletechains(dns_db_t *db, dns_dbversion_t *ver, - dns_zone_t *zone, dns_diff_t *diff); + dns_zone_t *zone, dns_diff_t *diff); /*%< * Mark NSEC3PARAM for deletion. diff --git a/lib/dns/nsec3.c b/lib/dns/nsec3.c index f06f4cb518..7a40699615 100644 --- a/lib/dns/nsec3.c +++ b/lib/dns/nsec3.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsec3.c,v 1.16 2010/05/18 01:39:41 marka Exp $ */ +/* $Id: nsec3.c,v 1.17 2010/05/18 02:38:10 tbox Exp $ */ #include