From e256ce5f4799998e33d0daf996459ff9b3b0bb9a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 1 Feb 2006 00:10:35 +0000 Subject: [PATCH] update copyright notice --- lib/isc/include/isc/md5.h | 4 ++-- lib/isc/include/isc/sha1.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/isc/include/isc/md5.h b/lib/isc/include/isc/md5.h index 155d76a432..5a18ad941e 100644 --- a/lib/isc/include/isc/md5.h +++ b/lib/isc/include/isc/md5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: md5.h,v 1.12 2006/01/31 00:35:21 marka Exp $ */ +/* $Id: md5.h,v 1.13 2006/02/01 00:10:35 marka Exp $ */ /*! \file * \brief This is the header file for the MD5 message-digest algorithm. diff --git a/lib/isc/include/isc/sha1.h b/lib/isc/include/isc/sha1.h index a292cb3506..fe52637d4e 100644 --- a/lib/isc/include/isc/sha1.h +++ b/lib/isc/include/isc/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -18,7 +18,7 @@ #ifndef ISC_SHA1_H #define ISC_SHA1_H 1 -/* $Id: sha1.h,v 1.12 2006/01/31 23:01:23 marka Exp $ */ +/* $Id: sha1.h,v 1.13 2006/02/01 00:10:35 marka Exp $ */ /* $NetBSD: sha1.h,v 1.2 1998/05/29 22:55:44 thorpej Exp $ */