From 26e2a07a0b6a3b1eccef82ba31270d0c54ad4f06 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 27 Jan 2006 23:57:46 +0000 Subject: [PATCH] update copyright notice --- bin/dig/dig.docbook | 5 +++-- bin/dig/include/dig/dig.h | 4 ++-- bin/named/controlconf.c | 4 ++-- bin/named/include/named/config.h | 4 ++-- bin/named/tsigconf.c | 4 ++-- bin/nsupdate/nsupdate.docbook | 5 +++-- bin/tests/system/tsig/clean.sh | 4 ++-- bin/tests/system/tsig/ns1/example.db | 5 ++--- bin/tests/system/tsig/ns1/named.conf | 4 ++-- bin/tests/system/tsig/tests.sh | 5 ++--- lib/dns/dst_api.c | 4 ++-- lib/dns/dst_internal.h | 4 ++-- lib/dns/dst_parse.c | 4 ++-- lib/dns/dst_parse.h | 4 ++-- lib/dns/hmac_link.c | 4 ++-- lib/dns/include/dns/tsig.h | 4 ++-- lib/dns/include/dns/types.h | 4 ++-- lib/dns/include/dst/dst.h | 4 ++-- lib/dns/key.c | 4 ++-- lib/dns/rcode.c | 4 ++-- lib/dns/tsig.c | 4 ++-- lib/isc/Makefile.in | 4 ++-- lib/isc/hmacmd5.c | 4 ++-- lib/isc/hmacsha.c | 4 ++-- lib/isc/include/isc/Makefile.in | 4 ++-- lib/isc/include/isc/hmacmd5.h | 4 ++-- lib/isc/include/isc/hmacsha.h | 4 ++-- lib/isc/include/isc/sha2.h | 4 ++-- lib/isc/sha2.c | 4 ++-- 29 files changed, 60 insertions(+), 60 deletions(-) diff --git a/bin/dig/dig.docbook b/bin/dig/dig.docbook index be2418b23b..5693973b07 100644 --- a/bin/dig/dig.docbook +++ b/bin/dig/dig.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd" []> - + @@ -40,6 +40,7 @@ 2004 2005 + 2006 Internet Systems Consortium, Inc. ("ISC") diff --git a/bin/dig/include/dig/dig.h b/bin/dig/include/dig/dig.h index ea346c4690..d97efc1e42 100644 --- a/bin/dig/include/dig/dig.h +++ b/bin/dig/include/dig/dig.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-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.h,v 1.97 2006/01/27 02:35:14 marka Exp $ */ +/* $Id: dig.h,v 1.98 2006/01/27 23:57:46 marka Exp $ */ #ifndef DIG_H #define DIG_H diff --git a/bin/named/controlconf.c b/bin/named/controlconf.c index 0d6c51a4a1..e7a4bb6929 100644 --- a/bin/named/controlconf.c +++ b/bin/named/controlconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 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: controlconf.c,v 1.48 2006/01/27 02:35:14 marka Exp $ */ +/* $Id: controlconf.c,v 1.49 2006/01/27 23:57:46 marka Exp $ */ /*! \file */ diff --git a/bin/named/include/named/config.h b/bin/named/include/named/config.h index 58afaef8e3..b81004fa1c 100644 --- a/bin/named/include/named/config.h +++ b/bin/named/include/named/config.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) 2001, 2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h,v 1.10 2006/01/27 02:35:14 marka Exp $ */ +/* $Id: config.h,v 1.11 2006/01/27 23:57:46 marka Exp $ */ #ifndef NAMED_CONFIG_H #define NAMED_CONFIG_H 1 diff --git a/bin/named/tsigconf.c b/bin/named/tsigconf.c index 3932d07d0e..830dc78553 100644 --- a/bin/named/tsigconf.c +++ b/bin/named/tsigconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsigconf.c,v 1.26 2006/01/27 02:35:14 marka Exp $ */ +/* $Id: tsigconf.c,v 1.27 2006/01/27 23:57:46 marka Exp $ */ /*! \file */ diff --git a/bin/nsupdate/nsupdate.docbook b/bin/nsupdate/nsupdate.docbook index 7c8b10b7f1..a3175fb3a9 100644 --- a/bin/nsupdate/nsupdate.docbook +++ b/bin/nsupdate/nsupdate.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd" []> - + Jun 30, 2000 @@ -37,6 +37,7 @@ 2004 2005 + 2006 Internet Systems Consortium, Inc. ("ISC") diff --git a/bin/tests/system/tsig/clean.sh b/bin/tests/system/tsig/clean.sh index b9cf2913bd..339fde188e 100644 --- a/bin/tests/system/tsig/clean.sh +++ b/bin/tests/system/tsig/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.2 2006/01/27 02:35:14 marka Exp $ +# $Id: clean.sh,v 1.3 2006/01/27 23:57:46 marka Exp $ # # Clean up after tsig tests. diff --git a/bin/tests/system/tsig/ns1/example.db b/bin/tests/system/tsig/ns1/example.db index f68fda93e1..8514607db5 100644 --- a/bin/tests/system/tsig/ns1/example.db +++ b/bin/tests/system/tsig/ns1/example.db @@ -1,5 +1,4 @@ -; Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") -; Copyright (C) 2000-2002 Internet Software Consortium. +; Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") ; ; Permission to use, copy, modify, and distribute this software for any ; purpose with or without fee is hereby granted, provided that the above @@ -13,7 +12,7 @@ ; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR ; PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.2 2006/01/27 02:35:14 marka Exp $ +; $Id: example.db,v 1.3 2006/01/27 23:57:46 marka Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/tsig/ns1/named.conf b/bin/tests/system/tsig/ns1/named.conf index 2a381dff7f..a5b07f13b2 100644 --- a/bin/tests/system/tsig/ns1/named.conf +++ b/bin/tests/system/tsig/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and 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: named.conf,v 1.2 2006/01/27 02:35:14 marka Exp $ */ +/* $Id: named.conf,v 1.3 2006/01/27 23:57:46 marka Exp $ */ controls { /* empty */ }; diff --git a/bin/tests/system/tsig/tests.sh b/bin/tests/system/tsig/tests.sh index 9e11a026cb..dfe3803b25 100644 --- a/bin/tests/system/tsig/tests.sh +++ b/bin/tests/system/tsig/tests.sh @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") -# Copyright (C) 2000, 2001 Internet Software Consortium. +# Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2006/01/27 02:35:14 marka Exp $ +# $Id: tests.sh,v 1.3 2006/01/27 23:57:46 marka Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/lib/dns/dst_api.c b/lib/dns/dst_api.c index 2bd83174a3..cb39b89acd 100644 --- a/lib/dns/dst_api.c +++ b/lib/dns/dst_api.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2003 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * @@ -18,7 +18,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.6 2006/01/27 02:35:15 marka Exp $ + * $Id: dst_api.c,v 1.7 2006/01/27 23:57:46 marka Exp $ */ /*! \file */ diff --git a/lib/dns/dst_internal.h b/lib/dns/dst_internal.h index 9bf03b2ddd..aa932478c8 100644 --- a/lib/dns/dst_internal.h +++ b/lib/dns/dst_internal.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2000-2002 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * @@ -16,7 +16,7 @@ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_internal.h,v 1.4 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: dst_internal.h,v 1.5 2006/01/27 23:57:46 marka Exp $ */ #ifndef DST_DST_INTERNAL_H #define DST_DST_INTERNAL_H 1 diff --git a/lib/dns/dst_parse.c b/lib/dns/dst_parse.c index 6628d41546..6e84a533d4 100644 --- a/lib/dns/dst_parse.c +++ b/lib/dns/dst_parse.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * @@ -18,7 +18,7 @@ /*% * Principal Author: Brian Wellington - * $Id: dst_parse.c,v 1.4 2006/01/27 02:35:15 marka Exp $ + * $Id: dst_parse.c,v 1.5 2006/01/27 23:57:46 marka Exp $ */ #include diff --git a/lib/dns/dst_parse.h b/lib/dns/dst_parse.h index ca159a5397..1811d183b5 100644 --- a/lib/dns/dst_parse.h +++ b/lib/dns/dst_parse.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 2000-2002 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * @@ -16,7 +16,7 @@ * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_parse.h,v 1.4 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: dst_parse.h,v 1.5 2006/01/27 23:57:46 marka Exp $ */ /*! \file */ #ifndef DST_DST_PARSE_H diff --git a/lib/dns/hmac_link.c b/lib/dns/hmac_link.c index 1b6b1fb8a6..2c628e2a42 100644 --- a/lib/dns/hmac_link.c +++ b/lib/dns/hmac_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * @@ -18,7 +18,7 @@ /* * Principal Author: Brian Wellington - * $Id: hmac_link.c,v 1.4 2006/01/27 02:35:15 marka Exp $ + * $Id: hmac_link.c,v 1.5 2006/01/27 23:57:46 marka Exp $ */ #include diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h index 0d1a457690..661512f593 100644 --- a/lib/dns/include/dns/tsig.h +++ b/lib/dns/include/dns/tsig.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) 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: tsig.h,v 1.46 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: tsig.h,v 1.47 2006/01/27 23:57:46 marka Exp $ */ #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index 61ad026af5..611a721168 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.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) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.118 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: types.h,v 1.119 2006/01/27 23:57:46 marka Exp $ */ #ifndef DNS_TYPES_H #define DNS_TYPES_H 1 diff --git a/lib/dns/include/dst/dst.h b/lib/dns/include/dst/dst.h index ed124383ce..bade854e9f 100644 --- a/lib/dns/include/dst/dst.h +++ b/lib/dns/include/dst/dst.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-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst.h,v 1.4 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: dst.h,v 1.5 2006/01/27 23:57:46 marka Exp $ */ #ifndef DST_DST_H #define DST_DST_H 1 diff --git a/lib/dns/key.c b/lib/dns/key.c index 3bd73d1fa0..5789ddefc7 100644 --- a/lib/dns/key.c +++ b/lib/dns/key.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: key.c,v 1.5 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: key.c,v 1.6 2006/01/27 23:57:46 marka Exp $ */ #include diff --git a/lib/dns/rcode.c b/lib/dns/rcode.c index a6e125e982..fffed7ae94 100644 --- a/lib/dns/rcode.c +++ b/lib/dns/rcode.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2003 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rcode.c,v 1.3 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: rcode.c,v 1.4 2006/01/27 23:57:46 marka Exp $ */ #include #include diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index dd132fef0a..fe91525852 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -16,7 +16,7 @@ */ /* - * $Id: tsig.c,v 1.123 2006/01/27 02:35:15 marka Exp $ + * $Id: tsig.c,v 1.124 2006/01/27 23:57:46 marka Exp $ */ /*! \file */ #include diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index 4c608ed78a..aea9df4e0e 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2003 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.86 2006/01/27 02:35:15 marka Exp $ +# $Id: Makefile.in,v 1.87 2006/01/27 23:57:46 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/hmacmd5.c b/lib/isc/hmacmd5.c index db31b855ac..bf611a01e6 100644 --- a/lib/isc/hmacmd5.c +++ b/lib/isc/hmacmd5.c @@ -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: hmacmd5.c,v 1.10 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: hmacmd5.c,v 1.11 2006/01/27 23:57:46 marka Exp $ */ /*! \file * This code implements the HMAC-MD5 keyed hash algorithm diff --git a/lib/isc/hmacsha.c b/lib/isc/hmacsha.c index b51c05a0d2..86517c0318 100644 --- a/lib/isc/hmacsha.c +++ b/lib/isc/hmacsha.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and 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: hmacsha.c,v 1.2 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: hmacsha.c,v 1.3 2006/01/27 23:57:46 marka Exp $ */ /* * This code implements the HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384 diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index e497fbf411..2d99a4eea4 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2001, 2003 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.57 2006/01/27 02:35:15 marka Exp $ +# $Id: Makefile.in,v 1.58 2006/01/27 23:57:46 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/include/isc/hmacmd5.h b/lib/isc/include/isc/hmacmd5.h index 6f4b604b8a..d3605937ae 100644 --- a/lib/isc/include/isc/hmacmd5.h +++ b/lib/isc/include/isc/hmacmd5.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: hmacmd5.h,v 1.8 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: hmacmd5.h,v 1.9 2006/01/27 23:57:46 marka Exp $ */ /*! \file * \brief This is the header file for the HMAC-MD5 keyed hash algorithm diff --git a/lib/isc/include/isc/hmacsha.h b/lib/isc/include/isc/hmacsha.h index 7518fb71da..2ff0d7b1ee 100644 --- a/lib/isc/include/isc/hmacsha.h +++ b/lib/isc/include/isc/hmacsha.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and 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: hmacsha.h,v 1.2 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: hmacsha.h,v 1.3 2006/01/27 23:57:46 marka Exp $ */ /* * This is the header file for the HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, diff --git a/lib/isc/include/isc/sha2.h b/lib/isc/include/isc/sha2.h index c93e0582b9..b0ae66b792 100644 --- a/lib/isc/include/isc/sha2.h +++ b/lib/isc/include/isc/sha2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and 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: sha2.h,v 1.2 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: sha2.h,v 1.3 2006/01/27 23:57:46 marka Exp $ */ /* $FreeBSD: src/sys/crypto/sha2/sha2.h,v 1.1.2.1 2001/07/03 11:01:36 ume Exp $ */ /* $KAME: sha2.h,v 1.3 2001/03/12 08:27:48 itojun Exp $ */ diff --git a/lib/isc/sha2.c b/lib/isc/sha2.c index 3dea6d223f..4b0910d97a 100644 --- a/lib/isc/sha2.c +++ b/lib/isc/sha2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2005, 2006 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and 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: sha2.c,v 1.2 2006/01/27 02:35:15 marka Exp $ */ +/* $Id: sha2.c,v 1.3 2006/01/27 23:57:46 marka Exp $ */ /* $FreeBSD: src/sys/crypto/sha2/sha2.c,v 1.2.2.2 2002/03/05 08:36:47 ume Exp $ */ /* $KAME: sha2.c,v 1.8 2001/11/08 01:07:52 itojun Exp $ */