diff --git a/lib/dns/acache.c b/lib/dns/acache.c index a59d326f64356ab53f097aee0a8043d9e5a40196..23893523e53278139f15b889bfb133b17039a569 100644 --- a/lib/dns/acache.c +++ b/lib/dns/acache.c @@ -1,4 +1,5 @@ /* + * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acache.c,v 1.2 2004/12/21 10:45:16 jinmei Exp $ */ +/* $Id: acache.c,v 1.3 2004/12/21 10:54:11 jinmei Exp $ */ #include diff --git a/lib/dns/include/dns/acache.h b/lib/dns/include/dns/acache.h index 2969f77cbcc1b6f6f5d8bdcd6ab3510432d9802e..f4e96651abb60acc801ca509b8f174816468a51e 100644 --- a/lib/dns/include/dns/acache.h +++ b/lib/dns/include/dns/acache.h @@ -1,4 +1,5 @@ /* + * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acache.h,v 1.2 2004/12/21 10:45:18 jinmei Exp $ */ +/* $Id: acache.h,v 1.3 2004/12/21 10:54:12 jinmei Exp $ */ #ifndef DNS_ACACHE_H #define DNS_ACACHE_H 1