From 0b174d124377d8cd5de07864af9190d74f9f5755 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 6 Feb 2007 00:01:23 +0000 Subject: [PATCH] update copyright notice --- bin/named/interfacemgr.c | 4 ++-- lib/dns/dispatch.c | 4 ++-- lib/dns/include/dns/dispatch.h | 4 ++-- lib/dns/include/dns/resolver.h | 4 ++-- lib/isccfg/namedconf.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/named/interfacemgr.c b/bin/named/interfacemgr.c index fd5a6ead97..0c78645832 100644 --- a/bin/named/interfacemgr.c +++ b/bin/named/interfacemgr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfacemgr.c,v 1.86 2007/02/02 02:18:03 marka Exp $ */ +/* $Id: interfacemgr.c,v 1.87 2007/02/06 00:01:23 marka Exp $ */ /*! \file */ diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index db8b603b58..ec852732e6 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.c,v 1.128 2007/02/02 02:18:06 marka Exp $ */ +/* $Id: dispatch.c,v 1.129 2007/02/06 00:01:23 marka Exp $ */ /*! \file */ diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h index dc65a50d73..75a0b7e1f5 100644 --- a/lib/dns/include/dns/dispatch.h +++ b/lib/dns/include/dns/dispatch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.h,v 1.53 2007/02/02 02:18:06 marka Exp $ */ +/* $Id: dispatch.h,v 1.54 2007/02/06 00:01:23 marka Exp $ */ #ifndef DNS_DISPATCH_H #define DNS_DISPATCH_H 1 diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h index d23e9869c1..593274953f 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.h,v 1.54 2007/02/02 02:18:06 marka Exp $ */ +/* $Id: resolver.h,v 1.55 2007/02/06 00:01:23 marka Exp $ */ #ifndef DNS_RESOLVER_H #define DNS_RESOLVER_H 1 diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index a7eac1ca17..a5379ceffc 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2002, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: namedconf.c,v 1.73 2007/02/02 02:18:06 marka Exp $ */ +/* $Id: namedconf.c,v 1.74 2007/02/06 00:01:23 marka Exp $ */ /*! \file */ -- GitLab