From 1ba466b68ece96bb9ff3b81fff6770539c2cd507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tatuya=20JINMEI=20=E7=A5=9E=E6=98=8E=E9=81=94=E5=93=89?= Date: Tue, 21 Dec 2004 10:54:12 +0000 Subject: [PATCH] new copyright for new files --- lib/dns/acache.c | 3 ++- lib/dns/include/dns/acache.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/dns/acache.c b/lib/dns/acache.c index a59d326f64..23893523e5 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 2969f77cbc..f4e96651ab 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 -- GitLab