diff --git a/COPYRIGHT b/COPYRIGHT index 11b871d802..8a9945b42d 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (C) 1996-2000 Internet Software Consortium. +Copyright (C) 1996-2001 Internet Software Consortium. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/Makefile.in b/Makefile.in index c57112f5a8..29895b335a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.36 2000/12/15 08:28:43 gson Exp $ +# $Id: Makefile.in,v 1.37 2001/01/09 21:39:00 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/acconfig.h b/acconfig.h index de224abfa2..7468cc53ef 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acconfig.h,v 1.31 2000/12/23 02:45:41 tale Exp $ */ +/* $Id: acconfig.h,v 1.32 2001/01/09 21:39:01 bwelling Exp $ */ /*** *** This file is not to be included by any public header files, because diff --git a/bin/Makefile.in b/bin/Makefile.in index 759f33e0bb..727d558733 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.21 2000/12/19 01:42:15 bwelling Exp $ +# $Id: Makefile.in,v 1.22 2001/01/09 21:39:05 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/check/Makefile.in b/bin/check/Makefile.in index 7651c07c83..d19245b96a 100644 --- a/bin/check/Makefile.in +++ b/bin/check/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/12/22 17:25:56 gson Exp $ +# $Id: Makefile.in,v 1.6 2001/01/09 21:39:06 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/check/check-tool.c b/bin/check/check-tool.c index 842bf1d645..d35c6cc469 100644 --- a/bin/check/check-tool.c +++ b/bin/check/check-tool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check-tool.c,v 1.2 2000/12/23 22:02:49 tale Exp $ */ +/* $Id: check-tool.c,v 1.3 2001/01/09 21:39:07 bwelling Exp $ */ #include diff --git a/bin/check/check-tool.h b/bin/check/check-tool.h index 359ed55a6b..17a68b2326 100644 --- a/bin/check/check-tool.h +++ b/bin/check/check-tool.h @@ -1,8 +1,21 @@ /* - * Copyright + * Copyright (C) 2000, 2001 Internet Software Consortium. + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM + * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL + * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING + * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION + * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: check-tool.h,v 1.1 2000/12/14 21:33:11 marka Exp $ */ +/* $Id: check-tool.h,v 1.2 2001/01/09 21:39:09 bwelling Exp $ */ #ifndef CHECK_TOOL_H #define CHECK_TOOL_H diff --git a/bin/check/named-checkconf.8 b/bin/check/named-checkconf.8 index 145571c960..2e3a0edb5c 100644 --- a/bin/check/named-checkconf.8 +++ b/bin/check/named-checkconf.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named-checkconf.8,v 1.2 2000/12/19 19:48:09 gson Exp $ +.\" $Id: named-checkconf.8,v 1.3 2001/01/09 21:47:14 bwelling Exp $ .Dd Jun 14, 2000 .Dt NAMED-CHECKCONF 1 diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index 40a3499626..869361749b 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named-checkconf.c,v 1.2 2000/12/19 19:53:58 gson Exp $ */ +/* $Id: named-checkconf.c,v 1.3 2001/01/09 21:39:10 bwelling Exp $ */ #include diff --git a/bin/check/named-checkzone.8 b/bin/check/named-checkzone.8 index fbf90ce2e8..e37a9af358 100644 --- a/bin/check/named-checkzone.8 +++ b/bin/check/named-checkzone.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named-checkzone.8,v 1.2 2000/12/19 19:48:10 gson Exp $ +.\" $Id: named-checkzone.8,v 1.3 2001/01/09 21:47:15 bwelling Exp $ .Dd Jun 13, 2000 .Dt NAMED-CHECKZONE 1 diff --git a/bin/check/named-checkzone.c b/bin/check/named-checkzone.c index 991bb05e77..4fba35c085 100644 --- a/bin/check/named-checkzone.c +++ b/bin/check/named-checkzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named-checkzone.c,v 1.7 2001/01/09 00:43:18 marka Exp $ */ +/* $Id: named-checkzone.c,v 1.8 2001/01/09 21:39:11 bwelling Exp $ */ #include diff --git a/bin/dig/Makefile.in b/bin/dig/Makefile.in index d8829265dc..79c64c6562 100644 --- a/bin/dig/Makefile.in +++ b/bin/dig/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/09/29 23:42:11 mws Exp $ +# $Id: Makefile.in,v 1.18 2001/01/09 21:39:12 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/dig/dig.1 b/bin/dig/dig.1 index b79dbb0b36..d8ca679c11 100644 --- a/bin/dig/dig.1 +++ b/bin/dig/dig.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dig.1,v 1.6 2000/11/30 00:20:37 gson Exp $ +.\" $Id: dig.1,v 1.7 2001/01/09 21:47:10 bwelling Exp $ .Dd Jun 30, 2000 .Dt DIG 1 diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 1d1f3f24bb..f7f1f97d3f 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.132 2001/01/08 23:45:57 gson Exp $ */ +/* $Id: dig.c,v 1.133 2001/01/09 21:39:14 bwelling Exp $ */ #include #include diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index 4213f89889..2dfe2d7e6a 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.181 2001/01/08 23:50:34 gson Exp $ */ +/* $Id: dighost.c,v 1.182 2001/01/09 21:39:15 bwelling Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to diff --git a/bin/dig/host.1 b/bin/dig/host.1 index ec83b18d39..646ffd6b26 100644 --- a/bin/dig/host.1 +++ b/bin/dig/host.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: host.1,v 1.6 2000/11/18 02:57:26 bwelling Exp $ +.\" $Id: host.1,v 1.7 2001/01/09 21:47:11 bwelling Exp $ .Dd Jun 30, 2000 .Dt HOST 1 diff --git a/bin/dig/host.c b/bin/dig/host.c index 1023fbcc95..bc7fe4055f 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: host.c,v 1.60 2000/12/08 17:06:49 mws Exp $ */ +/* $Id: host.c,v 1.61 2001/01/09 21:39:17 bwelling Exp $ */ #include #include diff --git a/bin/dig/include/dig/dig.h b/bin/dig/include/dig/dig.h index 479743bdfd..269971da80 100644 --- a/bin/dig/include/dig/dig.h +++ b/bin/dig/include/dig/dig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.h,v 1.60 2000/12/08 17:06:52 mws Exp $ */ +/* $Id: dig.h,v 1.61 2001/01/09 21:39:19 bwelling Exp $ */ #ifndef DIG_H #define DIG_H diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index b0b78908e9..d1f8ef1cfc 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nslookup.c,v 1.69 2000/12/11 19:15:46 bwelling Exp $ */ +/* $Id: nslookup.c,v 1.70 2001/01/09 21:39:18 bwelling Exp $ */ #include diff --git a/bin/dnssec/Makefile.in b/bin/dnssec/Makefile.in index 06ea76ffff..e2e3f1d199 100644 --- a/bin/dnssec/Makefile.in +++ b/bin/dnssec/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/12/12 20:21:33 bwelling Exp $ +# $Id: Makefile.in,v 1.14 2001/01/09 21:39:21 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/dnssec/dnssec-keygen.8 b/bin/dnssec/dnssec-keygen.8 index e625f23dd3..f87f3261b1 100644 --- a/bin/dnssec/dnssec-keygen.8 +++ b/bin/dnssec/dnssec-keygen.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-keygen.8,v 1.11 2000/11/18 02:57:34 bwelling Exp $ +.\" $Id: dnssec-keygen.8,v 1.12 2001/01/09 21:47:21 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-KEYGEN 8 diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index e3a384e733..d13dfc8421 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-keygen.c,v 1.45 2000/12/11 19:15:48 bwelling Exp $ */ +/* $Id: dnssec-keygen.c,v 1.46 2001/01/09 21:39:22 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssec-makekeyset.8 b/bin/dnssec/dnssec-makekeyset.8 index dcb229c627..8999e2c8de 100644 --- a/bin/dnssec/dnssec-makekeyset.8 +++ b/bin/dnssec/dnssec-makekeyset.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-makekeyset.8,v 1.9 2000/11/18 02:57:35 bwelling Exp $ +.\" $Id: dnssec-makekeyset.8,v 1.10 2001/01/09 21:47:23 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-MAKEKEYSET 8 diff --git a/bin/dnssec/dnssec-makekeyset.c b/bin/dnssec/dnssec-makekeyset.c index b8526c3642..3297c423e5 100644 --- a/bin/dnssec/dnssec-makekeyset.c +++ b/bin/dnssec/dnssec-makekeyset.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-makekeyset.c,v 1.45 2000/12/07 20:15:43 marka Exp $ */ +/* $Id: dnssec-makekeyset.c,v 1.46 2001/01/09 21:39:23 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssec-signkey.8 b/bin/dnssec/dnssec-signkey.8 index 415299a33d..07b1296bf8 100644 --- a/bin/dnssec/dnssec-signkey.8 +++ b/bin/dnssec/dnssec-signkey.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-signkey.8,v 1.11 2000/11/18 02:57:37 bwelling Exp $ +.\" $Id: dnssec-signkey.8,v 1.12 2001/01/09 21:47:24 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-SIGNKEY 8 diff --git a/bin/dnssec/dnssec-signkey.c b/bin/dnssec/dnssec-signkey.c index e4292336ea..9bb9aa7b68 100644 --- a/bin/dnssec/dnssec-signkey.c +++ b/bin/dnssec/dnssec-signkey.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-signkey.c,v 1.45 2000/12/11 19:15:49 bwelling Exp $ */ +/* $Id: dnssec-signkey.c,v 1.46 2001/01/09 21:39:24 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssec-signzone.8 b/bin/dnssec/dnssec-signzone.8 index 5b8ee85b2e..0fe3b1cb47 100644 --- a/bin/dnssec/dnssec-signzone.8 +++ b/bin/dnssec/dnssec-signzone.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-signzone.8,v 1.16 2000/12/07 02:20:07 bwelling Exp $ +.\" $Id: dnssec-signzone.8,v 1.17 2001/01/09 21:47:25 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-SIGNZONE 8 diff --git a/bin/dnssec/dnssec-signzone.c b/bin/dnssec/dnssec-signzone.c index 8695655df2..bb8ebb9e98 100644 --- a/bin/dnssec/dnssec-signzone.c +++ b/bin/dnssec/dnssec-signzone.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec-signzone.c,v 1.126 2000/12/15 19:26:54 gson Exp $ */ +/* $Id: dnssec-signzone.c,v 1.127 2001/01/09 21:39:25 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssectool.c b/bin/dnssec/dnssectool.c index 1f5d4e52ab..fa915fa6d1 100644 --- a/bin/dnssec/dnssectool.c +++ b/bin/dnssec/dnssectool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssectool.c,v 1.26 2000/12/27 00:11:23 bwelling Exp $ */ +/* $Id: dnssectool.c,v 1.27 2001/01/09 21:39:27 bwelling Exp $ */ #include diff --git a/bin/dnssec/dnssectool.h b/bin/dnssec/dnssectool.h index d4f4797bdd..4d5dd20650 100644 --- a/bin/dnssec/dnssectool.h +++ b/bin/dnssec/dnssectool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssectool.h,v 1.12 2000/09/26 22:11:25 bwelling Exp $ */ +/* $Id: dnssectool.h,v 1.13 2001/01/09 21:39:28 bwelling Exp $ */ #ifndef DNSSECTOOL_H #define DNSSECTOOL_H 1 diff --git a/bin/lwresd/Makefile.in b/bin/lwresd/Makefile.in index b43d0fcfd7..e0d7cb1aac 100644 --- a/bin/lwresd/Makefile.in +++ b/bin/lwresd/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/08/17 02:11:39 bwelling Exp $ +# $Id: Makefile.in,v 1.14 2001/01/09 21:39:29 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/lwresd/client.c b/bin/lwresd/client.c index 62ccbd1879..2b4cd7610f 100644 --- a/bin/lwresd/client.c +++ b/bin/lwresd/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.30 2000/08/01 01:11:30 tale Exp $ */ +/* $Id: client.c,v 1.31 2001/01/09 21:39:30 bwelling Exp $ */ #include diff --git a/bin/lwresd/client.h b/bin/lwresd/client.h index b37b8f0b21..83ef629a2e 100644 --- a/bin/lwresd/client.h +++ b/bin/lwresd/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.h,v 1.18 2000/08/01 01:11:31 tale Exp $ */ +/* $Id: client.h,v 1.19 2001/01/09 21:39:31 bwelling Exp $ */ #ifndef LWD_CLIENT_H #define LWD_CLIENT_H 1 diff --git a/bin/lwresd/err_pkt.c b/bin/lwresd/err_pkt.c index 2fc68d5755..a08d448b0e 100644 --- a/bin/lwresd/err_pkt.c +++ b/bin/lwresd/err_pkt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: err_pkt.c,v 1.7 2000/08/01 01:11:32 tale Exp $ */ +/* $Id: err_pkt.c,v 1.8 2001/01/09 21:39:33 bwelling Exp $ */ #include diff --git a/bin/lwresd/main.c b/bin/lwresd/main.c index cc46f4b610..47d80c05d1 100644 --- a/bin/lwresd/main.c +++ b/bin/lwresd/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: main.c,v 1.45 2000/08/01 01:11:33 tale Exp $ */ +/* $Id: main.c,v 1.46 2001/01/09 21:39:34 bwelling Exp $ */ /* * Main program for the Lightweight Resolver Daemon. diff --git a/bin/lwresd/process_gabn.c b/bin/lwresd/process_gabn.c index 6a92d2501b..8330ce54d8 100644 --- a/bin/lwresd/process_gabn.c +++ b/bin/lwresd/process_gabn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: process_gabn.c,v 1.31 2000/08/01 01:11:34 tale Exp $ */ +/* $Id: process_gabn.c,v 1.32 2001/01/09 21:39:35 bwelling Exp $ */ #include diff --git a/bin/lwresd/process_gnba.c b/bin/lwresd/process_gnba.c index baa90eb53e..a8e1f6bc5f 100644 --- a/bin/lwresd/process_gnba.c +++ b/bin/lwresd/process_gnba.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: process_gnba.c,v 1.26 2000/08/01 01:11:35 tale Exp $ */ +/* $Id: process_gnba.c,v 1.27 2001/01/09 21:39:36 bwelling Exp $ */ #include diff --git a/bin/lwresd/process_noop.c b/bin/lwresd/process_noop.c index ce60fe5bad..b2e66f3546 100644 --- a/bin/lwresd/process_noop.c +++ b/bin/lwresd/process_noop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: process_noop.c,v 1.9 2000/08/01 01:11:36 tale Exp $ */ +/* $Id: process_noop.c,v 1.10 2001/01/09 21:39:37 bwelling Exp $ */ #include diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index b377caa1ff..d5f0b6a8f0 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.63 2000/12/06 01:04:09 bwelling Exp $ +# $Id: Makefile.in,v 1.64 2001/01/09 21:39:38 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/named/aclconf.c b/bin/named/aclconf.c index 0a9a9ffbe0..6b032f829f 100644 --- a/bin/named/aclconf.c +++ b/bin/named/aclconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aclconf.c,v 1.24 2000/11/27 19:42:20 gson Exp $ */ +/* $Id: aclconf.c,v 1.25 2001/01/09 21:39:39 bwelling Exp $ */ #include diff --git a/bin/named/client.c b/bin/named/client.c index 6ca5e5c4d9..4c29c8ef47 100644 --- a/bin/named/client.c +++ b/bin/named/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.c,v 1.137 2001/01/08 20:36:10 bwelling Exp $ */ +/* $Id: client.c,v 1.138 2001/01/09 21:39:41 bwelling Exp $ */ #include diff --git a/bin/named/include/named/aclconf.h b/bin/named/include/named/aclconf.h index 3c10b89ffb..ccdffb8374 100644 --- a/bin/named/include/named/aclconf.h +++ b/bin/named/include/named/aclconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aclconf.h,v 1.10 2000/11/27 19:42:27 gson Exp $ */ +/* $Id: aclconf.h,v 1.11 2001/01/09 21:40:11 bwelling Exp $ */ #ifndef NS_ACLCONF_H #define NS_ACLCONF_H 1 diff --git a/bin/named/include/named/client.h b/bin/named/include/named/client.h index 0f74b0dd45..c1ba4c0485 100644 --- a/bin/named/include/named/client.h +++ b/bin/named/include/named/client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: client.h,v 1.48 2000/12/02 04:29:24 gson Exp $ */ +/* $Id: client.h,v 1.49 2001/01/09 21:40:12 bwelling Exp $ */ #ifndef NAMED_CLIENT_H #define NAMED_CLIENT_H 1 diff --git a/bin/named/include/named/globals.h b/bin/named/include/named/globals.h index 1ec106c536..4e9e477a7a 100644 --- a/bin/named/include/named/globals.h +++ b/bin/named/include/named/globals.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: globals.h,v 1.51 2000/12/12 23:05:57 bwelling Exp $ */ +/* $Id: globals.h,v 1.52 2001/01/09 21:40:13 bwelling Exp $ */ #ifndef NAMED_GLOBALS_H #define NAMED_GLOBALS_H 1 diff --git a/bin/named/include/named/interfacemgr.h b/bin/named/include/named/interfacemgr.h index 727e052530..47f4f0b4a0 100644 --- a/bin/named/include/named/interfacemgr.h +++ b/bin/named/include/named/interfacemgr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfacemgr.h,v 1.21 2000/09/26 18:26:20 gson Exp $ */ +/* $Id: interfacemgr.h,v 1.22 2001/01/09 21:40:14 bwelling Exp $ */ #ifndef NAMED_INTERFACEMGR_H #define NAMED_INTERFACEMGR_H 1 diff --git a/bin/named/include/named/listenlist.h b/bin/named/include/named/listenlist.h index 1f773629cf..567a82a43e 100644 --- a/bin/named/include/named/listenlist.h +++ b/bin/named/include/named/listenlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: listenlist.h,v 1.9 2000/08/01 01:12:06 tale Exp $ */ +/* $Id: listenlist.h,v 1.10 2001/01/09 21:40:16 bwelling Exp $ */ #ifndef NAMED_LISTENLIST_H #define NAMED_LISTENLIST_H 1 diff --git a/bin/named/include/named/log.h b/bin/named/include/named/log.h index 91099fe0a1..403211b724 100644 --- a/bin/named/include/named/log.h +++ b/bin/named/include/named/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.16 2000/11/23 01:32:46 gson Exp $ */ +/* $Id: log.h,v 1.17 2001/01/09 21:40:17 bwelling Exp $ */ #ifndef NAMED_LOG_H #define NAMED_LOG_H 1 diff --git a/bin/named/include/named/logconf.h b/bin/named/include/named/logconf.h index 18502a255c..f8ddfa1f77 100644 --- a/bin/named/include/named/logconf.h +++ b/bin/named/include/named/logconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: logconf.h,v 1.8 2000/08/01 01:12:08 tale Exp $ */ +/* $Id: logconf.h,v 1.9 2001/01/09 21:40:18 bwelling Exp $ */ #ifndef NAMED_LOGCONF_H #define NAMED_LOGCONF_H 1 diff --git a/bin/named/include/named/lwaddr.h b/bin/named/include/named/lwaddr.h index b4906bd437..3dce50f21d 100644 --- a/bin/named/include/named/lwaddr.h +++ b/bin/named/include/named/lwaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwaddr.h,v 1.1 2000/11/15 23:56:23 bwelling Exp $ */ +/* $Id: lwaddr.h,v 1.2 2001/01/09 21:40:19 bwelling Exp $ */ #include diff --git a/bin/named/include/named/lwdclient.h b/bin/named/include/named/lwdclient.h index 981eb7519d..05b9920800 100644 --- a/bin/named/include/named/lwdclient.h +++ b/bin/named/include/named/lwdclient.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdclient.h,v 1.10 2000/11/02 01:53:25 bwelling Exp $ */ +/* $Id: lwdclient.h,v 1.11 2001/01/09 21:40:20 bwelling Exp $ */ #ifndef NAMED_LWDCLIENT_H #define NAMED_LWDCLIENT_H 1 diff --git a/bin/named/include/named/lwresd.h b/bin/named/include/named/lwresd.h index 6ff36cbb2f..f930cad754 100644 --- a/bin/named/include/named/lwresd.h +++ b/bin/named/include/named/lwresd.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.h,v 1.9 2000/10/31 22:39:29 bwelling Exp $ */ +/* $Id: lwresd.h,v 1.10 2001/01/09 21:40:21 bwelling Exp $ */ #ifndef NAMED_LWRESD_H #define NAMED_LWRESD_H 1 diff --git a/bin/named/include/named/lwsearch.h b/bin/named/include/named/lwsearch.h index 7016f4037d..571af7c45d 100644 --- a/bin/named/include/named/lwsearch.h +++ b/bin/named/include/named/lwsearch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwsearch.h,v 1.2 2000/10/28 00:09:46 bwelling Exp $ */ +/* $Id: lwsearch.h,v 1.3 2001/01/09 21:40:22 bwelling Exp $ */ #ifndef NAMED_LWSEARCH_H #define NAMED_LWSEARCH_H 1 diff --git a/bin/named/include/named/main.h b/bin/named/include/named/main.h index a33fec15f5..63b0213c7b 100644 --- a/bin/named/include/named/main.h +++ b/bin/named/include/named/main.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: main.h,v 1.6 2000/08/01 01:12:11 tale Exp $ */ +/* $Id: main.h,v 1.7 2001/01/09 21:40:23 bwelling Exp $ */ #ifndef NAMED_MAIN_H #define NAMED_MAIN_H 1 diff --git a/bin/named/include/named/notify.h b/bin/named/include/named/notify.h index e5d07e1444..bdb5ec789f 100644 --- a/bin/named/include/named/notify.h +++ b/bin/named/include/named/notify.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: notify.h,v 1.8 2000/08/01 01:12:12 tale Exp $ */ +/* $Id: notify.h,v 1.9 2001/01/09 21:40:24 bwelling Exp $ */ #ifndef NAMED_NOTIFY_H #define NAMED_NOTIFY_H 1 diff --git a/bin/named/include/named/omapi.h b/bin/named/include/named/omapi.h index bb8b66b4f6..25070cefc1 100644 --- a/bin/named/include/named/omapi.h +++ b/bin/named/include/named/omapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi.h,v 1.17 2000/12/12 23:03:16 bwelling Exp $ */ +/* $Id: omapi.h,v 1.18 2001/01/09 21:40:26 bwelling Exp $ */ #ifndef NAMED_OMAPI_H #define NAMED_OMAPI_H 1 diff --git a/bin/named/include/named/query.h b/bin/named/include/named/query.h index 3608b5ed6e..996cc66ab9 100644 --- a/bin/named/include/named/query.h +++ b/bin/named/include/named/query.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.h,v 1.25 2001/01/09 18:25:50 gson Exp $ */ +/* $Id: query.h,v 1.26 2001/01/09 21:40:27 bwelling Exp $ */ #ifndef NAMED_QUERY_H #define NAMED_QUERY_H 1 diff --git a/bin/named/include/named/server.h b/bin/named/include/named/server.h index 059ee611a9..001f1e3a29 100644 --- a/bin/named/include/named/server.h +++ b/bin/named/include/named/server.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.h,v 1.48 2000/12/12 21:33:11 bwelling Exp $ */ +/* $Id: server.h,v 1.49 2001/01/09 21:40:28 bwelling Exp $ */ #ifndef NAMED_SERVER_H #define NAMED_SERVER_H 1 diff --git a/bin/named/include/named/sortlist.h b/bin/named/include/named/sortlist.h index f69f88db04..3cf75a9eef 100644 --- a/bin/named/include/named/sortlist.h +++ b/bin/named/include/named/sortlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sortlist.h,v 1.3 2000/11/15 18:12:38 gson Exp $ */ +/* $Id: sortlist.h,v 1.4 2001/01/09 21:40:29 bwelling Exp $ */ #ifndef NAMED_SORTLIST_H #define NAMED_SORTLIST_H 1 diff --git a/bin/named/include/named/tkeyconf.h b/bin/named/include/named/tkeyconf.h index 399e81ed1f..07a5b45b62 100644 --- a/bin/named/include/named/tkeyconf.h +++ b/bin/named/include/named/tkeyconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkeyconf.h,v 1.7 2000/11/27 19:42:29 gson Exp $ */ +/* $Id: tkeyconf.h,v 1.8 2001/01/09 21:40:30 bwelling Exp $ */ #ifndef NS_TKEYCONF_H #define NS_TKEYCONF_H 1 diff --git a/bin/named/include/named/tsigconf.h b/bin/named/include/named/tsigconf.h index a050871f43..e4cea63fef 100644 --- a/bin/named/include/named/tsigconf.h +++ b/bin/named/include/named/tsigconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsigconf.h,v 1.7 2000/11/27 19:42:30 gson Exp $ */ +/* $Id: tsigconf.h,v 1.8 2001/01/09 21:40:31 bwelling Exp $ */ #ifndef NS_TSIGCONF_H #define NS_TSIGCONF_H 1 diff --git a/bin/named/include/named/types.h b/bin/named/include/named/types.h index d5490afe07..de6d65ab4a 100644 --- a/bin/named/include/named/types.h +++ b/bin/named/include/named/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.17 2000/10/31 22:39:30 bwelling Exp $ */ +/* $Id: types.h,v 1.18 2001/01/09 21:40:32 bwelling Exp $ */ #ifndef NAMED_TYPES_H #define NAMED_TYPES_H 1 diff --git a/bin/named/include/named/update.h b/bin/named/include/named/update.h index 227e0980c9..4f9414990e 100644 --- a/bin/named/include/named/update.h +++ b/bin/named/include/named/update.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: update.h,v 1.7 2000/09/13 01:30:34 marka Exp $ */ +/* $Id: update.h,v 1.8 2001/01/09 21:40:33 bwelling Exp $ */ #ifndef NAMED_UPDATE_H #define NAMED_UPDATE_H 1 diff --git a/bin/named/include/named/xfrout.h b/bin/named/include/named/xfrout.h index 85b8b5761a..0acc965814 100644 --- a/bin/named/include/named/xfrout.h +++ b/bin/named/include/named/xfrout.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrout.h,v 1.6 2000/08/01 01:12:19 tale Exp $ */ +/* $Id: xfrout.h,v 1.7 2001/01/09 21:40:34 bwelling Exp $ */ #ifndef NAMED_XFROUT_H #define NAMED_XFROUT_H 1 diff --git a/bin/named/include/named/zoneconf.h b/bin/named/include/named/zoneconf.h index f528b08740..4cbf3e1cb0 100644 --- a/bin/named/include/named/zoneconf.h +++ b/bin/named/include/named/zoneconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zoneconf.h,v 1.14 2000/11/27 19:42:31 gson Exp $ */ +/* $Id: zoneconf.h,v 1.15 2001/01/09 21:40:36 bwelling Exp $ */ #ifndef NS_ZONECONF_H #define NS_ZONECONF_H 1 diff --git a/bin/named/interfacemgr.c b/bin/named/interfacemgr.c index fa8df07984..233c47c598 100644 --- a/bin/named/interfacemgr.c +++ b/bin/named/interfacemgr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfacemgr.c,v 1.54 2000/12/15 01:07:52 gson Exp $ */ +/* $Id: interfacemgr.c,v 1.55 2001/01/09 21:39:42 bwelling Exp $ */ #include diff --git a/bin/named/listenlist.c b/bin/named/listenlist.c index 0d7750686c..d52a452d2a 100644 --- a/bin/named/listenlist.c +++ b/bin/named/listenlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: listenlist.c,v 1.8 2000/08/01 01:11:41 tale Exp $ */ +/* $Id: listenlist.c,v 1.9 2001/01/09 21:39:43 bwelling Exp $ */ #include diff --git a/bin/named/log.c b/bin/named/log.c index 0d35a69144..9192650535 100644 --- a/bin/named/log.c +++ b/bin/named/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.27 2000/12/11 19:19:08 bwelling Exp $ */ +/* $Id: log.c,v 1.28 2001/01/09 21:39:44 bwelling Exp $ */ #include diff --git a/bin/named/logconf.c b/bin/named/logconf.c index 40c081b4cb..57a075f261 100644 --- a/bin/named/logconf.c +++ b/bin/named/logconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: logconf.c,v 1.26 2000/11/29 13:30:43 marka Exp $ */ +/* $Id: logconf.c,v 1.27 2001/01/09 21:39:45 bwelling Exp $ */ #include diff --git a/bin/named/lwaddr.c b/bin/named/lwaddr.c index 0f6153c7db..8ee3929659 100644 --- a/bin/named/lwaddr.c +++ b/bin/named/lwaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwaddr.c,v 1.2 2000/12/11 19:19:09 bwelling Exp $ */ +/* $Id: lwaddr.c,v 1.3 2001/01/09 21:39:46 bwelling Exp $ */ #include diff --git a/bin/named/lwdclient.c b/bin/named/lwdclient.c index 4076eff28a..18ab38c836 100644 --- a/bin/named/lwdclient.c +++ b/bin/named/lwdclient.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdclient.c,v 1.11 2000/11/02 01:53:23 bwelling Exp $ */ +/* $Id: lwdclient.c,v 1.12 2001/01/09 21:39:47 bwelling Exp $ */ #include diff --git a/bin/named/lwderror.c b/bin/named/lwderror.c index 79154d7164..377de58fc0 100644 --- a/bin/named/lwderror.c +++ b/bin/named/lwderror.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwderror.c,v 1.6 2000/11/15 23:29:29 tale Exp $ */ +/* $Id: lwderror.c,v 1.7 2001/01/09 21:39:49 bwelling Exp $ */ #include diff --git a/bin/named/lwdgabn.c b/bin/named/lwdgabn.c index 906f5a49e9..f39e557936 100644 --- a/bin/named/lwdgabn.c +++ b/bin/named/lwdgabn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdgabn.c,v 1.10 2000/11/15 23:56:20 bwelling Exp $ */ +/* $Id: lwdgabn.c,v 1.11 2001/01/09 21:39:50 bwelling Exp $ */ #include diff --git a/bin/named/lwdgnba.c b/bin/named/lwdgnba.c index 9fba0c570f..743c567d40 100644 --- a/bin/named/lwdgnba.c +++ b/bin/named/lwdgnba.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdgnba.c,v 1.10 2001/01/09 17:09:02 gson Exp $ */ +/* $Id: lwdgnba.c,v 1.11 2001/01/09 21:39:51 bwelling Exp $ */ #include diff --git a/bin/named/lwdgrbn.c b/bin/named/lwdgrbn.c index 2924215967..118b764106 100644 --- a/bin/named/lwdgrbn.c +++ b/bin/named/lwdgrbn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdgrbn.c,v 1.6 2000/12/22 21:17:59 gson Exp $ */ +/* $Id: lwdgrbn.c,v 1.7 2001/01/09 21:39:52 bwelling Exp $ */ #include diff --git a/bin/named/lwdnoop.c b/bin/named/lwdnoop.c index 8fd7760307..80b22193e6 100644 --- a/bin/named/lwdnoop.c +++ b/bin/named/lwdnoop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwdnoop.c,v 1.5 2000/10/12 20:45:18 bwelling Exp $ */ +/* $Id: lwdnoop.c,v 1.6 2001/01/09 21:39:53 bwelling Exp $ */ #include diff --git a/bin/named/lwresd.8 b/bin/named/lwresd.8 index 37ede31ccf..be3855657c 100644 --- a/bin/named/lwresd.8 +++ b/bin/named/lwresd.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwresd.8,v 1.9 2000/11/18 02:57:27 bwelling Exp $ +.\" $Id: lwresd.8,v 1.10 2001/01/09 21:47:12 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRESD 8 diff --git a/bin/named/lwresd.c b/bin/named/lwresd.c index 9c36446735..94c563fad9 100644 --- a/bin/named/lwresd.c +++ b/bin/named/lwresd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.c,v 1.27 2000/12/13 00:15:02 tale Exp $ */ +/* $Id: lwresd.c,v 1.28 2001/01/09 21:39:54 bwelling Exp $ */ /* * Main program for the Lightweight Resolver Daemon. diff --git a/bin/named/lwsearch.c b/bin/named/lwsearch.c index fcd5d3819e..3a3fcc9e63 100644 --- a/bin/named/lwsearch.c +++ b/bin/named/lwsearch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwsearch.c,v 1.6 2000/12/23 22:02:47 tale Exp $ */ +/* $Id: lwsearch.c,v 1.7 2001/01/09 21:39:55 bwelling Exp $ */ #include diff --git a/bin/named/main.c b/bin/named/main.c index 0246d79fe0..42d16a1488 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: main.c,v 1.101 2000/12/29 22:31:04 bwelling Exp $ */ +/* $Id: main.c,v 1.102 2001/01/09 21:39:56 bwelling Exp $ */ #include diff --git a/bin/named/named.8 b/bin/named/named.8 index 1b398a2923..0147e8d231 100644 --- a/bin/named/named.8 +++ b/bin/named/named.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named.8,v 1.11 2000/11/18 02:57:29 bwelling Exp $ +.\" $Id: named.8,v 1.12 2001/01/09 21:47:16 bwelling Exp $ .Dd Jun 30, 2000 .Dt NAMED 8 diff --git a/bin/named/notify.c b/bin/named/notify.c index 2a7787fcc3..7dbe25f3f9 100644 --- a/bin/named/notify.c +++ b/bin/named/notify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: notify.c,v 1.22 2000/12/11 19:19:11 bwelling Exp $ */ +/* $Id: notify.c,v 1.23 2001/01/09 21:39:58 bwelling Exp $ */ #include diff --git a/bin/named/omapi.c b/bin/named/omapi.c index c904d61ae2..392f7b4ef4 100644 --- a/bin/named/omapi.c +++ b/bin/named/omapi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi.c,v 1.29 2000/12/15 19:32:55 gson Exp $ */ +/* $Id: omapi.c,v 1.30 2001/01/09 21:39:59 bwelling Exp $ */ /* * Principal Author: DCL diff --git a/bin/named/omapiconf.c b/bin/named/omapiconf.c index d803dcea45..e8eb1487b3 100644 --- a/bin/named/omapiconf.c +++ b/bin/named/omapiconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapiconf.c,v 1.14 2000/11/27 19:42:21 gson Exp $ */ +/* $Id: omapiconf.c,v 1.15 2001/01/09 21:40:00 bwelling Exp $ */ /* * Principal Author: DCL diff --git a/bin/named/query.c b/bin/named/query.c index 156e47a9c2..4eacfd792a 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.170 2001/01/09 18:25:47 gson Exp $ */ +/* $Id: query.c,v 1.171 2001/01/09 21:40:01 bwelling Exp $ */ #include diff --git a/bin/named/server.c b/bin/named/server.c index 4d5ff0ea97..63ec6d7107 100644 --- a/bin/named/server.c +++ b/bin/named/server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: server.c,v 1.277 2001/01/09 18:25:48 gson Exp $ */ +/* $Id: server.c,v 1.278 2001/01/09 21:40:03 bwelling Exp $ */ #include diff --git a/bin/named/sortlist.c b/bin/named/sortlist.c index 5159759f8c..33fd40c1f5 100644 --- a/bin/named/sortlist.c +++ b/bin/named/sortlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sortlist.c,v 1.3 2000/11/15 20:35:13 tale Exp $ */ +/* $Id: sortlist.c,v 1.4 2001/01/09 21:40:04 bwelling Exp $ */ #include diff --git a/bin/named/tkeyconf.c b/bin/named/tkeyconf.c index f4ccc14fec..d4be4f5c57 100644 --- a/bin/named/tkeyconf.c +++ b/bin/named/tkeyconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkeyconf.c,v 1.16 2000/11/27 19:42:23 gson Exp $ */ +/* $Id: tkeyconf.c,v 1.17 2001/01/09 21:40:05 bwelling Exp $ */ #include diff --git a/bin/named/tsigconf.c b/bin/named/tsigconf.c index d5a24fc94a..ec85d580b5 100644 --- a/bin/named/tsigconf.c +++ b/bin/named/tsigconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsigconf.c,v 1.14 2000/11/27 19:42:24 gson Exp $ */ +/* $Id: tsigconf.c,v 1.15 2001/01/09 21:40:06 bwelling Exp $ */ #include diff --git a/bin/named/unix/Makefile.in b/bin/named/unix/Makefile.in index 9133c3b6b1..ad26f16d35 100644 --- a/bin/named/unix/Makefile.in +++ b/bin/named/unix/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:12:20 tale Exp $ +# $Id: Makefile.in,v 1.6 2001/01/09 21:40:37 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/named/unix/include/named/os.h b/bin/named/unix/include/named/os.h index 3073ac808f..7f87b3cd30 100644 --- a/bin/named/unix/include/named/os.h +++ b/bin/named/unix/include/named/os.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.h,v 1.13 2000/11/08 18:58:02 mws Exp $ */ +/* $Id: os.h,v 1.14 2001/01/09 21:40:39 bwelling Exp $ */ #ifndef NS_OS_H #define NS_OS_H 1 diff --git a/bin/named/unix/os.c b/bin/named/unix/os.c index 16fcc7c734..3afdc26877 100644 --- a/bin/named/unix/os.c +++ b/bin/named/unix/os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.37 2001/01/09 00:10:42 bwelling Exp $ */ +/* $Id: os.c,v 1.38 2001/01/09 21:40:38 bwelling Exp $ */ #include #include diff --git a/bin/named/update.c b/bin/named/update.c index 12fa6a9819..2322776197 100644 --- a/bin/named/update.c +++ b/bin/named/update.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: update.c,v 1.79 2000/12/28 01:29:09 marka Exp $ */ +/* $Id: update.c,v 1.80 2001/01/09 21:40:07 bwelling Exp $ */ #include diff --git a/bin/named/xfrout.c b/bin/named/xfrout.c index 8d8991050d..fb357caa67 100644 --- a/bin/named/xfrout.c +++ b/bin/named/xfrout.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrout.c,v 1.89 2001/01/08 18:03:45 gson Exp $ */ +/* $Id: xfrout.c,v 1.90 2001/01/09 21:40:09 bwelling Exp $ */ #include diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 1875f3aefb..9e904c2d3c 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zoneconf.c,v 1.78 2000/12/13 00:15:03 tale Exp $ */ +/* $Id: zoneconf.c,v 1.79 2001/01/09 21:40:10 bwelling Exp $ */ #include diff --git a/bin/nsupdate/Makefile.in b/bin/nsupdate/Makefile.in index bf3e0c1995..afc4c98f40 100644 --- a/bin/nsupdate/Makefile.in +++ b/bin/nsupdate/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2001/01/05 23:54:00 bwelling Exp $ +# $Id: Makefile.in,v 1.10 2001/01/09 21:40:41 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/nsupdate/nsupdate.8 b/bin/nsupdate/nsupdate.8 index ac6a55dee0..21364cc302 100644 --- a/bin/nsupdate/nsupdate.8 +++ b/bin/nsupdate/nsupdate.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: nsupdate.8,v 1.11 2000/11/30 00:20:38 gson Exp $ +.\" $Id: nsupdate.8,v 1.12 2001/01/09 21:47:17 bwelling Exp $ .Dd Jun 30, 2000 .Dt NSUPDATE 8 diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index 3804ef2587..e3e299fc6d 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsupdate.c,v 1.75 2000/12/11 23:09:40 marka Exp $ */ +/* $Id: nsupdate.c,v 1.76 2001/01/09 21:40:42 bwelling Exp $ */ #include diff --git a/bin/rndc/Makefile.in b/bin/rndc/Makefile.in index 28c0c4b2c0..e7dce5f021 100644 --- a/bin/rndc/Makefile.in +++ b/bin/rndc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.14 2000/09/20 19:05:56 gson Exp $ +# $Id: Makefile.in,v 1.15 2001/01/09 21:40:43 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/rndc/rndc.8 b/bin/rndc/rndc.8 index 95d8d44f05..caf0e9ded6 100644 --- a/bin/rndc/rndc.8 +++ b/bin/rndc/rndc.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: rndc.8,v 1.11 2000/11/30 00:20:39 gson Exp $ +.\" $Id: rndc.8,v 1.12 2001/01/09 21:47:19 bwelling Exp $ .Dd Jun 30, 2000 .Dt RDNC 8 diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index a191575847..08209b939a 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.c,v 1.37 2000/12/15 19:39:58 gson Exp $ */ +/* $Id: rndc.c,v 1.38 2001/01/09 21:40:44 bwelling Exp $ */ /* * Principal Author: DCL diff --git a/bin/rndc/rndc.conf b/bin/rndc/rndc.conf index 924767a445..e336547404 100644 --- a/bin/rndc/rndc.conf +++ b/bin/rndc/rndc.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.conf,v 1.6 2000/08/01 01:12:29 tale Exp $ */ +/* $Id: rndc.conf,v 1.7 2001/01/09 21:40:45 bwelling Exp $ */ /* * Sample rndc configuration file. diff --git a/bin/rndc/rndc.conf.5 b/bin/rndc/rndc.conf.5 index 0248f84139..5c6d999e83 100644 --- a/bin/rndc/rndc.conf.5 +++ b/bin/rndc/rndc.conf.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: rndc.conf.5,v 1.9 2000/12/15 00:24:10 gson Exp $ +.\" $Id: rndc.conf.5,v 1.10 2001/01/09 21:47:20 bwelling Exp $ .Dd Jun 30, 2000 .Dt RDNC.CONF 5 diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index fa01a5a5e9..2a9d75ce3e 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.103 2000/10/02 20:13:47 bwelling Exp $ +# $Id: Makefile.in,v 1.104 2001/01/09 21:40:47 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index 712585b0d4..3b65c52871 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb_test.c,v 1.60 2000/12/21 02:50:43 gson Exp $ */ +/* $Id: adb_test.c,v 1.61 2001/01/09 21:40:48 bwelling Exp $ */ #include diff --git a/bin/tests/b8status.pl b/bin/tests/b8status.pl index 03ed3815f7..8b21b67cab 100755 --- a/bin/tests/b8status.pl +++ b/bin/tests/b8status.pl @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b8status.pl,v 1.7 2000/08/01 01:12:33 tale Exp $ +# $Id: b8status.pl,v 1.8 2001/01/09 21:40:49 bwelling Exp $ # # aggregate reports from all bind8 build environments diff --git a/bin/tests/b8t.mk b/bin/tests/b8t.mk index ec9bcea2f0..9bc7d7ed05 100644 --- a/bin/tests/b8t.mk +++ b/bin/tests/b8t.mk @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b8t.mk,v 1.7 2000/08/01 01:12:34 tale Exp $ +# $Id: b8t.mk,v 1.8 2001/01/09 21:40:50 bwelling Exp $ # # bind 8 multi-host make diff --git a/bin/tests/b9status.pl b/bin/tests/b9status.pl index d848c771c5..5a8b973b42 100755 --- a/bin/tests/b9status.pl +++ b/bin/tests/b9status.pl @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b9status.pl,v 1.10 2000/08/01 01:12:35 tale Exp $ +# $Id: b9status.pl,v 1.11 2001/01/09 21:40:51 bwelling Exp $ # # aggregate reports from all bind9 build environments diff --git a/bin/tests/b9t.mk b/bin/tests/b9t.mk index 831b55e3c0..2c0aabfa34 100644 --- a/bin/tests/b9t.mk +++ b/bin/tests/b9t.mk @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: b9t.mk,v 1.9 2000/08/01 01:12:36 tale Exp $ +# $Id: b9t.mk,v 1.10 2001/01/09 21:40:53 bwelling Exp $ # # makefile to configure, build and test bind9 diff --git a/bin/tests/byaddr_test.c b/bin/tests/byaddr_test.c index 63c6f31e24..d08fcf1e1b 100644 --- a/bin/tests/byaddr_test.c +++ b/bin/tests/byaddr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byaddr_test.c,v 1.21 2000/09/15 22:00:02 bwelling Exp $ */ +/* $Id: byaddr_test.c,v 1.22 2001/01/09 21:40:54 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/bin/tests/byname_test.c b/bin/tests/byname_test.c index efab7c66f2..1c13318f51 100644 --- a/bin/tests/byname_test.c +++ b/bin/tests/byname_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byname_test.c,v 1.24 2000/11/10 05:34:08 bwelling Exp $ */ +/* $Id: byname_test.c,v 1.25 2001/01/09 21:40:55 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/bin/tests/compress_test.c b/bin/tests/compress_test.c index 50bf332ba5..f71d0dd68a 100644 --- a/bin/tests/compress_test.c +++ b/bin/tests/compress_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress_test.c,v 1.23 2000/12/29 00:54:21 bwelling Exp $ */ +/* $Id: compress_test.c,v 1.24 2001/01/09 21:40:56 bwelling Exp $ */ #include diff --git a/bin/tests/db/Makefile.in b/bin/tests/db/Makefile.in index bcf2e44ded..784b366c03 100644 --- a/bin/tests/db/Makefile.in +++ b/bin/tests/db/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.18 2000/08/17 02:11:45 bwelling Exp $ +# $Id: Makefile.in,v 1.19 2001/01/09 21:41:50 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/db/t_db.c b/bin/tests/db/t_db.c index 3a8b46f365..91c24bdf29 100644 --- a/bin/tests/db/t_db.c +++ b/bin/tests/db/t_db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_db.c,v 1.26 2000/12/11 23:09:43 marka Exp $ */ +/* $Id: t_db.c,v 1.27 2001/01/09 21:41:51 bwelling Exp $ */ #include diff --git a/bin/tests/db_test.c b/bin/tests/db_test.c index 6739872739..569f2c1d9e 100644 --- a/bin/tests/db_test.c +++ b/bin/tests/db_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db_test.c,v 1.55 2000/11/28 03:34:10 marka Exp $ */ +/* $Id: db_test.c,v 1.56 2001/01/09 21:40:57 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/bin/tests/dispatch_tcp_test.c b/bin/tests/dispatch_tcp_test.c index e985580669..a6f095f828 100644 --- a/bin/tests/dispatch_tcp_test.c +++ b/bin/tests/dispatch_tcp_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch_tcp_test.c,v 1.36 2000/10/06 18:58:10 bwelling Exp $ */ +/* $Id: dispatch_tcp_test.c,v 1.37 2001/01/09 21:40:58 bwelling Exp $ */ #include diff --git a/bin/tests/dispatch_test.c b/bin/tests/dispatch_test.c index 79eb67c85a..6a64ba1326 100644 --- a/bin/tests/dispatch_test.c +++ b/bin/tests/dispatch_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch_test.c,v 1.47 2000/10/06 18:58:11 bwelling Exp $ */ +/* $Id: dispatch_test.c,v 1.48 2001/01/09 21:40:59 bwelling Exp $ */ #include diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index b0c44c4286..2d386f2f8a 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.26 2000/08/22 00:57:46 bwelling Exp $ +# $Id: Makefile.in,v 1.27 2001/01/09 21:41:53 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/dst/dst_test.c b/bin/tests/dst/dst_test.c index b77607f2e0..77fb791ec8 100644 --- a/bin/tests/dst/dst_test.c +++ b/bin/tests/dst/dst_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_test.c,v 1.35 2000/09/19 19:08:42 bwelling Exp $ */ +/* $Id: dst_test.c,v 1.36 2001/01/09 21:41:54 bwelling Exp $ */ #include diff --git a/bin/tests/dst/t_dst.c b/bin/tests/dst/t_dst.c index 8aaa39dd0c..a4dd1bbd22 100644 --- a/bin/tests/dst/t_dst.c +++ b/bin/tests/dst/t_dst.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_dst.c,v 1.42 2000/11/15 00:20:34 tale Exp $ */ +/* $Id: t_dst.c,v 1.43 2001/01/09 21:41:55 bwelling Exp $ */ #include diff --git a/bin/tests/entropy2_test.c b/bin/tests/entropy2_test.c index 4b81d9f2d3..dfd30a7525 100644 --- a/bin/tests/entropy2_test.c +++ b/bin/tests/entropy2_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy2_test.c,v 1.8 2000/08/01 01:12:44 tale Exp $ */ +/* $Id: entropy2_test.c,v 1.9 2001/01/09 21:41:00 bwelling Exp $ */ #include diff --git a/bin/tests/entropy_test.c b/bin/tests/entropy_test.c index 04e8538d69..f2ef177cd9 100644 --- a/bin/tests/entropy_test.c +++ b/bin/tests/entropy_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy_test.c,v 1.15 2000/08/01 01:12:45 tale Exp $ */ +/* $Id: entropy_test.c,v 1.16 2001/01/09 21:41:01 bwelling Exp $ */ #include diff --git a/bin/tests/fsaccess_test.c b/bin/tests/fsaccess_test.c index 03afda1547..acf2b60f4e 100644 --- a/bin/tests/fsaccess_test.c +++ b/bin/tests/fsaccess_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess_test.c,v 1.7 2000/08/01 01:12:46 tale Exp $ */ +/* $Id: fsaccess_test.c,v 1.8 2001/01/09 21:41:03 bwelling Exp $ */ #include diff --git a/bin/tests/genrandom.c b/bin/tests/genrandom.c index e8122f2854..e90cbacc65 100644 --- a/bin/tests/genrandom.c +++ b/bin/tests/genrandom.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: genrandom.c,v 1.7 2000/12/23 22:02:48 tale Exp $ */ +/* $Id: genrandom.c,v 1.8 2001/01/09 21:41:04 bwelling Exp $ */ #include diff --git a/bin/tests/gxba_test.c b/bin/tests/gxba_test.c index 4ae33e4efa..1b084b8a8e 100644 --- a/bin/tests/gxba_test.c +++ b/bin/tests/gxba_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gxba_test.c,v 1.6 2000/08/01 01:12:47 tale Exp $ */ +/* $Id: gxba_test.c,v 1.7 2001/01/09 21:41:05 bwelling Exp $ */ #include diff --git a/bin/tests/gxbn_test.c b/bin/tests/gxbn_test.c index 86be6aac93..cd4b42e450 100644 --- a/bin/tests/gxbn_test.c +++ b/bin/tests/gxbn_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gxbn_test.c,v 1.9 2000/08/01 01:12:49 tale Exp $ */ +/* $Id: gxbn_test.c,v 1.10 2001/01/09 21:41:06 bwelling Exp $ */ #include diff --git a/bin/tests/hash_test.c b/bin/tests/hash_test.c index cdf6b2acec..2c1f52c909 100644 --- a/bin/tests/hash_test.c +++ b/bin/tests/hash_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hash_test.c,v 1.7 2000/08/01 01:12:50 tale Exp $ */ +/* $Id: hash_test.c,v 1.8 2001/01/09 21:41:07 bwelling Exp $ */ #include diff --git a/bin/tests/headerdep_test.sh.in b/bin/tests/headerdep_test.sh.in index 1e1a0fe58c..1e50991bcb 100644 --- a/bin/tests/headerdep_test.sh.in +++ b/bin/tests/headerdep_test.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: headerdep_test.sh.in,v 1.4 2000/08/01 01:12:51 tale Exp $ +# $Id: headerdep_test.sh.in,v 1.5 2001/01/09 21:41:08 bwelling Exp $ # # Check the installed bind9 headers to make sure that no header diff --git a/bin/tests/inter_test.c b/bin/tests/inter_test.c index 824f4325d1..78edaab48e 100644 --- a/bin/tests/inter_test.c +++ b/bin/tests/inter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: inter_test.c,v 1.7 2000/08/01 01:12:52 tale Exp $ */ +/* $Id: inter_test.c,v 1.8 2001/01/09 21:41:09 bwelling Exp $ */ #include diff --git a/bin/tests/journalprint.c b/bin/tests/journalprint.c index 9c59083108..955f43f65e 100644 --- a/bin/tests/journalprint.c +++ b/bin/tests/journalprint.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journalprint.c,v 1.2 2000/10/16 20:42:03 bwelling Exp $ */ +/* $Id: journalprint.c,v 1.3 2001/01/09 21:41:10 bwelling Exp $ */ #include #include diff --git a/bin/tests/keyboard_test.c b/bin/tests/keyboard_test.c index 0838457237..59ecdc665b 100644 --- a/bin/tests/keyboard_test.c +++ b/bin/tests/keyboard_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard_test.c,v 1.7 2000/08/01 01:12:53 tale Exp $ */ +/* $Id: keyboard_test.c,v 1.8 2001/01/09 21:41:11 bwelling Exp $ */ #include diff --git a/bin/tests/lex_test.c b/bin/tests/lex_test.c index 6dbbf4b60b..904b94b1b0 100644 --- a/bin/tests/lex_test.c +++ b/bin/tests/lex_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex_test.c,v 1.17 2000/08/01 01:12:54 tale Exp $ */ +/* $Id: lex_test.c,v 1.18 2001/01/09 21:41:13 bwelling Exp $ */ #include diff --git a/bin/tests/lfsr_test.c b/bin/tests/lfsr_test.c index b53bb2e31f..b882ed5b86 100644 --- a/bin/tests/lfsr_test.c +++ b/bin/tests/lfsr_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lfsr_test.c,v 1.9 2000/08/01 01:12:55 tale Exp $ */ +/* $Id: lfsr_test.c,v 1.10 2001/01/09 21:41:14 bwelling Exp $ */ #include diff --git a/bin/tests/log_test.c b/bin/tests/log_test.c index 244a502229..96e739589a 100644 --- a/bin/tests/log_test.c +++ b/bin/tests/log_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log_test.c,v 1.21 2000/12/23 19:24:18 tale Exp $ */ +/* $Id: log_test.c,v 1.22 2001/01/09 21:41:15 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/bin/tests/lwres_test.c b/bin/tests/lwres_test.c index 069a449d0c..4218398881 100644 --- a/bin/tests/lwres_test.c +++ b/bin/tests/lwres_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_test.c,v 1.24 2000/11/10 05:34:11 bwelling Exp $ */ +/* $Id: lwres_test.c,v 1.25 2001/01/09 21:41:16 bwelling Exp $ */ #include diff --git a/bin/tests/lwresconf_test.c b/bin/tests/lwresconf_test.c index 2b044ac0a0..33f4a502d9 100644 --- a/bin/tests/lwresconf_test.c +++ b/bin/tests/lwresconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresconf_test.c,v 1.9 2000/08/01 01:12:58 tale Exp $ */ +/* $Id: lwresconf_test.c,v 1.10 2001/01/09 21:41:17 bwelling Exp $ */ #include diff --git a/bin/tests/master/Makefile.in b/bin/tests/master/Makefile.in index fc0d2a737f..edb0b5c53b 100644 --- a/bin/tests/master/Makefile.in +++ b/bin/tests/master/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/08/17 02:11:48 bwelling Exp $ +# $Id: Makefile.in,v 1.18 2001/01/09 21:41:56 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/master/t_master.c b/bin/tests/master/t_master.c index 1ec38d5726..99931ba43d 100644 --- a/bin/tests/master/t_master.c +++ b/bin/tests/master/t_master.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_master.c,v 1.28 2000/08/01 01:13:45 tale Exp $ */ +/* $Id: t_master.c,v 1.29 2001/01/09 21:41:57 bwelling Exp $ */ #include diff --git a/bin/tests/master_test.c b/bin/tests/master_test.c index 2e01deb71a..6f33a721a7 100644 --- a/bin/tests/master_test.c +++ b/bin/tests/master_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master_test.c,v 1.26 2001/01/05 03:12:38 marka Exp $ */ +/* $Id: master_test.c,v 1.27 2001/01/09 21:41:18 bwelling Exp $ */ #include diff --git a/bin/tests/mem/Makefile.in b/bin/tests/mem/Makefile.in index 2c96e7ab26..ff468583e1 100644 --- a/bin/tests/mem/Makefile.in +++ b/bin/tests/mem/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.22 2000/08/01 01:13:46 tale Exp $ +# $Id: Makefile.in,v 1.23 2001/01/09 21:41:59 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/mem/t_mem.c b/bin/tests/mem/t_mem.c index 6a8a719c25..787f94b234 100644 --- a/bin/tests/mem/t_mem.c +++ b/bin/tests/mem/t_mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_mem.c,v 1.8 2000/08/01 01:13:47 tale Exp $ */ +/* $Id: t_mem.c,v 1.9 2001/01/09 21:42:00 bwelling Exp $ */ #include diff --git a/bin/tests/mempool_test.c b/bin/tests/mempool_test.c index 06bc36f5d3..23465398a4 100644 --- a/bin/tests/mempool_test.c +++ b/bin/tests/mempool_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mempool_test.c,v 1.11 2000/08/30 01:35:37 bwelling Exp $ */ +/* $Id: mempool_test.c,v 1.12 2001/01/09 21:41:19 bwelling Exp $ */ #include diff --git a/bin/tests/name_test.c b/bin/tests/name_test.c index 444cc87423..438449ee92 100644 --- a/bin/tests/name_test.c +++ b/bin/tests/name_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name_test.c,v 1.32 2000/11/22 00:14:55 halley Exp $ */ +/* $Id: name_test.c,v 1.33 2001/01/09 21:41:20 bwelling Exp $ */ #include diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 9340655085..52b57ff416 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.46 2000/08/02 20:44:18 brister Exp $ */ +/* $Id: named.conf,v 1.47 2001/01/09 21:41:22 bwelling Exp $ */ /* * This is a worthless, nonrunnable example of a named.conf file that has diff --git a/bin/tests/names/Makefile.in b/bin/tests/names/Makefile.in index 9611f0a416..4a06f117d0 100644 --- a/bin/tests/names/Makefile.in +++ b/bin/tests/names/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/08/17 02:11:49 bwelling Exp $ +# $Id: Makefile.in,v 1.18 2001/01/09 21:42:01 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index fc1449d58d..5ae3bf86b5 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_names.c,v 1.31 2000/12/29 00:54:36 bwelling Exp $ */ +/* $Id: t_names.c,v 1.32 2001/01/09 21:42:02 bwelling Exp $ */ #include diff --git a/bin/tests/nconf_test.c b/bin/tests/nconf_test.c index 632960d724..60e80ce882 100644 --- a/bin/tests/nconf_test.c +++ b/bin/tests/nconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nconf_test.c,v 1.19 2000/08/01 01:13:04 tale Exp $ */ +/* $Id: nconf_test.c,v 1.20 2001/01/09 21:41:23 bwelling Exp $ */ #include diff --git a/bin/tests/ndc.conf b/bin/tests/ndc.conf index 17574ef3a4..2def2c774d 100644 --- a/bin/tests/ndc.conf +++ b/bin/tests/ndc.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ndc.conf,v 1.5 2000/08/01 01:13:05 tale Exp $ */ +/* $Id: ndc.conf,v 1.6 2001/01/09 21:41:24 bwelling Exp $ */ options { default-server "velo.jab.fr" ; diff --git a/bin/tests/ndcconf_test.c b/bin/tests/ndcconf_test.c index 20c4db0ee0..b01c43010e 100644 --- a/bin/tests/ndcconf_test.c +++ b/bin/tests/ndcconf_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ndcconf_test.c,v 1.10 2000/08/01 01:13:06 tale Exp $ */ +/* $Id: ndcconf_test.c,v 1.11 2001/01/09 21:41:25 bwelling Exp $ */ #include diff --git a/bin/tests/net/Makefile.in b/bin/tests/net/Makefile.in index 19e22f7a87..599a04bd44 100644 --- a/bin/tests/net/Makefile.in +++ b/bin/tests/net/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.6 2000/08/01 01:14:07 tale Exp $ +# $Id: Makefile.in,v 1.7 2001/01/09 21:42:04 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/net/driver.c b/bin/tests/net/driver.c index e0ce8e95e8..200dad885e 100644 --- a/bin/tests/net/driver.c +++ b/bin/tests/net/driver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: driver.c,v 1.6 2000/08/01 01:14:08 tale Exp $ */ +/* $Id: driver.c,v 1.7 2001/01/09 21:42:05 bwelling Exp $ */ #include diff --git a/bin/tests/net/driver.h b/bin/tests/net/driver.h index 4328ba5f6a..ee206c4f4b 100644 --- a/bin/tests/net/driver.h +++ b/bin/tests/net/driver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: driver.h,v 1.4 2000/08/01 01:14:09 tale Exp $ */ +/* $Id: driver.h,v 1.5 2001/01/09 21:42:06 bwelling Exp $ */ /* * PASSED and FAILED mean the particular test passed or failed. diff --git a/bin/tests/net/netaddr_multicast.c b/bin/tests/net/netaddr_multicast.c index 9d93d84784..ca5edd64a0 100644 --- a/bin/tests/net/netaddr_multicast.c +++ b/bin/tests/net/netaddr_multicast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netaddr_multicast.c,v 1.7 2000/08/01 01:14:10 tale Exp $ */ +/* $Id: netaddr_multicast.c,v 1.8 2001/01/09 21:42:07 bwelling Exp $ */ #include diff --git a/bin/tests/net/sockaddr_multicast.c b/bin/tests/net/sockaddr_multicast.c index 5c301af6a1..a782d6bddf 100644 --- a/bin/tests/net/sockaddr_multicast.c +++ b/bin/tests/net/sockaddr_multicast.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sockaddr_multicast.c,v 1.4 2000/08/01 01:14:12 tale Exp $ */ +/* $Id: sockaddr_multicast.c,v 1.5 2001/01/09 21:42:08 bwelling Exp $ */ #include diff --git a/bin/tests/net/testsuite.h b/bin/tests/net/testsuite.h index 513b49fc54..539320e441 100644 --- a/bin/tests/net/testsuite.h +++ b/bin/tests/net/testsuite.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: testsuite.h,v 1.3 2000/08/01 01:14:13 tale Exp $ */ +/* $Id: testsuite.h,v 1.4 2001/01/09 21:42:09 bwelling Exp $ */ #define SUITENAME "net" diff --git a/bin/tests/nxtify.c b/bin/tests/nxtify.c index 983910df3f..e7f86d2451 100644 --- a/bin/tests/nxtify.c +++ b/bin/tests/nxtify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxtify.c,v 1.18 2000/11/10 03:14:58 bwelling Exp $ */ +/* $Id: nxtify.c,v 1.19 2001/01/09 21:41:26 bwelling Exp $ */ #include diff --git a/bin/tests/omapi_test.c b/bin/tests/omapi_test.c index 117596fe2d..61b97290e5 100644 --- a/bin/tests/omapi_test.c +++ b/bin/tests/omapi_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi_test.c,v 1.27 2000/08/01 01:13:09 tale Exp $ */ +/* $Id: omapi_test.c,v 1.28 2001/01/09 21:41:27 bwelling Exp $ */ /* * Test code for OMAPI. diff --git a/bin/tests/printmsg.c b/bin/tests/printmsg.c index 5ccc68a842..38474e9cc4 100644 --- a/bin/tests/printmsg.c +++ b/bin/tests/printmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: printmsg.c,v 1.23 2000/08/01 01:13:10 tale Exp $ */ +/* $Id: printmsg.c,v 1.24 2001/01/09 21:41:28 bwelling Exp $ */ #include diff --git a/bin/tests/printmsg.h b/bin/tests/printmsg.h index af3459d984..40c969219f 100644 --- a/bin/tests/printmsg.h +++ b/bin/tests/printmsg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: printmsg.h,v 1.8 2000/08/01 01:13:11 tale Exp $ */ +/* $Id: printmsg.h,v 1.9 2001/01/09 21:41:30 bwelling Exp $ */ #ifndef TEST_PRINTMSG_H #define TEST_PRINTMSG_H diff --git a/bin/tests/ratelimiter_test.c b/bin/tests/ratelimiter_test.c index 30a64e8f16..64640d19f5 100644 --- a/bin/tests/ratelimiter_test.c +++ b/bin/tests/ratelimiter_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ratelimiter_test.c,v 1.14 2000/08/01 01:13:12 tale Exp $ */ +/* $Id: ratelimiter_test.c,v 1.15 2001/01/09 21:41:31 bwelling Exp $ */ #include diff --git a/bin/tests/rbt/Makefile.in b/bin/tests/rbt/Makefile.in index b7c09aab6a..73d07bc834 100644 --- a/bin/tests/rbt/Makefile.in +++ b/bin/tests/rbt/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.17 2000/08/17 02:11:50 bwelling Exp $ +# $Id: Makefile.in,v 1.18 2001/01/09 21:42:10 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/rbt/t_rbt.c b/bin/tests/rbt/t_rbt.c index 95e7f34e5e..f6494491a7 100644 --- a/bin/tests/rbt/t_rbt.c +++ b/bin/tests/rbt/t_rbt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_rbt.c,v 1.22 2000/08/09 04:49:44 tale Exp $ */ +/* $Id: t_rbt.c,v 1.23 2001/01/09 21:42:11 bwelling Exp $ */ #include diff --git a/bin/tests/rbt_test.c b/bin/tests/rbt_test.c index 2165af013e..7639accb98 100644 --- a/bin/tests/rbt_test.c +++ b/bin/tests/rbt_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt_test.c,v 1.41 2000/11/20 22:05:35 gson Exp $ */ +/* $Id: rbt_test.c,v 1.42 2001/01/09 21:41:32 bwelling Exp $ */ #include diff --git a/bin/tests/rbt_test.txt b/bin/tests/rbt_test.txt index 4ab7dcd10c..127896db4b 100644 --- a/bin/tests/rbt_test.txt +++ b/bin/tests/rbt_test.txt @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rbt_test.txt,v 1.12 2000/11/15 00:20:59 tale Exp $ +# $Id: rbt_test.txt,v 1.13 2001/01/09 21:41:33 bwelling Exp $ add a.vix.com add b.vix.com diff --git a/bin/tests/rdata_test.c b/bin/tests/rdata_test.c index a9fe7d5383..93df7737c6 100644 --- a/bin/tests/rdata_test.c +++ b/bin/tests/rdata_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata_test.c,v 1.34 2000/12/11 23:09:42 marka Exp $ */ +/* $Id: rdata_test.c,v 1.35 2001/01/09 21:41:34 bwelling Exp $ */ #include diff --git a/bin/tests/resolv.conf.sample b/bin/tests/resolv.conf.sample index fa68d98f7a..869cdf77f8 100644 --- a/bin/tests/resolv.conf.sample +++ b/bin/tests/resolv.conf.sample @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: resolv.conf.sample,v 1.7 2000/10/17 19:28:53 gson Exp $ +# $Id: resolv.conf.sample,v 1.8 2001/01/09 21:41:35 bwelling Exp $ domain jab.fr nameserver 194.150.1.2 ; ignore that diff --git a/bin/tests/rwlock_test.c b/bin/tests/rwlock_test.c index 5f1fb358a8..166c4bca8e 100644 --- a/bin/tests/rwlock_test.c +++ b/bin/tests/rwlock_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rwlock_test.c,v 1.18 2000/08/01 01:13:18 tale Exp $ */ +/* $Id: rwlock_test.c,v 1.19 2001/01/09 21:41:36 bwelling Exp $ */ #include diff --git a/bin/tests/serial_test.c b/bin/tests/serial_test.c index cc89ff4edd..8e7e9d212d 100644 --- a/bin/tests/serial_test.c +++ b/bin/tests/serial_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: serial_test.c,v 1.9 2000/08/01 01:13:19 tale Exp $ */ +/* $Id: serial_test.c,v 1.10 2001/01/09 21:41:37 bwelling Exp $ */ #include diff --git a/bin/tests/shutdown_test.c b/bin/tests/shutdown_test.c index 1ca2361247..0a4e510b8b 100644 --- a/bin/tests/shutdown_test.c +++ b/bin/tests/shutdown_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: shutdown_test.c,v 1.17 2000/11/10 05:34:13 bwelling Exp $ */ +/* $Id: shutdown_test.c,v 1.18 2001/01/09 21:41:38 bwelling Exp $ */ #include diff --git a/bin/tests/sig0_test.c b/bin/tests/sig0_test.c index 64e56dd8a8..12b396d973 100644 --- a/bin/tests/sig0_test.c +++ b/bin/tests/sig0_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sig0_test.c,v 1.4 2000/10/06 18:58:12 bwelling Exp $ */ +/* $Id: sig0_test.c,v 1.5 2001/01/09 21:41:39 bwelling Exp $ */ #include diff --git a/bin/tests/sock_test.c b/bin/tests/sock_test.c index c573633846..0ef03f48d1 100644 --- a/bin/tests/sock_test.c +++ b/bin/tests/sock_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sock_test.c,v 1.46 2000/11/10 05:34:14 bwelling Exp $ */ +/* $Id: sock_test.c,v 1.47 2001/01/09 21:41:41 bwelling Exp $ */ #include diff --git a/bin/tests/sockaddr/Makefile.in b/bin/tests/sockaddr/Makefile.in index dbab4a0edf..daa1f76813 100644 --- a/bin/tests/sockaddr/Makefile.in +++ b/bin/tests/sockaddr/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.11 2000/08/01 01:14:16 tale Exp $ +# $Id: Makefile.in,v 1.12 2001/01/09 21:42:13 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/sockaddr/t_sockaddr.c b/bin/tests/sockaddr/t_sockaddr.c index f368bff3e2..ec931f3d4d 100644 --- a/bin/tests/sockaddr/t_sockaddr.c +++ b/bin/tests/sockaddr/t_sockaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_sockaddr.c,v 1.10 2000/08/01 01:14:17 tale Exp $ */ +/* $Id: t_sockaddr.c,v 1.11 2001/01/09 21:42:14 bwelling Exp $ */ #include diff --git a/bin/tests/sym_test.c b/bin/tests/sym_test.c index ac4271c049..8ecb730417 100644 --- a/bin/tests/sym_test.c +++ b/bin/tests/sym_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sym_test.c,v 1.21 2000/11/10 05:34:15 bwelling Exp $ */ +/* $Id: sym_test.c,v 1.22 2001/01/09 21:41:42 bwelling Exp $ */ #include diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index 589daf8724..c3d6b48694 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.22 2000/12/15 01:40:40 gson Exp $ +# $Id: Makefile.in,v 1.23 2001/01/09 21:42:15 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/system/cleanall.sh b/bin/tests/system/cleanall.sh index 622c4f0ba6..e908ea58c6 100644 --- a/bin/tests/system/cleanall.sh +++ b/bin/tests/system/cleanall.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: cleanall.sh,v 1.6 2000/09/27 20:33:39 bwelling Exp $ +# $Id: cleanall.sh,v 1.7 2001/01/09 21:42:16 bwelling Exp $ # # Clean up after system tests. diff --git a/bin/tests/system/common/controls.conf b/bin/tests/system/common/controls.conf index d17ac88bcd..a662d94f3e 100644 --- a/bin/tests/system/common/controls.conf +++ b/bin/tests/system/common/controls.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: controls.conf,v 1.2 2000/12/19 03:42:34 marka Exp $ */ +/* $Id: controls.conf,v 1.3 2001/01/09 21:42:28 bwelling Exp $ */ key rndc_key { secret "1234abcd8765"; diff --git a/bin/tests/system/common/rndc.conf b/bin/tests/system/common/rndc.conf index f7ca17b859..0f44dd44b6 100644 --- a/bin/tests/system/common/rndc.conf +++ b/bin/tests/system/common/rndc.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.conf,v 1.1 2000/12/18 21:04:15 gson Exp $ */ +/* $Id: rndc.conf,v 1.2 2001/01/09 21:42:29 bwelling Exp $ */ options { default-key "rndc_key"; diff --git a/bin/tests/system/common/root.hint b/bin/tests/system/common/root.hint index 57367c3dbd..2a49717e8d 100644 --- a/bin/tests/system/common/root.hint +++ b/bin/tests/system/common/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/12/22 17:01:51 gson Exp $ +; $Id: root.hint,v 1.2 2001/01/09 21:42:30 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/conf.sh.in b/bin/tests/system/conf.sh.in index 8382a9e4c5..a45a8da3dd 100644 --- a/bin/tests/system/conf.sh.in +++ b/bin/tests/system/conf.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: conf.sh.in,v 1.17 2000/11/10 03:41:08 gson Exp $ +# $Id: conf.sh.in,v 1.18 2001/01/09 21:42:18 bwelling Exp $ # # Common configuration data for system tests, to be sourced into diff --git a/bin/tests/system/dialup/ns1/example.db b/bin/tests/system/dialup/ns1/example.db index 1bdcdbc4a0..7cae39c2f2 100644 --- a/bin/tests/system/dialup/ns1/example.db +++ b/bin/tests/system/dialup/ns1/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.2 2000/11/18 02:57:11 bwelling Exp $ +; $Id: example.db,v 1.3 2001/01/09 21:42:34 bwelling Exp $ @ 3600 SOA hostmaster.ns1 ns1 ( 1 3600 1200 3600000 1200 ) diff --git a/bin/tests/system/dialup/ns1/named.conf b/bin/tests/system/dialup/ns1/named.conf index 510ae095f2..d6c2f039f3 100644 --- a/bin/tests/system/dialup/ns1/named.conf +++ b/bin/tests/system/dialup/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2000/11/28 19:06:08 gson Exp $ */ +/* $Id: named.conf,v 1.4 2001/01/09 21:42:35 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/dialup/ns1/root.db b/bin/tests/system/dialup/ns1/root.db index ca65cd5cd1..453a8ecd17 100644 --- a/bin/tests/system/dialup/ns1/root.db +++ b/bin/tests/system/dialup/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.2 2000/11/18 02:57:12 bwelling Exp $ +; $Id: root.db,v 1.3 2001/01/09 21:42:36 bwelling Exp $ @ 3600 SOA hostmaster.ns1.example ns1.example ( 1 3600 1200 3600000 1200 ) diff --git a/bin/tests/system/dialup/ns2/hint.db b/bin/tests/system/dialup/ns2/hint.db index 5352e69bff..29c85a34d6 100644 --- a/bin/tests/system/dialup/ns2/hint.db +++ b/bin/tests/system/dialup/ns2/hint.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: hint.db,v 1.2 2000/11/18 02:57:13 bwelling Exp $ +; $Id: hint.db,v 1.3 2001/01/09 21:42:37 bwelling Exp $ . 1200 NS ns1.example ns1.example A 10.53.0.1 diff --git a/bin/tests/system/dialup/ns2/named.conf b/bin/tests/system/dialup/ns2/named.conf index 9c867a39bd..7fc502c927 100644 --- a/bin/tests/system/dialup/ns2/named.conf +++ b/bin/tests/system/dialup/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2000/11/28 19:06:10 gson Exp $ */ +/* $Id: named.conf,v 1.4 2001/01/09 21:42:38 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/dialup/ns3/hint.db b/bin/tests/system/dialup/ns3/hint.db index d0dce5633f..73c58729ef 100644 --- a/bin/tests/system/dialup/ns3/hint.db +++ b/bin/tests/system/dialup/ns3/hint.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: hint.db,v 1.2 2000/11/18 02:57:14 bwelling Exp $ +; $Id: hint.db,v 1.3 2001/01/09 21:42:40 bwelling Exp $ . 1200 NS ns1.example ns1.example A 10.53.0.1 diff --git a/bin/tests/system/dialup/ns3/named.conf b/bin/tests/system/dialup/ns3/named.conf index 588790be5b..032612df08 100644 --- a/bin/tests/system/dialup/ns3/named.conf +++ b/bin/tests/system/dialup/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2000/11/28 19:06:11 gson Exp $ */ +/* $Id: named.conf,v 1.4 2001/01/09 21:42:41 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/dialup/setup.sh b/bin/tests/system/dialup/setup.sh index 11255f92ac..51db432ae5 100644 --- a/bin/tests/system/dialup/setup.sh +++ b/bin/tests/system/dialup/setup.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.2 2000/11/18 02:57:09 bwelling Exp $ +# $Id: setup.sh,v 1.3 2001/01/09 21:42:31 bwelling Exp $ rm -f ns2/example.bk rm -f ns3/example.bk diff --git a/bin/tests/system/dialup/tests.sh b/bin/tests/system/dialup/tests.sh index c1350912b0..6da00a4c60 100644 --- a/bin/tests/system/dialup/tests.sh +++ b/bin/tests/system/dialup/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/20 17:53:24 gson Exp $ +# $Id: tests.sh,v 1.3 2001/01/09 21:42:32 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/digcomp.pl b/bin/tests/system/digcomp.pl index 2067957921..6edd3103e0 100644 --- a/bin/tests/system/digcomp.pl +++ b/bin/tests/system/digcomp.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: digcomp.pl,v 1.10 2000/08/01 01:14:22 tale Exp $ +# $Id: digcomp.pl,v 1.11 2001/01/09 21:42:19 bwelling Exp $ # Compare two files, each with the output from dig, for differences. # Ignore "unimportant" differences, like ordering of NS lines, TTL's, diff --git a/bin/tests/system/dnssec/README b/bin/tests/system/dnssec/README index 2fefae859e..bcb3ca3cc2 100644 --- a/bin/tests/system/dnssec/README +++ b/bin/tests/system/dnssec/README @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: README,v 1.4 2000/08/09 04:37:09 tale Exp $ +$Id: README,v 1.5 2001/01/09 21:42:42 bwelling Exp $ The test setup for the DNSSEC tests has a secure root. diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh index 710fbd3e78..ddcc32b65e 100644 --- a/bin/tests/system/dnssec/clean.sh +++ b/bin/tests/system/dnssec/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.9 2000/08/11 18:45:30 bwelling Exp $ +# $Id: clean.sh,v 1.10 2001/01/09 21:42:43 bwelling Exp $ rm -f */K* */keyset-* */signedkey-* */*.signed */trusted.conf rm -f ns1/root.db ns2/example.db ns3/secure.example.db diff --git a/bin/tests/system/dnssec/ns1/named.conf b/bin/tests/system/dnssec/ns1/named.conf index f44609a8e6..02efa28580 100644 --- a/bin/tests/system/dnssec/ns1/named.conf +++ b/bin/tests/system/dnssec/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.15 2000/11/28 19:06:13 gson Exp $ */ +/* $Id: named.conf,v 1.16 2001/01/09 21:42:47 bwelling Exp $ */ // NS1 diff --git a/bin/tests/system/dnssec/ns1/root.db.in b/bin/tests/system/dnssec/ns1/root.db.in index 2ff50fb081..5987424ece 100644 --- a/bin/tests/system/dnssec/ns1/root.db.in +++ b/bin/tests/system/dnssec/ns1/root.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db.in,v 1.5 2000/08/01 01:14:36 tale Exp $ +; $Id: root.db.in,v 1.6 2001/01/09 21:42:48 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index 7e04660a62..4c304b468c 100644 --- a/bin/tests/system/dnssec/ns1/sign.sh +++ b/bin/tests/system/dnssec/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.11 2000/11/22 20:37:47 bwelling Exp $ +# $Id: sign.sh,v 1.12 2001/01/09 21:42:49 bwelling Exp $ SYSTEMTESTTOP=../.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dnssec/ns2/example.db.in b/bin/tests/system/dnssec/ns2/example.db.in index 2c34792567..51fc3b9c41 100644 --- a/bin/tests/system/dnssec/ns2/example.db.in +++ b/bin/tests/system/dnssec/ns2/example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db.in,v 1.6 2000/08/01 01:14:38 tale Exp $ +; $Id: example.db.in,v 1.7 2001/01/09 21:42:50 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns2/insecure.secure.example.db b/bin/tests/system/dnssec/ns2/insecure.secure.example.db index bc42ce31c4..57820111f5 100644 --- a/bin/tests/system/dnssec/ns2/insecure.secure.example.db +++ b/bin/tests/system/dnssec/ns2/insecure.secure.example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: insecure.secure.example.db,v 1.5 2000/08/01 01:14:39 tale Exp $ +; $Id: insecure.secure.example.db,v 1.6 2001/01/09 21:42:51 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns2/named.conf b/bin/tests/system/dnssec/ns2/named.conf index 9d76d3e1a0..0814c7c885 100644 --- a/bin/tests/system/dnssec/ns2/named.conf +++ b/bin/tests/system/dnssec/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.15 2000/11/28 19:06:14 gson Exp $ */ +/* $Id: named.conf,v 1.16 2001/01/09 21:42:52 bwelling Exp $ */ // NS2 diff --git a/bin/tests/system/dnssec/ns2/private.secure.example.db.in b/bin/tests/system/dnssec/ns2/private.secure.example.db.in index bb2119a7bf..c66e09bc87 100644 --- a/bin/tests/system/dnssec/ns2/private.secure.example.db.in +++ b/bin/tests/system/dnssec/ns2/private.secure.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: private.secure.example.db.in,v 1.5 2000/08/01 01:14:41 tale Exp $ +; $Id: private.secure.example.db.in,v 1.6 2001/01/09 21:42:53 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns2/root.hint b/bin/tests/system/dnssec/ns2/root.hint index d4d6b3ffbe..8c397b6cbd 100644 --- a/bin/tests/system/dnssec/ns2/root.hint +++ b/bin/tests/system/dnssec/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:42 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:42:54 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns2/sign.sh b/bin/tests/system/dnssec/ns2/sign.sh index c69577dec1..915a59c25a 100644 --- a/bin/tests/system/dnssec/ns2/sign.sh +++ b/bin/tests/system/dnssec/ns2/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.14 2000/11/22 20:37:48 bwelling Exp $ +# $Id: sign.sh,v 1.15 2001/01/09 21:42:55 bwelling Exp $ SYSTEMTESTTOP=../.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/dnssec/ns3/bogus.example.db.in b/bin/tests/system/dnssec/ns3/bogus.example.db.in index ecaffd9a8a..26959971ad 100644 --- a/bin/tests/system/dnssec/ns3/bogus.example.db.in +++ b/bin/tests/system/dnssec/ns3/bogus.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: bogus.example.db.in,v 1.5 2000/08/01 01:14:45 tale Exp $ +; $Id: bogus.example.db.in,v 1.6 2001/01/09 21:42:57 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns3/insecure.example.db b/bin/tests/system/dnssec/ns3/insecure.example.db index cebdd2673f..4a2adc083d 100644 --- a/bin/tests/system/dnssec/ns3/insecure.example.db +++ b/bin/tests/system/dnssec/ns3/insecure.example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: insecure.example.db,v 1.5 2000/08/01 01:14:46 tale Exp $ +; $Id: insecure.example.db,v 1.6 2001/01/09 21:42:58 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index be0444dbad..9ee6bdd921 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/28 19:06:16 gson Exp $ */ +/* $Id: named.conf,v 1.17 2001/01/09 21:42:59 bwelling Exp $ */ // NS3 diff --git a/bin/tests/system/dnssec/ns3/root.hint b/bin/tests/system/dnssec/ns3/root.hint index 057968ac28..fcda40a4c1 100644 --- a/bin/tests/system/dnssec/ns3/root.hint +++ b/bin/tests/system/dnssec/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:48 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:43:00 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns3/secure.example.db.in b/bin/tests/system/dnssec/ns3/secure.example.db.in index 16884622f9..e0000aff06 100644 --- a/bin/tests/system/dnssec/ns3/secure.example.db.in +++ b/bin/tests/system/dnssec/ns3/secure.example.db.in @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: secure.example.db.in,v 1.7 2000/08/01 01:14:49 tale Exp $ +; $Id: secure.example.db.in,v 1.8 2001/01/09 21:43:01 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/dnssec/ns3/sign.sh b/bin/tests/system/dnssec/ns3/sign.sh index 2a64e80a98..bb89c01ac9 100644 --- a/bin/tests/system/dnssec/ns3/sign.sh +++ b/bin/tests/system/dnssec/ns3/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sign.sh,v 1.11 2000/11/22 20:37:50 bwelling Exp $ +# $Id: sign.sh,v 1.12 2001/01/09 21:43:02 bwelling Exp $ RANDFILE=../random.data diff --git a/bin/tests/system/dnssec/ns4/named.conf b/bin/tests/system/dnssec/ns4/named.conf index 6f674377ad..0fffc49cb9 100644 --- a/bin/tests/system/dnssec/ns4/named.conf +++ b/bin/tests/system/dnssec/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/28 19:06:17 gson Exp $ */ +/* $Id: named.conf,v 1.17 2001/01/09 21:43:04 bwelling Exp $ */ // NS4 diff --git a/bin/tests/system/dnssec/ns4/root.hint b/bin/tests/system/dnssec/ns4/root.hint index ac351dc5f4..6d578c2b2a 100644 --- a/bin/tests/system/dnssec/ns4/root.hint +++ b/bin/tests/system/dnssec/ns4/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:53 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:43:05 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns5/named.conf b/bin/tests/system/dnssec/ns5/named.conf index a31b643f80..12eb6ad327 100644 --- a/bin/tests/system/dnssec/ns5/named.conf +++ b/bin/tests/system/dnssec/ns5/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.14 2000/11/28 19:06:18 gson Exp $ */ +/* $Id: named.conf,v 1.15 2001/01/09 21:43:06 bwelling Exp $ */ // NS5 diff --git a/bin/tests/system/dnssec/ns5/root.hint b/bin/tests/system/dnssec/ns5/root.hint index 31829a022a..8b9d26193f 100644 --- a/bin/tests/system/dnssec/ns5/root.hint +++ b/bin/tests/system/dnssec/ns5/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:14:55 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:43:07 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/dnssec/ns5/trusted.conf.bad b/bin/tests/system/dnssec/ns5/trusted.conf.bad index 863f698783..55ec8df692 100644 --- a/bin/tests/system/dnssec/ns5/trusted.conf.bad +++ b/bin/tests/system/dnssec/ns5/trusted.conf.bad @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: trusted.conf.bad,v 1.5 2000/08/01 01:14:56 tale Exp $ */ +/* $Id: trusted.conf.bad,v 1.6 2001/01/09 21:43:08 bwelling Exp $ */ trusted-keys { "." 256 3 1 "AQO6Cl+slAf+iuieDim9L3kujFHQD7s/IOj03ClMOpKYcTXtK4mRpuULVfvWxDi9Ew/gj0xLnnX7z9OJHIxLI+DSrAHd8Dm0XfBEAtVtJSn70GaPZgnLMw1rk5ap2DsEoWk="; diff --git a/bin/tests/system/dnssec/setup.sh b/bin/tests/system/dnssec/setup.sh index 15b59071b5..1194ebd78d 100644 --- a/bin/tests/system/dnssec/setup.sh +++ b/bin/tests/system/dnssec/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.9 2000/08/08 21:47:55 bwelling Exp $ +# $Id: setup.sh,v 1.10 2001/01/09 21:42:44 bwelling Exp $ ../../genrandom 400 random.data diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index c8268436eb..942f96c3a6 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.28 2001/01/04 00:24:24 bwelling Exp $ +# $Id: tests.sh,v 1.29 2001/01/09 21:42:45 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/forward/clean.sh b/bin/tests/system/forward/clean.sh index dfca01e782..eb655be90f 100644 --- a/bin/tests/system/forward/clean.sh +++ b/bin/tests/system/forward/clean.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.1 2000/08/24 22:23:44 bwelling Exp $ +# $Id: clean.sh,v 1.2 2001/01/09 21:43:10 bwelling Exp $ # # Clean up after forward tests. diff --git a/bin/tests/system/forward/ns1/named.conf b/bin/tests/system/forward/ns1/named.conf index 2d2424eb76..b94bd8d978 100644 --- a/bin/tests/system/forward/ns1/named.conf +++ b/bin/tests/system/forward/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:20 gson Exp $ */ +/* $Id: named.conf,v 1.6 2001/01/09 21:43:12 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/forward/ns2/named.conf b/bin/tests/system/forward/ns2/named.conf index eb031b6388..1a4b0a718b 100644 --- a/bin/tests/system/forward/ns2/named.conf +++ b/bin/tests/system/forward/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:22 gson Exp $ */ +/* $Id: named.conf,v 1.6 2001/01/09 21:43:13 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/forward/ns3/named.conf b/bin/tests/system/forward/ns3/named.conf index 39e6092e8a..3b3c1a0814 100644 --- a/bin/tests/system/forward/ns3/named.conf +++ b/bin/tests/system/forward/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:23 gson Exp $ */ +/* $Id: named.conf,v 1.6 2001/01/09 21:43:15 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/forward/ns4/named.conf b/bin/tests/system/forward/ns4/named.conf index d1495a2d3f..b3dd9abf46 100644 --- a/bin/tests/system/forward/ns4/named.conf +++ b/bin/tests/system/forward/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:24 gson Exp $ */ +/* $Id: named.conf,v 1.6 2001/01/09 21:43:16 bwelling Exp $ */ options { query-source address 10.53.0.4; diff --git a/bin/tests/system/forward/tests.sh b/bin/tests/system/forward/tests.sh index 01c06312c5..d8b80a3cfd 100644 --- a/bin/tests/system/forward/tests.sh +++ b/bin/tests/system/forward/tests.sh @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/20 17:53:27 gson Exp $ +# $Id: tests.sh,v 1.3 2001/01/09 21:43:11 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/glue/clean.sh b/bin/tests/system/glue/clean.sh index a7ef9b146d..9a9aa4170b 100644 --- a/bin/tests/system/glue/clean.sh +++ b/bin/tests/system/glue/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.3 2000/08/01 01:14:57 tale Exp $ +# $Id: clean.sh,v 1.4 2001/01/09 21:43:17 bwelling Exp $ # # Clean up after glue tests. diff --git a/bin/tests/system/glue/ns1/cache b/bin/tests/system/glue/ns1/cache index 53952749a0..6e7b7e6a90 100644 --- a/bin/tests/system/glue/ns1/cache +++ b/bin/tests/system/glue/ns1/cache @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: cache,v 1.3 2000/08/01 01:15:00 tale Exp $ +; $Id: cache,v 1.4 2001/01/09 21:43:20 bwelling Exp $ ; Preloaded cache data for glue test diff --git a/bin/tests/system/glue/ns1/mil.db b/bin/tests/system/glue/ns1/mil.db index eab23582af..296ef3d434 100644 --- a/bin/tests/system/glue/ns1/mil.db +++ b/bin/tests/system/glue/ns1/mil.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: mil.db,v 1.4 2000/08/01 01:15:01 tale Exp $ +; $Id: mil.db,v 1.5 2001/01/09 21:43:21 bwelling Exp $ $ORIGIN mil. $TTL 300 diff --git a/bin/tests/system/glue/ns1/named.conf b/bin/tests/system/glue/ns1/named.conf index c881b6dfcb..ac2a3accfc 100644 --- a/bin/tests/system/glue/ns1/named.conf +++ b/bin/tests/system/glue/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2000/12/12 23:05:58 bwelling Exp $ */ +/* $Id: named.conf,v 1.8 2001/01/09 21:43:22 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/glue/ns1/net.db b/bin/tests/system/glue/ns1/net.db index c2c04b2417..fe3cb20738 100644 --- a/bin/tests/system/glue/ns1/net.db +++ b/bin/tests/system/glue/ns1/net.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: net.db,v 1.4 2000/08/01 01:15:05 tale Exp $ +; $Id: net.db,v 1.5 2001/01/09 21:43:23 bwelling Exp $ $ORIGIN net. $TTL 300 diff --git a/bin/tests/system/glue/ns1/root-servers.nil.db b/bin/tests/system/glue/ns1/root-servers.nil.db index 1d25de1545..93c5abf8c2 100644 --- a/bin/tests/system/glue/ns1/root-servers.nil.db +++ b/bin/tests/system/glue/ns1/root-servers.nil.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root-servers.nil.db,v 1.3 2000/08/01 01:15:06 tale Exp $ +; $Id: root-servers.nil.db,v 1.4 2001/01/09 21:43:24 bwelling Exp $ $TTL 300 @ IN SOA ns hostmaster ( diff --git a/bin/tests/system/glue/ns1/root.db b/bin/tests/system/glue/ns1/root.db index 4878732b62..0da36eef55 100644 --- a/bin/tests/system/glue/ns1/root.db +++ b/bin/tests/system/glue/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.3 2000/08/01 01:15:07 tale Exp $ +; $Id: root.db,v 1.4 2001/01/09 21:43:25 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/glue/tests.sh b/bin/tests/system/glue/tests.sh index f5042eba29..e0b0728384 100644 --- a/bin/tests/system/glue/tests.sh +++ b/bin/tests/system/glue/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.4 2000/08/01 01:14:58 tale Exp $ +# $Id: tests.sh,v 1.5 2001/01/09 21:43:18 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index 3513bc0c2d..508cc13c4c 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ifconfig.sh,v 1.25 2000/11/11 00:19:24 gson Exp $ +# $Id: ifconfig.sh,v 1.26 2001/01/09 21:42:20 bwelling Exp $ # # Set up interface aliases for bind9 system tests. diff --git a/bin/tests/system/limits/clean.sh b/bin/tests/system/limits/clean.sh index 86bf7a5166..3217434860 100644 --- a/bin/tests/system/limits/clean.sh +++ b/bin/tests/system/limits/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.5 2000/08/01 01:15:11 tale Exp $ +# $Id: clean.sh,v 1.6 2001/01/09 21:43:26 bwelling Exp $ # # Clean up after limits tests. diff --git a/bin/tests/system/limits/ns1/example.db b/bin/tests/system/limits/ns1/example.db index 5389924b26..377d2d300e 100644 --- a/bin/tests/system/limits/ns1/example.db +++ b/bin/tests/system/limits/ns1/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.6 2000/08/01 01:15:30 tale Exp $ +; $Id: example.db,v 1.7 2001/01/09 21:43:29 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA ns1.example. hostmaster.example. ( diff --git a/bin/tests/system/limits/ns1/named.conf b/bin/tests/system/limits/ns1/named.conf index ef45e903d9..9b1f6c5938 100644 --- a/bin/tests/system/limits/ns1/named.conf +++ b/bin/tests/system/limits/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.9 2000/11/28 19:06:27 gson Exp $ */ +/* $Id: named.conf,v 1.10 2001/01/09 21:43:30 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/limits/ns1/root.db b/bin/tests/system/limits/ns1/root.db index a32a3f19b0..245115e568 100644 --- a/bin/tests/system/limits/ns1/root.db +++ b/bin/tests/system/limits/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:15:34 tale Exp $ +; $Id: root.db,v 1.6 2001/01/09 21:43:31 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh index 305913ab87..0aded4d3fb 100644 --- a/bin/tests/system/limits/tests.sh +++ b/bin/tests/system/limits/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.12 2000/11/22 01:21:44 gson Exp $ +# $Id: tests.sh,v 1.13 2001/01/09 21:43:27 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/lwresd/Makefile.in b/bin/tests/system/lwresd/Makefile.in index d14d3fc473..3902d2c3b5 100644 --- a/bin/tests/system/lwresd/Makefile.in +++ b/bin/tests/system/lwresd/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:15:35 tale Exp $ +# $Id: Makefile.in,v 1.8 2001/01/09 21:43:33 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/system/lwresd/lwresd1/lwresd.conf b/bin/tests/system/lwresd/lwresd1/lwresd.conf index 583bf488f8..991ba2741c 100644 --- a/bin/tests/system/lwresd/lwresd1/lwresd.conf +++ b/bin/tests/system/lwresd/lwresd1/lwresd.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.conf,v 1.3 2000/10/24 04:30:25 bwelling Exp $ */ +/* $Id: lwresd.conf,v 1.4 2001/01/09 21:43:38 bwelling Exp $ */ options { port 5300; diff --git a/bin/tests/system/lwresd/lwresd1/resolv.conf b/bin/tests/system/lwresd/lwresd1/resolv.conf index 4aed1fa539..3cdea041c6 100644 --- a/bin/tests/system/lwresd/lwresd1/resolv.conf +++ b/bin/tests/system/lwresd/lwresd1/resolv.conf @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: resolv.conf,v 1.7 2000/10/17 19:28:54 gson Exp $ +# $Id: resolv.conf,v 1.8 2001/01/09 21:43:39 bwelling Exp $ nameserver 10.53.0.1 lwserver 10.53.0.1 diff --git a/bin/tests/system/lwresd/lwtest.c b/bin/tests/system/lwresd/lwtest.c index 501b8c3a12..9de726beb3 100644 --- a/bin/tests/system/lwresd/lwtest.c +++ b/bin/tests/system/lwresd/lwtest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwtest.c,v 1.19 2000/12/20 03:42:01 bwelling Exp $ */ +/* $Id: lwtest.c,v 1.20 2001/01/09 21:43:34 bwelling Exp $ */ #include diff --git a/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db b/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db index e5f382096b..0052e06f66 100644 --- a/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db +++ b/bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: 10.10.10.in-addr.arpa.db,v 1.6 2000/08/01 01:15:43 tale Exp $ +; $Id: 10.10.10.in-addr.arpa.db,v 1.7 2001/01/09 21:43:40 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/example1.db b/bin/tests/system/lwresd/ns1/example1.db index 08357acce6..84e1f1a9f3 100644 --- a/bin/tests/system/lwresd/ns1/example1.db +++ b/bin/tests/system/lwresd/ns1/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.9 2000/11/02 02:04:15 bwelling Exp $ +; $Id: example1.db,v 1.10 2001/01/09 21:43:41 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/example2.db b/bin/tests/system/lwresd/ns1/example2.db index 1cae6393cc..2b681d17b7 100644 --- a/bin/tests/system/lwresd/ns1/example2.db +++ b/bin/tests/system/lwresd/ns1/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.5 2000/08/01 01:15:46 tale Exp $ +; $Id: example2.db,v 1.6 2001/01/09 21:43:42 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/ip6.arpa.db b/bin/tests/system/lwresd/ns1/ip6.arpa.db index e4fdc11f83..bd87bace15 100644 --- a/bin/tests/system/lwresd/ns1/ip6.arpa.db +++ b/bin/tests/system/lwresd/ns1/ip6.arpa.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: ip6.arpa.db,v 1.6 2000/10/13 18:51:59 halley Exp $ +; $Id: ip6.arpa.db,v 1.7 2001/01/09 21:43:43 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/ip6.int.db b/bin/tests/system/lwresd/ns1/ip6.int.db index 77d3c0389c..c58e702aa9 100644 --- a/bin/tests/system/lwresd/ns1/ip6.int.db +++ b/bin/tests/system/lwresd/ns1/ip6.int.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: ip6.int.db,v 1.6 2000/08/01 01:15:48 tale Exp $ +; $Id: ip6.int.db,v 1.7 2001/01/09 21:43:44 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA mname1. . ( diff --git a/bin/tests/system/lwresd/ns1/named.conf b/bin/tests/system/lwresd/ns1/named.conf index 9a3353f713..f9c5b9d8dc 100644 --- a/bin/tests/system/lwresd/ns1/named.conf +++ b/bin/tests/system/lwresd/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.10 2000/11/28 19:06:28 gson Exp $ */ +/* $Id: named.conf,v 1.11 2001/01/09 21:43:45 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/lwresd/ns1/root.db b/bin/tests/system/lwresd/ns1/root.db index 465494ba79..d4dbfe33d1 100644 --- a/bin/tests/system/lwresd/ns1/root.db +++ b/bin/tests/system/lwresd/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:15:51 tale Exp $ +; $Id: root.db,v 1.6 2001/01/09 21:43:46 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/lwresd/resolv.conf b/bin/tests/system/lwresd/resolv.conf index e33ab3bbe1..8c69a0a790 100644 --- a/bin/tests/system/lwresd/resolv.conf +++ b/bin/tests/system/lwresd/resolv.conf @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: resolv.conf,v 1.7 2000/10/17 19:28:55 gson Exp $ +# $Id: resolv.conf,v 1.8 2001/01/09 21:43:35 bwelling Exp $ nameserver 10.53.0.1 lwserver 10.53.0.1 diff --git a/bin/tests/system/lwresd/tests.sh b/bin/tests/system/lwresd/tests.sh index a676cb0e67..5d0f7b889b 100644 --- a/bin/tests/system/lwresd/tests.sh +++ b/bin/tests/system/lwresd/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.10 2000/11/20 17:53:29 gson Exp $ +# $Id: tests.sh,v 1.11 2001/01/09 21:43:36 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/notify/clean.sh b/bin/tests/system/notify/clean.sh index e7f72f9855..e8e926bf04 100644 --- a/bin/tests/system/notify/clean.sh +++ b/bin/tests/system/notify/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.6 2000/08/01 01:15:53 tale Exp $ +# $Id: clean.sh,v 1.7 2001/01/09 21:43:48 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/notify/ns1/named.conf b/bin/tests/system/notify/ns1/named.conf index c4dce680b2..c84a1c995f 100644 --- a/bin/tests/system/notify/ns1/named.conf +++ b/bin/tests/system/notify/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/25 02:43:40 marka Exp $ */ +/* $Id: named.conf,v 1.14 2001/01/09 21:43:51 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/notify/ns1/root.db b/bin/tests/system/notify/ns1/root.db index 21a3283554..ad4effa338 100644 --- a/bin/tests/system/notify/ns1/root.db +++ b/bin/tests/system/notify/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:15:59 tale Exp $ +; $Id: root.db,v 1.6 2001/01/09 21:43:52 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/notify/ns2/example1.db b/bin/tests/system/notify/ns2/example1.db index 944bd77b88..292de88eb0 100644 --- a/bin/tests/system/notify/ns2/example1.db +++ b/bin/tests/system/notify/ns2/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.6 2000/08/01 01:16:00 tale Exp $ +; $Id: example1.db,v 1.7 2001/01/09 21:43:54 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/example2.db b/bin/tests/system/notify/ns2/example2.db index 4f0b526956..9b575834d3 100644 --- a/bin/tests/system/notify/ns2/example2.db +++ b/bin/tests/system/notify/ns2/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.6 2000/08/01 01:16:01 tale Exp $ +; $Id: example2.db,v 1.7 2001/01/09 21:43:55 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/example3.db b/bin/tests/system/notify/ns2/example3.db index c0056bbf28..5c4b7fbf68 100644 --- a/bin/tests/system/notify/ns2/example3.db +++ b/bin/tests/system/notify/ns2/example3.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example3.db,v 1.6 2000/08/01 01:16:02 tale Exp $ +; $Id: example3.db,v 1.7 2001/01/09 21:43:56 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/example4.db b/bin/tests/system/notify/ns2/example4.db index 0dd6e133c2..5cdb9581fa 100644 --- a/bin/tests/system/notify/ns2/example4.db +++ b/bin/tests/system/notify/ns2/example4.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example4.db,v 1.6 2000/08/01 01:16:04 tale Exp $ +; $Id: example4.db,v 1.7 2001/01/09 21:43:57 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/notify/ns2/named.conf b/bin/tests/system/notify/ns2/named.conf index 6eb344f950..b8d7db9ae7 100644 --- a/bin/tests/system/notify/ns2/named.conf +++ b/bin/tests/system/notify/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.14 2000/11/25 02:43:41 marka Exp $ */ +/* $Id: named.conf,v 1.15 2001/01/09 21:43:58 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/notify/ns2/root.hint b/bin/tests/system/notify/ns2/root.hint index c0acee977c..3e2a74dca7 100644 --- a/bin/tests/system/notify/ns2/root.hint +++ b/bin/tests/system/notify/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:06 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:43:59 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/notify/ns3/named.conf b/bin/tests/system/notify/ns3/named.conf index cc3db606fd..d1704efa96 100644 --- a/bin/tests/system/notify/ns3/named.conf +++ b/bin/tests/system/notify/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/25 02:43:42 marka Exp $ */ +/* $Id: named.conf,v 1.17 2001/01/09 21:44:00 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/notify/ns3/root.hint b/bin/tests/system/notify/ns3/root.hint index 3a5d223675..e079ae6603 100644 --- a/bin/tests/system/notify/ns3/root.hint +++ b/bin/tests/system/notify/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:09 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:44:01 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/notify/setup.sh b/bin/tests/system/notify/setup.sh index 7b66bf54e2..4226c98da8 100644 --- a/bin/tests/system/notify/setup.sh +++ b/bin/tests/system/notify/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.5 2000/08/01 01:15:54 tale Exp $ +# $Id: setup.sh,v 1.6 2001/01/09 21:43:49 bwelling Exp $ cp ns2/example1.db ns2/example.db diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index dad646e399..8a1ea713a8 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.26 2000/11/20 17:53:32 gson Exp $ +# $Id: tests.sh,v 1.27 2001/01/09 21:43:50 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/nsupdate/clean.sh b/bin/tests/system/nsupdate/clean.sh index 1129f47642..d093badc8d 100644 --- a/bin/tests/system/nsupdate/clean.sh +++ b/bin/tests/system/nsupdate/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.6 2000/12/21 23:44:47 gson Exp $ +# $Id: clean.sh,v 1.7 2001/01/09 21:44:03 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/nsupdate/ns1/example1.db b/bin/tests/system/nsupdate/ns1/example1.db index 51a8d32120..f1d12db6e4 100644 --- a/bin/tests/system/nsupdate/ns1/example1.db +++ b/bin/tests/system/nsupdate/ns1/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.1 2000/12/21 23:44:51 gson Exp $ +; $Id: example1.db,v 1.2 2001/01/09 21:44:07 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/nsupdate/ns1/named.conf b/bin/tests/system/nsupdate/ns1/named.conf index 7550910d3b..468b532724 100644 --- a/bin/tests/system/nsupdate/ns1/named.conf +++ b/bin/tests/system/nsupdate/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2000/11/28 19:06:29 gson Exp $ */ +/* $Id: named.conf,v 1.9 2001/01/09 21:44:09 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/nsupdate/ns2/named.conf b/bin/tests/system/nsupdate/ns2/named.conf index a10c7839ff..09eb0794ae 100644 --- a/bin/tests/system/nsupdate/ns2/named.conf +++ b/bin/tests/system/nsupdate/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2000/11/28 19:06:31 gson Exp $ */ +/* $Id: named.conf,v 1.9 2001/01/09 21:44:10 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/nsupdate/setup.sh b/bin/tests/system/nsupdate/setup.sh index 367e9edf4c..1aa9cf012d 100644 --- a/bin/tests/system/nsupdate/setup.sh +++ b/bin/tests/system/nsupdate/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.5 2000/12/21 23:44:49 gson Exp $ +# $Id: setup.sh,v 1.6 2001/01/09 21:44:04 bwelling Exp $ # # jnl and database files MUST be removed before we start diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index db9a674d54..4bcda13e70 100644 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.16 2000/11/22 18:26:30 gson Exp $ +# $Id: tests.sh,v 1.17 2001/01/09 21:44:05 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl index 9240651bc4..00e6720244 100644 --- a/bin/tests/system/nsupdate/update_test.pl +++ b/bin/tests/system/nsupdate/update_test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -37,7 +37,7 @@ # # perl -MCPAN -e "install Net::DNS" # -# $Id: update_test.pl,v 1.5 2000/12/16 00:58:03 gson Exp $ +# $Id: update_test.pl,v 1.6 2001/01/09 21:44:06 bwelling Exp $ # use Getopt::Std; diff --git a/bin/tests/system/relay/README b/bin/tests/system/relay/README index ca4b6791f1..9a643a833d 100644 --- a/bin/tests/system/relay/README +++ b/bin/tests/system/relay/README @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: README,v 1.2 2000/08/30 19:18:12 gson Exp $ +$Id: README,v 1.3 2001/01/09 21:44:11 bwelling Exp $ ns1 root ns2 master diff --git a/bin/tests/system/relay/clean.sh b/bin/tests/system/relay/clean.sh index ad57d52189..c398d2e594 100644 --- a/bin/tests/system/relay/clean.sh +++ b/bin/tests/system/relay/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.1 2000/08/17 09:18:01 marka Exp $ +# $Id: clean.sh,v 1.2 2001/01/09 21:44:12 bwelling Exp $ # # Clean up after relay transfer tests. diff --git a/bin/tests/system/relay/ns1/named.conf b/bin/tests/system/relay/ns1/named.conf index 10d4ebf928..93edd92957 100644 --- a/bin/tests/system/relay/ns1/named.conf +++ b/bin/tests/system/relay/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:32 gson Exp $ */ +/* $Id: named.conf,v 1.6 2001/01/09 21:44:16 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/relay/ns1/root.db b/bin/tests/system/relay/ns1/root.db index afbf32dc42..fce6e4640e 100644 --- a/bin/tests/system/relay/ns1/root.db +++ b/bin/tests/system/relay/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: root.db,v 1.2 2001/01/09 21:44:17 bwelling Exp $ $TTL 300 . IN SOA a.root-servers.nil. gson.nominum.com. ( diff --git a/bin/tests/system/relay/ns2/example1.db b/bin/tests/system/relay/ns2/example1.db index dd85980a60..40c701ed57 100644 --- a/bin/tests/system/relay/ns2/example1.db +++ b/bin/tests/system/relay/ns2/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example1.db,v 1.2 2001/01/09 21:44:18 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/example2.db b/bin/tests/system/relay/ns2/example2.db index 185a6218b1..ea18ac0945 100644 --- a/bin/tests/system/relay/ns2/example2.db +++ b/bin/tests/system/relay/ns2/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example2.db,v 1.2 2001/01/09 21:44:19 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/example3.db b/bin/tests/system/relay/ns2/example3.db index 931e2c1b07..57d0dca1e8 100644 --- a/bin/tests/system/relay/ns2/example3.db +++ b/bin/tests/system/relay/ns2/example3.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example3.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example3.db,v 1.2 2001/01/09 21:44:20 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/example4.db b/bin/tests/system/relay/ns2/example4.db index 486fbd774c..eb1529c605 100644 --- a/bin/tests/system/relay/ns2/example4.db +++ b/bin/tests/system/relay/ns2/example4.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example4.db,v 1.1 2000/08/17 09:18:02 marka Exp $ +; $Id: example4.db,v 1.2 2001/01/09 21:44:21 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/relay/ns2/named.conf b/bin/tests/system/relay/ns2/named.conf index ab22461662..de97453d45 100644 --- a/bin/tests/system/relay/ns2/named.conf +++ b/bin/tests/system/relay/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/11/28 19:06:34 gson Exp $ */ +/* $Id: named.conf,v 1.5 2001/01/09 21:44:22 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/relay/ns2/root.hint b/bin/tests/system/relay/ns2/root.hint index 8c932310a1..2b6cfab194 100644 --- a/bin/tests/system/relay/ns2/root.hint +++ b/bin/tests/system/relay/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/08/17 09:18:03 marka Exp $ +; $Id: root.hint,v 1.2 2001/01/09 21:44:23 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/relay/ns3/named.conf b/bin/tests/system/relay/ns3/named.conf index cc58a394f6..1db5970a04 100644 --- a/bin/tests/system/relay/ns3/named.conf +++ b/bin/tests/system/relay/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2000/11/28 19:06:35 gson Exp $ */ +/* $Id: named.conf,v 1.7 2001/01/09 21:44:25 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/relay/ns3/root.hint b/bin/tests/system/relay/ns3/root.hint index 8c932310a1..795cf6a4b1 100644 --- a/bin/tests/system/relay/ns3/root.hint +++ b/bin/tests/system/relay/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/08/17 09:18:03 marka Exp $ +; $Id: root.hint,v 1.2 2001/01/09 21:44:26 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/relay/ns4/named.conf b/bin/tests/system/relay/ns4/named.conf index 3d4f0c7635..1900cd6cce 100644 --- a/bin/tests/system/relay/ns4/named.conf +++ b/bin/tests/system/relay/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2000/11/28 19:06:36 gson Exp $ */ +/* $Id: named.conf,v 1.7 2001/01/09 21:44:27 bwelling Exp $ */ options { query-source address 10.53.0.4; diff --git a/bin/tests/system/relay/ns4/root.hint b/bin/tests/system/relay/ns4/root.hint index 8c932310a1..3a71889a21 100644 --- a/bin/tests/system/relay/ns4/root.hint +++ b/bin/tests/system/relay/ns4/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.1 2000/08/17 09:18:03 marka Exp $ +; $Id: root.hint,v 1.2 2001/01/09 21:44:28 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/relay/setup.sh b/bin/tests/system/relay/setup.sh index 5de4a51506..f5567675d0 100644 --- a/bin/tests/system/relay/setup.sh +++ b/bin/tests/system/relay/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.1 2000/08/17 09:18:01 marka Exp $ +# $Id: setup.sh,v 1.2 2001/01/09 21:44:13 bwelling Exp $ cp ns2/example1.db ns2/example.db diff --git a/bin/tests/system/relay/tests.sh b/bin/tests/system/relay/tests.sh index 8d52cf68b1..00a3a7abcf 100644 --- a/bin/tests/system/relay/tests.sh +++ b/bin/tests/system/relay/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/20 17:53:35 gson Exp $ +# $Id: tests.sh,v 1.3 2001/01/09 21:44:14 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/resolver/ans2/ans.pl b/bin/tests/system/resolver/ans2/ans.pl index fae72f5bad..042752035b 100644 --- a/bin/tests/system/resolver/ans2/ans.pl +++ b/bin/tests/system/resolver/ans2/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ans.pl,v 1.5 2000/11/18 02:57:16 bwelling Exp $ +# $Id: ans.pl,v 1.6 2001/01/09 21:44:32 bwelling Exp $ # # Ad hoc name server diff --git a/bin/tests/system/resolver/ans3/ans.pl b/bin/tests/system/resolver/ans3/ans.pl index 1d2e9baaa7..91e99bae5b 100644 --- a/bin/tests/system/resolver/ans3/ans.pl +++ b/bin/tests/system/resolver/ans3/ans.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ans.pl,v 1.4 2000/11/18 02:57:17 bwelling Exp $ +# $Id: ans.pl,v 1.5 2001/01/09 21:44:33 bwelling Exp $ # # Ad hoc name server diff --git a/bin/tests/system/resolver/ns1/named.conf b/bin/tests/system/resolver/ns1/named.conf index 403ebcb379..09c28ddf1b 100644 --- a/bin/tests/system/resolver/ns1/named.conf +++ b/bin/tests/system/resolver/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2000/11/28 19:06:37 gson Exp $ */ +/* $Id: named.conf,v 1.8 2001/01/09 21:44:34 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/resolver/ns1/root.hint b/bin/tests/system/resolver/ns1/root.hint index 8422531e57..f0579c6946 100644 --- a/bin/tests/system/resolver/ns1/root.hint +++ b/bin/tests/system/resolver/ns1/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.3 2000/08/01 01:16:28 tale Exp $ +; $Id: root.hint,v 1.4 2001/01/09 21:44:35 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/resolver/prereq.sh b/bin/tests/system/resolver/prereq.sh index 400c753719..21bbc4813d 100644 --- a/bin/tests/system/resolver/prereq.sh +++ b/bin/tests/system/resolver/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: prereq.sh,v 1.3 2000/08/01 01:16:22 tale Exp $ +# $Id: prereq.sh,v 1.4 2001/01/09 21:44:29 bwelling Exp $ if $PERL -e 'use Net::DNS;' 2>/dev/null then diff --git a/bin/tests/system/resolver/tests.sh b/bin/tests/system/resolver/tests.sh index e4c9d9c2e8..66df2c8361 100644 --- a/bin/tests/system/resolver/tests.sh +++ b/bin/tests/system/resolver/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.5 2000/08/01 01:16:23 tale Exp $ +# $Id: tests.sh,v 1.6 2001/01/09 21:44:30 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh index 04efa90239..aca8eb9cc4 100644 --- a/bin/tests/system/run.sh +++ b/bin/tests/system/run.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: run.sh,v 1.35 2000/12/06 19:37:19 bwelling Exp $ +# $Id: run.sh,v 1.36 2001/01/09 21:42:21 bwelling Exp $ # # Run a system test. diff --git a/bin/tests/system/runall.sh b/bin/tests/system/runall.sh index 0ea7aace7c..d4016fd59c 100644 --- a/bin/tests/system/runall.sh +++ b/bin/tests/system/runall.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: runall.sh,v 1.3 2000/08/01 01:14:25 tale Exp $ +# $Id: runall.sh,v 1.4 2001/01/09 21:42:22 bwelling Exp $ # # Run all the system tests. diff --git a/bin/tests/system/setup.sh b/bin/tests/system/setup.sh index bd255f32b4..3bdba2a25f 100644 --- a/bin/tests/system/setup.sh +++ b/bin/tests/system/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.7 2000/08/01 01:14:26 tale Exp $ +# $Id: setup.sh,v 1.8 2001/01/09 21:42:23 bwelling Exp $ # # Run a system test. diff --git a/bin/tests/system/sortlist/clean.sh b/bin/tests/system/sortlist/clean.sh index 5028bc13b1..34de2382fa 100644 --- a/bin/tests/system/sortlist/clean.sh +++ b/bin/tests/system/sortlist/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.2 2000/11/18 02:57:18 bwelling Exp $ +# $Id: clean.sh,v 1.3 2001/01/09 21:44:37 bwelling Exp $ rm -f *.dig *.good diff --git a/bin/tests/system/sortlist/ns1/example.db b/bin/tests/system/sortlist/ns1/example.db index d86b64d5cd..faa3c9137e 100644 --- a/bin/tests/system/sortlist/ns1/example.db +++ b/bin/tests/system/sortlist/ns1/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.2 2000/11/11 00:26:51 gson Exp $ +; $Id: example.db,v 1.3 2001/01/09 21:44:39 bwelling Exp $ $TTL 300 ; 5 minutes @ IN SOA ns2.example. hostmaster.example. ( diff --git a/bin/tests/system/sortlist/ns1/named.conf b/bin/tests/system/sortlist/ns1/named.conf index 47db7432c2..1b19258c9e 100644 --- a/bin/tests/system/sortlist/ns1/named.conf +++ b/bin/tests/system/sortlist/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/11/28 19:06:39 gson Exp $ */ +/* $Id: named.conf,v 1.5 2001/01/09 21:44:40 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/sortlist/ns1/root.db b/bin/tests/system/sortlist/ns1/root.db index 8b59632ab8..294428a237 100644 --- a/bin/tests/system/sortlist/ns1/root.db +++ b/bin/tests/system/sortlist/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.1 2000/11/10 03:16:16 gson Exp $ +; $Id: root.db,v 1.2 2001/01/09 21:44:41 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/sortlist/tests.sh b/bin/tests/system/sortlist/tests.sh index 36a60788bc..50ae0d2982 100644 --- a/bin/tests/system/sortlist/tests.sh +++ b/bin/tests/system/sortlist/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.2 2000/11/11 00:26:49 gson Exp $ +# $Id: tests.sh,v 1.3 2001/01/09 21:44:38 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index 8cb497cb14..9692ba82d5 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: start.sh,v 1.31 2000/10/05 22:30:57 bwelling Exp $ +# $Id: start.sh,v 1.32 2001/01/09 21:42:24 bwelling Exp $ # # Start name servers for running system tests. diff --git a/bin/tests/system/stop.sh b/bin/tests/system/stop.sh index 009b82c42c..baffd4da34 100644 --- a/bin/tests/system/stop.sh +++ b/bin/tests/system/stop.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: stop.sh,v 1.16 2000/08/01 01:14:29 tale Exp $ +# $Id: stop.sh,v 1.17 2001/01/09 21:42:25 bwelling Exp $ # # Stop name servers. diff --git a/bin/tests/system/stress/clean.sh b/bin/tests/system/stress/clean.sh index 3a51983397..af7753be57 100644 --- a/bin/tests/system/stress/clean.sh +++ b/bin/tests/system/stress/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: clean.sh,v 1.2 2001/01/09 21:44:43 bwelling Exp $ rm -f reload.pid diff --git a/bin/tests/system/stress/ns1/named.conf b/bin/tests/system/stress/ns1/named.conf index 6fd2c3d635..38c2c1791e 100644 --- a/bin/tests/system/stress/ns1/named.conf +++ b/bin/tests/system/stress/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.1 2000/12/22 17:03:02 gson Exp $ */ +/* $Id: named.conf,v 1.2 2001/01/09 21:44:48 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/stress/ns1/root.db b/bin/tests/system/stress/ns1/root.db index 66f9b345ee..0eda45e1e4 100644 --- a/bin/tests/system/stress/ns1/root.db +++ b/bin/tests/system/stress/ns1/root.db @@ -1,3 +1,20 @@ +; Copyright (C) 2000, 2001 Internet Software Consortium. +; +; Permission to use, copy, modify, and distribute this software for any +; purpose with or without fee is hereby granted, provided that the above +; copyright notice and this permission notice appear in all copies. +; +; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM +; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, +; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +; $Id: root.db,v 1.2 2001/01/09 21:44:49 bwelling Exp $ + 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( 2000042100 ; serial diff --git a/bin/tests/system/stress/ns2/named.conf b/bin/tests/system/stress/ns2/named.conf index 5d538fa951..5b2c54c641 100644 --- a/bin/tests/system/stress/ns2/named.conf +++ b/bin/tests/system/stress/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2000/12/22 18:57:16 gson Exp $ */ +/* $Id: named.conf,v 1.3 2001/01/09 21:44:51 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/stress/ns3/named.conf b/bin/tests/system/stress/ns3/named.conf index e27b040ba9..2848240d16 100644 --- a/bin/tests/system/stress/ns3/named.conf +++ b/bin/tests/system/stress/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2000/12/22 18:57:17 gson Exp $ */ +/* $Id: named.conf,v 1.3 2001/01/09 21:44:52 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/stress/ns4/named.conf b/bin/tests/system/stress/ns4/named.conf index e3e6d4934c..b79d3b361f 100644 --- a/bin/tests/system/stress/ns4/named.conf +++ b/bin/tests/system/stress/ns4/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2000/12/22 18:57:18 gson Exp $ */ +/* $Id: named.conf,v 1.3 2001/01/09 21:44:53 bwelling Exp $ */ options { query-source address 10.53.0.4; diff --git a/bin/tests/system/stress/setup.pl b/bin/tests/system/stress/setup.pl index af569cf328..79e2024cd1 100644 --- a/bin/tests/system/stress/setup.pl +++ b/bin/tests/system/stress/setup.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.pl,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: setup.pl,v 1.2 2001/01/09 21:44:44 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/stress/setup.sh b/bin/tests/system/stress/setup.sh index d3e95ca17c..3be940a7bf 100644 --- a/bin/tests/system/stress/setup.sh +++ b/bin/tests/system/stress/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: setup.sh,v 1.2 2001/01/09 21:44:45 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/stress/tests.sh b/bin/tests/system/stress/tests.sh index bb6f3434b3..fc61c26283 100644 --- a/bin/tests/system/stress/tests.sh +++ b/bin/tests/system/stress/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.1 2000/12/22 17:03:01 gson Exp $ +# $Id: tests.sh,v 1.2 2001/01/09 21:44:46 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/stress/update.pl b/bin/tests/system/stress/update.pl index ad5834738b..42a6939543 100644 --- a/bin/tests/system/stress/update.pl +++ b/bin/tests/system/stress/update.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -37,7 +37,7 @@ # # perl -MCPAN -e "install Net::DNS" # -# $Id: update.pl,v 1.1 2000/12/22 17:03:02 gson Exp $ +# $Id: update.pl,v 1.2 2001/01/09 21:44:47 bwelling Exp $ # use Getopt::Std; diff --git a/bin/tests/system/stub/clean.sh b/bin/tests/system/stub/clean.sh index 633e80b46e..a8d3b5939e 100644 --- a/bin/tests/system/stub/clean.sh +++ b/bin/tests/system/stub/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.5 2000/08/01 01:16:30 tale Exp $ +# $Id: clean.sh,v 1.6 2001/01/09 21:44:54 bwelling Exp $ # # Clean up after stub tests. diff --git a/bin/tests/system/stub/ns1/named.conf b/bin/tests/system/stub/ns1/named.conf index 539a515990..1c8e486a8d 100644 --- a/bin/tests/system/stub/ns1/named.conf +++ b/bin/tests/system/stub/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.9 2000/11/28 19:06:40 gson Exp $ */ +/* $Id: named.conf,v 1.10 2001/01/09 21:44:57 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/stub/ns1/root.db b/bin/tests/system/stub/ns1/root.db index 0809f086d2..8e06e0daf3 100644 --- a/bin/tests/system/stub/ns1/root.db +++ b/bin/tests/system/stub/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:16:36 tale Exp $ +; $Id: root.db,v 1.6 2001/01/09 21:44:58 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/stub/ns2/child.example.db b/bin/tests/system/stub/ns2/child.example.db index 86bc07c416..489dc01e34 100644 --- a/bin/tests/system/stub/ns2/child.example.db +++ b/bin/tests/system/stub/ns2/child.example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: child.example.db,v 1.5 2000/08/01 01:16:39 tale Exp $ +; $Id: child.example.db,v 1.6 2001/01/09 21:44:59 bwelling Exp $ $TTL 300 ; 5 minutes child.example. IN SOA ns2.child.example. hostmaster.child.example. ( diff --git a/bin/tests/system/stub/ns2/named.conf b/bin/tests/system/stub/ns2/named.conf index 2980df4d3e..10c94ad38e 100644 --- a/bin/tests/system/stub/ns2/named.conf +++ b/bin/tests/system/stub/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2000/11/28 19:06:41 gson Exp $ */ +/* $Id: named.conf,v 1.9 2001/01/09 21:45:00 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/stub/ns2/root.hint b/bin/tests/system/stub/ns2/root.hint index a80e9339a9..be01060f24 100644 --- a/bin/tests/system/stub/ns2/root.hint +++ b/bin/tests/system/stub/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:41 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:45:01 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/stub/ns3/example.db b/bin/tests/system/stub/ns3/example.db index 1469eced87..7a3bc91570 100644 --- a/bin/tests/system/stub/ns3/example.db +++ b/bin/tests/system/stub/ns3/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.5 2000/08/01 01:16:42 tale Exp $ +; $Id: example.db,v 1.6 2001/01/09 21:45:03 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/stub/ns3/named.conf b/bin/tests/system/stub/ns3/named.conf index 080fc9f200..e12840dfe6 100644 --- a/bin/tests/system/stub/ns3/named.conf +++ b/bin/tests/system/stub/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.9 2000/11/28 19:06:42 gson Exp $ */ +/* $Id: named.conf,v 1.10 2001/01/09 21:45:04 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/stub/ns3/root.hint b/bin/tests/system/stub/ns3/root.hint index f7110cd945..c61d013791 100644 --- a/bin/tests/system/stub/ns3/root.hint +++ b/bin/tests/system/stub/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:44 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:45:05 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/stub/tests.sh b/bin/tests/system/stub/tests.sh index 5026938b1b..976c6efcb2 100644 --- a/bin/tests/system/stub/tests.sh +++ b/bin/tests/system/stub/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.10 2000/11/20 17:53:36 gson Exp $ +# $Id: tests.sh,v 1.11 2001/01/09 21:44:55 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/testsock.pl b/bin/tests/system/testsock.pl index b060ff4b62..3eec18948d 100644 --- a/bin/tests/system/testsock.pl +++ b/bin/tests/system/testsock.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: testsock.pl,v 1.9 2000/08/01 01:14:30 tale Exp $ +# $Id: testsock.pl,v 1.10 2001/01/09 21:42:26 bwelling Exp $ # Test whether the interfaces on 10.53.0.* are up. diff --git a/bin/tests/system/unknown/clean.sh b/bin/tests/system/unknown/clean.sh index 22d4dd6a0d..7884d67df0 100644 --- a/bin/tests/system/unknown/clean.sh +++ b/bin/tests/system/unknown/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.2 2000/11/18 02:57:19 bwelling Exp $ +# $Id: clean.sh,v 1.3 2001/01/09 21:45:06 bwelling Exp $ rm -f dig.out diff --git a/bin/tests/system/unknown/ns1/broken1.db b/bin/tests/system/unknown/ns1/broken1.db index 2fa66b221e..91bef8aeac 100644 --- a/bin/tests/system/unknown/ns1/broken1.db +++ b/bin/tests/system/unknown/ns1/broken1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken1.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: broken1.db,v 1.2 2001/01/09 21:45:09 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken2.db b/bin/tests/system/unknown/ns1/broken2.db index 509c7c7125..9cc461b939 100644 --- a/bin/tests/system/unknown/ns1/broken2.db +++ b/bin/tests/system/unknown/ns1/broken2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken2.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: broken2.db,v 1.2 2001/01/09 21:45:10 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken3.db b/bin/tests/system/unknown/ns1/broken3.db index 133a30acb3..95c14e608b 100644 --- a/bin/tests/system/unknown/ns1/broken3.db +++ b/bin/tests/system/unknown/ns1/broken3.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken3.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: broken3.db,v 1.2 2001/01/09 21:45:11 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken4.db b/bin/tests/system/unknown/ns1/broken4.db index 504a9b4e7e..cf7de15bd1 100644 --- a/bin/tests/system/unknown/ns1/broken4.db +++ b/bin/tests/system/unknown/ns1/broken4.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken4.db,v 1.2 2000/11/20 21:58:43 bwelling Exp $ +; $Id: broken4.db,v 1.3 2001/01/09 21:45:12 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/broken5.db b/bin/tests/system/unknown/ns1/broken5.db index bf7b9ef219..1cb9d0cc13 100644 --- a/bin/tests/system/unknown/ns1/broken5.db +++ b/bin/tests/system/unknown/ns1/broken5.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: broken5.db,v 1.1 2000/11/20 21:58:44 bwelling Exp $ +; $Id: broken5.db,v 1.2 2001/01/09 21:45:13 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/class10.hints b/bin/tests/system/unknown/ns1/class10.hints index 260b095cd7..bd0382d674 100644 --- a/bin/tests/system/unknown/ns1/class10.hints +++ b/bin/tests/system/unknown/ns1/class10.hints @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: class10.hints,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: class10.hints,v 1.2 2001/01/09 21:45:14 bwelling Exp $ $TTL 3600 . NS ns. diff --git a/bin/tests/system/unknown/ns1/example-class10.db b/bin/tests/system/unknown/ns1/example-class10.db index a0ebe162b7..7e02cb05be 100644 --- a/bin/tests/system/unknown/ns1/example-class10.db +++ b/bin/tests/system/unknown/ns1/example-class10.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example-class10.db,v 1.1 2000/11/10 03:05:53 bwelling Exp $ +; $Id: example-class10.db,v 1.2 2001/01/09 21:45:15 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/example-in.db b/bin/tests/system/unknown/ns1/example-in.db index e011507aca..572b1ae22a 100644 --- a/bin/tests/system/unknown/ns1/example-in.db +++ b/bin/tests/system/unknown/ns1/example-in.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example-in.db,v 1.3 2000/11/20 21:58:44 bwelling Exp $ +; $Id: example-in.db,v 1.4 2001/01/09 21:45:16 bwelling Exp $ $TTL 300 ; 5 minutes @ SOA mname1. . ( diff --git a/bin/tests/system/unknown/ns1/named.conf b/bin/tests/system/unknown/ns1/named.conf index bc749ba38d..54c76a67d9 100644 --- a/bin/tests/system/unknown/ns1/named.conf +++ b/bin/tests/system/unknown/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2000/11/28 19:06:44 gson Exp $ */ +/* $Id: named.conf,v 1.7 2001/01/09 21:45:17 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/unknown/tests.sh b/bin/tests/system/unknown/tests.sh index a0e4b711e1..14fd581310 100644 --- a/bin/tests/system/unknown/tests.sh +++ b/bin/tests/system/unknown/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.6 2000/11/20 21:58:42 bwelling Exp $ +# $Id: tests.sh,v 1.7 2001/01/09 21:45:07 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/upforwd/clean.sh b/bin/tests/system/upforwd/clean.sh index bff9de0342..27a8f8c5b4 100644 --- a/bin/tests/system/upforwd/clean.sh +++ b/bin/tests/system/upforwd/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.3 2000/11/16 00:20:22 bwelling Exp $ +# $Id: clean.sh,v 1.4 2001/01/09 21:45:19 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/upforwd/ns1/example.orig b/bin/tests/system/upforwd/ns1/example.orig index 06a3833c23..c05713f07c 100644 --- a/bin/tests/system/upforwd/ns1/example.orig +++ b/bin/tests/system/upforwd/ns1/example.orig @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.orig,v 1.2 2000/11/06 08:33:09 marka Exp $ +; $Id: example.orig,v 1.3 2001/01/09 21:45:22 bwelling Exp $ @ 3600 SOA n1.example. hostmaster.ns1.example. ( 1 3600 1200 604800 7200 ) diff --git a/bin/tests/system/upforwd/ns1/named.conf b/bin/tests/system/upforwd/ns1/named.conf index fd365d746a..e633604b87 100644 --- a/bin/tests/system/upforwd/ns1/named.conf +++ b/bin/tests/system/upforwd/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2000/11/28 19:06:45 gson Exp $ */ +/* $Id: named.conf,v 1.6 2001/01/09 21:45:23 bwelling Exp $ */ key "update.example." { algorithm "hmac-md5"; diff --git a/bin/tests/system/upforwd/ns2/named.conf b/bin/tests/system/upforwd/ns2/named.conf index e038cc0610..065c6b47f6 100644 --- a/bin/tests/system/upforwd/ns2/named.conf +++ b/bin/tests/system/upforwd/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/11/28 19:06:46 gson Exp $ */ +/* $Id: named.conf,v 1.5 2001/01/09 21:45:25 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/upforwd/ns3/named.conf b/bin/tests/system/upforwd/ns3/named.conf index 6ffb3fc6b1..1396c181dd 100644 --- a/bin/tests/system/upforwd/ns3/named.conf +++ b/bin/tests/system/upforwd/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2000/12/01 21:37:13 gson Exp $ */ +/* $Id: named.conf,v 1.5 2001/01/09 21:45:26 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index de05eec645..887965f418 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.2 2000/09/13 01:24:05 marka Exp $ +# $Id: setup.sh,v 1.3 2001/01/09 21:45:20 bwelling Exp $ cp ns1/example.orig ns1/example.db rm -f ns1/example.db.jnl ns2/example.bk ns2/example.bk.jnl diff --git a/bin/tests/system/upforwd/tests.sh b/bin/tests/system/upforwd/tests.sh index cf0cdfd137..73e29b0343 100644 --- a/bin/tests/system/upforwd/tests.sh +++ b/bin/tests/system/upforwd/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.6 2000/12/01 21:37:10 gson Exp $ +# $Id: tests.sh,v 1.7 2001/01/09 21:45:21 bwelling Exp $ # ns1 = stealth master # ns2 = slave with update forwarding disabled; not currently used diff --git a/bin/tests/system/views/clean.sh b/bin/tests/system/views/clean.sh index ecf3a0a464..f0b548d125 100644 --- a/bin/tests/system/views/clean.sh +++ b/bin/tests/system/views/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.6 2000/08/01 01:16:45 tale Exp $ +# $Id: clean.sh,v 1.7 2001/01/09 21:45:27 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/views/ns1/named.conf b/bin/tests/system/views/ns1/named.conf index eee2bf45da..25223d8607 100644 --- a/bin/tests/system/views/ns1/named.conf +++ b/bin/tests/system/views/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.12 2000/11/28 19:06:49 gson Exp $ */ +/* $Id: named.conf,v 1.13 2001/01/09 21:45:31 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/views/ns1/root.db b/bin/tests/system/views/ns1/root.db index 5eba63e058..85a5247f3b 100644 --- a/bin/tests/system/views/ns1/root.db +++ b/bin/tests/system/views/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:16:52 tale Exp $ +; $Id: root.db,v 1.6 2001/01/09 21:45:32 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/views/ns2/example1.db b/bin/tests/system/views/ns2/example1.db index 3c0844dae0..739aadde2a 100644 --- a/bin/tests/system/views/ns2/example1.db +++ b/bin/tests/system/views/ns2/example1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example1.db,v 1.5 2000/08/01 01:16:53 tale Exp $ +; $Id: example1.db,v 1.6 2001/01/09 21:45:33 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns2/example2.db b/bin/tests/system/views/ns2/example2.db index 4f4ec199f7..ebf284db7c 100644 --- a/bin/tests/system/views/ns2/example2.db +++ b/bin/tests/system/views/ns2/example2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example2.db,v 1.5 2000/08/01 01:16:55 tale Exp $ +; $Id: example2.db,v 1.6 2001/01/09 21:45:34 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns2/internal.db b/bin/tests/system/views/ns2/internal.db index 39559f1983..2f4df97c35 100644 --- a/bin/tests/system/views/ns2/internal.db +++ b/bin/tests/system/views/ns2/internal.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: internal.db,v 1.5 2000/08/01 01:16:56 tale Exp $ +; $Id: internal.db,v 1.6 2001/01/09 21:45:35 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns2/named1.conf b/bin/tests/system/views/ns2/named1.conf index 197ff82b8a..ba1fa2a534 100644 --- a/bin/tests/system/views/ns2/named1.conf +++ b/bin/tests/system/views/ns2/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.14 2000/12/18 23:24:23 gson Exp $ */ +/* $Id: named1.conf,v 1.15 2001/01/09 21:45:36 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/views/ns2/named2.conf b/bin/tests/system/views/ns2/named2.conf index 48cc108ddd..aab3fd9d0d 100644 --- a/bin/tests/system/views/ns2/named2.conf +++ b/bin/tests/system/views/ns2/named2.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named2.conf,v 1.16 2000/12/19 03:42:36 marka Exp $ */ +/* $Id: named2.conf,v 1.17 2001/01/09 21:45:37 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/views/ns2/root.hint b/bin/tests/system/views/ns2/root.hint index daf194182e..52cf3b971d 100644 --- a/bin/tests/system/views/ns2/root.hint +++ b/bin/tests/system/views/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:16:59 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:45:38 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/views/ns3/internal.db b/bin/tests/system/views/ns3/internal.db index dee6bdb10f..3d2f4fa560 100644 --- a/bin/tests/system/views/ns3/internal.db +++ b/bin/tests/system/views/ns3/internal.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: internal.db,v 1.5 2000/08/01 01:17:01 tale Exp $ +; $Id: internal.db,v 1.6 2001/01/09 21:45:40 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/views/ns3/named1.conf b/bin/tests/system/views/ns3/named1.conf index 9cc1ea1d5b..66823ecdd5 100644 --- a/bin/tests/system/views/ns3/named1.conf +++ b/bin/tests/system/views/ns3/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.13 2000/11/28 19:06:53 gson Exp $ */ +/* $Id: named1.conf,v 1.14 2001/01/09 21:45:41 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/views/ns3/named2.conf b/bin/tests/system/views/ns3/named2.conf index 198aaf0027..20d8530d23 100644 --- a/bin/tests/system/views/ns3/named2.conf +++ b/bin/tests/system/views/ns3/named2.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named2.conf,v 1.13 2000/11/28 19:06:54 gson Exp $ */ +/* $Id: named2.conf,v 1.14 2001/01/09 21:45:42 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/views/ns3/root.hint b/bin/tests/system/views/ns3/root.hint index c4fdf239a5..2b05f2215f 100644 --- a/bin/tests/system/views/ns3/root.hint +++ b/bin/tests/system/views/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:04 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:45:43 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/views/setup.sh b/bin/tests/system/views/setup.sh index 7a121e8ade..6ba76f0dc3 100644 --- a/bin/tests/system/views/setup.sh +++ b/bin/tests/system/views/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.5 2000/08/01 01:16:48 tale Exp $ +# $Id: setup.sh,v 1.6 2001/01/09 21:45:28 bwelling Exp $ cp ns2/example1.db ns2/example.db diff --git a/bin/tests/system/views/tests.sh b/bin/tests/system/views/tests.sh index 56af567d21..d2395ac973 100644 --- a/bin/tests/system/views/tests.sh +++ b/bin/tests/system/views/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.24 2000/12/18 23:24:22 gson Exp $ +# $Id: tests.sh,v 1.25 2001/01/09 21:45:29 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh index 0901f3d70f..83c9ad2e25 100644 --- a/bin/tests/system/xfer/clean.sh +++ b/bin/tests/system/xfer/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.8 2000/08/01 01:17:06 tale Exp $ +# $Id: clean.sh,v 1.9 2001/01/09 21:45:44 bwelling Exp $ # # Clean up after zone transfer tests. diff --git a/bin/tests/system/xfer/ns1/named.conf b/bin/tests/system/xfer/ns1/named.conf index d82e62ad21..752c38d934 100644 --- a/bin/tests/system/xfer/ns1/named.conf +++ b/bin/tests/system/xfer/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/28 19:06:56 gson Exp $ */ +/* $Id: named.conf,v 1.14 2001/01/09 21:45:47 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/xfer/ns1/root.db b/bin/tests/system/xfer/ns1/root.db index 28a3527004..f3ba3feada 100644 --- a/bin/tests/system/xfer/ns1/root.db +++ b/bin/tests/system/xfer/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.5 2000/08/01 01:17:09 tale Exp $ +; $Id: root.db,v 1.6 2001/01/09 21:45:48 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/xfer/ns2/example.db b/bin/tests/system/xfer/ns2/example.db index 221a00af47..dfbe9f3227 100644 --- a/bin/tests/system/xfer/ns2/example.db +++ b/bin/tests/system/xfer/ns2/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.6 2000/08/01 01:17:10 tale Exp $ +; $Id: example.db,v 1.7 2001/01/09 21:45:49 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/xfer/ns2/named.conf b/bin/tests/system/xfer/ns2/named.conf index 6aea94f92f..e73af68c5d 100644 --- a/bin/tests/system/xfer/ns2/named.conf +++ b/bin/tests/system/xfer/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/28 19:06:57 gson Exp $ */ +/* $Id: named.conf,v 1.14 2001/01/09 21:45:50 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/xfer/ns2/root.hint b/bin/tests/system/xfer/ns2/root.hint index 22ee5d6a32..2fb4df636f 100644 --- a/bin/tests/system/xfer/ns2/root.hint +++ b/bin/tests/system/xfer/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:13 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:45:51 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/xfer/ns2/tsigzone.db b/bin/tests/system/xfer/ns2/tsigzone.db index 8dd0d9959d..7b49761732 100644 --- a/bin/tests/system/xfer/ns2/tsigzone.db +++ b/bin/tests/system/xfer/ns2/tsigzone.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: tsigzone.db,v 1.5 2000/08/01 01:17:14 tale Exp $ +; $Id: tsigzone.db,v 1.6 2001/01/09 21:45:53 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/xfer/ns3/named.conf b/bin/tests/system/xfer/ns3/named.conf index df960dc9b3..9955b87be4 100644 --- a/bin/tests/system/xfer/ns3/named.conf +++ b/bin/tests/system/xfer/ns3/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2000/11/28 19:06:58 gson Exp $ */ +/* $Id: named.conf,v 1.14 2001/01/09 21:45:54 bwelling Exp $ */ options { query-source address 10.53.0.3; diff --git a/bin/tests/system/xfer/ns3/root.hint b/bin/tests/system/xfer/ns3/root.hint index c5247d51b7..f21ae12958 100644 --- a/bin/tests/system/xfer/ns3/root.hint +++ b/bin/tests/system/xfer/ns3/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:17 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:45:55 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/xfer/tests.sh b/bin/tests/system/xfer/tests.sh index ca004b79db..f360c550c0 100644 --- a/bin/tests/system/xfer/tests.sh +++ b/bin/tests/system/xfer/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.23 2000/12/18 22:39:17 gson Exp $ +# $Id: tests.sh,v 1.24 2001/01/09 21:45:45 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/xferquota/clean.sh b/bin/tests/system/xferquota/clean.sh index cca281731c..56cdb30f92 100644 --- a/bin/tests/system/xferquota/clean.sh +++ b/bin/tests/system/xferquota/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.7 2000/08/01 01:17:18 tale Exp $ +# $Id: clean.sh,v 1.8 2001/01/09 21:45:56 bwelling Exp $ # # Clean up after zone transfer quota tests. diff --git a/bin/tests/system/xferquota/ns1/changing1.db b/bin/tests/system/xferquota/ns1/changing1.db index 3fb69fd831..93a52db921 100644 --- a/bin/tests/system/xferquota/ns1/changing1.db +++ b/bin/tests/system/xferquota/ns1/changing1.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: changing1.db,v 1.5 2000/08/01 01:17:23 tale Exp $ +; $Id: changing1.db,v 1.6 2001/01/09 21:46:01 bwelling Exp $ $TTL 600 diff --git a/bin/tests/system/xferquota/ns1/changing2.db b/bin/tests/system/xferquota/ns1/changing2.db index 7a241b25f9..e96e502614 100644 --- a/bin/tests/system/xferquota/ns1/changing2.db +++ b/bin/tests/system/xferquota/ns1/changing2.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: changing2.db,v 1.5 2000/08/01 01:17:24 tale Exp $ +; $Id: changing2.db,v 1.6 2001/01/09 21:46:02 bwelling Exp $ $TTL 600 diff --git a/bin/tests/system/xferquota/ns1/named.conf b/bin/tests/system/xferquota/ns1/named.conf index 0ce1a544b5..842a4998c6 100644 --- a/bin/tests/system/xferquota/ns1/named.conf +++ b/bin/tests/system/xferquota/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2000/11/28 19:06:59 gson Exp $ */ +/* $Id: named.conf,v 1.17 2001/01/09 21:46:03 bwelling Exp $ */ options { query-source address 10.53.0.1; diff --git a/bin/tests/system/xferquota/ns1/root.db b/bin/tests/system/xferquota/ns1/root.db index f56740f4aa..44e45b1953 100644 --- a/bin/tests/system/xferquota/ns1/root.db +++ b/bin/tests/system/xferquota/ns1/root.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.db,v 1.6 2000/08/01 01:17:28 tale Exp $ +; $Id: root.db,v 1.7 2001/01/09 21:46:04 bwelling Exp $ $TTL 300 . IN SOA gson.nominum.com. a.root.servers.nil. ( diff --git a/bin/tests/system/xferquota/ns2/example.db b/bin/tests/system/xferquota/ns2/example.db index 51dc5277b0..5bfce75a15 100644 --- a/bin/tests/system/xferquota/ns2/example.db +++ b/bin/tests/system/xferquota/ns2/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: example.db,v 1.5 2000/08/01 01:17:29 tale Exp $ +; $Id: example.db,v 1.6 2001/01/09 21:46:05 bwelling Exp $ $ORIGIN . $TTL 300 ; 5 minutes diff --git a/bin/tests/system/xferquota/ns2/named.conf b/bin/tests/system/xferquota/ns2/named.conf index 630524f645..5b65dcd72e 100644 --- a/bin/tests/system/xferquota/ns2/named.conf +++ b/bin/tests/system/xferquota/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.15 2000/11/28 19:07:00 gson Exp $ */ +/* $Id: named.conf,v 1.16 2001/01/09 21:46:06 bwelling Exp $ */ options { query-source address 10.53.0.2; diff --git a/bin/tests/system/xferquota/ns2/root.hint b/bin/tests/system/xferquota/ns2/root.hint index 34737b43ca..7f43fd8763 100644 --- a/bin/tests/system/xferquota/ns2/root.hint +++ b/bin/tests/system/xferquota/ns2/root.hint @@ -1,4 +1,4 @@ -; Copyright (C) 2000 Internet Software Consortium. +; Copyright (C) 2000, 2001 Internet Software Consortium. ; ; 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 +13,7 @@ ; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION ; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -; $Id: root.hint,v 1.5 2000/08/01 01:17:31 tale Exp $ +; $Id: root.hint,v 1.6 2001/01/09 21:46:08 bwelling Exp $ $TTL 999999 . IN NS a.root-servers.nil. diff --git a/bin/tests/system/xferquota/setup.pl b/bin/tests/system/xferquota/setup.pl index 4e18ee2822..9fe1f3e416 100644 --- a/bin/tests/system/xferquota/setup.pl +++ b/bin/tests/system/xferquota/setup.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.pl,v 1.9 2000/08/01 01:17:19 tale Exp $ +# $Id: setup.pl,v 1.10 2001/01/09 21:45:57 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/xferquota/setup.sh b/bin/tests/system/xferquota/setup.sh index e595ec7158..24f5378e9b 100644 --- a/bin/tests/system/xferquota/setup.sh +++ b/bin/tests/system/xferquota/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: setup.sh,v 1.10 2000/08/01 01:17:20 tale Exp $ +# $Id: setup.sh,v 1.11 2001/01/09 21:45:58 bwelling Exp $ # # Set up test data for zone transfer quota tests. diff --git a/bin/tests/system/xferquota/tests.sh b/bin/tests/system/xferquota/tests.sh index 6a667740a9..39fa7286d1 100644 --- a/bin/tests/system/xferquota/tests.sh +++ b/bin/tests/system/xferquota/tests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: tests.sh,v 1.19 2000/08/01 01:17:21 tale Exp $ +# $Id: tests.sh,v 1.20 2001/01/09 21:45:59 bwelling Exp $ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/t_api.pl b/bin/tests/t_api.pl index 93f9700245..c7551ce68f 100644 --- a/bin/tests/t_api.pl +++ b/bin/tests/t_api.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: t_api.pl,v 1.6 2000/08/01 01:13:24 tale Exp $ +# $Id: t_api.pl,v 1.7 2001/01/09 21:41:43 bwelling Exp $ require "getopts.pl"; diff --git a/bin/tests/task_test.c b/bin/tests/task_test.c index 85afe793ca..72af5bb9e4 100644 --- a/bin/tests/task_test.c +++ b/bin/tests/task_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task_test.c,v 1.46 2000/08/01 01:13:25 tale Exp $ */ +/* $Id: task_test.c,v 1.47 2001/01/09 21:41:44 bwelling Exp $ */ #include diff --git a/bin/tests/tasks/Makefile.in b/bin/tests/tasks/Makefile.in index c9f4ee7a86..4c4ab21760 100644 --- a/bin/tests/tasks/Makefile.in +++ b/bin/tests/tasks/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.20 2000/08/01 01:17:32 tale Exp $ +# $Id: Makefile.in,v 1.21 2001/01/09 21:46:09 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/tasks/t_tasks.c b/bin/tests/tasks/t_tasks.c index 6a7edfb624..187458617c 100644 --- a/bin/tests/tasks/t_tasks.c +++ b/bin/tests/tasks/t_tasks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_tasks.c,v 1.21 2001/01/05 01:58:26 gson Exp $ */ +/* $Id: t_tasks.c,v 1.22 2001/01/09 21:46:10 bwelling Exp $ */ #include diff --git a/bin/tests/timer_test.c b/bin/tests/timer_test.c index f5caf25f56..7185e44b7d 100644 --- a/bin/tests/timer_test.c +++ b/bin/tests/timer_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer_test.c,v 1.35 2000/11/10 05:34:16 bwelling Exp $ */ +/* $Id: timer_test.c,v 1.36 2001/01/09 21:41:45 bwelling Exp $ */ #include diff --git a/bin/tests/timers/Makefile.in b/bin/tests/timers/Makefile.in index 9a7dd50a4e..56eb5a46d8 100644 --- a/bin/tests/timers/Makefile.in +++ b/bin/tests/timers/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.18 2000/08/01 01:17:35 tale Exp $ +# $Id: Makefile.in,v 1.19 2001/01/09 21:46:11 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/bin/tests/timers/t_timers.c b/bin/tests/timers/t_timers.c index e40a516918..3f8abf62fe 100644 --- a/bin/tests/timers/t_timers.c +++ b/bin/tests/timers/t_timers.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_timers.c,v 1.17 2001/01/05 01:58:28 gson Exp $ */ +/* $Id: t_timers.c,v 1.18 2001/01/09 21:46:13 bwelling Exp $ */ #include diff --git a/bin/tests/tkey_test.c b/bin/tests/tkey_test.c index a6c2720527..e369dd64c0 100644 --- a/bin/tests/tkey_test.c +++ b/bin/tests/tkey_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkey_test.c,v 1.34 2000/10/06 23:12:07 bwelling Exp $ */ +/* $Id: tkey_test.c,v 1.35 2001/01/09 21:41:46 bwelling Exp $ */ /* * Principal Author: Brian Wellington (core copied from res_test.c) diff --git a/bin/tests/wire_test.c b/bin/tests/wire_test.c index 7016862d09..651688a274 100644 --- a/bin/tests/wire_test.c +++ b/bin/tests/wire_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: wire_test.c,v 1.53 2000/10/06 18:58:14 bwelling Exp $ */ +/* $Id: wire_test.c,v 1.54 2001/01/09 21:41:48 bwelling Exp $ */ #include diff --git a/bin/tests/zone_test.c b/bin/tests/zone_test.c index 602d71d1b0..30cba9366d 100644 --- a/bin/tests/zone_test.c +++ b/bin/tests/zone_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone_test.c,v 1.22 2000/08/01 01:13:33 tale Exp $ */ +/* $Id: zone_test.c,v 1.23 2001/01/09 21:41:49 bwelling Exp $ */ #include diff --git a/configure.in b/configure.in index 1900e776dc..d9ceb1fad2 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.210 $) +AC_REVISION($Revision: 1.211 $) AC_INIT(lib/dns/name.c) AC_PREREQ(2.13) diff --git a/conftools/perllib/dnsconf/DNSConf-macros.h b/conftools/perllib/dnsconf/DNSConf-macros.h index ae5517fffe..f0c61681ab 100644 --- a/conftools/perllib/dnsconf/DNSConf-macros.h +++ b/conftools/perllib/dnsconf/DNSConf-macros.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: DNSConf-macros.h,v 1.5 2000/08/01 01:17:38 tale Exp $ */ +/* $Id: DNSConf-macros.h,v 1.6 2001/01/09 21:46:14 bwelling Exp $ */ #define CONCAT(a,b) a ## b #define DNSCONF_SET_STRING(FIELD) \ diff --git a/conftools/perllib/dnsconf/DNSConf.i b/conftools/perllib/dnsconf/DNSConf.i index 2a3c44bdeb..ba11f28659 100644 --- a/conftools/perllib/dnsconf/DNSConf.i +++ b/conftools/perllib/dnsconf/DNSConf.i @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: DNSConf.i,v 1.5 2000/08/01 01:17:40 tale Exp $ */ +/* $Id: DNSConf.i,v 1.6 2001/01/09 21:46:15 bwelling Exp $ */ %module DNSConf diff --git a/conftools/perllib/dnsconf/Makefile.PL b/conftools/perllib/dnsconf/Makefile.PL index 85d889affa..247ed01c82 100644 --- a/conftools/perllib/dnsconf/Makefile.PL +++ b/conftools/perllib/dnsconf/Makefile.PL @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.PL,v 1.5 2000/08/01 01:17:41 tale Exp $ +# $Id: Makefile.PL,v 1.6 2001/01/09 21:46:16 bwelling Exp $ use ExtUtils::MakeMaker; diff --git a/conftools/perllib/dnsconf/named1.conf b/conftools/perllib/dnsconf/named1.conf index e2b140804f..5a1a930b40 100644 --- a/conftools/perllib/dnsconf/named1.conf +++ b/conftools/perllib/dnsconf/named1.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.5 2000/08/01 01:17:42 tale Exp $ */ +/* $Id: named1.conf,v 1.6 2001/01/09 21:46:17 bwelling Exp $ */ options { # port 8888; diff --git a/conftools/perllib/dnsconf/test.pl b/conftools/perllib/dnsconf/test.pl index 73591687f8..58b1b1c991 100644 --- a/conftools/perllib/dnsconf/test.pl +++ b/conftools/perllib/dnsconf/test.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: test.pl,v 1.5 2000/08/01 01:17:44 tale Exp $ +# $Id: test.pl,v 1.6 2001/01/09 21:46:18 bwelling Exp $ push(@ARGV, "/etc/named.conf") if ! @ARGV; diff --git a/contrib/named-bootconf/named-bootconf.sh b/contrib/named-bootconf/named-bootconf.sh index 4b4b48626a..2eb30a422a 100644 --- a/contrib/named-bootconf/named-bootconf.sh +++ b/contrib/named-bootconf/named-bootconf.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Portions Copyright (C) 1999, 2000 Internet Software Consortium. +# Portions Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: named-bootconf.sh,v 1.6 2000/08/01 01:17:45 tale Exp $ +# $Id: named-bootconf.sh,v 1.7 2001/01/09 21:46:20 bwelling Exp $ # $NetBSD: named-bootconf.sh,v 1.5 1998/12/15 01:00:53 tron Exp $ # diff --git a/contrib/nanny/nanny.pl b/contrib/nanny/nanny.pl index 650dc396f3..57ab974b71 100644 --- a/contrib/nanny/nanny.pl +++ b/contrib/nanny/nanny.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: nanny.pl,v 1.7 2000/08/01 01:17:47 tale Exp $ +# $Id: nanny.pl,v 1.8 2001/01/09 21:46:21 bwelling Exp $ # A simple nanny to make sure named stays running. diff --git a/contrib/sdb/dir/dirdb.c b/contrib/sdb/dir/dirdb.c index 828f573d7e..b5970ff77b 100644 --- a/contrib/sdb/dir/dirdb.c +++ b/contrib/sdb/dir/dirdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.c,v 1.8 2000/12/10 07:53:11 gson Exp $ */ +/* $Id: dirdb.c,v 1.9 2001/01/09 21:46:22 bwelling Exp $ */ /* * A simple database driver that returns basic information about diff --git a/contrib/sdb/dir/dirdb.h b/contrib/sdb/dir/dirdb.h index 5f856d4b49..bd25280ddb 100644 --- a/contrib/sdb/dir/dirdb.h +++ b/contrib/sdb/dir/dirdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.h,v 1.1 2000/11/18 01:29:11 bwelling Exp $ */ +/* $Id: dirdb.h,v 1.2 2001/01/09 21:46:23 bwelling Exp $ */ #include diff --git a/contrib/sdb/dirdb.c b/contrib/sdb/dirdb.c index 828f573d7e..b5970ff77b 100644 --- a/contrib/sdb/dirdb.c +++ b/contrib/sdb/dirdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.c,v 1.8 2000/12/10 07:53:11 gson Exp $ */ +/* $Id: dirdb.c,v 1.9 2001/01/09 21:46:22 bwelling Exp $ */ /* * A simple database driver that returns basic information about diff --git a/contrib/sdb/dirdb.h b/contrib/sdb/dirdb.h index 5f856d4b49..bd25280ddb 100644 --- a/contrib/sdb/dirdb.h +++ b/contrib/sdb/dirdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dirdb.h,v 1.1 2000/11/18 01:29:11 bwelling Exp $ */ +/* $Id: dirdb.h,v 1.2 2001/01/09 21:46:23 bwelling Exp $ */ #include diff --git a/contrib/sdb/lookup.tcl b/contrib/sdb/lookup.tcl index fc39a1c8df..b4defe65fb 100644 --- a/contrib/sdb/lookup.tcl +++ b/contrib/sdb/lookup.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: lookup.tcl,v 1.6 2000/12/10 07:46:35 gson Exp $ +# $Id: lookup.tcl,v 1.7 2001/01/09 21:46:24 bwelling Exp $ # # Sample lookup procedure for tcldb diff --git a/contrib/sdb/pgsql/pgsqldb.c b/contrib/sdb/pgsql/pgsqldb.c index 627ea58c3e..3c5b3c68f1 100644 --- a/contrib/sdb/pgsql/pgsqldb.c +++ b/contrib/sdb/pgsql/pgsqldb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.c,v 1.10 2000/12/06 00:59:07 bwelling Exp $ */ +/* $Id: pgsqldb.c,v 1.11 2001/01/09 21:46:25 bwelling Exp $ */ #include diff --git a/contrib/sdb/pgsql/pgsqldb.h b/contrib/sdb/pgsql/pgsqldb.h index 87cb50b463..b46ce83b77 100644 --- a/contrib/sdb/pgsql/pgsqldb.h +++ b/contrib/sdb/pgsql/pgsqldb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.h,v 1.1 2000/11/18 01:29:12 bwelling Exp $ */ +/* $Id: pgsqldb.h,v 1.2 2001/01/09 21:46:27 bwelling Exp $ */ #include diff --git a/contrib/sdb/pgsql/zonetodb.c b/contrib/sdb/pgsql/zonetodb.c index b68917fda7..ea179293b0 100644 --- a/contrib/sdb/pgsql/zonetodb.c +++ b/contrib/sdb/pgsql/zonetodb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.8 2000/12/11 23:09:44 marka Exp $ */ +/* $Id: zonetodb.c,v 1.9 2001/01/09 21:46:32 bwelling Exp $ */ #include #include diff --git a/contrib/sdb/pgsqldb.c b/contrib/sdb/pgsqldb.c index 627ea58c3e..3c5b3c68f1 100644 --- a/contrib/sdb/pgsqldb.c +++ b/contrib/sdb/pgsqldb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.c,v 1.10 2000/12/06 00:59:07 bwelling Exp $ */ +/* $Id: pgsqldb.c,v 1.11 2001/01/09 21:46:25 bwelling Exp $ */ #include diff --git a/contrib/sdb/pgsqldb.h b/contrib/sdb/pgsqldb.h index 87cb50b463..b46ce83b77 100644 --- a/contrib/sdb/pgsqldb.h +++ b/contrib/sdb/pgsqldb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: pgsqldb.h,v 1.1 2000/11/18 01:29:12 bwelling Exp $ */ +/* $Id: pgsqldb.h,v 1.2 2001/01/09 21:46:27 bwelling Exp $ */ #include diff --git a/contrib/sdb/tcl/lookup.tcl b/contrib/sdb/tcl/lookup.tcl index fc39a1c8df..b4defe65fb 100644 --- a/contrib/sdb/tcl/lookup.tcl +++ b/contrib/sdb/tcl/lookup.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: lookup.tcl,v 1.6 2000/12/10 07:46:35 gson Exp $ +# $Id: lookup.tcl,v 1.7 2001/01/09 21:46:24 bwelling Exp $ # # Sample lookup procedure for tcldb diff --git a/contrib/sdb/tcl/tcldb.c b/contrib/sdb/tcl/tcldb.c index e3678a0f70..6ceb29caf5 100644 --- a/contrib/sdb/tcl/tcldb.c +++ b/contrib/sdb/tcl/tcldb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcldb.c,v 1.6 2000/12/10 07:47:43 gson Exp $ */ +/* $Id: tcldb.c,v 1.7 2001/01/09 21:46:28 bwelling Exp $ */ /* * A simple database driver that calls a Tcl procedure to define diff --git a/contrib/sdb/tcl/tcldb.h b/contrib/sdb/tcl/tcldb.h index 966eff4650..162b9054c6 100644 --- a/contrib/sdb/tcl/tcldb.h +++ b/contrib/sdb/tcl/tcldb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcldb.h,v 1.3 2000/11/18 01:29:12 bwelling Exp $ */ +/* $Id: tcldb.h,v 1.4 2001/01/09 21:46:29 bwelling Exp $ */ #include diff --git a/contrib/sdb/tcldb.c b/contrib/sdb/tcldb.c index e3678a0f70..6ceb29caf5 100644 --- a/contrib/sdb/tcldb.c +++ b/contrib/sdb/tcldb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcldb.c,v 1.6 2000/12/10 07:47:43 gson Exp $ */ +/* $Id: tcldb.c,v 1.7 2001/01/09 21:46:28 bwelling Exp $ */ /* * A simple database driver that calls a Tcl procedure to define diff --git a/contrib/sdb/tcldb.h b/contrib/sdb/tcldb.h index 966eff4650..162b9054c6 100644 --- a/contrib/sdb/tcldb.h +++ b/contrib/sdb/tcldb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcldb.h,v 1.3 2000/11/18 01:29:12 bwelling Exp $ */ +/* $Id: tcldb.h,v 1.4 2001/01/09 21:46:29 bwelling Exp $ */ #include diff --git a/contrib/sdb/time/timedb.c b/contrib/sdb/time/timedb.c index 75fd5d53c6..d7db814709 100644 --- a/contrib/sdb/time/timedb.c +++ b/contrib/sdb/time/timedb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.c,v 1.6 2000/12/10 07:53:12 gson Exp $ */ +/* $Id: timedb.c,v 1.7 2001/01/09 21:46:30 bwelling Exp $ */ /* * A simple database driver that enables the server to return the diff --git a/contrib/sdb/time/timedb.h b/contrib/sdb/time/timedb.h index 1b0cf18fbd..018ff8e992 100644 --- a/contrib/sdb/time/timedb.h +++ b/contrib/sdb/time/timedb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.h,v 1.1 2000/11/18 01:29:14 bwelling Exp $ */ +/* $Id: timedb.h,v 1.2 2001/01/09 21:46:31 bwelling Exp $ */ #include diff --git a/contrib/sdb/timedb.c b/contrib/sdb/timedb.c index 75fd5d53c6..d7db814709 100644 --- a/contrib/sdb/timedb.c +++ b/contrib/sdb/timedb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.c,v 1.6 2000/12/10 07:53:12 gson Exp $ */ +/* $Id: timedb.c,v 1.7 2001/01/09 21:46:30 bwelling Exp $ */ /* * A simple database driver that enables the server to return the diff --git a/contrib/sdb/timedb.h b/contrib/sdb/timedb.h index 1b0cf18fbd..018ff8e992 100644 --- a/contrib/sdb/timedb.h +++ b/contrib/sdb/timedb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timedb.h,v 1.1 2000/11/18 01:29:14 bwelling Exp $ */ +/* $Id: timedb.h,v 1.2 2001/01/09 21:46:31 bwelling Exp $ */ #include diff --git a/contrib/sdb/zonetodb.c b/contrib/sdb/zonetodb.c index b68917fda7..ea179293b0 100644 --- a/contrib/sdb/zonetodb.c +++ b/contrib/sdb/zonetodb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.8 2000/12/11 23:09:44 marka Exp $ */ +/* $Id: zonetodb.c,v 1.9 2001/01/09 21:46:32 bwelling Exp $ */ #include #include diff --git a/doc/Makefile.in b/doc/Makefile.in index 52b58a10cd..d88d9733e1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.2 2001/01/09 21:28:14 gson Exp $ +# $Id: Makefile.in,v 1.3 2001/01/09 21:46:33 bwelling Exp $ # This Makefile is a placeholder. It exists merely to make # sure that its directory gets created in the object directory diff --git a/doc/arm/README-SGML b/doc/arm/README-SGML index cfd8c8164a..9e2d891b2e 100644 --- a/doc/arm/README-SGML +++ b/doc/arm/README-SGML @@ -1,9 +1,9 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. The BIND v9 ARM master document is now kept in DocBook XML format. -Version: $Id: README-SGML,v 1.12 2000/11/18 02:57:24 bwelling Exp $ +Version: $Id: README-SGML,v 1.13 2001/01/09 21:46:35 bwelling Exp $ The entire ARM is in the single file: diff --git a/doc/arm/genhtml.sh.in b/doc/arm/genhtml.sh.in index ad739833a5..4ec942f077 100644 --- a/doc/arm/genhtml.sh.in +++ b/doc/arm/genhtml.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: genhtml.sh.in,v 1.4 2000/11/16 00:11:16 gson Exp $ +# $Id: genhtml.sh.in,v 1.5 2001/01/09 21:46:36 bwelling Exp $ @JADE@ -v \ -c @SGMLDIR@/catalog \ diff --git a/doc/arm/validate.sh.in b/doc/arm/validate.sh.in index 86fca6859f..8e4a0abe36 100644 --- a/doc/arm/validate.sh.in +++ b/doc/arm/validate.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: validate.sh.in,v 1.1 2000/11/15 23:42:02 gson Exp $ +# $Id: validate.sh.in,v 1.2 2001/01/09 21:46:37 bwelling Exp $ nsgmls -sv @SGMLDIR@/docbook/dsssl/modular/dtds/decls/xml.dcl \ Bv9ARM-book.xml diff --git a/doc/design/addressdb b/doc/design/addressdb index 4b9e7e2913..d3004b10ed 100644 --- a/doc/design/addressdb +++ b/doc/design/addressdb @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: addressdb,v 1.4 2000/08/09 04:37:12 tale Exp $ +$Id: addressdb,v 1.5 2001/01/09 21:46:38 bwelling Exp $ You are lost in a maze of twisty little pointers, all alike... diff --git a/doc/design/compression b/doc/design/compression index 92880f2a39..e3dd677d1d 100644 --- a/doc/design/compression +++ b/doc/design/compression @@ -1,9 +1,9 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Name Compression - $Id: compression,v 1.7 2000/08/09 04:37:13 tale Exp $ + $Id: compression,v 1.8 2001/01/09 21:46:40 bwelling Exp $ Overview. diff --git a/doc/design/database b/doc/design/database index 67e894a12b..da0a956d98 100644 --- a/doc/design/database +++ b/doc/design/database @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: database,v 1.7 2000/08/09 04:37:14 tale Exp $ +$Id: database,v 1.8 2001/01/09 21:46:41 bwelling Exp $ Databases diff --git a/doc/design/db_rules b/doc/design/db_rules index 8fbacdb59b..1cf84339bd 100644 --- a/doc/design/db_rules +++ b/doc/design/db_rules @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: db_rules,v 1.6 2000/08/09 04:37:15 tale Exp $ +$Id: db_rules,v 1.7 2001/01/09 21:46:42 bwelling Exp $ Here is a more formal statement of the important database design rules. Each rule has a 5 character mnemonic, for use in source code diff --git a/doc/design/decompression b/doc/design/decompression index 684e3d9841..5c0db30543 100644 --- a/doc/design/decompression +++ b/doc/design/decompression @@ -1,9 +1,9 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Name Decompression - $Id: decompression,v 1.6 2000/08/09 04:37:16 tale Exp $ + $Id: decompression,v 1.7 2001/01/09 21:46:43 bwelling Exp $ Overview. diff --git a/doc/design/dispatch b/doc/design/dispatch index 70be961855..6e599a47e5 100644 --- a/doc/design/dispatch +++ b/doc/design/dispatch @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: dispatch,v 1.4 2000/08/09 04:37:17 tale Exp $ +$Id: dispatch,v 1.5 2001/01/09 21:46:44 bwelling Exp $ UDP receive: diff --git a/doc/design/logging b/doc/design/logging index a9a89a6f6f..82eba9d6d2 100644 --- a/doc/design/logging +++ b/doc/design/logging @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: logging,v 1.8 2000/08/09 04:37:18 tale Exp $ +$Id: logging,v 1.9 2001/01/09 21:46:45 bwelling Exp $ OVERVIEW diff --git a/doc/design/lwres b/doc/design/lwres index 600b8b3fae..7accf02bb8 100644 --- a/doc/design/lwres +++ b/doc/design/lwres @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: lwres,v 1.4 2000/08/09 04:37:19 tale Exp $ +$Id: lwres,v 1.5 2001/01/09 21:46:46 bwelling Exp $ This document describes the bind v9 lightweight resolver. diff --git a/doc/design/ncache b/doc/design/ncache index d4aafa78ce..2da8fdb04e 100644 --- a/doc/design/ncache +++ b/doc/design/ncache @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: ncache,v 1.5 2000/08/09 04:37:21 tale Exp $ +$Id: ncache,v 1.6 2001/01/09 21:46:47 bwelling Exp $ Negative Caching diff --git a/doc/design/omapi b/doc/design/omapi index d49658fbd0..b62a83d33d 100644 --- a/doc/design/omapi +++ b/doc/design/omapi @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: omapi,v 1.6 2000/08/09 04:37:22 tale Exp $ +$Id: omapi,v 1.7 2001/01/09 21:46:48 bwelling Exp $ This file documents the protocol that the ISC DHCP server and ISC Object Management clients (clients that use the ISC Object Management diff --git a/doc/design/rdataset b/doc/design/rdataset index 691b9da459..71e7f38de6 100644 --- a/doc/design/rdataset +++ b/doc/design/rdataset @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: rdataset,v 1.4 2000/08/09 04:37:23 tale Exp $ +$Id: rdataset,v 1.5 2001/01/09 21:46:50 bwelling Exp $ Need way to "dup" an rdataset (i.e. different rdataset handle, same underlying data). diff --git a/doc/design/red-black b/doc/design/red-black index 0c7874a1b0..8058aa8c78 100644 --- a/doc/design/red-black +++ b/doc/design/red-black @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: red-black,v 1.7 2000/08/09 04:37:24 tale Exp $ +$Id: red-black,v 1.8 2001/01/09 21:46:51 bwelling Exp $ Red-Black Tree Implementation Notes diff --git a/doc/design/resolver b/doc/design/resolver index 8506d2177a..2d0bdf3901 100644 --- a/doc/design/resolver +++ b/doc/design/resolver @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: resolver,v 1.4 2000/08/09 04:37:25 tale Exp $ +$Id: resolver,v 1.5 2001/01/09 21:46:52 bwelling Exp $ Multi-target Resolver ===================== diff --git a/doc/design/search b/doc/design/search index ae54e4a245..92d69ae292 100644 --- a/doc/design/search +++ b/doc/design/search @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: search,v 1.8 2000/08/09 04:37:26 tale Exp $ +$Id: search,v 1.9 2001/01/09 21:46:53 bwelling Exp $ What follows is pseudocode for the zone and cache lookup algorithms, as they will work in the RBT DB. diff --git a/doc/design/tasks b/doc/design/tasks index 1d51583782..1198279ce4 100644 --- a/doc/design/tasks +++ b/doc/design/tasks @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: tasks,v 1.5 2000/08/09 04:37:27 tale Exp $ +$Id: tasks,v 1.6 2001/01/09 21:46:54 bwelling Exp $ Changes I made last week to the task code simplified the task shutdown and termination model. Here's how things now work: diff --git a/doc/design/windows-nt b/doc/design/windows-nt index 74f5234855..1944a0583f 100644 --- a/doc/design/windows-nt +++ b/doc/design/windows-nt @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: windows-nt,v 1.6 2000/08/09 04:37:28 tale Exp $ +$Id: windows-nt,v 1.7 2001/01/09 21:46:55 bwelling Exp $ Windows NT Portability Notes diff --git a/doc/design/zone b/doc/design/zone index 4a521c4338..b2188dbb72 100644 --- a/doc/design/zone +++ b/doc/design/zone @@ -1,9 +1,9 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Zones - $Id: zone,v 1.8 2000/08/09 04:37:29 tale Exp $ + $Id: zone,v 1.9 2001/01/09 21:46:56 bwelling Exp $ Overview diff --git a/doc/dev/DBC b/doc/dev/DBC index c0771b47bf..f5669eeae2 100644 --- a/doc/dev/DBC +++ b/doc/dev/DBC @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: DBC,v 1.4 2000/08/09 04:37:31 tale Exp $ +$Id: DBC,v 1.5 2001/01/09 21:46:58 bwelling Exp $ Design By Contract diff --git a/doc/dev/coding.html b/doc/dev/coding.html index 138085069b..9008332d93 100644 --- a/doc/dev/coding.html +++ b/doc/dev/coding.html @@ -1,5 +1,5 @@ - +

C Language

diff --git a/doc/dev/cvs b/doc/dev/cvs index c9635dd342..6c1ea515e4 100644 --- a/doc/dev/cvs +++ b/doc/dev/cvs @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Notes on CVS Usage @@ -85,4 +85,4 @@ In a mainline working tree, do something like this: cvs tag -b -r v9_0_base v9_0 file -$Id: cvs,v 1.5 2000/08/09 04:37:32 tale Exp $ +$Id: cvs,v 1.6 2001/01/09 21:47:00 bwelling Exp $ diff --git a/doc/dev/cvs-usage b/doc/dev/cvs-usage index 3c0ba07de8..89b6a471c7 100644 --- a/doc/dev/cvs-usage +++ b/doc/dev/cvs-usage @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Notes on CVS Usage @@ -85,4 +85,4 @@ In a mainline working tree, do something like this: cvs tag -b -r v9_0_base v9_0 file -$Id: cvs-usage,v 1.5 2000/08/09 04:37:32 tale Exp $ +$Id: cvs-usage,v 1.6 2001/01/09 21:47:00 bwelling Exp $ diff --git a/doc/dev/magic_numbers b/doc/dev/magic_numbers index d3a4dde83a..2908f6f29d 100644 --- a/doc/dev/magic_numbers +++ b/doc/dev/magic_numbers @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: magic_numbers,v 1.4 2000/08/09 04:37:33 tale Exp $ +$Id: magic_numbers,v 1.5 2001/01/09 21:47:01 bwelling Exp $ Magic Numbers diff --git a/doc/dev/rdata.html b/doc/dev/rdata.html index 3ee335784b..8486cd0a60 100644 --- a/doc/dev/rdata.html +++ b/doc/dev/rdata.html @@ -1,6 +1,6 @@ - + diff --git a/doc/dev/release b/doc/dev/release index 9ac1831a1c..ef50926ab4 100644 --- a/doc/dev/release +++ b/doc/dev/release @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: release,v 1.21 2000/12/21 17:39:17 tale Exp $ +$Id: release,v 1.22 2001/01/09 21:47:03 bwelling Exp $ Preparing a bind9 release diff --git a/doc/dev/results b/doc/dev/results index 19ff17ff8e..d4249b738d 100644 --- a/doc/dev/results +++ b/doc/dev/results @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: results,v 1.5 2000/08/09 04:37:35 tale Exp $ +$Id: results,v 1.6 2001/01/09 21:47:04 bwelling Exp $ Result Codes diff --git a/doc/dev/roadmap b/doc/dev/roadmap index c2b7afb81a..90fab67182 100644 --- a/doc/dev/roadmap +++ b/doc/dev/roadmap @@ -1,3 +1,7 @@ +Copyright (C) 2000, 2001 Internet Software Consortium. +See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. + +$Id: roadmap,v 1.2 2001/01/09 21:47:05 bwelling Exp $ Road Map to the BIND 9 Source Tree diff --git a/doc/dev/tests b/doc/dev/tests index 44cc4a80bf..f7999fdbb3 100644 --- a/doc/dev/tests +++ b/doc/dev/tests @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: tests,v 1.12 2000/12/05 00:41:38 gson Exp $ +$Id: tests,v 1.13 2001/01/09 21:47:06 bwelling Exp $ We do hourly test builds of the bind9 tree. This is an attempt to document how they work. diff --git a/doc/dev/unexpected b/doc/dev/unexpected index 523306fdf3..30c126f4c7 100644 --- a/doc/dev/unexpected +++ b/doc/dev/unexpected @@ -1,7 +1,7 @@ -Copyright (C) 1999, 2000 Internet Software Consortium. +Copyright (C) 1999-2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: unexpected,v 1.4 2000/08/09 04:37:37 tale Exp $ +$Id: unexpected,v 1.5 2001/01/09 21:47:08 bwelling Exp $ Unexpected Errors diff --git a/doc/man/bin/dig.1 b/doc/man/bin/dig.1 index b79dbb0b36..d8ca679c11 100644 --- a/doc/man/bin/dig.1 +++ b/doc/man/bin/dig.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dig.1,v 1.6 2000/11/30 00:20:37 gson Exp $ +.\" $Id: dig.1,v 1.7 2001/01/09 21:47:10 bwelling Exp $ .Dd Jun 30, 2000 .Dt DIG 1 diff --git a/doc/man/bin/host.1 b/doc/man/bin/host.1 index ec83b18d39..646ffd6b26 100644 --- a/doc/man/bin/host.1 +++ b/doc/man/bin/host.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: host.1,v 1.6 2000/11/18 02:57:26 bwelling Exp $ +.\" $Id: host.1,v 1.7 2001/01/09 21:47:11 bwelling Exp $ .Dd Jun 30, 2000 .Dt HOST 1 diff --git a/doc/man/bin/lwresd.8 b/doc/man/bin/lwresd.8 index 37ede31ccf..be3855657c 100644 --- a/doc/man/bin/lwresd.8 +++ b/doc/man/bin/lwresd.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwresd.8,v 1.9 2000/11/18 02:57:27 bwelling Exp $ +.\" $Id: lwresd.8,v 1.10 2001/01/09 21:47:12 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRESD 8 diff --git a/doc/man/bin/named-checkconf.1 b/doc/man/bin/named-checkconf.1 index 93cc8b3d5c..9de74622b3 100644 --- a/doc/man/bin/named-checkconf.1 +++ b/doc/man/bin/named-checkconf.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named-checkconf.1,v 1.2 2000/12/19 19:48:09 gson Exp $ +.\" $Id: named-checkconf.1,v 1.3 2001/01/09 21:47:14 bwelling Exp $ .Dd Jun 14, 2000 .Dt NAMED-CHECKCONF 1 diff --git a/doc/man/bin/named-checkzone.1 b/doc/man/bin/named-checkzone.1 index 8eaa5a8916..3fe8c38cdc 100644 --- a/doc/man/bin/named-checkzone.1 +++ b/doc/man/bin/named-checkzone.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named-checkzone.1,v 1.2 2000/12/19 19:48:10 gson Exp $ +.\" $Id: named-checkzone.1,v 1.3 2001/01/09 21:47:15 bwelling Exp $ .Dd Jun 13, 2000 .Dt NAMED-CHECKZONE 1 diff --git a/doc/man/bin/named.8 b/doc/man/bin/named.8 index 1b398a2923..0147e8d231 100644 --- a/doc/man/bin/named.8 +++ b/doc/man/bin/named.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: named.8,v 1.11 2000/11/18 02:57:29 bwelling Exp $ +.\" $Id: named.8,v 1.12 2001/01/09 21:47:16 bwelling Exp $ .Dd Jun 30, 2000 .Dt NAMED 8 diff --git a/doc/man/bin/nsupdate.8 b/doc/man/bin/nsupdate.8 index ac6a55dee0..21364cc302 100644 --- a/doc/man/bin/nsupdate.8 +++ b/doc/man/bin/nsupdate.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: nsupdate.8,v 1.11 2000/11/30 00:20:38 gson Exp $ +.\" $Id: nsupdate.8,v 1.12 2001/01/09 21:47:17 bwelling Exp $ .Dd Jun 30, 2000 .Dt NSUPDATE 8 diff --git a/doc/man/bin/resolver.5 b/doc/man/bin/resolver.5 index 1df9cdca03..802c80334d 100644 --- a/doc/man/bin/resolver.5 +++ b/doc/man/bin/resolver.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: resolver.5,v 1.2 2000/11/18 02:57:31 bwelling Exp $ +.\" $Id: resolver.5,v 1.3 2001/01/09 21:47:18 bwelling Exp $ .Dd Jun 30, 2000 .Dt RESOLVER 5 diff --git a/doc/man/bin/rndc.8 b/doc/man/bin/rndc.8 index 95d8d44f05..caf0e9ded6 100644 --- a/doc/man/bin/rndc.8 +++ b/doc/man/bin/rndc.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: rndc.8,v 1.11 2000/11/30 00:20:39 gson Exp $ +.\" $Id: rndc.8,v 1.12 2001/01/09 21:47:19 bwelling Exp $ .Dd Jun 30, 2000 .Dt RDNC 8 diff --git a/doc/man/bin/rndc.conf.5 b/doc/man/bin/rndc.conf.5 index 0248f84139..5c6d999e83 100644 --- a/doc/man/bin/rndc.conf.5 +++ b/doc/man/bin/rndc.conf.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: rndc.conf.5,v 1.9 2000/12/15 00:24:10 gson Exp $ +.\" $Id: rndc.conf.5,v 1.10 2001/01/09 21:47:20 bwelling Exp $ .Dd Jun 30, 2000 .Dt RDNC.CONF 5 diff --git a/doc/man/ctoman b/doc/man/ctoman index 44b24dae33..e8030852b3 100755 --- a/doc/man/ctoman +++ b/doc/man/ctoman @@ -1,6 +1,6 @@ #!/usr/bin/gawk -f # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ctoman,v 1.5 2000/08/01 01:18:40 tale Exp $ +# $Id: ctoman,v 1.6 2001/01/09 21:47:09 bwelling Exp $ # # ctoman - an awk program that makes a passable job of # converting ISC BIND9 C files into template diff --git a/doc/man/dnssec/dnssec-keygen.8 b/doc/man/dnssec/dnssec-keygen.8 index e625f23dd3..f87f3261b1 100644 --- a/doc/man/dnssec/dnssec-keygen.8 +++ b/doc/man/dnssec/dnssec-keygen.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-keygen.8,v 1.11 2000/11/18 02:57:34 bwelling Exp $ +.\" $Id: dnssec-keygen.8,v 1.12 2001/01/09 21:47:21 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-KEYGEN 8 diff --git a/doc/man/dnssec/dnssec-makekeyset.8 b/doc/man/dnssec/dnssec-makekeyset.8 index dcb229c627..8999e2c8de 100644 --- a/doc/man/dnssec/dnssec-makekeyset.8 +++ b/doc/man/dnssec/dnssec-makekeyset.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-makekeyset.8,v 1.9 2000/11/18 02:57:35 bwelling Exp $ +.\" $Id: dnssec-makekeyset.8,v 1.10 2001/01/09 21:47:23 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-MAKEKEYSET 8 diff --git a/doc/man/dnssec/dnssec-signkey.8 b/doc/man/dnssec/dnssec-signkey.8 index 415299a33d..07b1296bf8 100644 --- a/doc/man/dnssec/dnssec-signkey.8 +++ b/doc/man/dnssec/dnssec-signkey.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-signkey.8,v 1.11 2000/11/18 02:57:37 bwelling Exp $ +.\" $Id: dnssec-signkey.8,v 1.12 2001/01/09 21:47:24 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-SIGNKEY 8 diff --git a/doc/man/dnssec/dnssec-signzone.8 b/doc/man/dnssec/dnssec-signzone.8 index 5b8ee85b2e..0fe3b1cb47 100644 --- a/doc/man/dnssec/dnssec-signzone.8 +++ b/doc/man/dnssec/dnssec-signzone.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: dnssec-signzone.8,v 1.16 2000/12/07 02:20:07 bwelling Exp $ +.\" $Id: dnssec-signzone.8,v 1.17 2001/01/09 21:47:25 bwelling Exp $ .Dd Jun 30, 2000 .Dt DNSSEC-SIGNZONE 8 diff --git a/doc/man/isc/isc__errno2result.3 b/doc/man/isc/isc__errno2result.3 index 7a686ea8d1..fce31e488b 100644 --- a/doc/man/isc/isc__errno2result.3 +++ b/doc/man/isc/isc__errno2result.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc__errno2result.3,v 1.4 2000/11/18 02:57:40 bwelling Exp $ +.\" $Id: isc__errno2result.3,v 1.5 2001/01/09 21:47:26 bwelling Exp $ .so isc_error.3 diff --git a/doc/man/isc/isc_app.3 b/doc/man/isc/isc_app.3 index 508134d1a6..9b9e1ecf11 100644 --- a/doc/man/isc/isc_app.3 +++ b/doc/man/isc/isc_app.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app.3,v 1.5 2000/11/18 02:57:41 bwelling Exp $ +.\" $Id: isc_app.3,v 1.6 2001/01/09 21:47:27 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_APP 3 diff --git a/doc/man/isc/isc_app_finish.3 b/doc/man/isc/isc_app_finish.3 index 324d81baa6..bdba0cb30b 100644 --- a/doc/man/isc/isc_app_finish.3 +++ b/doc/man/isc/isc_app_finish.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_finish.3,v 1.4 2000/11/18 02:57:42 bwelling Exp $ +.\" $Id: isc_app_finish.3,v 1.5 2001/01/09 21:47:28 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_onrun.3 b/doc/man/isc/isc_app_onrun.3 index 76e7d94855..33fec2181e 100644 --- a/doc/man/isc/isc_app_onrun.3 +++ b/doc/man/isc/isc_app_onrun.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_onrun.3,v 1.4 2000/11/18 02:57:43 bwelling Exp $ +.\" $Id: isc_app_onrun.3,v 1.5 2001/01/09 21:47:29 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_reload.3 b/doc/man/isc/isc_app_reload.3 index 09c37ea288..316adeddfb 100644 --- a/doc/man/isc/isc_app_reload.3 +++ b/doc/man/isc/isc_app_reload.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_reload.3,v 1.4 2000/11/18 02:57:44 bwelling Exp $ +.\" $Id: isc_app_reload.3,v 1.5 2001/01/09 21:47:31 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_run.3 b/doc/man/isc/isc_app_run.3 index 0a09bd6764..304790e60c 100644 --- a/doc/man/isc/isc_app_run.3 +++ b/doc/man/isc/isc_app_run.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_run.3,v 1.4 2000/11/18 02:57:45 bwelling Exp $ +.\" $Id: isc_app_run.3,v 1.5 2001/01/09 21:47:32 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_shutdown.3 b/doc/man/isc/isc_app_shutdown.3 index 9b92879dd9..732e947702 100644 --- a/doc/man/isc/isc_app_shutdown.3 +++ b/doc/man/isc/isc_app_shutdown.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_shutdown.3,v 1.4 2000/11/18 02:57:46 bwelling Exp $ +.\" $Id: isc_app_shutdown.3,v 1.5 2001/01/09 21:47:33 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_app_start.3 b/doc/man/isc/isc_app_start.3 index 57e3853d08..c14a9216af 100644 --- a/doc/man/isc/isc_app_start.3 +++ b/doc/man/isc/isc_app_start.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_app_start.3,v 1.4 2000/11/18 02:57:47 bwelling Exp $ +.\" $Id: isc_app_start.3,v 1.5 2001/01/09 21:47:34 bwelling Exp $ .so isc_app.3 diff --git a/doc/man/isc/isc_dir.3 b/doc/man/isc/isc_dir.3 index 3d3296f7e9..494614d057 100644 --- a/doc/man/isc/isc_dir.3 +++ b/doc/man/isc/isc_dir.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir.3,v 1.4 2000/11/18 02:57:49 bwelling Exp $ +.\" $Id: isc_dir.3,v 1.5 2001/01/09 21:47:35 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_DIR 3 diff --git a/doc/man/isc/isc_dir_chdir.3 b/doc/man/isc/isc_dir_chdir.3 index 70feae8398..40123f315b 100644 --- a/doc/man/isc/isc_dir_chdir.3 +++ b/doc/man/isc/isc_dir_chdir.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_chdir.3,v 1.4 2000/11/18 02:57:50 bwelling Exp $ +.\" $Id: isc_dir_chdir.3,v 1.5 2001/01/09 21:47:36 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_close.3 b/doc/man/isc/isc_dir_close.3 index 065b10c189..5e23cc8fad 100644 --- a/doc/man/isc/isc_dir_close.3 +++ b/doc/man/isc/isc_dir_close.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_close.3,v 1.4 2000/11/18 02:57:51 bwelling Exp $ +.\" $Id: isc_dir_close.3,v 1.5 2001/01/09 21:47:37 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_init.3 b/doc/man/isc/isc_dir_init.3 index 93da5f205d..764c9b6989 100644 --- a/doc/man/isc/isc_dir_init.3 +++ b/doc/man/isc/isc_dir_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_init.3,v 1.4 2000/11/18 02:57:52 bwelling Exp $ +.\" $Id: isc_dir_init.3,v 1.5 2001/01/09 21:47:38 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_open.3 b/doc/man/isc/isc_dir_open.3 index cf6f7399f4..c5dd46e798 100644 --- a/doc/man/isc/isc_dir_open.3 +++ b/doc/man/isc/isc_dir_open.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_open.3,v 1.4 2000/11/18 02:57:53 bwelling Exp $ +.\" $Id: isc_dir_open.3,v 1.5 2001/01/09 21:47:39 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_read.3 b/doc/man/isc/isc_dir_read.3 index ddcf7ac190..0f2be38980 100644 --- a/doc/man/isc/isc_dir_read.3 +++ b/doc/man/isc/isc_dir_read.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_read.3,v 1.4 2000/11/18 02:57:54 bwelling Exp $ +.\" $Id: isc_dir_read.3,v 1.5 2001/01/09 21:47:41 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_dir_reset.3 b/doc/man/isc/isc_dir_reset.3 index 47ff795fef..0731aaf118 100644 --- a/doc/man/isc/isc_dir_reset.3 +++ b/doc/man/isc/isc_dir_reset.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_dir_reset.3,v 1.4 2000/11/18 02:57:55 bwelling Exp $ +.\" $Id: isc_dir_reset.3,v 1.5 2001/01/09 21:47:42 bwelling Exp $ .so isc_dir.3 diff --git a/doc/man/isc/isc_error.3 b/doc/man/isc/isc_error.3 index ffa781404f..e57819395c 100644 --- a/doc/man/isc/isc_error.3 +++ b/doc/man/isc/isc_error.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_error.3,v 1.4 2000/11/18 02:57:56 bwelling Exp $ +.\" $Id: isc_error.3,v 1.5 2001/01/09 21:47:43 bwelling Exp $ .Dd Jun 30, 2000 .Dt error 3 diff --git a/doc/man/isc/isc_file.3 b/doc/man/isc/isc_file.3 index 1bceaf0d19..9d6b147111 100644 --- a/doc/man/isc/isc_file.3 +++ b/doc/man/isc/isc_file.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file.3,v 1.5 2000/11/18 02:57:58 bwelling Exp $ +.\" $Id: isc_file.3,v 1.6 2001/01/09 21:47:44 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_FILE 3 diff --git a/doc/man/isc/isc_file_getmodtime.3 b/doc/man/isc/isc_file_getmodtime.3 index 9a3250618c..57b4a4ab26 100644 --- a/doc/man/isc/isc_file_getmodtime.3 +++ b/doc/man/isc/isc_file_getmodtime.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_getmodtime.3,v 1.4 2000/11/18 02:57:59 bwelling Exp $ +.\" $Id: isc_file_getmodtime.3,v 1.5 2001/01/09 21:47:45 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_mktemplate.3 b/doc/man/isc/isc_file_mktemplate.3 index 7f11429862..af0fcd74ec 100644 --- a/doc/man/isc/isc_file_mktemplate.3 +++ b/doc/man/isc/isc_file_mktemplate.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_mktemplate.3,v 1.4 2000/11/18 02:58:00 bwelling Exp $ +.\" $Id: isc_file_mktemplate.3,v 1.5 2001/01/09 21:47:46 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_openunique.3 b/doc/man/isc/isc_file_openunique.3 index 1d53b01156..2c385dc90b 100644 --- a/doc/man/isc/isc_file_openunique.3 +++ b/doc/man/isc/isc_file_openunique.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_openunique.3,v 1.4 2000/11/18 02:58:01 bwelling Exp $ +.\" $Id: isc_file_openunique.3,v 1.5 2001/01/09 21:47:47 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_remove.3 b/doc/man/isc/isc_file_remove.3 index 7f2dbb3cc2..aff40617e4 100644 --- a/doc/man/isc/isc_file_remove.3 +++ b/doc/man/isc/isc_file_remove.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_remove.3,v 1.4 2000/11/18 02:58:03 bwelling Exp $ +.\" $Id: isc_file_remove.3,v 1.5 2001/01/09 21:47:48 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_file_settime.3 b/doc/man/isc/isc_file_settime.3 index 468acef8e2..db977e15a2 100644 --- a/doc/man/isc/isc_file_settime.3 +++ b/doc/man/isc/isc_file_settime.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_file_settime.3,v 1.4 2000/11/18 02:58:04 bwelling Exp $ +.\" $Id: isc_file_settime.3,v 1.5 2001/01/09 21:47:49 bwelling Exp $ .so isc_file.3 diff --git a/doc/man/isc/isc_interfaceiter_create.3 b/doc/man/isc/isc_interfaceiter_create.3 index 5a879abba0..2cd37a9fbc 100644 --- a/doc/man/isc/isc_interfaceiter_create.3 +++ b/doc/man/isc/isc_interfaceiter_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_create.3,v 1.4 2000/11/18 02:58:05 bwelling Exp $ +.\" $Id: isc_interfaceiter_create.3,v 1.5 2001/01/09 21:47:50 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_current.3 b/doc/man/isc/isc_interfaceiter_current.3 index e93e7f6483..e7ebabc0cc 100644 --- a/doc/man/isc/isc_interfaceiter_current.3 +++ b/doc/man/isc/isc_interfaceiter_current.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_current.3,v 1.4 2000/11/18 02:58:06 bwelling Exp $ +.\" $Id: isc_interfaceiter_current.3,v 1.5 2001/01/09 21:47:51 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_destroy.3 b/doc/man/isc/isc_interfaceiter_destroy.3 index 9be21135c8..1c662e3a29 100644 --- a/doc/man/isc/isc_interfaceiter_destroy.3 +++ b/doc/man/isc/isc_interfaceiter_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_destroy.3,v 1.4 2000/11/18 02:58:07 bwelling Exp $ +.\" $Id: isc_interfaceiter_destroy.3,v 1.5 2001/01/09 21:47:52 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_first.3 b/doc/man/isc/isc_interfaceiter_first.3 index 2b3d798b27..960ca9ba51 100644 --- a/doc/man/isc/isc_interfaceiter_first.3 +++ b/doc/man/isc/isc_interfaceiter_first.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_first.3,v 1.4 2000/11/18 02:58:08 bwelling Exp $ +.\" $Id: isc_interfaceiter_first.3,v 1.5 2001/01/09 21:47:54 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interfaceiter_next.3 b/doc/man/isc/isc_interfaceiter_next.3 index 395208acec..4c5d55d84a 100644 --- a/doc/man/isc/isc_interfaceiter_next.3 +++ b/doc/man/isc/isc_interfaceiter_next.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interfaceiter_next.3,v 1.4 2000/11/18 02:58:09 bwelling Exp $ +.\" $Id: isc_interfaceiter_next.3,v 1.5 2001/01/09 21:47:55 bwelling Exp $ .so isc_netif.3 diff --git a/doc/man/isc/isc_interval_iszero.3 b/doc/man/isc/isc_interval_iszero.3 index 526b2fdc31..1424bfa467 100644 --- a/doc/man/isc/isc_interval_iszero.3 +++ b/doc/man/isc/isc_interval_iszero.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_interval_iszero.3,v 1.4 2000/11/18 02:58:10 bwelling Exp $ +.\" $Id: isc_interval_iszero.3,v 1.5 2001/01/09 21:47:56 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_ipproto.3 b/doc/man/isc/isc_ipproto.3 index e0fa5e71c3..d2209c5c77 100644 --- a/doc/man/isc/isc_ipproto.3 +++ b/doc/man/isc/isc_ipproto.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_ipproto.3,v 1.5 2000/11/18 02:58:11 bwelling Exp $ +.\" $Id: isc_ipproto.3,v 1.6 2001/01/09 21:47:57 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_IPPROTO 3 diff --git a/doc/man/isc/isc_net_probeipv4.3 b/doc/man/isc/isc_net_probeipv4.3 index c44162ca78..e571c00b11 100644 --- a/doc/man/isc/isc_net_probeipv4.3 +++ b/doc/man/isc/isc_net_probeipv4.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_net_probeipv4.3,v 1.4 2000/11/18 02:58:13 bwelling Exp $ +.\" $Id: isc_net_probeipv4.3,v 1.5 2001/01/09 21:47:58 bwelling Exp $ .so isc_ipproto.3 diff --git a/doc/man/isc/isc_net_probeipv6.3 b/doc/man/isc/isc_net_probeipv6.3 index 2ad774a0c6..6a87657f86 100644 --- a/doc/man/isc/isc_net_probeipv6.3 +++ b/doc/man/isc/isc_net_probeipv6.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_net_probeipv6.3,v 1.4 2000/11/18 02:58:14 bwelling Exp $ +.\" $Id: isc_net_probeipv6.3,v 1.5 2001/01/09 21:47:59 bwelling Exp $ .so isc_ipproto.3 diff --git a/doc/man/isc/isc_netif.3 b/doc/man/isc/isc_netif.3 index 924d2eabf2..b68f1742a6 100644 --- a/doc/man/isc/isc_netif.3 +++ b/doc/man/isc/isc_netif.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_netif.3,v 1.4 2000/11/18 02:58:16 bwelling Exp $ +.\" $Id: isc_netif.3,v 1.5 2001/01/09 21:48:00 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_NETIF 3 diff --git a/doc/man/isc/isc_socket.3 b/doc/man/isc/isc_socket.3 index 82e8bf5b01..7109359b45 100644 --- a/doc/man/isc/isc_socket.3 +++ b/doc/man/isc/isc_socket.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket.3,v 1.4 2000/11/18 02:58:17 bwelling Exp $ +.\" $Id: isc_socket.3,v 1.5 2001/01/09 21:48:01 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_SOCKET 3 diff --git a/doc/man/isc/isc_socket_accept.3 b/doc/man/isc/isc_socket_accept.3 index 0c6f582fe4..dc9cc18d36 100644 --- a/doc/man/isc/isc_socket_accept.3 +++ b/doc/man/isc/isc_socket_accept.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_accept.3,v 1.4 2000/11/18 02:58:18 bwelling Exp $ +.\" $Id: isc_socket_accept.3,v 1.5 2001/01/09 21:48:02 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_attach.3 b/doc/man/isc/isc_socket_attach.3 index 42493c5ae2..94f59fa42f 100644 --- a/doc/man/isc/isc_socket_attach.3 +++ b/doc/man/isc/isc_socket_attach.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_attach.3,v 1.4 2000/11/18 02:58:19 bwelling Exp $ +.\" $Id: isc_socket_attach.3,v 1.5 2001/01/09 21:48:04 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_bind.3 b/doc/man/isc/isc_socket_bind.3 index 353e369481..2e037c8b72 100644 --- a/doc/man/isc/isc_socket_bind.3 +++ b/doc/man/isc/isc_socket_bind.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_bind.3,v 1.4 2000/11/18 02:58:20 bwelling Exp $ +.\" $Id: isc_socket_bind.3,v 1.5 2001/01/09 21:48:05 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_cancel.3 b/doc/man/isc/isc_socket_cancel.3 index dcb0c42c1a..16845be4b6 100644 --- a/doc/man/isc/isc_socket_cancel.3 +++ b/doc/man/isc/isc_socket_cancel.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_cancel.3,v 1.4 2000/11/18 02:58:21 bwelling Exp $ +.\" $Id: isc_socket_cancel.3,v 1.5 2001/01/09 21:48:06 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_connect.3 b/doc/man/isc/isc_socket_connect.3 index 2d90f55b9b..3f9a310905 100644 --- a/doc/man/isc/isc_socket_connect.3 +++ b/doc/man/isc/isc_socket_connect.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_connect.3,v 1.4 2000/11/18 02:58:22 bwelling Exp $ +.\" $Id: isc_socket_connect.3,v 1.5 2001/01/09 21:48:07 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_create.3 b/doc/man/isc/isc_socket_create.3 index 7713dedf10..181a49dc7b 100644 --- a/doc/man/isc/isc_socket_create.3 +++ b/doc/man/isc/isc_socket_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_create.3,v 1.4 2000/11/18 02:58:23 bwelling Exp $ +.\" $Id: isc_socket_create.3,v 1.5 2001/01/09 21:48:08 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_detach.3 b/doc/man/isc/isc_socket_detach.3 index ac42d04908..05aab7014b 100644 --- a/doc/man/isc/isc_socket_detach.3 +++ b/doc/man/isc/isc_socket_detach.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_detach.3,v 1.4 2000/11/18 02:58:25 bwelling Exp $ +.\" $Id: isc_socket_detach.3,v 1.5 2001/01/09 21:48:09 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_getpeername.3 b/doc/man/isc/isc_socket_getpeername.3 index 0e9ffdc743..c5cf136d32 100644 --- a/doc/man/isc/isc_socket_getpeername.3 +++ b/doc/man/isc/isc_socket_getpeername.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_getpeername.3,v 1.4 2000/11/18 02:58:26 bwelling Exp $ +.\" $Id: isc_socket_getpeername.3,v 1.5 2001/01/09 21:48:10 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_getsockname.3 b/doc/man/isc/isc_socket_getsockname.3 index 23faea3962..b6c7354b56 100644 --- a/doc/man/isc/isc_socket_getsockname.3 +++ b/doc/man/isc/isc_socket_getsockname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_getsockname.3,v 1.4 2000/11/18 02:58:27 bwelling Exp $ +.\" $Id: isc_socket_getsockname.3,v 1.5 2001/01/09 21:48:11 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_gettype.3 b/doc/man/isc/isc_socket_gettype.3 index f08910bccb..8dde9a8767 100644 --- a/doc/man/isc/isc_socket_gettype.3 +++ b/doc/man/isc/isc_socket_gettype.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_gettype.3,v 1.4 2000/11/18 02:58:28 bwelling Exp $ +.\" $Id: isc_socket_gettype.3,v 1.5 2001/01/09 21:48:12 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_isbound.3 b/doc/man/isc/isc_socket_isbound.3 index 0a707a5aab..ab0f9631d3 100644 --- a/doc/man/isc/isc_socket_isbound.3 +++ b/doc/man/isc/isc_socket_isbound.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_isbound.3,v 1.4 2000/11/18 02:58:29 bwelling Exp $ +.\" $Id: isc_socket_isbound.3,v 1.5 2001/01/09 21:48:13 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_listen.3 b/doc/man/isc/isc_socket_listen.3 index a9798d12b3..a6fb677e8a 100644 --- a/doc/man/isc/isc_socket_listen.3 +++ b/doc/man/isc/isc_socket_listen.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_listen.3,v 1.4 2000/11/18 02:58:30 bwelling Exp $ +.\" $Id: isc_socket_listen.3,v 1.5 2001/01/09 21:48:14 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_recv.3 b/doc/man/isc/isc_socket_recv.3 index 7b5c8ad628..8801f0f473 100644 --- a/doc/man/isc/isc_socket_recv.3 +++ b/doc/man/isc/isc_socket_recv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_recv.3,v 1.4 2000/11/18 02:58:31 bwelling Exp $ +.\" $Id: isc_socket_recv.3,v 1.5 2001/01/09 21:48:16 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_recvmark.3 b/doc/man/isc/isc_socket_recvmark.3 index 4d3ed27181..b6f57047d9 100644 --- a/doc/man/isc/isc_socket_recvmark.3 +++ b/doc/man/isc/isc_socket_recvmark.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_recvmark.3,v 1.4 2000/11/18 02:58:32 bwelling Exp $ +.\" $Id: isc_socket_recvmark.3,v 1.5 2001/01/09 21:48:17 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_recvv.3 b/doc/man/isc/isc_socket_recvv.3 index f4273ee99e..cf80cf4ba3 100644 --- a/doc/man/isc/isc_socket_recvv.3 +++ b/doc/man/isc/isc_socket_recvv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_recvv.3,v 1.4 2000/11/18 02:58:34 bwelling Exp $ +.\" $Id: isc_socket_recvv.3,v 1.5 2001/01/09 21:48:18 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_send.3 b/doc/man/isc/isc_socket_send.3 index fcc80d5c53..2ce3227287 100644 --- a/doc/man/isc/isc_socket_send.3 +++ b/doc/man/isc/isc_socket_send.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_send.3,v 1.4 2000/11/18 02:58:35 bwelling Exp $ +.\" $Id: isc_socket_send.3,v 1.5 2001/01/09 21:48:19 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendmark.3 b/doc/man/isc/isc_socket_sendmark.3 index 33791eb3d5..f59cd53a76 100644 --- a/doc/man/isc/isc_socket_sendmark.3 +++ b/doc/man/isc/isc_socket_sendmark.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendmark.3,v 1.4 2000/11/18 02:58:36 bwelling Exp $ +.\" $Id: isc_socket_sendmark.3,v 1.5 2001/01/09 21:48:20 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendto.3 b/doc/man/isc/isc_socket_sendto.3 index 28ae645c11..d8e63705a5 100644 --- a/doc/man/isc/isc_socket_sendto.3 +++ b/doc/man/isc/isc_socket_sendto.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendto.3,v 1.4 2000/11/18 02:58:37 bwelling Exp $ +.\" $Id: isc_socket_sendto.3,v 1.5 2001/01/09 21:48:21 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendtov.3 b/doc/man/isc/isc_socket_sendtov.3 index b8663617af..9a1de9cbc6 100644 --- a/doc/man/isc/isc_socket_sendtov.3 +++ b/doc/man/isc/isc_socket_sendtov.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendtov.3,v 1.4 2000/11/18 02:58:38 bwelling Exp $ +.\" $Id: isc_socket_sendtov.3,v 1.5 2001/01/09 21:48:22 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socket_sendv.3 b/doc/man/isc/isc_socket_sendv.3 index f41eb8cfa4..9a5f974001 100644 --- a/doc/man/isc/isc_socket_sendv.3 +++ b/doc/man/isc/isc_socket_sendv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socket_sendv.3,v 1.4 2000/11/18 02:58:39 bwelling Exp $ +.\" $Id: isc_socket_sendv.3,v 1.5 2001/01/09 21:48:23 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socketmgr_create.3 b/doc/man/isc/isc_socketmgr_create.3 index c8785ffa5a..e673bcbf67 100644 --- a/doc/man/isc/isc_socketmgr_create.3 +++ b/doc/man/isc/isc_socketmgr_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socketmgr_create.3,v 1.4 2000/11/18 02:58:42 bwelling Exp $ +.\" $Id: isc_socketmgr_create.3,v 1.5 2001/01/09 21:48:24 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_socketmgr_destroy.3 b/doc/man/isc/isc_socketmgr_destroy.3 index c0d34661c8..0350c20c18 100644 --- a/doc/man/isc/isc_socketmgr_destroy.3 +++ b/doc/man/isc/isc_socketmgr_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_socketmgr_destroy.3,v 1.4 2000/11/18 02:58:43 bwelling Exp $ +.\" $Id: isc_socketmgr_destroy.3,v 1.5 2001/01/09 21:48:25 bwelling Exp $ .so isc_socket.3 diff --git a/doc/man/isc/isc_stdio.3 b/doc/man/isc/isc_stdio.3 index 014734f5ab..4fc327d53f 100644 --- a/doc/man/isc/isc_stdio.3 +++ b/doc/man/isc/isc_stdio.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio.3,v 1.4 2000/11/18 02:58:44 bwelling Exp $ +.\" $Id: isc_stdio.3,v 1.5 2001/01/09 21:48:26 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_STDIO 3 diff --git a/doc/man/isc/isc_stdio_close.3 b/doc/man/isc/isc_stdio_close.3 index 96100ec3fc..b7efb6de0f 100644 --- a/doc/man/isc/isc_stdio_close.3 +++ b/doc/man/isc/isc_stdio_close.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_close.3,v 1.4 2000/11/18 02:58:45 bwelling Exp $ +.\" $Id: isc_stdio_close.3,v 1.5 2001/01/09 21:48:28 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_flush.3 b/doc/man/isc/isc_stdio_flush.3 index 1b100aac83..7e97a1eb4f 100644 --- a/doc/man/isc/isc_stdio_flush.3 +++ b/doc/man/isc/isc_stdio_flush.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_flush.3,v 1.4 2000/11/18 02:58:46 bwelling Exp $ +.\" $Id: isc_stdio_flush.3,v 1.5 2001/01/09 21:48:29 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_open.3 b/doc/man/isc/isc_stdio_open.3 index 46aa94a358..7ad7f56f46 100644 --- a/doc/man/isc/isc_stdio_open.3 +++ b/doc/man/isc/isc_stdio_open.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_open.3,v 1.4 2000/11/18 02:58:47 bwelling Exp $ +.\" $Id: isc_stdio_open.3,v 1.5 2001/01/09 21:48:30 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_read.3 b/doc/man/isc/isc_stdio_read.3 index 4cc4eebf4f..ff6bbe617f 100644 --- a/doc/man/isc/isc_stdio_read.3 +++ b/doc/man/isc/isc_stdio_read.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_read.3,v 1.4 2000/11/18 02:58:49 bwelling Exp $ +.\" $Id: isc_stdio_read.3,v 1.5 2001/01/09 21:48:31 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_seek.3 b/doc/man/isc/isc_stdio_seek.3 index 8efd7fb1ba..8783df58fb 100644 --- a/doc/man/isc/isc_stdio_seek.3 +++ b/doc/man/isc/isc_stdio_seek.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_seek.3,v 1.4 2000/11/18 02:58:50 bwelling Exp $ +.\" $Id: isc_stdio_seek.3,v 1.5 2001/01/09 21:48:32 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_sync.3 b/doc/man/isc/isc_stdio_sync.3 index 0bf3322880..55f69cfe9e 100644 --- a/doc/man/isc/isc_stdio_sync.3 +++ b/doc/man/isc/isc_stdio_sync.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_sync.3,v 1.4 2000/11/18 02:58:51 bwelling Exp $ +.\" $Id: isc_stdio_sync.3,v 1.5 2001/01/09 21:48:33 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdio_write.3 b/doc/man/isc/isc_stdio_write.3 index 755a17222c..d918c7a357 100644 --- a/doc/man/isc/isc_stdio_write.3 +++ b/doc/man/isc/isc_stdio_write.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdio_write.3,v 1.4 2000/11/18 02:58:53 bwelling Exp $ +.\" $Id: isc_stdio_write.3,v 1.5 2001/01/09 21:48:34 bwelling Exp $ .so isc_stdio.3 diff --git a/doc/man/isc/isc_stdtime.3 b/doc/man/isc/isc_stdtime.3 index 1b90c43103..9630df6c7f 100644 --- a/doc/man/isc/isc_stdtime.3 +++ b/doc/man/isc/isc_stdtime.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdtime.3,v 1.4 2000/11/18 02:58:54 bwelling Exp $ +.\" $Id: isc_stdtime.3,v 1.5 2001/01/09 21:48:35 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_STDTIME 3 diff --git a/doc/man/isc/isc_stdtime_get.3 b/doc/man/isc/isc_stdtime_get.3 index a54b4978bd..45735a6991 100644 --- a/doc/man/isc/isc_stdtime_get.3 +++ b/doc/man/isc/isc_stdtime_get.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_stdtime_get.3,v 1.4 2000/11/18 02:58:55 bwelling Exp $ +.\" $Id: isc_stdtime_get.3,v 1.5 2001/01/09 21:48:36 bwelling Exp $ .so isc_stdtime.3 diff --git a/doc/man/isc/isc_time.3 b/doc/man/isc/isc_time.3 index 2d87f9d56e..4f0339db91 100644 --- a/doc/man/isc/isc_time.3 +++ b/doc/man/isc/isc_time.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time.3,v 1.6 2000/11/18 02:58:56 bwelling Exp $ +.\" $Id: isc_time.3,v 1.7 2001/01/09 21:48:38 bwelling Exp $ .Dd Jun 30, 2000 .Dt ISC_TIME 3 diff --git a/doc/man/isc/isc_time_add.3 b/doc/man/isc/isc_time_add.3 index dd81dbec74..31568029e5 100644 --- a/doc/man/isc/isc_time_add.3 +++ b/doc/man/isc/isc_time_add.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_add.3,v 1.4 2000/11/18 02:58:57 bwelling Exp $ +.\" $Id: isc_time_add.3,v 1.5 2001/01/09 21:48:39 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_compare.3 b/doc/man/isc/isc_time_compare.3 index 320968682b..d4c5f5cee8 100644 --- a/doc/man/isc/isc_time_compare.3 +++ b/doc/man/isc/isc_time_compare.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_compare.3,v 1.4 2000/11/18 02:58:58 bwelling Exp $ +.\" $Id: isc_time_compare.3,v 1.5 2001/01/09 21:48:40 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_isepoch.3 b/doc/man/isc/isc_time_isepoch.3 index a7a60783fe..e8f6aea60f 100644 --- a/doc/man/isc/isc_time_isepoch.3 +++ b/doc/man/isc/isc_time_isepoch.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_isepoch.3,v 1.4 2000/11/18 02:59:00 bwelling Exp $ +.\" $Id: isc_time_isepoch.3,v 1.5 2001/01/09 21:48:41 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_microdiff.3 b/doc/man/isc/isc_time_microdiff.3 index bc7ba4171b..357d39323a 100644 --- a/doc/man/isc/isc_time_microdiff.3 +++ b/doc/man/isc/isc_time_microdiff.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_microdiff.3,v 1.4 2000/11/18 02:59:01 bwelling Exp $ +.\" $Id: isc_time_microdiff.3,v 1.5 2001/01/09 21:48:42 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_nanoseconds.3 b/doc/man/isc/isc_time_nanoseconds.3 index 005fd221b7..41bfdaf14c 100644 --- a/doc/man/isc/isc_time_nanoseconds.3 +++ b/doc/man/isc/isc_time_nanoseconds.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_nanoseconds.3,v 1.4 2000/11/18 02:59:02 bwelling Exp $ +.\" $Id: isc_time_nanoseconds.3,v 1.5 2001/01/09 21:48:43 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_now.3 b/doc/man/isc/isc_time_now.3 index b8e9078b03..1b1b938943 100644 --- a/doc/man/isc/isc_time_now.3 +++ b/doc/man/isc/isc_time_now.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_now.3,v 1.4 2000/11/18 02:59:03 bwelling Exp $ +.\" $Id: isc_time_now.3,v 1.5 2001/01/09 21:48:44 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_nowplusinterval.3 b/doc/man/isc/isc_time_nowplusinterval.3 index 9483f90f34..e6685c2cf6 100644 --- a/doc/man/isc/isc_time_nowplusinterval.3 +++ b/doc/man/isc/isc_time_nowplusinterval.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_nowplusinterval.3,v 1.4 2000/11/18 02:59:04 bwelling Exp $ +.\" $Id: isc_time_nowplusinterval.3,v 1.5 2001/01/09 21:48:45 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_seconds.3 b/doc/man/isc/isc_time_seconds.3 index 2a6f090341..1d7d3bb440 100644 --- a/doc/man/isc/isc_time_seconds.3 +++ b/doc/man/isc/isc_time_seconds.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_seconds.3,v 1.4 2000/11/18 02:59:05 bwelling Exp $ +.\" $Id: isc_time_seconds.3,v 1.5 2001/01/09 21:48:46 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_secondsastimet.3 b/doc/man/isc/isc_time_secondsastimet.3 index d1073a039e..dfde982aeb 100644 --- a/doc/man/isc/isc_time_secondsastimet.3 +++ b/doc/man/isc/isc_time_secondsastimet.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_secondsastimet.3,v 1.4 2000/11/18 02:59:06 bwelling Exp $ +.\" $Id: isc_time_secondsastimet.3,v 1.5 2001/01/09 21:48:47 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_set.3 b/doc/man/isc/isc_time_set.3 index 5db0c27c70..2eb3c2016c 100644 --- a/doc/man/isc/isc_time_set.3 +++ b/doc/man/isc/isc_time_set.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_set.3,v 1.4 2000/11/18 02:59:07 bwelling Exp $ +.\" $Id: isc_time_set.3,v 1.5 2001/01/09 21:48:48 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_settoepoch.3 b/doc/man/isc/isc_time_settoepoch.3 index b778934e38..845b0c980e 100644 --- a/doc/man/isc/isc_time_settoepoch.3 +++ b/doc/man/isc/isc_time_settoepoch.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_settoepoch.3,v 1.4 2000/11/18 02:59:08 bwelling Exp $ +.\" $Id: isc_time_settoepoch.3,v 1.5 2001/01/09 21:48:50 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/isc/isc_time_subtract.3 b/doc/man/isc/isc_time_subtract.3 index c5e5547bc5..1c320d6418 100644 --- a/doc/man/isc/isc_time_subtract.3 +++ b/doc/man/isc/isc_time_subtract.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: isc_time_subtract.3,v 1.4 2000/11/18 02:59:09 bwelling Exp $ +.\" $Id: isc_time_subtract.3,v 1.5 2001/01/09 21:48:51 bwelling Exp $ .so isc_time.3 diff --git a/doc/man/lwres/lwres.3 b/doc/man/lwres/lwres.3 index 46cc6ab49a..504472b3c3 100644 --- a/doc/man/lwres/lwres.3 +++ b/doc/man/lwres/lwres.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres.3,v 1.8 2000/12/04 18:37:35 gson Exp $ +.\" $Id: lwres.3,v 1.9 2001/01/09 21:48:52 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES 3 diff --git a/doc/man/lwres/lwres_addr_parse.3 b/doc/man/lwres/lwres_addr_parse.3 index 960fade485..ee42bc4935 100644 --- a/doc/man/lwres/lwres_addr_parse.3 +++ b/doc/man/lwres/lwres_addr_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_addr_parse.3,v 1.4 2000/11/18 02:59:13 bwelling Exp $ +.\" $Id: lwres_addr_parse.3,v 1.5 2001/01/09 21:48:53 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/man/lwres/lwres_buffer.3 b/doc/man/lwres/lwres_buffer.3 index d5b9f1b409..dfec297a45 100644 --- a/doc/man/lwres/lwres_buffer.3 +++ b/doc/man/lwres/lwres_buffer.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer.3,v 1.5 2000/11/18 02:59:15 bwelling Exp $ +.\" $Id: lwres_buffer.3,v 1.6 2001/01/09 21:48:54 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_BUFFER 3 diff --git a/doc/man/lwres/lwres_buffer_add.3 b/doc/man/lwres/lwres_buffer_add.3 index 3a63e41156..295ce0a947 100644 --- a/doc/man/lwres/lwres_buffer_add.3 +++ b/doc/man/lwres/lwres_buffer_add.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_add.3,v 1.4 2000/11/18 02:59:16 bwelling Exp $ +.\" $Id: lwres_buffer_add.3,v 1.5 2001/01/09 21:48:55 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_back.3 b/doc/man/lwres/lwres_buffer_back.3 index f6e87aa304..0d41fb313c 100644 --- a/doc/man/lwres/lwres_buffer_back.3 +++ b/doc/man/lwres/lwres_buffer_back.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_back.3,v 1.4 2000/11/18 02:59:17 bwelling Exp $ +.\" $Id: lwres_buffer_back.3,v 1.5 2001/01/09 21:48:56 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_clear.3 b/doc/man/lwres/lwres_buffer_clear.3 index df21d5faa2..de82bc73e2 100644 --- a/doc/man/lwres/lwres_buffer_clear.3 +++ b/doc/man/lwres/lwres_buffer_clear.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_clear.3,v 1.4 2000/11/18 02:59:18 bwelling Exp $ +.\" $Id: lwres_buffer_clear.3,v 1.5 2001/01/09 21:48:57 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_first.3 b/doc/man/lwres/lwres_buffer_first.3 index f8da7a5fd8..982407973d 100644 --- a/doc/man/lwres/lwres_buffer_first.3 +++ b/doc/man/lwres/lwres_buffer_first.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_first.3,v 1.4 2000/11/18 02:59:19 bwelling Exp $ +.\" $Id: lwres_buffer_first.3,v 1.5 2001/01/09 21:48:59 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_forward.3 b/doc/man/lwres/lwres_buffer_forward.3 index a7d8431eec..6cd61facb2 100644 --- a/doc/man/lwres/lwres_buffer_forward.3 +++ b/doc/man/lwres/lwres_buffer_forward.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_forward.3,v 1.4 2000/11/18 02:59:20 bwelling Exp $ +.\" $Id: lwres_buffer_forward.3,v 1.5 2001/01/09 21:49:00 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getmem.3 b/doc/man/lwres/lwres_buffer_getmem.3 index e67f20819f..1b2536f0ca 100644 --- a/doc/man/lwres/lwres_buffer_getmem.3 +++ b/doc/man/lwres/lwres_buffer_getmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getmem.3,v 1.4 2000/11/18 02:59:21 bwelling Exp $ +.\" $Id: lwres_buffer_getmem.3,v 1.5 2001/01/09 21:49:01 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getuint16.3 b/doc/man/lwres/lwres_buffer_getuint16.3 index cc934170d7..4466a1d59f 100644 --- a/doc/man/lwres/lwres_buffer_getuint16.3 +++ b/doc/man/lwres/lwres_buffer_getuint16.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint16.3,v 1.4 2000/11/18 02:59:22 bwelling Exp $ +.\" $Id: lwres_buffer_getuint16.3,v 1.5 2001/01/09 21:49:02 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getuint32.3 b/doc/man/lwres/lwres_buffer_getuint32.3 index 3a27ba0885..388555b328 100644 --- a/doc/man/lwres/lwres_buffer_getuint32.3 +++ b/doc/man/lwres/lwres_buffer_getuint32.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint32.3,v 1.4 2000/11/18 02:59:24 bwelling Exp $ +.\" $Id: lwres_buffer_getuint32.3,v 1.5 2001/01/09 21:49:03 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_getuint8.3 b/doc/man/lwres/lwres_buffer_getuint8.3 index 8745264265..c73a19f48a 100644 --- a/doc/man/lwres/lwres_buffer_getuint8.3 +++ b/doc/man/lwres/lwres_buffer_getuint8.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint8.3,v 1.4 2000/11/18 02:59:25 bwelling Exp $ +.\" $Id: lwres_buffer_getuint8.3,v 1.5 2001/01/09 21:49:04 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_init.3 b/doc/man/lwres/lwres_buffer_init.3 index 53ca2a623a..6bda89c911 100644 --- a/doc/man/lwres/lwres_buffer_init.3 +++ b/doc/man/lwres/lwres_buffer_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_init.3,v 1.4 2000/11/18 02:59:26 bwelling Exp $ +.\" $Id: lwres_buffer_init.3,v 1.5 2001/01/09 21:49:05 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_invalidate.3 b/doc/man/lwres/lwres_buffer_invalidate.3 index b69a0dd274..183cf586a9 100644 --- a/doc/man/lwres/lwres_buffer_invalidate.3 +++ b/doc/man/lwres/lwres_buffer_invalidate.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_invalidate.3,v 1.4 2000/11/18 02:59:28 bwelling Exp $ +.\" $Id: lwres_buffer_invalidate.3,v 1.5 2001/01/09 21:49:06 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putmem.3 b/doc/man/lwres/lwres_buffer_putmem.3 index 8dc58b8a74..ce1e121c4c 100644 --- a/doc/man/lwres/lwres_buffer_putmem.3 +++ b/doc/man/lwres/lwres_buffer_putmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putmem.3,v 1.4 2000/11/18 02:59:29 bwelling Exp $ +.\" $Id: lwres_buffer_putmem.3,v 1.5 2001/01/09 21:49:07 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putuint16.3 b/doc/man/lwres/lwres_buffer_putuint16.3 index ca2bf21c91..896245ed20 100644 --- a/doc/man/lwres/lwres_buffer_putuint16.3 +++ b/doc/man/lwres/lwres_buffer_putuint16.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint16.3,v 1.4 2000/11/18 02:59:30 bwelling Exp $ +.\" $Id: lwres_buffer_putuint16.3,v 1.5 2001/01/09 21:49:08 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putuint32.3 b/doc/man/lwres/lwres_buffer_putuint32.3 index a93dc7a943..38243aa9f8 100644 --- a/doc/man/lwres/lwres_buffer_putuint32.3 +++ b/doc/man/lwres/lwres_buffer_putuint32.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint32.3,v 1.4 2000/11/18 02:59:31 bwelling Exp $ +.\" $Id: lwres_buffer_putuint32.3,v 1.5 2001/01/09 21:49:09 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_putuint8.3 b/doc/man/lwres/lwres_buffer_putuint8.3 index 5ffbb8bcb6..e2140a547b 100644 --- a/doc/man/lwres/lwres_buffer_putuint8.3 +++ b/doc/man/lwres/lwres_buffer_putuint8.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint8.3,v 1.4 2000/11/18 02:59:32 bwelling Exp $ +.\" $Id: lwres_buffer_putuint8.3,v 1.5 2001/01/09 21:49:10 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_buffer_subtract.3 b/doc/man/lwres/lwres_buffer_subtract.3 index 2647fa4fea..6b11b894b6 100644 --- a/doc/man/lwres/lwres_buffer_subtract.3 +++ b/doc/man/lwres/lwres_buffer_subtract.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_subtract.3,v 1.4 2000/11/18 02:59:33 bwelling Exp $ +.\" $Id: lwres_buffer_subtract.3,v 1.5 2001/01/09 21:49:12 bwelling Exp $ .so lwres_buffer.3 diff --git a/doc/man/lwres/lwres_conf_clear.3 b/doc/man/lwres/lwres_conf_clear.3 index 559631b0ab..f166fb6cdf 100644 --- a/doc/man/lwres/lwres_conf_clear.3 +++ b/doc/man/lwres/lwres_conf_clear.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_clear.3,v 1.4 2000/11/18 02:59:34 bwelling Exp $ +.\" $Id: lwres_conf_clear.3,v 1.5 2001/01/09 21:49:13 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_get.3 b/doc/man/lwres/lwres_conf_get.3 index 48bb23566e..07a617be9a 100644 --- a/doc/man/lwres/lwres_conf_get.3 +++ b/doc/man/lwres/lwres_conf_get.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_get.3,v 1.4 2000/11/18 02:59:35 bwelling Exp $ +.\" $Id: lwres_conf_get.3,v 1.5 2001/01/09 21:49:14 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_init.3 b/doc/man/lwres/lwres_conf_init.3 index 258940e4be..d4b22fefea 100644 --- a/doc/man/lwres/lwres_conf_init.3 +++ b/doc/man/lwres/lwres_conf_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_init.3,v 1.4 2000/11/18 02:59:37 bwelling Exp $ +.\" $Id: lwres_conf_init.3,v 1.5 2001/01/09 21:49:15 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_parse.3 b/doc/man/lwres/lwres_conf_parse.3 index 5a8a4ae00d..c38c490f77 100644 --- a/doc/man/lwres/lwres_conf_parse.3 +++ b/doc/man/lwres/lwres_conf_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_parse.3,v 1.4 2000/11/18 02:59:38 bwelling Exp $ +.\" $Id: lwres_conf_parse.3,v 1.5 2001/01/09 21:49:16 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_conf_print.3 b/doc/man/lwres/lwres_conf_print.3 index 0586f2874a..abe5a29bb2 100644 --- a/doc/man/lwres/lwres_conf_print.3 +++ b/doc/man/lwres/lwres_conf_print.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_print.3,v 1.4 2000/11/18 02:59:39 bwelling Exp $ +.\" $Id: lwres_conf_print.3,v 1.5 2001/01/09 21:49:17 bwelling Exp $ .so lwres_config.3 diff --git a/doc/man/lwres/lwres_config.3 b/doc/man/lwres/lwres_config.3 index 9eeb3784c6..aa3095b8d7 100644 --- a/doc/man/lwres/lwres_config.3 +++ b/doc/man/lwres/lwres_config.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_config.3,v 1.5 2000/12/04 18:37:37 gson Exp $ +.\" $Id: lwres_config.3,v 1.6 2001/01/09 21:49:18 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_CONFIG 3 diff --git a/doc/man/lwres/lwres_context.3 b/doc/man/lwres/lwres_context.3 index 361c5e524a..93dea3d75f 100644 --- a/doc/man/lwres/lwres_context.3 +++ b/doc/man/lwres/lwres_context.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context.3,v 1.5 2000/11/18 02:59:42 bwelling Exp $ +.\" $Id: lwres_context.3,v 1.6 2001/01/09 21:49:19 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_CONTEXT 3 diff --git a/doc/man/lwres/lwres_context_allocmem.3 b/doc/man/lwres/lwres_context_allocmem.3 index 440704e43f..4825679898 100644 --- a/doc/man/lwres/lwres_context_allocmem.3 +++ b/doc/man/lwres/lwres_context_allocmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_allocmem.3,v 1.4 2000/11/18 02:59:43 bwelling Exp $ +.\" $Id: lwres_context_allocmem.3,v 1.5 2001/01/09 21:49:20 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_create.3 b/doc/man/lwres/lwres_context_create.3 index a2ed9e6689..aeb14a1962 100644 --- a/doc/man/lwres/lwres_context_create.3 +++ b/doc/man/lwres/lwres_context_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_create.3,v 1.4 2000/11/18 02:59:44 bwelling Exp $ +.\" $Id: lwres_context_create.3,v 1.5 2001/01/09 21:49:22 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_destroy.3 b/doc/man/lwres/lwres_context_destroy.3 index 6f83d7e7a7..85a62932e7 100644 --- a/doc/man/lwres/lwres_context_destroy.3 +++ b/doc/man/lwres/lwres_context_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_destroy.3,v 1.4 2000/11/18 02:59:45 bwelling Exp $ +.\" $Id: lwres_context_destroy.3,v 1.5 2001/01/09 21:49:23 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_freemem.3 b/doc/man/lwres/lwres_context_freemem.3 index 5afdbbb531..eb9e04ae78 100644 --- a/doc/man/lwres/lwres_context_freemem.3 +++ b/doc/man/lwres/lwres_context_freemem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_freemem.3,v 1.4 2000/11/18 02:59:46 bwelling Exp $ +.\" $Id: lwres_context_freemem.3,v 1.5 2001/01/09 21:49:24 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_initserial.3 b/doc/man/lwres/lwres_context_initserial.3 index f67928753a..91eb667ddf 100644 --- a/doc/man/lwres/lwres_context_initserial.3 +++ b/doc/man/lwres/lwres_context_initserial.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_initserial.3,v 1.4 2000/11/18 02:59:47 bwelling Exp $ +.\" $Id: lwres_context_initserial.3,v 1.5 2001/01/09 21:49:25 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_nextserial.3 b/doc/man/lwres/lwres_context_nextserial.3 index a62b02b742..4940642c82 100644 --- a/doc/man/lwres/lwres_context_nextserial.3 +++ b/doc/man/lwres/lwres_context_nextserial.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_nextserial.3,v 1.4 2000/11/18 02:59:48 bwelling Exp $ +.\" $Id: lwres_context_nextserial.3,v 1.5 2001/01/09 21:49:26 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_context_sendrecv.3 b/doc/man/lwres/lwres_context_sendrecv.3 index 23904a2fb1..0afcf425eb 100644 --- a/doc/man/lwres/lwres_context_sendrecv.3 +++ b/doc/man/lwres/lwres_context_sendrecv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_sendrecv.3,v 1.4 2000/11/18 02:59:49 bwelling Exp $ +.\" $Id: lwres_context_sendrecv.3,v 1.5 2001/01/09 21:49:27 bwelling Exp $ .so lwres_context.3 diff --git a/doc/man/lwres/lwres_endhostent.3 b/doc/man/lwres/lwres_endhostent.3 index b70ae5da55..70f409706a 100644 --- a/doc/man/lwres/lwres_endhostent.3 +++ b/doc/man/lwres/lwres_endhostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_endhostent.3,v 1.4 2000/11/18 02:59:51 bwelling Exp $ +.\" $Id: lwres_endhostent.3,v 1.5 2001/01/09 21:49:28 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_endhostent_r.3 b/doc/man/lwres/lwres_endhostent_r.3 index 099fded7ea..2420d0f540 100644 --- a/doc/man/lwres/lwres_endhostent_r.3 +++ b/doc/man/lwres/lwres_endhostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_endhostent_r.3,v 1.4 2000/11/18 02:59:52 bwelling Exp $ +.\" $Id: lwres_endhostent_r.3,v 1.5 2001/01/09 21:49:29 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_freeaddrinfo.3 b/doc/man/lwres/lwres_freeaddrinfo.3 index 70245ad1f0..68cc68c037 100644 --- a/doc/man/lwres/lwres_freeaddrinfo.3 +++ b/doc/man/lwres/lwres_freeaddrinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_freeaddrinfo.3,v 1.4 2000/11/18 02:59:54 bwelling Exp $ +.\" $Id: lwres_freeaddrinfo.3,v 1.5 2001/01/09 21:49:30 bwelling Exp $ .so lwres_getaddrinfo.3 diff --git a/doc/man/lwres/lwres_freehostent.3 b/doc/man/lwres/lwres_freehostent.3 index 84d6797bd9..74caae2138 100644 --- a/doc/man/lwres/lwres_freehostent.3 +++ b/doc/man/lwres/lwres_freehostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_freehostent.3,v 1.4 2000/11/18 02:59:55 bwelling Exp $ +.\" $Id: lwres_freehostent.3,v 1.5 2001/01/09 21:49:32 bwelling Exp $ .so lwres_getipnode.3 diff --git a/doc/man/lwres/lwres_gabn.3 b/doc/man/lwres/lwres_gabn.3 index c58d418ea5..960a7490c8 100644 --- a/doc/man/lwres/lwres_gabn.3 +++ b/doc/man/lwres/lwres_gabn.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabn.3,v 1.5 2000/11/18 02:59:56 bwelling Exp $ +.\" $Id: lwres_gabn.3,v 1.6 2001/01/09 21:49:33 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GABN 3 diff --git a/doc/man/lwres/lwres_gabnrequest_free.3 b/doc/man/lwres/lwres_gabnrequest_free.3 index 5664564cd5..c305365d7c 100644 --- a/doc/man/lwres/lwres_gabnrequest_free.3 +++ b/doc/man/lwres/lwres_gabnrequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_free.3,v 1.4 2000/11/18 02:59:57 bwelling Exp $ +.\" $Id: lwres_gabnrequest_free.3,v 1.5 2001/01/09 21:49:34 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnrequest_parse.3 b/doc/man/lwres/lwres_gabnrequest_parse.3 index 70f953f1ca..5198302e79 100644 --- a/doc/man/lwres/lwres_gabnrequest_parse.3 +++ b/doc/man/lwres/lwres_gabnrequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_parse.3,v 1.4 2000/11/18 02:59:58 bwelling Exp $ +.\" $Id: lwres_gabnrequest_parse.3,v 1.5 2001/01/09 21:49:35 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnrequest_render.3 b/doc/man/lwres/lwres_gabnrequest_render.3 index db878a9224..408a6caa16 100644 --- a/doc/man/lwres/lwres_gabnrequest_render.3 +++ b/doc/man/lwres/lwres_gabnrequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_render.3,v 1.4 2000/11/18 03:00:00 bwelling Exp $ +.\" $Id: lwres_gabnrequest_render.3,v 1.5 2001/01/09 21:49:36 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnresponse_free.3 b/doc/man/lwres/lwres_gabnresponse_free.3 index 683b63f22d..63c4358aaa 100644 --- a/doc/man/lwres/lwres_gabnresponse_free.3 +++ b/doc/man/lwres/lwres_gabnresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_free.3,v 1.4 2000/11/18 03:00:01 bwelling Exp $ +.\" $Id: lwres_gabnresponse_free.3,v 1.5 2001/01/09 21:49:37 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnresponse_parse.3 b/doc/man/lwres/lwres_gabnresponse_parse.3 index e71760d2cb..1f5376fbe4 100644 --- a/doc/man/lwres/lwres_gabnresponse_parse.3 +++ b/doc/man/lwres/lwres_gabnresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_parse.3,v 1.4 2000/11/18 03:00:02 bwelling Exp $ +.\" $Id: lwres_gabnresponse_parse.3,v 1.5 2001/01/09 21:49:38 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gabnresponse_render.3 b/doc/man/lwres/lwres_gabnresponse_render.3 index 9f3e57657a..448aa4ca23 100644 --- a/doc/man/lwres/lwres_gabnresponse_render.3 +++ b/doc/man/lwres/lwres_gabnresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_render.3,v 1.4 2000/11/18 03:00:03 bwelling Exp $ +.\" $Id: lwres_gabnresponse_render.3,v 1.5 2001/01/09 21:49:39 bwelling Exp $ .so lwres_gabn.3 diff --git a/doc/man/lwres/lwres_gai_strerror.3 b/doc/man/lwres/lwres_gai_strerror.3 index 9d54377bff..32c6f4efe6 100644 --- a/doc/man/lwres/lwres_gai_strerror.3 +++ b/doc/man/lwres/lwres_gai_strerror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gai_strerror.3,v 1.5 2000/11/18 03:00:05 bwelling Exp $ +.\" $Id: lwres_gai_strerror.3,v 1.6 2001/01/09 21:49:40 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GAI_STRERROR 3 diff --git a/doc/man/lwres/lwres_getaddrinfo.3 b/doc/man/lwres/lwres_getaddrinfo.3 index 090d922e60..338a093b84 100644 --- a/doc/man/lwres/lwres_getaddrinfo.3 +++ b/doc/man/lwres/lwres_getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getaddrinfo.3,v 1.7 2000/11/18 03:00:08 bwelling Exp $ +.\" $Id: lwres_getaddrinfo.3,v 1.8 2001/01/09 21:49:41 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETADDRINFO 3 diff --git a/doc/man/lwres/lwres_getaddrsbyname.3 b/doc/man/lwres/lwres_getaddrsbyname.3 index 6fba97807d..61a38a1ebb 100644 --- a/doc/man/lwres/lwres_getaddrsbyname.3 +++ b/doc/man/lwres/lwres_getaddrsbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getaddrsbyname.3,v 1.4 2000/11/18 03:00:10 bwelling Exp $ +.\" $Id: lwres_getaddrsbyname.3,v 1.5 2001/01/09 21:49:42 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/man/lwres/lwres_gethostbyaddr.3 b/doc/man/lwres/lwres_gethostbyaddr.3 index 36e4ac8f52..b71fd52962 100644 --- a/doc/man/lwres/lwres_gethostbyaddr.3 +++ b/doc/man/lwres/lwres_gethostbyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyaddr.3,v 1.4 2000/11/18 03:00:12 bwelling Exp $ +.\" $Id: lwres_gethostbyaddr.3,v 1.5 2001/01/09 21:49:43 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyaddr_r.3 b/doc/man/lwres/lwres_gethostbyaddr_r.3 index a0af779051..5d7a02803a 100644 --- a/doc/man/lwres/lwres_gethostbyaddr_r.3 +++ b/doc/man/lwres/lwres_gethostbyaddr_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyaddr_r.3,v 1.4 2000/11/18 03:00:15 bwelling Exp $ +.\" $Id: lwres_gethostbyaddr_r.3,v 1.5 2001/01/09 21:49:45 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyname.3 b/doc/man/lwres/lwres_gethostbyname.3 index d4f07df622..b917436ffa 100644 --- a/doc/man/lwres/lwres_gethostbyname.3 +++ b/doc/man/lwres/lwres_gethostbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname.3,v 1.4 2000/11/18 03:00:17 bwelling Exp $ +.\" $Id: lwres_gethostbyname.3,v 1.5 2001/01/09 21:49:46 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyname2.3 b/doc/man/lwres/lwres_gethostbyname2.3 index afbf8a647c..a7690c7314 100644 --- a/doc/man/lwres/lwres_gethostbyname2.3 +++ b/doc/man/lwres/lwres_gethostbyname2.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname2.3,v 1.4 2000/11/18 03:00:19 bwelling Exp $ +.\" $Id: lwres_gethostbyname2.3,v 1.5 2001/01/09 21:49:47 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostbyname_r.3 b/doc/man/lwres/lwres_gethostbyname_r.3 index faa4c14d4f..f2fe7112f4 100644 --- a/doc/man/lwres/lwres_gethostbyname_r.3 +++ b/doc/man/lwres/lwres_gethostbyname_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname_r.3,v 1.4 2000/11/18 03:00:20 bwelling Exp $ +.\" $Id: lwres_gethostbyname_r.3,v 1.5 2001/01/09 21:49:48 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_gethostent.3 b/doc/man/lwres/lwres_gethostent.3 index 985f7fe221..26e242fb43 100644 --- a/doc/man/lwres/lwres_gethostent.3 +++ b/doc/man/lwres/lwres_gethostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostent.3,v 1.6 2000/12/04 18:37:38 gson Exp $ +.\" $Id: lwres_gethostent.3,v 1.7 2001/01/09 21:49:49 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETHOSTENT 3 diff --git a/doc/man/lwres/lwres_gethostent_r.3 b/doc/man/lwres/lwres_gethostent_r.3 index d64587cbe8..dd7afbc348 100644 --- a/doc/man/lwres/lwres_gethostent_r.3 +++ b/doc/man/lwres/lwres_gethostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostent_r.3,v 1.4 2000/11/18 03:00:22 bwelling Exp $ +.\" $Id: lwres_gethostent_r.3,v 1.5 2001/01/09 21:49:50 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_getipnode.3 b/doc/man/lwres/lwres_getipnode.3 index fde2479d35..5da6d74cd2 100644 --- a/doc/man/lwres/lwres_getipnode.3 +++ b/doc/man/lwres/lwres_getipnode.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnode.3,v 1.5 2000/11/18 03:00:23 bwelling Exp $ +.\" $Id: lwres_getipnode.3,v 1.6 2001/01/09 21:49:51 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETIPNODE 3 diff --git a/doc/man/lwres/lwres_getipnodebyaddr.3 b/doc/man/lwres/lwres_getipnodebyaddr.3 index 975c3f3794..7e1cc96600 100644 --- a/doc/man/lwres/lwres_getipnodebyaddr.3 +++ b/doc/man/lwres/lwres_getipnodebyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnodebyaddr.3,v 1.4 2000/11/18 03:00:25 bwelling Exp $ +.\" $Id: lwres_getipnodebyaddr.3,v 1.5 2001/01/09 21:49:52 bwelling Exp $ .so lwres_getipnode.3 diff --git a/doc/man/lwres/lwres_getipnodebyname.3 b/doc/man/lwres/lwres_getipnodebyname.3 index d4cbb271e5..2a4e8d8176 100644 --- a/doc/man/lwres/lwres_getipnodebyname.3 +++ b/doc/man/lwres/lwres_getipnodebyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnodebyname.3,v 1.4 2000/11/18 03:00:26 bwelling Exp $ +.\" $Id: lwres_getipnodebyname.3,v 1.5 2001/01/09 21:49:53 bwelling Exp $ .so lwres_getipnode.3 diff --git a/doc/man/lwres/lwres_getnamebyaddr.3 b/doc/man/lwres/lwres_getnamebyaddr.3 index a52aacb5ec..672a4322f2 100644 --- a/doc/man/lwres/lwres_getnamebyaddr.3 +++ b/doc/man/lwres/lwres_getnamebyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getnamebyaddr.3,v 1.4 2000/11/18 03:00:27 bwelling Exp $ +.\" $Id: lwres_getnamebyaddr.3,v 1.5 2001/01/09 21:49:54 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/man/lwres/lwres_getnameinfo.3 b/doc/man/lwres/lwres_getnameinfo.3 index 02342f6bb5..cff5d43cc4 100644 --- a/doc/man/lwres/lwres_getnameinfo.3 +++ b/doc/man/lwres/lwres_getnameinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getnameinfo.3,v 1.7 2000/12/04 18:37:39 gson Exp $ +.\" $Id: lwres_getnameinfo.3,v 1.8 2001/01/09 21:49:56 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETNAMEINFO 3 diff --git a/doc/man/lwres/lwres_getrrsetbyname.3 b/doc/man/lwres/lwres_getrrsetbyname.3 index e1670b0674..b65b8fcf7a 100644 --- a/doc/man/lwres/lwres_getrrsetbyname.3 +++ b/doc/man/lwres/lwres_getrrsetbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getrrsetbyname.3,v 1.3 2000/11/29 22:55:11 gson Exp $ +.\" $Id: lwres_getrrsetbyname.3,v 1.4 2001/01/09 21:49:57 bwelling Exp $ .Dd Oct 18, 2000 .Dt LWRES_GETRRSETBYNAME 3 diff --git a/doc/man/lwres/lwres_gnba.3 b/doc/man/lwres/lwres_gnba.3 index a86587b5a8..0662e311cf 100644 --- a/doc/man/lwres/lwres_gnba.3 +++ b/doc/man/lwres/lwres_gnba.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnba.3,v 1.5 2000/11/18 03:00:30 bwelling Exp $ +.\" $Id: lwres_gnba.3,v 1.6 2001/01/09 21:49:58 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GNBA 3 diff --git a/doc/man/lwres/lwres_gnbarequest_free.3 b/doc/man/lwres/lwres_gnbarequest_free.3 index fc64030ecd..22c04f2b6d 100644 --- a/doc/man/lwres/lwres_gnbarequest_free.3 +++ b/doc/man/lwres/lwres_gnbarequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_free.3,v 1.4 2000/11/18 03:00:31 bwelling Exp $ +.\" $Id: lwres_gnbarequest_free.3,v 1.5 2001/01/09 21:49:59 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbarequest_parse.3 b/doc/man/lwres/lwres_gnbarequest_parse.3 index 32f2a97457..49e7966b8f 100644 --- a/doc/man/lwres/lwres_gnbarequest_parse.3 +++ b/doc/man/lwres/lwres_gnbarequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_parse.3,v 1.4 2000/11/18 03:00:33 bwelling Exp $ +.\" $Id: lwres_gnbarequest_parse.3,v 1.5 2001/01/09 21:50:00 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbarequest_render.3 b/doc/man/lwres/lwres_gnbarequest_render.3 index 0ba9b8b759..ef4c68b639 100644 --- a/doc/man/lwres/lwres_gnbarequest_render.3 +++ b/doc/man/lwres/lwres_gnbarequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_render.3,v 1.4 2000/11/18 03:00:34 bwelling Exp $ +.\" $Id: lwres_gnbarequest_render.3,v 1.5 2001/01/09 21:50:01 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbaresponse_free.3 b/doc/man/lwres/lwres_gnbaresponse_free.3 index f2c09474a1..38f909248c 100644 --- a/doc/man/lwres/lwres_gnbaresponse_free.3 +++ b/doc/man/lwres/lwres_gnbaresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_free.3,v 1.4 2000/11/18 03:00:36 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_free.3,v 1.5 2001/01/09 21:50:02 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbaresponse_parse.3 b/doc/man/lwres/lwres_gnbaresponse_parse.3 index c0d61e9d8a..c41a9a4b84 100644 --- a/doc/man/lwres/lwres_gnbaresponse_parse.3 +++ b/doc/man/lwres/lwres_gnbaresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_parse.3,v 1.4 2000/11/18 03:00:37 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_parse.3,v 1.5 2001/01/09 21:50:03 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_gnbaresponse_render.3 b/doc/man/lwres/lwres_gnbaresponse_render.3 index 7836544892..9b6bbec7d4 100644 --- a/doc/man/lwres/lwres_gnbaresponse_render.3 +++ b/doc/man/lwres/lwres_gnbaresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_render.3,v 1.4 2000/11/18 03:00:38 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_render.3,v 1.5 2001/01/09 21:50:04 bwelling Exp $ .so lwres_gnba.3 diff --git a/doc/man/lwres/lwres_herror.3 b/doc/man/lwres/lwres_herror.3 index 2eb2dbd56f..84b5444d9c 100644 --- a/doc/man/lwres/lwres_herror.3 +++ b/doc/man/lwres/lwres_herror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_herror.3,v 1.4 2000/11/18 03:00:39 bwelling Exp $ +.\" $Id: lwres_herror.3,v 1.5 2001/01/09 21:50:06 bwelling Exp $ .so lwres_hstrerror.3 diff --git a/doc/man/lwres/lwres_hstrerror.3 b/doc/man/lwres/lwres_hstrerror.3 index ed7b9a2fa6..5ce1064381 100644 --- a/doc/man/lwres/lwres_hstrerror.3 +++ b/doc/man/lwres/lwres_hstrerror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_hstrerror.3,v 1.5 2000/12/04 18:37:40 gson Exp $ +.\" $Id: lwres_hstrerror.3,v 1.6 2001/01/09 21:50:07 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_ERROR 3 diff --git a/doc/man/lwres/lwres_inetntop.3 b/doc/man/lwres/lwres_inetntop.3 index c10f19ab3a..5eb3386529 100644 --- a/doc/man/lwres/lwres_inetntop.3 +++ b/doc/man/lwres/lwres_inetntop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_inetntop.3,v 1.4 2000/11/18 03:00:43 bwelling Exp $ +.\" $Id: lwres_inetntop.3,v 1.5 2001/01/09 21:50:08 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_INETNTOP 3 diff --git a/doc/man/lwres/lwres_lwpacket_parseheader.3 b/doc/man/lwres/lwres_lwpacket_parseheader.3 index cd41ee6b48..3d18054b2e 100644 --- a/doc/man/lwres/lwres_lwpacket_parseheader.3 +++ b/doc/man/lwres/lwres_lwpacket_parseheader.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_lwpacket_parseheader.3,v 1.4 2000/11/18 03:00:44 bwelling Exp $ +.\" $Id: lwres_lwpacket_parseheader.3,v 1.5 2001/01/09 21:50:09 bwelling Exp $ .so lwres_packet.3 diff --git a/doc/man/lwres/lwres_lwpacket_renderheader.3 b/doc/man/lwres/lwres_lwpacket_renderheader.3 index 1b1cd33511..7bfab87ae0 100644 --- a/doc/man/lwres/lwres_lwpacket_renderheader.3 +++ b/doc/man/lwres/lwres_lwpacket_renderheader.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_lwpacket_renderheader.3,v 1.4 2000/11/18 03:00:45 bwelling Exp $ +.\" $Id: lwres_lwpacket_renderheader.3,v 1.5 2001/01/09 21:50:10 bwelling Exp $ .so lwres_packet.3 diff --git a/doc/man/lwres/lwres_net_ntop.3 b/doc/man/lwres/lwres_net_ntop.3 index 59b0fa5d4a..733872c35d 100644 --- a/doc/man/lwres/lwres_net_ntop.3 +++ b/doc/man/lwres/lwres_net_ntop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_net_ntop.3,v 1.4 2000/11/18 03:00:46 bwelling Exp $ +.\" $Id: lwres_net_ntop.3,v 1.5 2001/01/09 21:50:11 bwelling Exp $ .so lwres_inetntop.3 diff --git a/doc/man/lwres/lwres_noop.3 b/doc/man/lwres/lwres_noop.3 index e4fd5e5e38..2d6a1213c4 100644 --- a/doc/man/lwres/lwres_noop.3 +++ b/doc/man/lwres/lwres_noop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noop.3,v 1.5 2000/11/18 03:00:47 bwelling Exp $ +.\" $Id: lwres_noop.3,v 1.6 2001/01/09 21:50:12 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_NOOP 3 diff --git a/doc/man/lwres/lwres_nooprequest_free.3 b/doc/man/lwres/lwres_nooprequest_free.3 index 821ab56f1f..c4b80643a3 100644 --- a/doc/man/lwres/lwres_nooprequest_free.3 +++ b/doc/man/lwres/lwres_nooprequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_free.3,v 1.4 2000/11/18 03:00:48 bwelling Exp $ +.\" $Id: lwres_nooprequest_free.3,v 1.5 2001/01/09 21:50:13 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_nooprequest_parse.3 b/doc/man/lwres/lwres_nooprequest_parse.3 index 05606c10c6..de483e709c 100644 --- a/doc/man/lwres/lwres_nooprequest_parse.3 +++ b/doc/man/lwres/lwres_nooprequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_parse.3,v 1.4 2000/11/18 03:00:50 bwelling Exp $ +.\" $Id: lwres_nooprequest_parse.3,v 1.5 2001/01/09 21:50:14 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_nooprequest_render.3 b/doc/man/lwres/lwres_nooprequest_render.3 index 394b90973f..3adf7f422a 100644 --- a/doc/man/lwres/lwres_nooprequest_render.3 +++ b/doc/man/lwres/lwres_nooprequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_render.3,v 1.4 2000/11/18 03:00:51 bwelling Exp $ +.\" $Id: lwres_nooprequest_render.3,v 1.5 2001/01/09 21:50:15 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_noopresponse_free.3 b/doc/man/lwres/lwres_noopresponse_free.3 index 7114f96e8a..00a88814b7 100644 --- a/doc/man/lwres/lwres_noopresponse_free.3 +++ b/doc/man/lwres/lwres_noopresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_free.3,v 1.4 2000/11/18 03:00:53 bwelling Exp $ +.\" $Id: lwres_noopresponse_free.3,v 1.5 2001/01/09 21:50:17 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_noopresponse_parse.3 b/doc/man/lwres/lwres_noopresponse_parse.3 index ae078db968..f07977d1a9 100644 --- a/doc/man/lwres/lwres_noopresponse_parse.3 +++ b/doc/man/lwres/lwres_noopresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_parse.3,v 1.4 2000/11/18 03:00:54 bwelling Exp $ +.\" $Id: lwres_noopresponse_parse.3,v 1.5 2001/01/09 21:50:18 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_noopresponse_render.3 b/doc/man/lwres/lwres_noopresponse_render.3 index ee1d3bf559..700c2e5880 100644 --- a/doc/man/lwres/lwres_noopresponse_render.3 +++ b/doc/man/lwres/lwres_noopresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_render.3,v 1.4 2000/11/18 03:00:55 bwelling Exp $ +.\" $Id: lwres_noopresponse_render.3,v 1.5 2001/01/09 21:50:19 bwelling Exp $ .so lwres_noop.3 diff --git a/doc/man/lwres/lwres_packet.3 b/doc/man/lwres/lwres_packet.3 index 035da6d388..8dec3dce5f 100644 --- a/doc/man/lwres/lwres_packet.3 +++ b/doc/man/lwres/lwres_packet.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_packet.3,v 1.5 2000/11/18 03:00:56 bwelling Exp $ +.\" $Id: lwres_packet.3,v 1.6 2001/01/09 21:50:20 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_PACKET 3 diff --git a/doc/man/lwres/lwres_resutil.3 b/doc/man/lwres/lwres_resutil.3 index d8ba526f17..1763dd2072 100644 --- a/doc/man/lwres/lwres_resutil.3 +++ b/doc/man/lwres/lwres_resutil.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_resutil.3,v 1.4 2000/11/18 03:00:57 bwelling Exp $ +.\" $Id: lwres_resutil.3,v 1.5 2001/01/09 21:50:21 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_RESUTIL 3 diff --git a/doc/man/lwres/lwres_sethostent.3 b/doc/man/lwres/lwres_sethostent.3 index 40fdd38c36..81736746c5 100644 --- a/doc/man/lwres/lwres_sethostent.3 +++ b/doc/man/lwres/lwres_sethostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_sethostent.3,v 1.4 2000/11/18 03:00:58 bwelling Exp $ +.\" $Id: lwres_sethostent.3,v 1.5 2001/01/09 21:50:22 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_sethostent_r.3 b/doc/man/lwres/lwres_sethostent_r.3 index 86583a6107..60c9b4e674 100644 --- a/doc/man/lwres/lwres_sethostent_r.3 +++ b/doc/man/lwres/lwres_sethostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_sethostent_r.3,v 1.4 2000/11/18 03:00:59 bwelling Exp $ +.\" $Id: lwres_sethostent_r.3,v 1.5 2001/01/09 21:50:23 bwelling Exp $ .so lwres_gethostent.3 diff --git a/doc/man/lwres/lwres_string_parse.3 b/doc/man/lwres/lwres_string_parse.3 index bece6a8af9..b6f90a57b3 100644 --- a/doc/man/lwres/lwres_string_parse.3 +++ b/doc/man/lwres/lwres_string_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_string_parse.3,v 1.4 2000/11/18 03:01:00 bwelling Exp $ +.\" $Id: lwres_string_parse.3,v 1.5 2001/01/09 21:50:24 bwelling Exp $ .so lwres_resutil.3 diff --git a/doc/man/lwres/resolver.5 b/doc/man/lwres/resolver.5 index 1df9cdca03..802c80334d 100644 --- a/doc/man/lwres/resolver.5 +++ b/doc/man/lwres/resolver.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: resolver.5,v 1.2 2000/11/18 02:57:31 bwelling Exp $ +.\" $Id: resolver.5,v 1.3 2001/01/09 21:47:18 bwelling Exp $ .Dd Jun 30, 2000 .Dt RESOLVER 5 diff --git a/doc/misc/dnssec b/doc/misc/dnssec index 2d5e4eb8bd..f82b3fd18f 100644 --- a/doc/misc/dnssec +++ b/doc/misc/dnssec @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. DNSSEC Release Notes @@ -87,4 +87,4 @@ own. For example, if openssl was installed under /usr/local, use "configure --with-openssl=/usr/local". -$Id: dnssec,v 1.9 2000/08/09 04:37:39 tale Exp $ +$Id: dnssec,v 1.10 2001/01/09 21:50:26 bwelling Exp $ diff --git a/doc/misc/ipv6 b/doc/misc/ipv6 index 15cbd1589a..68b546f87b 100644 --- a/doc/misc/ipv6 +++ b/doc/misc/ipv6 @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Currently, there are multiple interesting problems with ipv6 @@ -96,4 +96,4 @@ RELEVANT RFCs draft-ietf-ipngwg-rfc2292bis-01: Advanced Sockets API for IPv6 (draft) -$Id: ipv6,v 1.4 2000/08/09 04:37:40 tale Exp $ +$Id: ipv6,v 1.5 2001/01/09 21:50:27 bwelling Exp $ diff --git a/doc/misc/migration b/doc/misc/migration index 975146ff0b..788008cd42 100644 --- a/doc/misc/migration +++ b/doc/misc/migration @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. BIND 8 to BIND 9 Migration Notes @@ -162,4 +162,4 @@ see the man pages in doc/man/bin/rndc.1 and doc/man/bin/rndc.conf.5 for details. Some of the ndc commands are still unimplemented in rndc. -$Id: migration,v 1.17 2000/12/19 00:36:05 marka Exp $ +$Id: migration,v 1.18 2001/01/09 21:50:28 bwelling Exp $ diff --git a/doc/misc/options b/doc/misc/options index fbdaefa88e..c67c355c6a 100644 --- a/doc/misc/options +++ b/doc/misc/options @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: options,v 1.54 2000/12/15 21:17:25 gson Exp $ +$Id: options,v 1.55 2001/01/09 21:50:29 bwelling Exp $ This is a summary of the implementation status of the various named.conf options in BIND 9. diff --git a/doc/misc/sdb b/doc/misc/sdb index 30532c1cdb..41e6683a25 100644 --- a/doc/misc/sdb +++ b/doc/misc/sdb @@ -1,4 +1,4 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. Using the BIND 9 Simplified Database Interface @@ -165,4 +165,4 @@ Future Directions A future release may support dynamic loading of sdb drivers. -$Id: sdb,v 1.3 2000/11/30 02:03:18 sjacob Exp $ +$Id: sdb,v 1.4 2001/01/09 21:50:30 bwelling Exp $ diff --git a/doc/private/options b/doc/private/options index 9fd127e771..4426fbb3de 100644 --- a/doc/private/options +++ b/doc/private/options @@ -1,7 +1,7 @@ -Copyright (C) 2000 Internet Software Consortium. +Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: options,v 1.4 2000/12/13 00:15:10 tale Exp $ +$Id: options,v 1.5 2001/01/09 21:50:31 bwelling Exp $ options { ... diff --git a/isc-config.sh.in b/isc-config.sh.in index 7c7cb01f9b..094c1555e3 100644 --- a/isc-config.sh.in +++ b/isc-config.sh.in @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: isc-config.sh.in,v 1.7 2000/09/26 19:12:44 explorer Exp $ +# $Id: isc-config.sh.in,v 1.8 2001/01/09 21:39:04 bwelling Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ diff --git a/lib/Makefile.in b/lib/Makefile.in index 07c3ec1528..fdbed73996 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.11 2000/08/01 01:22:03 tale Exp $ +# $Id: Makefile.in,v 1.12 2001/01/09 21:50:33 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 1591d271c5..fc88349abf 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.117 2000/12/09 02:17:04 bwelling Exp $ +# $Id: Makefile.in,v 1.118 2001/01/09 21:50:34 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/a6.c b/lib/dns/a6.c index e83606ad20..ac22d394bb 100644 --- a/lib/dns/a6.c +++ b/lib/dns/a6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a6.c,v 1.18 2000/10/31 03:21:48 marka Exp $ */ +/* $Id: a6.c,v 1.19 2001/01/09 21:50:35 bwelling Exp $ */ #include diff --git a/lib/dns/acl.c b/lib/dns/acl.c index 391aea8570..ccd724e59c 100644 --- a/lib/dns/acl.c +++ b/lib/dns/acl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acl.c,v 1.17 2000/12/01 18:22:15 gson Exp $ */ +/* $Id: acl.c,v 1.18 2001/01/09 21:50:36 bwelling Exp $ */ #include diff --git a/lib/dns/adb.c b/lib/dns/adb.c index 69d25918d8..f8fe1be4da 100644 --- a/lib/dns/adb.c +++ b/lib/dns/adb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb.c,v 1.162 2000/12/20 23:31:04 bwelling Exp $ */ +/* $Id: adb.c,v 1.163 2001/01/09 21:50:38 bwelling Exp $ */ /* * Implementation notes diff --git a/lib/dns/byaddr.c b/lib/dns/byaddr.c index fdc79456aa..597f296f52 100644 --- a/lib/dns/byaddr.c +++ b/lib/dns/byaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byaddr.c,v 1.27 2000/11/20 10:20:10 marka Exp $ */ +/* $Id: byaddr.c,v 1.28 2001/01/09 21:50:39 bwelling Exp $ */ #include diff --git a/lib/dns/cache.c b/lib/dns/cache.c index ef5fff47b5..ace74625cf 100644 --- a/lib/dns/cache.c +++ b/lib/dns/cache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cache.c,v 1.31 2000/12/11 19:24:03 bwelling Exp $ */ +/* $Id: cache.c,v 1.32 2001/01/09 21:50:40 bwelling Exp $ */ #include diff --git a/lib/dns/callbacks.c b/lib/dns/callbacks.c index 31ab74ecd7..8f29a147ff 100644 --- a/lib/dns/callbacks.c +++ b/lib/dns/callbacks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: callbacks.c,v 1.10 2000/08/01 01:22:13 tale Exp $ */ +/* $Id: callbacks.c,v 1.11 2001/01/09 21:50:41 bwelling Exp $ */ #include diff --git a/lib/dns/compress.c b/lib/dns/compress.c index c0c5f802da..fc2627d1eb 100644 --- a/lib/dns/compress.c +++ b/lib/dns/compress.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress.c,v 1.42 2001/01/07 22:01:12 gson Exp $ */ +/* $Id: compress.c,v 1.43 2001/01/09 21:50:42 bwelling Exp $ */ #define DNS_NAME_USEINLINE 1 diff --git a/lib/dns/config/Makefile.in b/lib/dns/config/Makefile.in index 665608621d..4008fa6149 100644 --- a/lib/dns/config/Makefile.in +++ b/lib/dns/config/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.25 2000/10/10 21:58:01 bwelling Exp $ +# $Id: Makefile.in,v 1.26 2001/01/09 21:51:50 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/config/confacl.c b/lib/dns/config/confacl.c index 02eece3aeb..abd93183ce 100644 --- a/lib/dns/config/confacl.c +++ b/lib/dns/config/confacl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confacl.c,v 1.21 2000/11/03 22:56:39 gson Exp $ */ +/* $Id: confacl.c,v 1.22 2001/01/09 21:51:51 bwelling Exp $ */ #include diff --git a/lib/dns/config/confcache.c b/lib/dns/config/confcache.c index 8ce9fda1ef..076389d096 100644 --- a/lib/dns/config/confcache.c +++ b/lib/dns/config/confcache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcache.c,v 1.8 2000/08/01 01:23:15 tale Exp $ */ +/* $Id: confcache.c,v 1.9 2001/01/09 21:51:52 bwelling Exp $ */ #include diff --git a/lib/dns/config/confcommon.c b/lib/dns/config/confcommon.c index 070bed82a5..e554d64337 100644 --- a/lib/dns/config/confcommon.c +++ b/lib/dns/config/confcommon.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcommon.c,v 1.35 2000/12/07 01:45:52 brister Exp $ */ +/* $Id: confcommon.c,v 1.36 2001/01/09 21:51:53 bwelling Exp $ */ #include diff --git a/lib/dns/config/confctl.c b/lib/dns/config/confctl.c index 6c71cfff87..8603640d1e 100644 --- a/lib/dns/config/confctl.c +++ b/lib/dns/config/confctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctl.c,v 1.31 2000/12/06 20:36:00 gson Exp $ */ +/* $Id: confctl.c,v 1.32 2001/01/09 21:51:54 bwelling Exp $ */ #include diff --git a/lib/dns/config/confctx.c b/lib/dns/config/confctx.c index 7d045e9276..7849c8d350 100644 --- a/lib/dns/config/confctx.c +++ b/lib/dns/config/confctx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctx.c,v 1.114 2001/01/09 18:25:58 gson Exp $ */ +/* $Id: confctx.c,v 1.115 2001/01/09 21:51:55 bwelling Exp $ */ #include diff --git a/lib/dns/config/confip.c b/lib/dns/config/confip.c index 4d4094cf85..884bb7e122 100644 --- a/lib/dns/config/confip.c +++ b/lib/dns/config/confip.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confip.c,v 1.38 2000/12/13 00:15:21 tale Exp $ */ +/* $Id: confip.c,v 1.39 2001/01/09 21:51:57 bwelling Exp $ */ #include diff --git a/lib/dns/config/confkeys.c b/lib/dns/config/confkeys.c index 199c13e4f2..b21c871bf2 100644 --- a/lib/dns/config/confkeys.c +++ b/lib/dns/config/confkeys.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confkeys.c,v 1.30 2000/12/07 01:45:54 brister Exp $ */ +/* $Id: confkeys.c,v 1.31 2001/01/09 21:51:58 bwelling Exp $ */ #include diff --git a/lib/dns/config/conflog.c b/lib/dns/config/conflog.c index 46dcdef208..283c2286cb 100644 --- a/lib/dns/config/conflog.c +++ b/lib/dns/config/conflog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflog.c,v 1.19 2000/10/24 17:24:35 bwelling Exp $ */ +/* $Id: conflog.c,v 1.20 2001/01/09 21:51:59 bwelling Exp $ */ #include diff --git a/lib/dns/config/conflsn.c b/lib/dns/config/conflsn.c index 234b6ba5a7..ee56326279 100644 --- a/lib/dns/config/conflsn.c +++ b/lib/dns/config/conflsn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflsn.c,v 1.18 2000/08/01 01:23:24 tale Exp $ */ +/* $Id: conflsn.c,v 1.19 2001/01/09 21:52:00 bwelling Exp $ */ #include diff --git a/lib/dns/config/conflwres.c b/lib/dns/config/conflwres.c index 2c2cf0a820..a207d6ea1e 100644 --- a/lib/dns/config/conflwres.c +++ b/lib/dns/config/conflwres.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflwres.c,v 1.6 2000/10/20 19:32:46 bwelling Exp $ */ +/* $Id: conflwres.c,v 1.7 2001/01/09 21:52:01 bwelling Exp $ */ #include diff --git a/lib/dns/config/confndc.c b/lib/dns/config/confndc.c index 1c336c1f98..7d4893f3ad 100644 --- a/lib/dns/config/confndc.c +++ b/lib/dns/config/confndc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confndc.c,v 1.26 2000/12/28 03:04:35 gson Exp $ */ +/* $Id: confndc.c,v 1.27 2001/01/09 21:52:02 bwelling Exp $ */ /* ** options { diff --git a/lib/dns/config/confparser.y.dirty b/lib/dns/config/confparser.y.dirty index 27be45eab8..ceda502f1e 100644 --- a/lib/dns/config/confparser.y.dirty +++ b/lib/dns/config/confparser.y.dirty @@ -1,6 +1,6 @@ %{ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -33,7 +33,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confparser.y.dirty,v 1.47 2001/01/09 18:26:00 gson Exp $ */ +/* $Id: confparser.y.dirty,v 1.48 2001/01/09 21:52:04 bwelling Exp $ */ #include diff --git a/lib/dns/config/confpvt.h b/lib/dns/config/confpvt.h index 12ee6945b7..264592083b 100644 --- a/lib/dns/config/confpvt.h +++ b/lib/dns/config/confpvt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confpvt.h,v 1.10 2000/08/01 01:23:27 tale Exp $ */ +/* $Id: confpvt.h,v 1.11 2001/01/09 21:52:05 bwelling Exp $ */ #ifndef CONFIG_CONFPVT_H #define CONFIG_CONFPVT_H 1 diff --git a/lib/dns/config/confresolv.c b/lib/dns/config/confresolv.c index 1667cfd3e2..b49dbf441b 100644 --- a/lib/dns/config/confresolv.c +++ b/lib/dns/config/confresolv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confresolv.c,v 1.9 2000/08/01 01:23:28 tale Exp $ */ +/* $Id: confresolv.c,v 1.10 2001/01/09 21:52:06 bwelling Exp $ */ #include diff --git a/lib/dns/config/confrrset.c b/lib/dns/config/confrrset.c index c511455c0c..f950aa584d 100644 --- a/lib/dns/config/confrrset.c +++ b/lib/dns/config/confrrset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confrrset.c,v 1.16 2000/08/01 01:23:29 tale Exp $ */ +/* $Id: confrrset.c,v 1.17 2001/01/09 21:52:07 bwelling Exp $ */ #include diff --git a/lib/dns/config/confview.c b/lib/dns/config/confview.c index d276039389..00f94f9e7c 100644 --- a/lib/dns/config/confview.c +++ b/lib/dns/config/confview.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confview.c,v 1.67 2001/01/09 18:26:01 gson Exp $ */ +/* $Id: confview.c,v 1.68 2001/01/09 21:52:08 bwelling Exp $ */ #include diff --git a/lib/dns/config/confzone.c b/lib/dns/config/confzone.c index a132bf60c4..7850847753 100644 --- a/lib/dns/config/confzone.c +++ b/lib/dns/config/confzone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confzone.c,v 1.72 2000/12/13 00:15:26 tale Exp $ */ +/* $Id: confzone.c,v 1.73 2001/01/09 21:52:10 bwelling Exp $ */ #include diff --git a/lib/dns/db.c b/lib/dns/db.c index 2bb670853f..265fcb26c7 100644 --- a/lib/dns/db.c +++ b/lib/dns/db.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db.c,v 1.66 2001/01/05 03:12:40 marka Exp $ */ +/* $Id: db.c,v 1.67 2001/01/09 21:50:43 bwelling Exp $ */ /*** *** Imports diff --git a/lib/dns/dbiterator.c b/lib/dns/dbiterator.c index 869b0a4080..27f83bc538 100644 --- a/lib/dns/dbiterator.c +++ b/lib/dns/dbiterator.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dbiterator.c,v 1.11 2000/08/01 01:22:16 tale Exp $ */ +/* $Id: dbiterator.c,v 1.12 2001/01/09 21:50:44 bwelling Exp $ */ #include diff --git a/lib/dns/dbtable.c b/lib/dns/dbtable.c index 55c3760b70..d95adb7fe3 100644 --- a/lib/dns/dbtable.c +++ b/lib/dns/dbtable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: dbtable.c,v 1.22 2000/08/26 01:36:48 bwelling Exp $ + * $Id: dbtable.c,v 1.23 2001/01/09 21:50:46 bwelling Exp $ */ /* diff --git a/lib/dns/diff.c b/lib/dns/diff.c index 2a37a2b1e2..b3e2bc2bed 100644 --- a/lib/dns/diff.c +++ b/lib/dns/diff.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: diff.c,v 1.3 2000/12/11 19:24:04 bwelling Exp $ */ +/* $Id: diff.c,v 1.4 2001/01/09 21:50:47 bwelling Exp $ */ #include diff --git a/lib/dns/dispatch.c b/lib/dns/dispatch.c index 6cf55879e6..bfeb5c399f 100644 --- a/lib/dns/dispatch.c +++ b/lib/dns/dispatch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.c,v 1.79 2001/01/07 22:02:48 gson Exp $ */ +/* $Id: dispatch.c,v 1.80 2001/01/09 21:50:48 bwelling Exp $ */ #include diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index 7da7376bd9..3d48b3ce16 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: dnssec.c,v 1.58 2001/01/04 00:10:13 bwelling Exp $ + * $Id: dnssec.c,v 1.59 2001/01/09 21:50:49 bwelling Exp $ */ diff --git a/lib/dns/forward.c b/lib/dns/forward.c index 94dd00f814..acc565be8e 100644 --- a/lib/dns/forward.c +++ b/lib/dns/forward.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: forward.c,v 1.2 2000/12/11 19:24:06 bwelling Exp $ */ +/* $Id: forward.c,v 1.3 2001/01/09 21:50:50 bwelling Exp $ */ #include diff --git a/lib/dns/gen-unix.h b/lib/dns/gen-unix.h index 2ebf1a709b..7d14d56f0b 100644 --- a/lib/dns/gen-unix.h +++ b/lib/dns/gen-unix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gen-unix.h,v 1.11 2000/08/01 01:22:21 tale Exp $ */ +/* $Id: gen-unix.h,v 1.12 2001/01/09 21:50:51 bwelling Exp $ */ /* * This file is responsible for defining two operations that are not diff --git a/lib/dns/gen-win32.h b/lib/dns/gen-win32.h index 70978bab54..97328d18a4 100644 --- a/lib/dns/gen-win32.h +++ b/lib/dns/gen-win32.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: gen-win32.h,v 1.6 2000/08/01 01:22:22 tale Exp $ */ +/* $Id: gen-win32.h,v 1.7 2001/01/09 21:50:52 bwelling Exp $ */ /* * Principal Authors: Computer Systems Research Group at UC Berkeley diff --git a/lib/dns/gen.c b/lib/dns/gen.c index 2e4374194d..92cc3a9ad2 100644 --- a/lib/dns/gen.c +++ b/lib/dns/gen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gen.c,v 1.59 2000/12/11 19:24:07 bwelling Exp $ */ +/* $Id: gen.c,v 1.60 2001/01/09 21:50:54 bwelling Exp $ */ #include diff --git a/lib/dns/include/Makefile.in b/lib/dns/include/Makefile.in index e6322f6e5b..df8aacff5a 100644 --- a/lib/dns/include/Makefile.in +++ b/lib/dns/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:23:34 tale Exp $ +# $Id: Makefile.in,v 1.11 2001/01/09 21:52:11 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/include/dns/Makefile.in b/lib/dns/include/dns/Makefile.in index 7f26db14b0..ba6df40431 100644 --- a/lib/dns/include/dns/Makefile.in +++ b/lib/dns/include/dns/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.39 2000/12/21 16:17:41 gson Exp $ +# $Id: Makefile.in,v 1.40 2001/01/09 21:52:13 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/include/dns/a6.h b/lib/dns/include/dns/a6.h index 6fda50fb6f..7757e4e3d8 100644 --- a/lib/dns/include/dns/a6.h +++ b/lib/dns/include/dns/a6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a6.h,v 1.10 2000/08/01 01:23:36 tale Exp $ */ +/* $Id: a6.h,v 1.11 2001/01/09 21:52:14 bwelling Exp $ */ #ifndef DNS_A6_H #define DNS_A6_H 1 diff --git a/lib/dns/include/dns/acl.h b/lib/dns/include/dns/acl.h index 3192d429fe..d952d025bb 100644 --- a/lib/dns/include/dns/acl.h +++ b/lib/dns/include/dns/acl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acl.h,v 1.16 2000/12/01 18:22:17 gson Exp $ */ +/* $Id: acl.h,v 1.17 2001/01/09 21:52:15 bwelling Exp $ */ #ifndef DNS_ACL_H #define DNS_ACL_H 1 diff --git a/lib/dns/include/dns/adb.h b/lib/dns/include/dns/adb.h index 652731836e..4c38ed5113 100644 --- a/lib/dns/include/dns/adb.h +++ b/lib/dns/include/dns/adb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb.h,v 1.60 2000/08/26 02:21:45 explorer Exp $ */ +/* $Id: adb.h,v 1.61 2001/01/09 21:52:16 bwelling Exp $ */ #ifndef DNS_ADB_H #define DNS_ADB_H 1 diff --git a/lib/dns/include/dns/bit.h b/lib/dns/include/dns/bit.h index ebeaa88c0a..163a74249c 100644 --- a/lib/dns/include/dns/bit.h +++ b/lib/dns/include/dns/bit.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bit.h,v 1.6 2000/08/01 01:23:40 tale Exp $ */ +/* $Id: bit.h,v 1.7 2001/01/09 21:52:17 bwelling Exp $ */ #ifndef DNS_BIT_H #define DNS_BIT_H 1 diff --git a/lib/dns/include/dns/byaddr.h b/lib/dns/include/dns/byaddr.h index ff12f729fa..3c21164345 100644 --- a/lib/dns/include/dns/byaddr.h +++ b/lib/dns/include/dns/byaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: byaddr.h,v 1.11 2000/08/14 19:09:56 bwelling Exp $ */ +/* $Id: byaddr.h,v 1.12 2001/01/09 21:52:18 bwelling Exp $ */ #ifndef DNS_BYADDR_H #define DNS_BYADDR_H 1 diff --git a/lib/dns/include/dns/cache.h b/lib/dns/include/dns/cache.h index 3bc6cd1136..e54f369b3b 100644 --- a/lib/dns/include/dns/cache.h +++ b/lib/dns/include/dns/cache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cache.h,v 1.15 2000/08/31 16:55:43 gson Exp $ */ +/* $Id: cache.h,v 1.16 2001/01/09 21:52:19 bwelling Exp $ */ #ifndef DNS_CACHE_H #define DNS_CACHE_H 1 diff --git a/lib/dns/include/dns/callbacks.h b/lib/dns/include/dns/callbacks.h index f8343b69b4..a948d0f268 100644 --- a/lib/dns/include/dns/callbacks.h +++ b/lib/dns/include/dns/callbacks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: callbacks.h,v 1.14 2000/08/01 01:23:44 tale Exp $ */ +/* $Id: callbacks.h,v 1.15 2001/01/09 21:52:21 bwelling Exp $ */ #ifndef DNS_CALLBACKS_H #define DNS_CALLBACKS_H 1 diff --git a/lib/dns/include/dns/cert.h b/lib/dns/include/dns/cert.h index 7731351387..75a0182eed 100644 --- a/lib/dns/include/dns/cert.h +++ b/lib/dns/include/dns/cert.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cert.h,v 1.11 2000/08/01 01:23:45 tale Exp $ */ +/* $Id: cert.h,v 1.12 2001/01/09 21:52:22 bwelling Exp $ */ #ifndef DNS_CERT_H #define DNS_CERT_H 1 diff --git a/lib/dns/include/dns/compress.h b/lib/dns/include/dns/compress.h index 126cddaf3f..2cd4753aa7 100644 --- a/lib/dns/include/dns/compress.h +++ b/lib/dns/include/dns/compress.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compress.h,v 1.26 2001/01/07 22:01:34 gson Exp $ */ +/* $Id: compress.h,v 1.27 2001/01/09 21:52:23 bwelling Exp $ */ #ifndef DNS_COMPRESS_H #define DNS_COMPRESS_H 1 diff --git a/lib/dns/include/dns/confacl.h b/lib/dns/include/dns/confacl.h index 23ee6a5467..bc2755b4a3 100644 --- a/lib/dns/include/dns/confacl.h +++ b/lib/dns/include/dns/confacl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confacl.h,v 1.14 2000/08/01 01:23:47 tale Exp $ */ +/* $Id: confacl.h,v 1.15 2001/01/09 21:52:24 bwelling Exp $ */ #ifndef DNS_CONFACL_H #define DNS_CONFACL_H 1 diff --git a/lib/dns/include/dns/confcache.h b/lib/dns/include/dns/confcache.h index 3453b262ec..c111713543 100644 --- a/lib/dns/include/dns/confcache.h +++ b/lib/dns/include/dns/confcache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcache.h,v 1.10 2000/08/01 01:23:48 tale Exp $ */ +/* $Id: confcache.h,v 1.11 2001/01/09 21:52:25 bwelling Exp $ */ #ifndef DNS_CONFCACHE_H #define DNS_CONFCACHE_H 1 diff --git a/lib/dns/include/dns/confcommon.h b/lib/dns/include/dns/confcommon.h index df172ec45a..5b135547a1 100644 --- a/lib/dns/include/dns/confcommon.h +++ b/lib/dns/include/dns/confcommon.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confcommon.h,v 1.31 2000/12/07 22:42:22 tale Exp $ */ +/* $Id: confcommon.h,v 1.32 2001/01/09 21:52:26 bwelling Exp $ */ #ifndef DNS_CONFCOMMON_H #define DNS_CONFCOMMON_H 1 diff --git a/lib/dns/include/dns/confctl.h b/lib/dns/include/dns/confctl.h index 571defc08a..d005d42268 100644 --- a/lib/dns/include/dns/confctl.h +++ b/lib/dns/include/dns/confctl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctl.h,v 1.21 2000/08/01 01:23:50 tale Exp $ */ +/* $Id: confctl.h,v 1.22 2001/01/09 21:52:27 bwelling Exp $ */ #ifndef DNS_CONFCTL_H #define DNS_CONFCTL_H 1 diff --git a/lib/dns/include/dns/confctx.h b/lib/dns/include/dns/confctx.h index 3812661c6e..37538a1d25 100644 --- a/lib/dns/include/dns/confctx.h +++ b/lib/dns/include/dns/confctx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confctx.h,v 1.61 2001/01/09 18:25:57 gson Exp $ */ +/* $Id: confctx.h,v 1.62 2001/01/09 21:52:28 bwelling Exp $ */ #ifndef DNS_CONFCTX_H #define DNS_CONFCTX_H 1 diff --git a/lib/dns/include/dns/confip.h b/lib/dns/include/dns/confip.h index cd09fac918..533946ec8e 100644 --- a/lib/dns/include/dns/confip.h +++ b/lib/dns/include/dns/confip.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confip.h,v 1.28 2000/12/13 00:15:31 tale Exp $ */ +/* $Id: confip.h,v 1.29 2001/01/09 21:52:30 bwelling Exp $ */ #ifndef DNS_CONFIP_H #define DNS_CONFIP_H 1 diff --git a/lib/dns/include/dns/confkeys.h b/lib/dns/include/dns/confkeys.h index 5da1143c5b..63a9e8bd2e 100644 --- a/lib/dns/include/dns/confkeys.h +++ b/lib/dns/include/dns/confkeys.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confkeys.h,v 1.21 2000/10/19 01:25:55 gson Exp $ */ +/* $Id: confkeys.h,v 1.22 2001/01/09 21:52:31 bwelling Exp $ */ #ifndef DNS_CONFKEYS_H #define DNS_CONFKEYS_H 1 diff --git a/lib/dns/include/dns/conflog.h b/lib/dns/include/dns/conflog.h index b53c4afbf4..fc2639d925 100644 --- a/lib/dns/include/dns/conflog.h +++ b/lib/dns/include/dns/conflog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflog.h,v 1.15 2000/08/01 01:23:55 tale Exp $ */ +/* $Id: conflog.h,v 1.16 2001/01/09 21:52:32 bwelling Exp $ */ #ifndef DNS_CONFLOG_H #define DNS_CONFLOG_H 1 diff --git a/lib/dns/include/dns/conflsn.h b/lib/dns/include/dns/conflsn.h index f34a58d0c7..55eca86935 100644 --- a/lib/dns/include/dns/conflsn.h +++ b/lib/dns/include/dns/conflsn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflsn.h,v 1.17 2000/08/01 01:23:56 tale Exp $ */ +/* $Id: conflsn.h,v 1.18 2001/01/09 21:52:33 bwelling Exp $ */ #ifndef DNS_CONFLSN_H #define DNS_CONFLSN_H 1 diff --git a/lib/dns/include/dns/conflwres.h b/lib/dns/include/dns/conflwres.h index 7d2c16fa2c..bdcc3e70ed 100644 --- a/lib/dns/include/dns/conflwres.h +++ b/lib/dns/include/dns/conflwres.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: conflwres.h,v 1.3 2000/10/20 19:32:49 bwelling Exp $ */ +/* $Id: conflwres.h,v 1.4 2001/01/09 21:52:34 bwelling Exp $ */ #ifndef DNS_CONFLWRES_H #define DNS_CONFLWRES_H 1 diff --git a/lib/dns/include/dns/confndc.h b/lib/dns/include/dns/confndc.h index b712a6ef4a..3b6c5d1853 100644 --- a/lib/dns/include/dns/confndc.h +++ b/lib/dns/include/dns/confndc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confndc.h,v 1.11 2000/08/01 01:23:57 tale Exp $ */ +/* $Id: confndc.h,v 1.12 2001/01/09 21:52:35 bwelling Exp $ */ #ifndef DNS_CONFNDC_H #define DNS_CONFNDC_H 1 diff --git a/lib/dns/include/dns/confparser.h b/lib/dns/include/dns/confparser.h index e3f8b46cde..e827d79a73 100644 --- a/lib/dns/include/dns/confparser.h +++ b/lib/dns/include/dns/confparser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confparser.h,v 1.12 2000/08/01 01:23:58 tale Exp $ */ +/* $Id: confparser.h,v 1.13 2001/01/09 21:52:37 bwelling Exp $ */ #ifndef DNS_CONFPARSER_H #define DNS_CONFPARSER_H 1 diff --git a/lib/dns/include/dns/confresolv.h b/lib/dns/include/dns/confresolv.h index 42dc5a96c9..b8a6e62824 100644 --- a/lib/dns/include/dns/confresolv.h +++ b/lib/dns/include/dns/confresolv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confresolv.h,v 1.10 2000/08/01 01:24:00 tale Exp $ */ +/* $Id: confresolv.h,v 1.11 2001/01/09 21:52:38 bwelling Exp $ */ #ifndef DNS_CONFRESOLV_H #define DNS_CONFRESOLV_H 1 diff --git a/lib/dns/include/dns/confrrset.h b/lib/dns/include/dns/confrrset.h index a632a75bb5..c02ab990db 100644 --- a/lib/dns/include/dns/confrrset.h +++ b/lib/dns/include/dns/confrrset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confrrset.h,v 1.14 2000/08/01 01:24:01 tale Exp $ */ +/* $Id: confrrset.h,v 1.15 2001/01/09 21:52:39 bwelling Exp $ */ #ifndef DNS_CONFRRSET_H #define DNS_CONFRRSET_H 1 diff --git a/lib/dns/include/dns/confview.h b/lib/dns/include/dns/confview.h index 978ee5a9b2..c458502dff 100644 --- a/lib/dns/include/dns/confview.h +++ b/lib/dns/include/dns/confview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confview.h,v 1.49 2001/01/09 18:25:55 gson Exp $ */ +/* $Id: confview.h,v 1.50 2001/01/09 21:52:40 bwelling Exp $ */ #ifndef DNS_CONFVIEW_H #define DNS_CONFVIEW_H 1 diff --git a/lib/dns/include/dns/confzone.h b/lib/dns/include/dns/confzone.h index 8b91f5f7c6..5913a11379 100644 --- a/lib/dns/include/dns/confzone.h +++ b/lib/dns/include/dns/confzone.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confzone.h,v 1.50 2000/12/13 00:15:34 tale Exp $ */ +/* $Id: confzone.h,v 1.51 2001/01/09 21:52:41 bwelling Exp $ */ #ifndef DNS_CONFZONE_H #define DNS_CONFZONE_H 1 diff --git a/lib/dns/include/dns/db.h b/lib/dns/include/dns/db.h index 41a019e7d2..a8ceca6a64 100644 --- a/lib/dns/include/dns/db.h +++ b/lib/dns/include/dns/db.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: db.h,v 1.63 2000/12/07 19:51:58 marka Exp $ */ +/* $Id: db.h,v 1.64 2001/01/09 21:52:42 bwelling Exp $ */ #ifndef DNS_DB_H #define DNS_DB_H 1 diff --git a/lib/dns/include/dns/dbiterator.h b/lib/dns/include/dns/dbiterator.h index 4bccb653c8..901c17c978 100644 --- a/lib/dns/include/dns/dbiterator.h +++ b/lib/dns/include/dns/dbiterator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dbiterator.h,v 1.14 2000/08/01 01:24:05 tale Exp $ */ +/* $Id: dbiterator.h,v 1.15 2001/01/09 21:52:44 bwelling Exp $ */ #ifndef DNS_DBITERATOR_H #define DNS_DBITERATOR_H 1 diff --git a/lib/dns/include/dns/dbtable.h b/lib/dns/include/dns/dbtable.h index 6af2724e11..f18b4091e8 100644 --- a/lib/dns/include/dns/dbtable.h +++ b/lib/dns/include/dns/dbtable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dbtable.h,v 1.15 2000/08/01 01:24:07 tale Exp $ */ +/* $Id: dbtable.h,v 1.16 2001/01/09 21:52:45 bwelling Exp $ */ #ifndef DNS_DBTABLE_H #define DNS_DBTABLE_H 1 diff --git a/lib/dns/include/dns/diff.h b/lib/dns/include/dns/diff.h index 083007116a..766ddacdf8 100644 --- a/lib/dns/include/dns/diff.h +++ b/lib/dns/include/dns/diff.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: diff.h,v 1.2 2000/12/22 22:56:55 bwelling Exp $ */ +/* $Id: diff.h,v 1.3 2001/01/09 21:52:46 bwelling Exp $ */ #ifndef DNS_DIFF_H #define DNS_DIFF_H 1 diff --git a/lib/dns/include/dns/dispatch.h b/lib/dns/include/dns/dispatch.h index bf2f5ee962..90706b8478 100644 --- a/lib/dns/include/dns/dispatch.h +++ b/lib/dns/include/dns/dispatch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dispatch.h,v 1.37 2000/11/03 02:45:52 bwelling Exp $ */ +/* $Id: dispatch.h,v 1.38 2001/01/09 21:52:47 bwelling Exp $ */ #ifndef DNS_DISPATCH_H #define DNS_DISPATCH_H 1 diff --git a/lib/dns/include/dns/dnssec.h b/lib/dns/include/dns/dnssec.h index 2fc6c94b5e..00f797c7cf 100644 --- a/lib/dns/include/dns/dnssec.h +++ b/lib/dns/include/dns/dnssec.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dnssec.h,v 1.19 2000/08/10 02:00:35 bwelling Exp $ */ +/* $Id: dnssec.h,v 1.20 2001/01/09 21:52:49 bwelling Exp $ */ #ifndef DNS_DNSSEC_H #define DNS_DNSSEC_H 1 diff --git a/lib/dns/include/dns/events.h b/lib/dns/include/dns/events.h index 6da31cb70a..fbc899d77f 100644 --- a/lib/dns/include/dns/events.h +++ b/lib/dns/include/dns/events.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: events.h,v 1.33 2000/10/17 10:59:47 marka Exp $ */ +/* $Id: events.h,v 1.34 2001/01/09 21:52:50 bwelling Exp $ */ #ifndef DNS_EVENTS_H #define DNS_EVENTS_H 1 diff --git a/lib/dns/include/dns/fixedname.h b/lib/dns/include/dns/fixedname.h index a7e668ffa0..67ecac8bc6 100644 --- a/lib/dns/include/dns/fixedname.h +++ b/lib/dns/include/dns/fixedname.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fixedname.h,v 1.11 2000/10/11 17:44:16 mws Exp $ */ +/* $Id: fixedname.h,v 1.12 2001/01/09 21:52:51 bwelling Exp $ */ #ifndef DNS_FIXEDNAME_H #define DNS_FIXEDNAME_H 1 diff --git a/lib/dns/include/dns/forward.h b/lib/dns/include/dns/forward.h index 3f2d597817..724c51acc3 100644 --- a/lib/dns/include/dns/forward.h +++ b/lib/dns/include/dns/forward.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: forward.h,v 1.1 2000/08/24 22:15:36 bwelling Exp $ */ +/* $Id: forward.h,v 1.2 2001/01/09 21:52:52 bwelling Exp $ */ #ifndef DNS_FORWARD_H #define DNS_FORWARD_H 1 diff --git a/lib/dns/include/dns/journal.h b/lib/dns/include/dns/journal.h index 8de9e8c0a1..f0f3e1413c 100644 --- a/lib/dns/include/dns/journal.h +++ b/lib/dns/include/dns/journal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journal.h,v 1.21 2000/12/09 02:17:10 bwelling Exp $ */ +/* $Id: journal.h,v 1.22 2001/01/09 21:52:53 bwelling Exp $ */ #ifndef DNS_JOURNAL_H #define DNS_JOURNAL_H 1 diff --git a/lib/dns/include/dns/keyflags.h b/lib/dns/include/dns/keyflags.h index bcec393ae7..8042c72940 100644 --- a/lib/dns/include/dns/keyflags.h +++ b/lib/dns/include/dns/keyflags.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyflags.h,v 1.8 2000/08/01 01:24:13 tale Exp $ */ +/* $Id: keyflags.h,v 1.9 2001/01/09 21:52:54 bwelling Exp $ */ #ifndef DNS_KEYFLAGS_H #define DNS_KEYFLAGS_H 1 diff --git a/lib/dns/include/dns/keytable.h b/lib/dns/include/dns/keytable.h index 894814f11f..46eca78110 100644 --- a/lib/dns/include/dns/keytable.h +++ b/lib/dns/include/dns/keytable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keytable.h,v 1.9 2000/08/01 01:24:14 tale Exp $ */ +/* $Id: keytable.h,v 1.10 2001/01/09 21:52:55 bwelling Exp $ */ #ifndef DNS_KEYTABLE_H #define DNS_KEYTABLE_H 1 diff --git a/lib/dns/include/dns/keyvalues.h b/lib/dns/include/dns/keyvalues.h index 0684fbc9cd..966dc417a0 100644 --- a/lib/dns/include/dns/keyvalues.h +++ b/lib/dns/include/dns/keyvalues.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyvalues.h,v 1.10 2000/08/29 19:45:33 bwelling Exp $ */ +/* $Id: keyvalues.h,v 1.11 2001/01/09 21:52:57 bwelling Exp $ */ #ifndef DNS_KEYVALUES_H #define DNS_KEYVALUES_H 1 diff --git a/lib/dns/include/dns/lib.h b/lib/dns/include/dns/lib.h index 3784c098dd..5697360857 100644 --- a/lib/dns/include/dns/lib.h +++ b/lib/dns/include/dns/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:24:16 tale Exp $ */ +/* $Id: lib.h,v 1.6 2001/01/09 21:52:58 bwelling Exp $ */ #ifndef DNS_LIB_H #define DNS_LIB_H 1 diff --git a/lib/dns/include/dns/log.h b/lib/dns/include/dns/log.h index 89cd1a248b..ae7b18be67 100644 --- a/lib/dns/include/dns/log.h +++ b/lib/dns/include/dns/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.26 2000/12/09 02:17:11 bwelling Exp $ */ +/* $Id: log.h,v 1.27 2001/01/09 21:52:59 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/dns/include/dns/lookup.h b/lib/dns/include/dns/lookup.h index 8b473bcd09..f3d6285f86 100644 --- a/lib/dns/include/dns/lookup.h +++ b/lib/dns/include/dns/lookup.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lookup.h,v 1.4 2000/12/20 03:38:45 bwelling Exp $ */ +/* $Id: lookup.h,v 1.5 2001/01/09 21:53:00 bwelling Exp $ */ #ifndef DNS_LOOKUP_H #define DNS_LOOKUP_H 1 diff --git a/lib/dns/include/dns/master.h b/lib/dns/include/dns/master.h index fa125a5849..23affd072b 100644 --- a/lib/dns/include/dns/master.h +++ b/lib/dns/include/dns/master.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.h,v 1.28 2001/01/09 00:43:23 marka Exp $ */ +/* $Id: master.h,v 1.29 2001/01/09 21:53:01 bwelling Exp $ */ #ifndef DNS_MASTER_H #define DNS_MASTER_H 1 diff --git a/lib/dns/include/dns/masterdump.h b/lib/dns/include/dns/masterdump.h index aab8343e97..219632145f 100644 --- a/lib/dns/include/dns/masterdump.h +++ b/lib/dns/include/dns/masterdump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.h,v 1.16 2001/01/04 23:52:16 gson Exp $ */ +/* $Id: masterdump.h,v 1.17 2001/01/09 21:53:02 bwelling Exp $ */ #ifndef DNS_MASTERDUMP_H #define DNS_MASTERDUMP_H 1 diff --git a/lib/dns/include/dns/message.h b/lib/dns/include/dns/message.h index d72c9493e8..52661ebfa6 100644 --- a/lib/dns/include/dns/message.h +++ b/lib/dns/include/dns/message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.h,v 1.86 2001/01/05 00:17:33 bwelling Exp $ */ +/* $Id: message.h,v 1.87 2001/01/09 21:53:03 bwelling Exp $ */ #ifndef DNS_MESSAGE_H #define DNS_MESSAGE_H 1 diff --git a/lib/dns/include/dns/name.h b/lib/dns/include/dns/name.h index c5e7e14bea..b93df54876 100644 --- a/lib/dns/include/dns/name.h +++ b/lib/dns/include/dns/name.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name.h,v 1.86 2001/01/04 20:00:57 bwelling Exp $ */ +/* $Id: name.h,v 1.87 2001/01/09 21:53:04 bwelling Exp $ */ #ifndef DNS_NAME_H #define DNS_NAME_H 1 diff --git a/lib/dns/include/dns/namedconf.h b/lib/dns/include/dns/namedconf.h index 1b68763527..053164f97a 100644 --- a/lib/dns/include/dns/namedconf.h +++ b/lib/dns/include/dns/namedconf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: namedconf.h,v 1.9 2000/10/04 18:47:19 bwelling Exp $ */ +/* $Id: namedconf.h,v 1.10 2001/01/09 21:53:06 bwelling Exp $ */ #ifndef DNS_NAMEDCONF_H #define DNS_NAMEDCONF_H 1 diff --git a/lib/dns/include/dns/ncache.h b/lib/dns/include/dns/ncache.h index 0a8cc5503a..447efd7df1 100644 --- a/lib/dns/include/dns/ncache.h +++ b/lib/dns/include/dns/ncache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ncache.h,v 1.11 2000/08/01 01:24:24 tale Exp $ */ +/* $Id: ncache.h,v 1.12 2001/01/09 21:53:07 bwelling Exp $ */ #ifndef DNS_NCACHE_H #define DNS_NCACHE_H 1 diff --git a/lib/dns/include/dns/nxt.h b/lib/dns/include/dns/nxt.h index 15107acca9..03c20d4031 100644 --- a/lib/dns/include/dns/nxt.h +++ b/lib/dns/include/dns/nxt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxt.h,v 1.11 2000/09/12 09:55:32 bwelling Exp $ */ +/* $Id: nxt.h,v 1.12 2001/01/09 21:53:08 bwelling Exp $ */ #ifndef DNS_NXT_H #define DNS_NXT_H 1 diff --git a/lib/dns/include/dns/opt.h b/lib/dns/include/dns/opt.h index a4269b1862..5927e95290 100644 --- a/lib/dns/include/dns/opt.h +++ b/lib/dns/include/dns/opt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: opt.h,v 1.6 2000/12/13 00:15:36 tale Exp $ */ +/* $Id: opt.h,v 1.7 2001/01/09 21:53:09 bwelling Exp $ */ /* DNS_OPT_NEWCODES_KEEP */ diff --git a/lib/dns/include/dns/peer.h b/lib/dns/include/dns/peer.h index ced0e98480..c68f2c7cf9 100644 --- a/lib/dns/include/dns/peer.h +++ b/lib/dns/include/dns/peer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: peer.h,v 1.12 2000/08/01 01:24:26 tale Exp $ */ +/* $Id: peer.h,v 1.13 2001/01/09 21:53:10 bwelling Exp $ */ #ifndef DNS_PEER_H #define DNS_PEER_H 1 diff --git a/lib/dns/include/dns/rbt.h b/lib/dns/include/dns/rbt.h index 35a1da1aa0..eaf72ea126 100644 --- a/lib/dns/include/dns/rbt.h +++ b/lib/dns/include/dns/rbt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt.h,v 1.51 2000/11/18 00:55:25 bwelling Exp $ */ +/* $Id: rbt.h,v 1.52 2001/01/09 21:53:11 bwelling Exp $ */ #ifndef DNS_RBT_H #define DNS_RBT_H 1 diff --git a/lib/dns/include/dns/rcode.h b/lib/dns/include/dns/rcode.h index b0a301d2c3..b98e75e53e 100644 --- a/lib/dns/include/dns/rcode.h +++ b/lib/dns/include/dns/rcode.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rcode.h,v 1.11 2000/08/01 01:24:29 tale Exp $ */ +/* $Id: rcode.h,v 1.12 2001/01/09 21:53:12 bwelling Exp $ */ #ifndef DNS_RCODE_H #define DNS_RCODE_H 1 diff --git a/lib/dns/include/dns/rdata.h b/lib/dns/include/dns/rdata.h index 72a6e8528d..f679022863 100644 --- a/lib/dns/include/dns/rdata.h +++ b/lib/dns/include/dns/rdata.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.h,v 1.49 2000/12/19 19:20:15 gson Exp $ */ +/* $Id: rdata.h,v 1.50 2001/01/09 21:53:13 bwelling Exp $ */ #ifndef DNS_RDATA_H #define DNS_RDATA_H 1 diff --git a/lib/dns/include/dns/rdataclass.h b/lib/dns/include/dns/rdataclass.h index b715f7ce4e..031e9ff0be 100644 --- a/lib/dns/include/dns/rdataclass.h +++ b/lib/dns/include/dns/rdataclass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataclass.h,v 1.16 2000/11/15 19:05:30 gson Exp $ */ +/* $Id: rdataclass.h,v 1.17 2001/01/09 21:53:15 bwelling Exp $ */ #ifndef DNS_RDATACLASS_H #define DNS_RDATACLASS_H 1 diff --git a/lib/dns/include/dns/rdatalist.h b/lib/dns/include/dns/rdatalist.h index a9865a4aba..73936c2ecb 100644 --- a/lib/dns/include/dns/rdatalist.h +++ b/lib/dns/include/dns/rdatalist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatalist.h,v 1.12 2000/08/01 01:24:32 tale Exp $ */ +/* $Id: rdatalist.h,v 1.13 2001/01/09 21:53:16 bwelling Exp $ */ #ifndef DNS_RDATALIST_H #define DNS_RDATALIST_H 1 diff --git a/lib/dns/include/dns/rdataset.h b/lib/dns/include/dns/rdataset.h index c54b48bde9..b80e42841e 100644 --- a/lib/dns/include/dns/rdataset.h +++ b/lib/dns/include/dns/rdataset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataset.h,v 1.37 2000/11/10 03:41:07 gson Exp $ */ +/* $Id: rdataset.h,v 1.38 2001/01/09 21:53:17 bwelling Exp $ */ #ifndef DNS_RDATASET_H #define DNS_RDATASET_H 1 diff --git a/lib/dns/include/dns/rdatasetiter.h b/lib/dns/include/dns/rdatasetiter.h index f85b7d4b9d..089ff4b099 100644 --- a/lib/dns/include/dns/rdatasetiter.h +++ b/lib/dns/include/dns/rdatasetiter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatasetiter.h,v 1.12 2000/08/01 01:24:34 tale Exp $ */ +/* $Id: rdatasetiter.h,v 1.13 2001/01/09 21:53:18 bwelling Exp $ */ #ifndef DNS_RDATASETITER_H #define DNS_RDATASETITER_H 1 diff --git a/lib/dns/include/dns/rdataslab.h b/lib/dns/include/dns/rdataslab.h index c8071f2764..68b3546b49 100644 --- a/lib/dns/include/dns/rdataslab.h +++ b/lib/dns/include/dns/rdataslab.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataslab.h,v 1.19 2000/12/06 22:19:05 bwelling Exp $ */ +/* $Id: rdataslab.h,v 1.20 2001/01/09 21:53:19 bwelling Exp $ */ #ifndef DNS_RDATASLAB_H #define DNS_RDATASLAB_H 1 diff --git a/lib/dns/include/dns/rdatatype.h b/lib/dns/include/dns/rdatatype.h index 2086d2190e..7579b8d015 100644 --- a/lib/dns/include/dns/rdatatype.h +++ b/lib/dns/include/dns/rdatatype.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatatype.h,v 1.16 2000/11/15 19:11:36 gson Exp $ */ +/* $Id: rdatatype.h,v 1.17 2001/01/09 21:53:20 bwelling Exp $ */ #ifndef DNS_RDATATYPE_H #define DNS_RDATATYPE_H 1 diff --git a/lib/dns/include/dns/request.h b/lib/dns/include/dns/request.h index 6cbae46ca0..3767ce807a 100644 --- a/lib/dns/include/dns/request.h +++ b/lib/dns/include/dns/request.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: request.h,v 1.16 2000/10/31 01:17:19 marka Exp $ */ +/* $Id: request.h,v 1.17 2001/01/09 21:53:21 bwelling Exp $ */ #ifndef DNS_REQUEST_H #define DNS_REQUEST_H 1 diff --git a/lib/dns/include/dns/resolver.h b/lib/dns/include/dns/resolver.h index f0bb27bf0e..e3c97b0785 100644 --- a/lib/dns/include/dns/resolver.h +++ b/lib/dns/include/dns/resolver.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.h,v 1.33 2000/11/08 03:53:16 marka Exp $ */ +/* $Id: resolver.h,v 1.34 2001/01/09 21:53:22 bwelling Exp $ */ #ifndef DNS_RESOLVER_H #define DNS_RESOLVER_H 1 diff --git a/lib/dns/include/dns/result.h b/lib/dns/include/dns/result.h index 4978810e0b..9451c3dbd1 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.76 2000/12/20 23:31:10 bwelling Exp $ */ +/* $Id: result.h,v 1.77 2001/01/09 21:53:24 bwelling Exp $ */ #ifndef DNS_RESULT_H #define DNS_RESULT_H 1 diff --git a/lib/dns/include/dns/rootns.h b/lib/dns/include/dns/rootns.h index af872edb34..815aabc7cd 100644 --- a/lib/dns/include/dns/rootns.h +++ b/lib/dns/include/dns/rootns.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rootns.h,v 1.7 2000/08/01 01:24:41 tale Exp $ */ +/* $Id: rootns.h,v 1.8 2001/01/09 21:53:25 bwelling Exp $ */ #ifndef DNS_ROOTNS_H #define DNS_ROOTNS_H 1 diff --git a/lib/dns/include/dns/sdb.h b/lib/dns/include/dns/sdb.h index 28ef49c6f4..43d5cf6b09 100644 --- a/lib/dns/include/dns/sdb.h +++ b/lib/dns/include/dns/sdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sdb.h,v 1.11 2000/12/06 01:08:39 bwelling Exp $ */ +/* $Id: sdb.h,v 1.12 2001/01/09 21:53:26 bwelling Exp $ */ #ifndef DNS_SDB_H #define DNS_SDB_H 1 diff --git a/lib/dns/include/dns/secalg.h b/lib/dns/include/dns/secalg.h index fe34f4e401..98c8b73a52 100644 --- a/lib/dns/include/dns/secalg.h +++ b/lib/dns/include/dns/secalg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: secalg.h,v 1.11 2000/08/01 01:24:42 tale Exp $ */ +/* $Id: secalg.h,v 1.12 2001/01/09 21:53:27 bwelling Exp $ */ #ifndef DNS_SECALG_H #define DNS_SECALG_H 1 diff --git a/lib/dns/include/dns/secproto.h b/lib/dns/include/dns/secproto.h index e7e8cd5887..1dd1300139 100644 --- a/lib/dns/include/dns/secproto.h +++ b/lib/dns/include/dns/secproto.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: secproto.h,v 1.8 2000/08/01 01:24:43 tale Exp $ */ +/* $Id: secproto.h,v 1.9 2001/01/09 21:53:28 bwelling Exp $ */ #ifndef DNS_SECPROTO_H #define DNS_SECPROTO_H 1 diff --git a/lib/dns/include/dns/ssu.h b/lib/dns/include/dns/ssu.h index f35a253267..0438284975 100644 --- a/lib/dns/include/dns/ssu.h +++ b/lib/dns/include/dns/ssu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ssu.h,v 1.10 2000/08/01 01:24:44 tale Exp $ */ +/* $Id: ssu.h,v 1.11 2001/01/09 21:53:29 bwelling Exp $ */ #ifndef DNS_SSU_H #define DNS_SSU_H 1 diff --git a/lib/dns/include/dns/stats.h b/lib/dns/include/dns/stats.h index 5c3a7bf565..a843594c12 100644 --- a/lib/dns/include/dns/stats.h +++ b/lib/dns/include/dns/stats.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stats.h,v 1.1 2000/12/01 23:49:58 gson Exp $ */ +/* $Id: stats.h,v 1.2 2001/01/09 21:53:30 bwelling Exp $ */ #ifndef DNS_STATS_H #define DNS_STATS_H 1 diff --git a/lib/dns/include/dns/tcpmsg.h b/lib/dns/include/dns/tcpmsg.h index 67fcd45b02..b656f49c17 100644 --- a/lib/dns/include/dns/tcpmsg.h +++ b/lib/dns/include/dns/tcpmsg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcpmsg.h,v 1.14 2000/08/01 01:24:45 tale Exp $ */ +/* $Id: tcpmsg.h,v 1.15 2001/01/09 21:53:31 bwelling Exp $ */ #ifndef DNS_TCPMSG_H #define DNS_TCPMSG_H 1 diff --git a/lib/dns/include/dns/time.h b/lib/dns/include/dns/time.h index c315a8f4fa..e21e573d72 100644 --- a/lib/dns/include/dns/time.h +++ b/lib/dns/include/dns/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.h,v 1.8 2000/08/01 01:24:46 tale Exp $ */ +/* $Id: time.h,v 1.9 2001/01/09 21:53:32 bwelling Exp $ */ #ifndef DNS_TIME_H #define DNS_TIME_H 1 diff --git a/lib/dns/include/dns/timer.h b/lib/dns/include/dns/timer.h index 796aec981b..889733337c 100644 --- a/lib/dns/include/dns/timer.h +++ b/lib/dns/include/dns/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.h,v 1.1 2000/11/17 19:45:36 gson Exp $ */ +/* $Id: timer.h,v 1.2 2001/01/09 21:53:34 bwelling Exp $ */ #ifndef DNS_TIMER_H #define DNS_TIMER_H 1 diff --git a/lib/dns/include/dns/tkey.h b/lib/dns/include/dns/tkey.h index cfa91380c4..6e7092cc0e 100644 --- a/lib/dns/include/dns/tkey.h +++ b/lib/dns/include/dns/tkey.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkey.h,v 1.16 2000/10/06 17:08:14 bwelling Exp $ */ +/* $Id: tkey.h,v 1.17 2001/01/09 21:53:35 bwelling Exp $ */ #ifndef DNS_TKEY_H #define DNS_TKEY_H 1 diff --git a/lib/dns/include/dns/tsig.h b/lib/dns/include/dns/tsig.h index 418cc1f7f2..545d727ada 100644 --- a/lib/dns/include/dns/tsig.h +++ b/lib/dns/include/dns/tsig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig.h,v 1.36 2000/10/12 00:40:52 bwelling Exp $ */ +/* $Id: tsig.h,v 1.37 2001/01/09 21:53:36 bwelling Exp $ */ #ifndef DNS_TSIG_H #define DNS_TSIG_H 1 diff --git a/lib/dns/include/dns/ttl.h b/lib/dns/include/dns/ttl.h index 0937b5fe2c..87de1115cb 100644 --- a/lib/dns/include/dns/ttl.h +++ b/lib/dns/include/dns/ttl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ttl.h,v 1.11 2000/08/01 01:24:52 tale Exp $ */ +/* $Id: ttl.h,v 1.12 2001/01/09 21:53:37 bwelling Exp $ */ #ifndef DNS_TTL_H #define DNS_TTL_H 1 diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index 821ae9cb83..04f3b6d8dd 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.100 2001/01/04 00:16:41 bwelling Exp $ */ +/* $Id: types.h,v 1.101 2001/01/09 21:53:38 bwelling Exp $ */ #ifndef DNS_TYPES_H #define DNS_TYPES_H 1 diff --git a/lib/dns/include/dns/validator.h b/lib/dns/include/dns/validator.h index 7f632d9333..a0d2bc4006 100644 --- a/lib/dns/include/dns/validator.h +++ b/lib/dns/include/dns/validator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: validator.h,v 1.17 2000/12/22 23:01:56 gson Exp $ */ +/* $Id: validator.h,v 1.18 2001/01/09 21:53:39 bwelling Exp $ */ #ifndef DNS_VALIDATOR_H #define DNS_VALIDATOR_H 1 diff --git a/lib/dns/include/dns/view.h b/lib/dns/include/dns/view.h index 03ecdeb8f8..693d5c0b05 100644 --- a/lib/dns/include/dns/view.h +++ b/lib/dns/include/dns/view.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: view.h,v 1.62 2001/01/09 18:25:54 gson Exp $ */ +/* $Id: view.h,v 1.63 2001/01/09 21:53:40 bwelling Exp $ */ #ifndef DNS_VIEW_H #define DNS_VIEW_H 1 diff --git a/lib/dns/include/dns/xfrin.h b/lib/dns/include/dns/xfrin.h index c6fe8baa6f..43367cbdcd 100644 --- a/lib/dns/include/dns/xfrin.h +++ b/lib/dns/include/dns/xfrin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrin.h,v 1.16 2000/08/01 01:24:56 tale Exp $ */ +/* $Id: xfrin.h,v 1.17 2001/01/09 21:53:41 bwelling Exp $ */ #ifndef DNS_XFRIN_H #define DNS_XFRIN_H 1 diff --git a/lib/dns/include/dns/zone.h b/lib/dns/include/dns/zone.h index e445b40fe6..9ae86b3ee2 100644 --- a/lib/dns/include/dns/zone.h +++ b/lib/dns/include/dns/zone.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.h,v 1.96 2001/01/09 00:43:24 marka Exp $ */ +/* $Id: zone.h,v 1.97 2001/01/09 21:53:43 bwelling Exp $ */ #ifndef DNS_ZONE_H #define DNS_ZONE_H 1 diff --git a/lib/dns/include/dns/zt.h b/lib/dns/include/dns/zt.h index 85a4c5b579..af0a4852cd 100644 --- a/lib/dns/include/dns/zt.h +++ b/lib/dns/include/dns/zt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zt.h,v 1.23 2000/10/05 06:39:26 marka Exp $ */ +/* $Id: zt.h,v 1.24 2001/01/09 21:53:44 bwelling Exp $ */ #ifndef DNS_ZT_H #define DNS_ZT_H 1 diff --git a/lib/dns/journal.c b/lib/dns/journal.c index e7f79c4dfe..fb7fec49a9 100644 --- a/lib/dns/journal.c +++ b/lib/dns/journal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: journal.c,v 1.71 2000/12/22 23:47:00 gson Exp $ */ +/* $Id: journal.c,v 1.72 2001/01/09 21:50:55 bwelling Exp $ */ #include diff --git a/lib/dns/keytable.c b/lib/dns/keytable.c index 883655e77c..6455d53be0 100644 --- a/lib/dns/keytable.c +++ b/lib/dns/keytable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keytable.c,v 1.23 2000/12/11 19:24:09 bwelling Exp $ */ +/* $Id: keytable.c,v 1.24 2001/01/09 21:50:56 bwelling Exp $ */ #include diff --git a/lib/dns/lib.c b/lib/dns/lib.c index 837d89af68..72441dd750 100644 --- a/lib/dns/lib.c +++ b/lib/dns/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.c,v 1.8 2000/08/30 01:24:19 bwelling Exp $ */ +/* $Id: lib.c,v 1.9 2001/01/09 21:50:57 bwelling Exp $ */ #include diff --git a/lib/dns/log.c b/lib/dns/log.c index 4254dc7bcb..3b28e0967f 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.29 2000/12/09 02:17:07 bwelling Exp $ */ +/* $Id: log.c,v 1.30 2001/01/09 21:50:59 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/dns/lookup.c b/lib/dns/lookup.c index acb6aed587..7be7d0b22c 100644 --- a/lib/dns/lookup.c +++ b/lib/dns/lookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lookup.c,v 1.7 2000/12/20 20:42:08 bwelling Exp $ */ +/* $Id: lookup.c,v 1.8 2001/01/09 21:51:00 bwelling Exp $ */ #include diff --git a/lib/dns/master.c b/lib/dns/master.c index 209494a485..17a1831ab5 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.94 2001/01/09 00:43:20 marka Exp $ */ +/* $Id: master.c,v 1.95 2001/01/09 21:51:01 bwelling Exp $ */ #include diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index d1c3d59dee..fd268adc18 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: masterdump.c,v 1.41 2001/01/04 23:52:14 gson Exp $ */ +/* $Id: masterdump.c,v 1.42 2001/01/09 21:51:03 bwelling Exp $ */ #include diff --git a/lib/dns/message.c b/lib/dns/message.c index 22b718db39..7cb41c3d6b 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.c,v 1.170 2001/01/09 02:55:42 bwelling Exp $ */ +/* $Id: message.c,v 1.171 2001/01/09 21:51:05 bwelling Exp $ */ /*** *** Imports diff --git a/lib/dns/name.c b/lib/dns/name.c index fced6ee378..40ed1da352 100644 --- a/lib/dns/name.c +++ b/lib/dns/name.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: name.c,v 1.115 2001/01/07 22:01:59 gson Exp $ */ +/* $Id: name.c,v 1.116 2001/01/09 21:51:06 bwelling Exp $ */ #include diff --git a/lib/dns/ncache.c b/lib/dns/ncache.c index 89892581fa..432862a19b 100644 --- a/lib/dns/ncache.c +++ b/lib/dns/ncache.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ncache.c,v 1.23 2000/10/31 03:21:56 marka Exp $ */ +/* $Id: ncache.c,v 1.24 2001/01/09 21:51:08 bwelling Exp $ */ #include diff --git a/lib/dns/nxt.c b/lib/dns/nxt.c index 371a91219b..296f279c6b 100644 --- a/lib/dns/nxt.c +++ b/lib/dns/nxt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxt.c,v 1.25 2000/10/28 01:25:14 bwelling Exp $ */ +/* $Id: nxt.c,v 1.26 2001/01/09 21:51:09 bwelling Exp $ */ #include diff --git a/lib/dns/opt.c b/lib/dns/opt.c index b9b70b9302..c1664594d7 100644 --- a/lib/dns/opt.c +++ b/lib/dns/opt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: opt.c,v 1.11 2000/12/11 19:24:15 bwelling Exp $ */ +/* $Id: opt.c,v 1.12 2001/01/09 21:51:11 bwelling Exp $ */ /* DNS_OPT_NEWCODES_KEEP */ diff --git a/lib/dns/peer.c b/lib/dns/peer.c index f955ccf8d1..367d21f370 100644 --- a/lib/dns/peer.c +++ b/lib/dns/peer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: peer.c,v 1.10 2000/08/01 01:22:37 tale Exp $ */ +/* $Id: peer.c,v 1.11 2001/01/09 21:51:12 bwelling Exp $ */ #include diff --git a/lib/dns/rbt.c b/lib/dns/rbt.c index 1de2c13850..7c97732cbb 100644 --- a/lib/dns/rbt.c +++ b/lib/dns/rbt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbt.c,v 1.97 2001/01/03 00:05:11 bwelling Exp $ */ +/* $Id: rbt.c,v 1.98 2001/01/09 21:51:13 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 0348efba6f..1f04f80310 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb.c,v 1.140 2001/01/03 00:05:12 bwelling Exp $ */ +/* $Id: rbtdb.c,v 1.141 2001/01/09 21:51:14 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/dns/rbtdb.h b/lib/dns/rbtdb.h index 5f5cb15efa..97740d706a 100644 --- a/lib/dns/rbtdb.h +++ b/lib/dns/rbtdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb.h,v 1.12 2000/11/16 22:33:46 bwelling Exp $ */ +/* $Id: rbtdb.h,v 1.13 2001/01/09 21:51:16 bwelling Exp $ */ #ifndef DNS_RBTDB_H #define DNS_RBTDB_H 1 diff --git a/lib/dns/rbtdb64.c b/lib/dns/rbtdb64.c index 816fcd8f91..bb61fd6df7 100644 --- a/lib/dns/rbtdb64.c +++ b/lib/dns/rbtdb64.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb64.c,v 1.5 2000/08/01 01:22:42 tale Exp $ */ +/* $Id: rbtdb64.c,v 1.6 2001/01/09 21:51:17 bwelling Exp $ */ #define DNS_RBTDB_VERSION64 1 #include "rbtdb.c" diff --git a/lib/dns/rbtdb64.h b/lib/dns/rbtdb64.h index 6fe0e4cbd9..ee6939d2eb 100644 --- a/lib/dns/rbtdb64.h +++ b/lib/dns/rbtdb64.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rbtdb64.h,v 1.11 2000/11/16 22:33:47 bwelling Exp $ */ +/* $Id: rbtdb64.h,v 1.12 2001/01/09 21:51:18 bwelling Exp $ */ #ifndef DNS_RBTDB64_H #define DNS_RBTDB64_H 1 diff --git a/lib/dns/rdata.c b/lib/dns/rdata.c index 4cc0e00688..c1934f9ec6 100644 --- a/lib/dns/rdata.c +++ b/lib/dns/rdata.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdata.c,v 1.140 2001/01/08 06:54:35 marka Exp $ */ +/* $Id: rdata.c,v 1.141 2001/01/09 21:51:20 bwelling Exp $ */ #include #include diff --git a/lib/dns/rdata/any_255/tsig_250.c b/lib/dns/rdata/any_255/tsig_250.c index 34414521b2..eed0e85c1a 100644 --- a/lib/dns/rdata/any_255/tsig_250.c +++ b/lib/dns/rdata/any_255/tsig_250.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig_250.c,v 1.46 2000/12/01 01:40:14 gson Exp $ */ +/* $Id: tsig_250.c,v 1.47 2001/01/09 21:53:48 bwelling Exp $ */ /* Reviewed: Thu Mar 16 13:39:43 PST 2000 by gson */ diff --git a/lib/dns/rdata/any_255/tsig_250.h b/lib/dns/rdata/any_255/tsig_250.h index 2784afc724..f83d743593 100644 --- a/lib/dns/rdata/any_255/tsig_250.h +++ b/lib/dns/rdata/any_255/tsig_250.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tsig_250.h,v 1.19 2000/08/01 01:25:05 tale Exp $ */ +/* $Id: tsig_250.h,v 1.20 2001/01/09 21:53:49 bwelling Exp $ */ /* RFC 2845 */ diff --git a/lib/dns/rdata/generic/afsdb_18.c b/lib/dns/rdata/generic/afsdb_18.c index 98371710e1..2c4d634767 100644 --- a/lib/dns/rdata/generic/afsdb_18.c +++ b/lib/dns/rdata/generic/afsdb_18.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: afsdb_18.c,v 1.34 2000/12/01 01:40:15 gson Exp $ */ +/* $Id: afsdb_18.c,v 1.35 2001/01/09 21:53:50 bwelling Exp $ */ /* Reviewed: Wed Mar 15 14:59:00 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/afsdb_18.h b/lib/dns/rdata/generic/afsdb_18.h index 1bcd0bfd87..8e0711c819 100644 --- a/lib/dns/rdata/generic/afsdb_18.h +++ b/lib/dns/rdata/generic/afsdb_18.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_AFSDB_18_H #define GENERIC_AFSDB_18_H 1 -/* $Id: afsdb_18.h,v 1.14 2000/08/01 01:25:07 tale Exp $ */ +/* $Id: afsdb_18.h,v 1.15 2001/01/09 21:53:51 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/cert_37.c b/lib/dns/rdata/generic/cert_37.c index 6f866bc75d..80cc01e939 100644 --- a/lib/dns/rdata/generic/cert_37.c +++ b/lib/dns/rdata/generic/cert_37.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cert_37.c,v 1.35 2000/12/01 01:40:16 gson Exp $ */ +/* $Id: cert_37.c,v 1.36 2001/01/09 21:53:52 bwelling Exp $ */ /* Reviewed: Wed Mar 15 21:14:32 EST 2000 by tale */ diff --git a/lib/dns/rdata/generic/cert_37.h b/lib/dns/rdata/generic/cert_37.h index db7c4607d9..97de504a14 100644 --- a/lib/dns/rdata/generic/cert_37.h +++ b/lib/dns/rdata/generic/cert_37.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cert_37.h,v 1.14 2000/08/01 01:25:09 tale Exp $ */ +/* $Id: cert_37.h,v 1.15 2001/01/09 21:53:53 bwelling Exp $ */ /* RFC 2538 */ #ifndef GENERIC_CERT_37_H diff --git a/lib/dns/rdata/generic/cname_5.c b/lib/dns/rdata/generic/cname_5.c index fa657a8dc7..48f78a9c87 100644 --- a/lib/dns/rdata/generic/cname_5.c +++ b/lib/dns/rdata/generic/cname_5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cname_5.c,v 1.38 2000/12/01 01:40:17 gson Exp $ */ +/* $Id: cname_5.c,v 1.39 2001/01/09 21:53:55 bwelling Exp $ */ /* reviewed: Wed Mar 15 16:48:45 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/cname_5.h b/lib/dns/rdata/generic/cname_5.h index 2899487612..0557a754c8 100644 --- a/lib/dns/rdata/generic/cname_5.h +++ b/lib/dns/rdata/generic/cname_5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: cname_5.h,v 1.22 2000/08/01 01:25:11 tale Exp $ */ +/* $Id: cname_5.h,v 1.23 2001/01/09 21:53:56 bwelling Exp $ */ #ifndef GENERIC_CNAME_5_H #define GENERIC_CNAME_5_H 1 diff --git a/lib/dns/rdata/generic/dname_39.c b/lib/dns/rdata/generic/dname_39.c index 674bb4d841..e65e04406a 100644 --- a/lib/dns/rdata/generic/dname_39.c +++ b/lib/dns/rdata/generic/dname_39.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dname_39.c,v 1.28 2000/12/01 01:40:18 gson Exp $ */ +/* $Id: dname_39.c,v 1.29 2001/01/09 21:53:57 bwelling Exp $ */ /* Reviewed: Wed Mar 15 16:52:38 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/dname_39.h b/lib/dns/rdata/generic/dname_39.h index 28c46e7c7a..46ab52e458 100644 --- a/lib/dns/rdata/generic/dname_39.h +++ b/lib/dns/rdata/generic/dname_39.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_DNAME_39_H #define GENERIC_DNAME_39_H 1 -/* $Id: dname_39.h,v 1.14 2000/08/01 01:25:14 tale Exp $ */ +/* $Id: dname_39.h,v 1.15 2001/01/09 21:53:58 bwelling Exp $ */ /* draft-ietf-dnsind-dname-02.txt */ diff --git a/lib/dns/rdata/generic/gpos_27.c b/lib/dns/rdata/generic/gpos_27.c index 9a4c1691b0..c954297bd3 100644 --- a/lib/dns/rdata/generic/gpos_27.c +++ b/lib/dns/rdata/generic/gpos_27.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gpos_27.c,v 1.27 2000/12/01 01:40:19 gson Exp $ */ +/* $Id: gpos_27.c,v 1.28 2001/01/09 21:53:59 bwelling Exp $ */ /* reviewed: Wed Mar 15 16:48:45 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/gpos_27.h b/lib/dns/rdata/generic/gpos_27.h index 4fcdfd2ab5..b0b3870386 100644 --- a/lib/dns/rdata/generic/gpos_27.h +++ b/lib/dns/rdata/generic/gpos_27.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_GPOS_27_H #define GENERIC_GPOS_27_H 1 -/* $Id: gpos_27.h,v 1.11 2000/08/01 01:25:16 tale Exp $ */ +/* $Id: gpos_27.h,v 1.12 2001/01/09 21:54:00 bwelling Exp $ */ /* RFC 1712 */ diff --git a/lib/dns/rdata/generic/hinfo_13.c b/lib/dns/rdata/generic/hinfo_13.c index 4b3e233a60..e39cb80212 100644 --- a/lib/dns/rdata/generic/hinfo_13.c +++ b/lib/dns/rdata/generic/hinfo_13.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hinfo_13.c,v 1.32 2000/12/01 01:40:21 gson Exp $ */ +/* $Id: hinfo_13.c,v 1.33 2001/01/09 21:54:01 bwelling Exp $ */ /* * Reviewed: Wed Mar 15 16:47:10 PST 2000 by halley. diff --git a/lib/dns/rdata/generic/hinfo_13.h b/lib/dns/rdata/generic/hinfo_13.h index a0ed9540f0..4580577341 100644 --- a/lib/dns/rdata/generic/hinfo_13.h +++ b/lib/dns/rdata/generic/hinfo_13.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_HINFO_13_H #define GENERIC_HINFO_13_H 1 -/* $Id: hinfo_13.h,v 1.21 2000/08/01 01:25:18 tale Exp $ */ +/* $Id: hinfo_13.h,v 1.22 2001/01/09 21:54:03 bwelling Exp $ */ typedef struct dns_rdata_hinfo { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/isdn_20.c b/lib/dns/rdata/generic/isdn_20.c index bdcb010013..463e3afe04 100644 --- a/lib/dns/rdata/generic/isdn_20.c +++ b/lib/dns/rdata/generic/isdn_20.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: isdn_20.c,v 1.25 2000/12/01 01:40:22 gson Exp $ */ +/* $Id: isdn_20.c,v 1.26 2001/01/09 21:54:04 bwelling Exp $ */ /* Reviewed: Wed Mar 15 16:53:11 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/isdn_20.h b/lib/dns/rdata/generic/isdn_20.h index 8783c93f2a..d06b872f22 100644 --- a/lib/dns/rdata/generic/isdn_20.h +++ b/lib/dns/rdata/generic/isdn_20.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_ISDN_20_H #define GENERIC_ISDN_20_H 1 -/* $Id: isdn_20.h,v 1.12 2000/08/01 01:25:20 tale Exp $ */ +/* $Id: isdn_20.h,v 1.13 2001/01/09 21:54:05 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/key_25.c b/lib/dns/rdata/generic/key_25.c index b72f395694..6b4cde2b69 100644 --- a/lib/dns/rdata/generic/key_25.c +++ b/lib/dns/rdata/generic/key_25.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: key_25.c,v 1.35 2000/12/01 01:40:23 gson Exp $ */ +/* $Id: key_25.c,v 1.36 2001/01/09 21:54:06 bwelling Exp $ */ /* * Reviewed: Wed Mar 15 16:47:10 PST 2000 by halley. diff --git a/lib/dns/rdata/generic/key_25.h b/lib/dns/rdata/generic/key_25.h index 7e8f953f2a..d3dfd2b82b 100644 --- a/lib/dns/rdata/generic/key_25.h +++ b/lib/dns/rdata/generic/key_25.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_KEY_25_H #define GENERIC_KEY_25_H 1 -/* $Id: key_25.h,v 1.13 2000/08/01 01:25:23 tale Exp $ */ +/* $Id: key_25.h,v 1.14 2001/01/09 21:54:07 bwelling Exp $ */ /* RFC 2535 */ diff --git a/lib/dns/rdata/generic/loc_29.c b/lib/dns/rdata/generic/loc_29.c index 7053a4ec1b..6444680aac 100644 --- a/lib/dns/rdata/generic/loc_29.c +++ b/lib/dns/rdata/generic/loc_29.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: loc_29.c,v 1.26 2000/12/01 01:40:24 gson Exp $ */ +/* $Id: loc_29.c,v 1.27 2001/01/09 21:54:08 bwelling Exp $ */ /* Reviewed: Wed Mar 15 18:13:09 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/loc_29.h b/lib/dns/rdata/generic/loc_29.h index 761fbfc07f..f037553fbf 100644 --- a/lib/dns/rdata/generic/loc_29.h +++ b/lib/dns/rdata/generic/loc_29.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_LOC_29_H #define GENERIC_LOC_29_H 1 -/* $Id: loc_29.h,v 1.13 2000/08/01 01:25:25 tale Exp $ */ +/* $Id: loc_29.h,v 1.14 2001/01/09 21:54:09 bwelling Exp $ */ /* RFC 1876 */ diff --git a/lib/dns/rdata/generic/mb_7.c b/lib/dns/rdata/generic/mb_7.c index 77d4f5f4bc..5c014fd6ea 100644 --- a/lib/dns/rdata/generic/mb_7.c +++ b/lib/dns/rdata/generic/mb_7.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mb_7.c,v 1.36 2000/12/01 01:40:25 gson Exp $ */ +/* $Id: mb_7.c,v 1.37 2001/01/09 21:54:10 bwelling Exp $ */ /* Reviewed: Wed Mar 15 17:31:26 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/mb_7.h b/lib/dns/rdata/generic/mb_7.h index 4505031b88..8711de9928 100644 --- a/lib/dns/rdata/generic/mb_7.h +++ b/lib/dns/rdata/generic/mb_7.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MB_7_H #define GENERIC_MB_7_H 1 -/* $Id: mb_7.h,v 1.21 2000/08/01 01:25:27 tale Exp $ */ +/* $Id: mb_7.h,v 1.22 2001/01/09 21:54:11 bwelling Exp $ */ typedef struct dns_rdata_mb { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/md_3.c b/lib/dns/rdata/generic/md_3.c index ab1cc6cdab..f62a97fad8 100644 --- a/lib/dns/rdata/generic/md_3.c +++ b/lib/dns/rdata/generic/md_3.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: md_3.c,v 1.38 2000/12/01 01:40:26 gson Exp $ */ +/* $Id: md_3.c,v 1.39 2001/01/09 21:54:13 bwelling Exp $ */ /* Reviewed: Wed Mar 15 17:48:20 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/md_3.h b/lib/dns/rdata/generic/md_3.h index 2d6032bfe9..4de9233b86 100644 --- a/lib/dns/rdata/generic/md_3.h +++ b/lib/dns/rdata/generic/md_3.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MD_3_H #define GENERIC_MD_3_H 1 -/* $Id: md_3.h,v 1.22 2000/08/01 01:25:29 tale Exp $ */ +/* $Id: md_3.h,v 1.23 2001/01/09 21:54:14 bwelling Exp $ */ typedef struct dns_rdata_md { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mf_4.c b/lib/dns/rdata/generic/mf_4.c index feb1ae471c..20eef370a8 100644 --- a/lib/dns/rdata/generic/mf_4.c +++ b/lib/dns/rdata/generic/mf_4.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mf_4.c,v 1.36 2000/12/01 01:40:27 gson Exp $ */ +/* $Id: mf_4.c,v 1.37 2001/01/09 21:54:15 bwelling Exp $ */ /* reviewed: Wed Mar 15 17:47:33 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/mf_4.h b/lib/dns/rdata/generic/mf_4.h index f2d449b4af..68027d1622 100644 --- a/lib/dns/rdata/generic/mf_4.h +++ b/lib/dns/rdata/generic/mf_4.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MF_4_H #define GENERIC_MF_4_H 1 -/* $Id: mf_4.h,v 1.20 2000/08/01 01:25:32 tale Exp $ */ +/* $Id: mf_4.h,v 1.21 2001/01/09 21:54:16 bwelling Exp $ */ typedef struct dns_rdata_mf { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mg_8.c b/lib/dns/rdata/generic/mg_8.c index a8dfcf11f3..80cb3671fe 100644 --- a/lib/dns/rdata/generic/mg_8.c +++ b/lib/dns/rdata/generic/mg_8.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mg_8.c,v 1.34 2000/12/01 01:40:28 gson Exp $ */ +/* $Id: mg_8.c,v 1.35 2001/01/09 21:54:17 bwelling Exp $ */ /* reviewed: Wed Mar 15 17:49:21 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/mg_8.h b/lib/dns/rdata/generic/mg_8.h index 8fbb7d10bf..ba604fd52d 100644 --- a/lib/dns/rdata/generic/mg_8.h +++ b/lib/dns/rdata/generic/mg_8.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MG_8_H #define GENERIC_MG_8_H 1 -/* $Id: mg_8.h,v 1.20 2000/08/01 01:25:34 tale Exp $ */ +/* $Id: mg_8.h,v 1.21 2001/01/09 21:54:18 bwelling Exp $ */ typedef struct dns_rdata_mg { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/minfo_14.c b/lib/dns/rdata/generic/minfo_14.c index 2ecf0bbd22..07630eeb1b 100644 --- a/lib/dns/rdata/generic/minfo_14.c +++ b/lib/dns/rdata/generic/minfo_14.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: minfo_14.c,v 1.35 2000/12/01 01:40:30 gson Exp $ */ +/* $Id: minfo_14.c,v 1.36 2001/01/09 21:54:20 bwelling Exp $ */ /* reviewed: Wed Mar 15 17:45:32 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/minfo_14.h b/lib/dns/rdata/generic/minfo_14.h index ce0ff5d7ce..8e41f0a770 100644 --- a/lib/dns/rdata/generic/minfo_14.h +++ b/lib/dns/rdata/generic/minfo_14.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MINFO_14_H #define GENERIC_MINFO_14_H 1 -/* $Id: minfo_14.h,v 1.21 2000/08/01 01:25:36 tale Exp $ */ +/* $Id: minfo_14.h,v 1.22 2001/01/09 21:54:21 bwelling Exp $ */ typedef struct dns_rdata_minfo { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mr_9.c b/lib/dns/rdata/generic/mr_9.c index c9751d874e..15879f5547 100644 --- a/lib/dns/rdata/generic/mr_9.c +++ b/lib/dns/rdata/generic/mr_9.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mr_9.c,v 1.33 2000/12/01 01:40:31 gson Exp $ */ +/* $Id: mr_9.c,v 1.34 2001/01/09 21:54:22 bwelling Exp $ */ /* Reviewed: Wed Mar 15 21:30:35 EST 2000 by tale */ diff --git a/lib/dns/rdata/generic/mr_9.h b/lib/dns/rdata/generic/mr_9.h index b5bb01c954..61c2c72f34 100644 --- a/lib/dns/rdata/generic/mr_9.h +++ b/lib/dns/rdata/generic/mr_9.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MR_9_H #define GENERIC_MR_9_H 1 -/* $Id: mr_9.h,v 1.20 2000/08/01 01:25:38 tale Exp $ */ +/* $Id: mr_9.h,v 1.21 2001/01/09 21:54:23 bwelling Exp $ */ typedef struct dns_rdata_mr { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/mx_15.c b/lib/dns/rdata/generic/mx_15.c index 480e8340ca..ac28ee56c3 100644 --- a/lib/dns/rdata/generic/mx_15.c +++ b/lib/dns/rdata/generic/mx_15.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mx_15.c,v 1.43 2000/12/01 01:40:32 gson Exp $ */ +/* $Id: mx_15.c,v 1.44 2001/01/09 21:54:24 bwelling Exp $ */ /* reviewed: Wed Mar 15 18:05:46 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/mx_15.h b/lib/dns/rdata/generic/mx_15.h index 23156bedfe..749248a9ae 100644 --- a/lib/dns/rdata/generic/mx_15.h +++ b/lib/dns/rdata/generic/mx_15.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_MX_15_H #define GENERIC_MX_15_H 1 -/* $Id: mx_15.h,v 1.23 2000/08/01 01:25:41 tale Exp $ */ +/* $Id: mx_15.h,v 1.24 2001/01/09 21:54:25 bwelling Exp $ */ typedef struct dns_rdata_mx { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/ns_2.c b/lib/dns/rdata/generic/ns_2.c index f9448e7762..2f75e67c12 100644 --- a/lib/dns/rdata/generic/ns_2.c +++ b/lib/dns/rdata/generic/ns_2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ns_2.c,v 1.37 2000/12/01 01:40:33 gson Exp $ */ +/* $Id: ns_2.c,v 1.38 2001/01/09 21:54:26 bwelling Exp $ */ /* Reviewed: Wed Mar 15 18:15:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/ns_2.h b/lib/dns/rdata/generic/ns_2.h index ec027a042f..1606cb665a 100644 --- a/lib/dns/rdata/generic/ns_2.h +++ b/lib/dns/rdata/generic/ns_2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_NS_2_H #define GENERIC_NS_2_H 1 -/* $Id: ns_2.h,v 1.21 2000/08/01 01:25:43 tale Exp $ */ +/* $Id: ns_2.h,v 1.22 2001/01/09 21:54:27 bwelling Exp $ */ typedef struct dns_rdata_ns { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/null_10.c b/lib/dns/rdata/generic/null_10.c index d82159b45f..4c48582f05 100644 --- a/lib/dns/rdata/generic/null_10.c +++ b/lib/dns/rdata/generic/null_10.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: null_10.c,v 1.30 2000/12/01 01:40:34 gson Exp $ */ +/* $Id: null_10.c,v 1.31 2001/01/09 21:54:29 bwelling Exp $ */ /* Reviewed: Thu Mar 16 13:57:50 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/null_10.h b/lib/dns/rdata/generic/null_10.h index 1484717d5e..cf6504db35 100644 --- a/lib/dns/rdata/generic/null_10.h +++ b/lib/dns/rdata/generic/null_10.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_NULL_10_H #define GENERIC_NULL_10_H 1 -/* $Id: null_10.h,v 1.19 2000/08/01 01:25:45 tale Exp $ */ +/* $Id: null_10.h,v 1.20 2001/01/09 21:54:30 bwelling Exp $ */ typedef struct dns_rdata_null { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/nxt_30.c b/lib/dns/rdata/generic/nxt_30.c index 71627f3647..3274b97bfc 100644 --- a/lib/dns/rdata/generic/nxt_30.c +++ b/lib/dns/rdata/generic/nxt_30.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nxt_30.c,v 1.44 2000/12/01 01:40:35 gson Exp $ */ +/* $Id: nxt_30.c,v 1.45 2001/01/09 21:54:31 bwelling Exp $ */ /* reviewed: Wed Mar 15 18:21:15 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/nxt_30.h b/lib/dns/rdata/generic/nxt_30.h index ede6022610..7d9bfc8ee7 100644 --- a/lib/dns/rdata/generic/nxt_30.h +++ b/lib/dns/rdata/generic/nxt_30.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_NXT_30_H #define GENERIC_NXT_30_H 1 -/* $Id: nxt_30.h,v 1.17 2000/10/06 22:41:16 bwelling Exp $ */ +/* $Id: nxt_30.h,v 1.18 2001/01/09 21:54:32 bwelling Exp $ */ /* RFC 2065 */ diff --git a/lib/dns/rdata/generic/opt_41.c b/lib/dns/rdata/generic/opt_41.c index af1bb634d1..1b8c3b45cd 100644 --- a/lib/dns/rdata/generic/opt_41.c +++ b/lib/dns/rdata/generic/opt_41.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: opt_41.c,v 1.19 2000/12/01 01:40:36 gson Exp $ */ +/* $Id: opt_41.c,v 1.20 2001/01/09 21:54:33 bwelling Exp $ */ /* Reviewed: Thu Mar 16 14:06:44 PST 2000 by gson */ diff --git a/lib/dns/rdata/generic/opt_41.h b/lib/dns/rdata/generic/opt_41.h index 3c8e3f241d..aafa83aac2 100644 --- a/lib/dns/rdata/generic/opt_41.h +++ b/lib/dns/rdata/generic/opt_41.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_OPT_41_H #define GENERIC_OPT_41_H 1 -/* $Id: opt_41.h,v 1.12 2000/08/01 01:25:50 tale Exp $ */ +/* $Id: opt_41.h,v 1.13 2001/01/09 21:54:34 bwelling Exp $ */ /* RFC 2671 */ diff --git a/lib/dns/rdata/generic/proforma.c b/lib/dns/rdata/generic/proforma.c index 7e8c5e49ce..2239356d8f 100644 --- a/lib/dns/rdata/generic/proforma.c +++ b/lib/dns/rdata/generic/proforma.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: proforma.c,v 1.29 2000/11/08 01:55:54 bwelling Exp $ */ +/* $Id: proforma.c,v 1.30 2001/01/09 21:54:35 bwelling Exp $ */ #ifndef RDATA_GENERIC_#_#_C #define RDATA_GENERIC_#_#_C diff --git a/lib/dns/rdata/generic/proforma.h b/lib/dns/rdata/generic/proforma.h index 0b7dd2b446..cb109f98b5 100644 --- a/lib/dns/rdata/generic/proforma.h +++ b/lib/dns/rdata/generic/proforma.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_PROFORMA_H #define GENERIC_PROFORMA_H 1 -/* $Id: proforma.h,v 1.17 2000/08/01 01:25:52 tale Exp $ */ +/* $Id: proforma.h,v 1.18 2001/01/09 21:54:36 bwelling Exp $ */ typedef struct dns_rdata_# { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/ptr_12.c b/lib/dns/rdata/generic/ptr_12.c index 08f06ceb41..51357f9181 100644 --- a/lib/dns/rdata/generic/ptr_12.c +++ b/lib/dns/rdata/generic/ptr_12.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ptr_12.c,v 1.34 2000/12/01 01:40:37 gson Exp $ */ +/* $Id: ptr_12.c,v 1.35 2001/01/09 21:54:38 bwelling Exp $ */ /* Reviewed: Thu Mar 16 14:05:12 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/ptr_12.h b/lib/dns/rdata/generic/ptr_12.h index 78b689ba48..686d0adce4 100644 --- a/lib/dns/rdata/generic/ptr_12.h +++ b/lib/dns/rdata/generic/ptr_12.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_PTR_12_H #define GENERIC_PTR_12_H 1 -/* $Id: ptr_12.h,v 1.21 2000/08/01 01:25:54 tale Exp $ */ +/* $Id: ptr_12.h,v 1.22 2001/01/09 21:54:39 bwelling Exp $ */ typedef struct dns_rdata_ptr { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/rp_17.c b/lib/dns/rdata/generic/rp_17.c index 24491c10fb..bacdc781f0 100644 --- a/lib/dns/rdata/generic/rp_17.c +++ b/lib/dns/rdata/generic/rp_17.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rp_17.c,v 1.30 2000/12/01 01:40:39 gson Exp $ */ +/* $Id: rp_17.c,v 1.31 2001/01/09 21:54:40 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/rp_17.h b/lib/dns/rdata/generic/rp_17.h index fb44667b5c..4ed7e26ddf 100644 --- a/lib/dns/rdata/generic/rp_17.h +++ b/lib/dns/rdata/generic/rp_17.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_RP_17_H #define GENERIC_RP_17_H 1 -/* $Id: rp_17.h,v 1.15 2000/08/01 01:25:56 tale Exp $ */ +/* $Id: rp_17.h,v 1.16 2001/01/09 21:54:41 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/rt_21.c b/lib/dns/rdata/generic/rt_21.c index 86db615e6c..aa41aa2701 100644 --- a/lib/dns/rdata/generic/rt_21.c +++ b/lib/dns/rdata/generic/rt_21.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rt_21.c,v 1.32 2000/12/01 01:40:40 gson Exp $ */ +/* $Id: rt_21.c,v 1.33 2001/01/09 21:54:42 bwelling Exp $ */ /* reviewed: Thu Mar 16 15:02:31 PST 2000 by brister */ diff --git a/lib/dns/rdata/generic/rt_21.h b/lib/dns/rdata/generic/rt_21.h index 828729d78f..f23aab1dad 100644 --- a/lib/dns/rdata/generic/rt_21.h +++ b/lib/dns/rdata/generic/rt_21.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_RT_21_H #define GENERIC_RT_21_H 1 -/* $Id: rt_21.h,v 1.15 2000/08/01 01:25:59 tale Exp $ */ +/* $Id: rt_21.h,v 1.16 2001/01/09 21:54:43 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/generic/sig_24.c b/lib/dns/rdata/generic/sig_24.c index ccb533873a..906082b48e 100644 --- a/lib/dns/rdata/generic/sig_24.c +++ b/lib/dns/rdata/generic/sig_24.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sig_24.c,v 1.48 2000/12/01 01:40:41 gson Exp $ */ +/* $Id: sig_24.c,v 1.49 2001/01/09 21:54:44 bwelling Exp $ */ /* Reviewed: Fri Mar 17 09:05:02 PST 2000 by gson */ diff --git a/lib/dns/rdata/generic/sig_24.h b/lib/dns/rdata/generic/sig_24.h index 779c1545f0..3b50789a40 100644 --- a/lib/dns/rdata/generic/sig_24.h +++ b/lib/dns/rdata/generic/sig_24.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_SIG_24_H #define GENERIC_SIG_24_H 1 -/* $Id: sig_24.h,v 1.20 2000/08/01 01:26:01 tale Exp $ */ +/* $Id: sig_24.h,v 1.21 2001/01/09 21:54:45 bwelling Exp $ */ /* RFC 2535 */ diff --git a/lib/dns/rdata/generic/soa_6.c b/lib/dns/rdata/generic/soa_6.c index 2d6e72dc2a..75d49b2666 100644 --- a/lib/dns/rdata/generic/soa_6.c +++ b/lib/dns/rdata/generic/soa_6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: soa_6.c,v 1.47 2000/12/01 01:40:42 gson Exp $ */ +/* $Id: soa_6.c,v 1.48 2001/01/09 21:54:47 bwelling Exp $ */ /* Reviewed: Thu Mar 16 15:18:32 PST 2000 by explorer */ diff --git a/lib/dns/rdata/generic/soa_6.h b/lib/dns/rdata/generic/soa_6.h index 19e78c6a3b..f8c60a3665 100644 --- a/lib/dns/rdata/generic/soa_6.h +++ b/lib/dns/rdata/generic/soa_6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_SOA_6_H #define GENERIC_SOA_6_H 1 -/* $Id: soa_6.h,v 1.25 2000/08/01 01:26:03 tale Exp $ */ +/* $Id: soa_6.h,v 1.26 2001/01/09 21:54:48 bwelling Exp $ */ typedef struct dns_rdata_soa { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/tkey_249.c b/lib/dns/rdata/generic/tkey_249.c index c5af1a81d1..71b76b2a29 100644 --- a/lib/dns/rdata/generic/tkey_249.c +++ b/lib/dns/rdata/generic/tkey_249.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tkey_249.c,v 1.41 2000/12/01 01:40:43 gson Exp $ */ +/* $Id: tkey_249.c,v 1.42 2001/01/09 21:54:49 bwelling Exp $ */ /* * Reviewed: Thu Mar 16 17:35:30 PST 2000 by halley. diff --git a/lib/dns/rdata/generic/tkey_249.h b/lib/dns/rdata/generic/tkey_249.h index 8229f8f7f6..2fdeb67912 100644 --- a/lib/dns/rdata/generic/tkey_249.h +++ b/lib/dns/rdata/generic/tkey_249.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_TKEY_249_H #define GENERIC_TKEY_249_H 1 -/* $Id: tkey_249.h,v 1.17 2000/08/01 01:26:06 tale Exp $ */ +/* $Id: tkey_249.h,v 1.18 2001/01/09 21:54:50 bwelling Exp $ */ /* draft-ietf-dnsind-tkey-00.txt */ diff --git a/lib/dns/rdata/generic/txt_16.c b/lib/dns/rdata/generic/txt_16.c index 4e1a4f37d5..a8ad1a1d41 100644 --- a/lib/dns/rdata/generic/txt_16.c +++ b/lib/dns/rdata/generic/txt_16.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: txt_16.c,v 1.32 2000/12/01 01:40:44 gson Exp $ */ +/* $Id: txt_16.c,v 1.33 2001/01/09 21:54:51 bwelling Exp $ */ /* Reviewed: Thu Mar 16 15:40:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/txt_16.h b/lib/dns/rdata/generic/txt_16.h index 0e2ba89ea1..0f70de6718 100644 --- a/lib/dns/rdata/generic/txt_16.h +++ b/lib/dns/rdata/generic/txt_16.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_TXT_16_H #define GENERIC_TXT_16_H 1 -/* $Id: txt_16.h,v 1.22 2000/08/01 01:26:08 tale Exp $ */ +/* $Id: txt_16.h,v 1.23 2001/01/09 21:54:52 bwelling Exp $ */ typedef struct dns_rdata_txt_string { isc_uint8_t length; diff --git a/lib/dns/rdata/generic/unspec_103.c b/lib/dns/rdata/generic/unspec_103.c index 9d8e8c6070..f456633631 100644 --- a/lib/dns/rdata/generic/unspec_103.c +++ b/lib/dns/rdata/generic/unspec_103.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: unspec_103.c,v 1.24 2000/12/01 01:40:45 gson Exp $ */ +/* $Id: unspec_103.c,v 1.25 2001/01/09 21:54:53 bwelling Exp $ */ #ifndef RDATA_GENERIC_UNSPEC_103_C #define RDATA_GENERIC_UNSPEC_103_C diff --git a/lib/dns/rdata/generic/unspec_103.h b/lib/dns/rdata/generic/unspec_103.h index c68167b443..f134a7816e 100644 --- a/lib/dns/rdata/generic/unspec_103.h +++ b/lib/dns/rdata/generic/unspec_103.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_UNSPEC_103_H #define GENERIC_UNSPEC_103_H 1 -/* $Id: unspec_103.h,v 1.11 2000/08/01 01:26:10 tale Exp $ */ +/* $Id: unspec_103.h,v 1.12 2001/01/09 21:54:54 bwelling Exp $ */ typedef struct dns_rdata_unspec_t { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/generic/x25_19.c b/lib/dns/rdata/generic/x25_19.c index 1fb64f508e..8a388291c3 100644 --- a/lib/dns/rdata/generic/x25_19.c +++ b/lib/dns/rdata/generic/x25_19.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: x25_19.c,v 1.26 2000/12/01 01:40:46 gson Exp $ */ +/* $Id: x25_19.c,v 1.27 2001/01/09 21:54:56 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:15:57 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/generic/x25_19.h b/lib/dns/rdata/generic/x25_19.h index 75d33c9ffb..11a3dd427d 100644 --- a/lib/dns/rdata/generic/x25_19.h +++ b/lib/dns/rdata/generic/x25_19.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef GENERIC_X25_19_H #define GENERIC_X25_19_H 1 -/* $Id: x25_19.h,v 1.12 2000/08/01 01:26:12 tale Exp $ */ +/* $Id: x25_19.h,v 1.13 2001/01/09 21:54:57 bwelling Exp $ */ /* RFC 1183 */ diff --git a/lib/dns/rdata/hs_4/a_1.c b/lib/dns/rdata/hs_4/a_1.c index bc835c3723..4c33538263 100644 --- a/lib/dns/rdata/hs_4/a_1.c +++ b/lib/dns/rdata/hs_4/a_1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a_1.c,v 1.20 2000/12/01 01:40:48 gson Exp $ */ +/* $Id: a_1.c,v 1.21 2001/01/09 21:54:58 bwelling Exp $ */ /* reviewed: Thu Mar 16 15:58:36 PST 2000 by brister */ diff --git a/lib/dns/rdata/hs_4/a_1.h b/lib/dns/rdata/hs_4/a_1.h index 543863464a..514c21b2e1 100644 --- a/lib/dns/rdata/hs_4/a_1.h +++ b/lib/dns/rdata/hs_4/a_1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef HS_4_A_1_H #define HS_4_A_1_H 1 -/* $Id: a_1.h,v 1.6 2000/08/01 01:26:14 tale Exp $ */ +/* $Id: a_1.h,v 1.7 2001/01/09 21:54:59 bwelling Exp $ */ typedef struct dns_rdata_hs_a { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/in_1/a6_38.c b/lib/dns/rdata/in_1/a6_38.c index b50e40682c..2367ab544f 100644 --- a/lib/dns/rdata/in_1/a6_38.c +++ b/lib/dns/rdata/in_1/a6_38.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a6_38.c,v 1.39 2000/12/01 01:40:49 gson Exp $ */ +/* $Id: a6_38.c,v 1.40 2001/01/09 21:55:00 bwelling Exp $ */ /* draft-ietf-ipngwg-dns-lookups-03.txt */ diff --git a/lib/dns/rdata/in_1/a6_38.h b/lib/dns/rdata/in_1/a6_38.h index 945949856b..ca35736144 100644 --- a/lib/dns/rdata/in_1/a6_38.h +++ b/lib/dns/rdata/in_1/a6_38.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_A6_38_H #define IN_1_A6_38_H 1 -/* $Id: a6_38.h,v 1.16 2000/08/01 01:26:17 tale Exp $ */ +/* $Id: a6_38.h,v 1.17 2001/01/09 21:55:02 bwelling Exp $ */ /* draft-ietf-ipngwg-dns-lookups-03.txt */ diff --git a/lib/dns/rdata/in_1/a_1.c b/lib/dns/rdata/in_1/a_1.c index 2e2563beb1..9770a41387 100644 --- a/lib/dns/rdata/in_1/a_1.c +++ b/lib/dns/rdata/in_1/a_1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: a_1.c,v 1.41 2000/12/01 01:40:50 gson Exp $ */ +/* $Id: a_1.c,v 1.42 2001/01/09 21:55:03 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/a_1.h b/lib/dns/rdata/in_1/a_1.h index 9da7331248..bb1575c06a 100644 --- a/lib/dns/rdata/in_1/a_1.h +++ b/lib/dns/rdata/in_1/a_1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_A_1_H #define IN_1_A_1_H 1 -/* $Id: a_1.h,v 1.22 2000/08/01 01:26:19 tale Exp $ */ +/* $Id: a_1.h,v 1.23 2001/01/09 21:55:04 bwelling Exp $ */ typedef struct dns_rdata_in_a { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/in_1/aaaa_28.c b/lib/dns/rdata/in_1/aaaa_28.c index 704dd01fb9..7fab3ca901 100644 --- a/lib/dns/rdata/in_1/aaaa_28.c +++ b/lib/dns/rdata/in_1/aaaa_28.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: aaaa_28.c,v 1.31 2000/12/01 01:40:51 gson Exp $ */ +/* $Id: aaaa_28.c,v 1.32 2001/01/09 21:55:05 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/aaaa_28.h b/lib/dns/rdata/in_1/aaaa_28.h index 3c8c211630..ed31859aed 100644 --- a/lib/dns/rdata/in_1/aaaa_28.h +++ b/lib/dns/rdata/in_1/aaaa_28.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_AAAA_28_H #define IN_1_AAAA_28_H 1 -/* $Id: aaaa_28.h,v 1.15 2000/08/01 01:26:21 tale Exp $ */ +/* $Id: aaaa_28.h,v 1.16 2001/01/09 21:55:06 bwelling Exp $ */ /* RFC 1886 */ diff --git a/lib/dns/rdata/in_1/kx_36.c b/lib/dns/rdata/in_1/kx_36.c index 998388d373..0c103ce536 100644 --- a/lib/dns/rdata/in_1/kx_36.c +++ b/lib/dns/rdata/in_1/kx_36.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: kx_36.c,v 1.32 2000/12/01 01:40:52 gson Exp $ */ +/* $Id: kx_36.c,v 1.33 2001/01/09 21:55:07 bwelling Exp $ */ /* Reviewed: Thu Mar 16 17:24:54 PST 2000 by explorer */ diff --git a/lib/dns/rdata/in_1/kx_36.h b/lib/dns/rdata/in_1/kx_36.h index d4aef31c6d..0ebdba24d0 100644 --- a/lib/dns/rdata/in_1/kx_36.h +++ b/lib/dns/rdata/in_1/kx_36.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_KX_36_H #define IN_1_KX_36_H 1 -/* $Id: kx_36.h,v 1.14 2000/08/01 01:26:24 tale Exp $ */ +/* $Id: kx_36.h,v 1.15 2001/01/09 21:55:08 bwelling Exp $ */ /* RFC 2230 */ diff --git a/lib/dns/rdata/in_1/naptr_35.c b/lib/dns/rdata/in_1/naptr_35.c index b64d1532b0..2c41d2cf5f 100644 --- a/lib/dns/rdata/in_1/naptr_35.c +++ b/lib/dns/rdata/in_1/naptr_35.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: naptr_35.c,v 1.36 2000/12/01 01:40:54 gson Exp $ */ +/* $Id: naptr_35.c,v 1.37 2001/01/09 21:55:10 bwelling Exp $ */ /* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/naptr_35.h b/lib/dns/rdata/in_1/naptr_35.h index 502b7825c5..cdc94b3148 100644 --- a/lib/dns/rdata/in_1/naptr_35.h +++ b/lib/dns/rdata/in_1/naptr_35.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_NAPTR_35_H #define IN_1_NAPTR_35_H 1 -/* $Id: naptr_35.h,v 1.16 2000/08/01 01:26:26 tale Exp $ */ +/* $Id: naptr_35.h,v 1.17 2001/01/09 21:55:11 bwelling Exp $ */ /* RFC 2168 */ diff --git a/lib/dns/rdata/in_1/nsap-ptr_23.c b/lib/dns/rdata/in_1/nsap-ptr_23.c index 1b2af670bc..1f6ee81545 100644 --- a/lib/dns/rdata/in_1/nsap-ptr_23.c +++ b/lib/dns/rdata/in_1/nsap-ptr_23.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsap-ptr_23.c,v 1.27 2000/12/01 01:40:55 gson Exp $ */ +/* $Id: nsap-ptr_23.c,v 1.28 2001/01/09 21:55:12 bwelling Exp $ */ /* Reviewed: Fri Mar 17 10:16:02 PST 2000 by gson */ diff --git a/lib/dns/rdata/in_1/nsap-ptr_23.h b/lib/dns/rdata/in_1/nsap-ptr_23.h index 0dc29123ff..f602242c36 100644 --- a/lib/dns/rdata/in_1/nsap-ptr_23.h +++ b/lib/dns/rdata/in_1/nsap-ptr_23.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_NSAP_PTR_23_H #define IN_1_NSAP_PTR_23_H 1 -/* $Id: nsap-ptr_23.h,v 1.13 2000/08/01 01:26:28 tale Exp $ */ +/* $Id: nsap-ptr_23.h,v 1.14 2001/01/09 21:55:13 bwelling Exp $ */ /* RFC 1348. Obsoleted in RFC 1706 - use PTR instead. */ diff --git a/lib/dns/rdata/in_1/nsap_22.c b/lib/dns/rdata/in_1/nsap_22.c index af1e553523..ccdafcf51c 100644 --- a/lib/dns/rdata/in_1/nsap_22.c +++ b/lib/dns/rdata/in_1/nsap_22.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsap_22.c,v 1.28 2000/12/01 01:40:56 gson Exp $ */ +/* $Id: nsap_22.c,v 1.29 2001/01/09 21:55:14 bwelling Exp $ */ /* Reviewed: Fri Mar 17 10:41:07 PST 2000 by gson */ diff --git a/lib/dns/rdata/in_1/nsap_22.h b/lib/dns/rdata/in_1/nsap_22.h index 300195d70d..5af13cc36f 100644 --- a/lib/dns/rdata/in_1/nsap_22.h +++ b/lib/dns/rdata/in_1/nsap_22.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_NSAP_22_H #define IN_1_NSAP_22_H 1 -/* $Id: nsap_22.h,v 1.12 2000/08/01 01:26:30 tale Exp $ */ +/* $Id: nsap_22.h,v 1.13 2001/01/09 21:55:15 bwelling Exp $ */ /* RFC 1706 */ diff --git a/lib/dns/rdata/in_1/px_26.c b/lib/dns/rdata/in_1/px_26.c index 5ca4de98a3..3a29fed6d7 100644 --- a/lib/dns/rdata/in_1/px_26.c +++ b/lib/dns/rdata/in_1/px_26.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: px_26.c,v 1.29 2000/12/01 01:40:57 gson Exp $ */ +/* $Id: px_26.c,v 1.30 2001/01/09 21:55:16 bwelling Exp $ */ /* Reviewed: Mon Mar 20 10:44:27 PST 2000 */ diff --git a/lib/dns/rdata/in_1/px_26.h b/lib/dns/rdata/in_1/px_26.h index a965ddb395..f4097d5503 100644 --- a/lib/dns/rdata/in_1/px_26.h +++ b/lib/dns/rdata/in_1/px_26.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_PX_26_H #define IN_1_PX_26_H 1 -/* $Id: px_26.h,v 1.13 2000/08/01 01:26:32 tale Exp $ */ +/* $Id: px_26.h,v 1.14 2001/01/09 21:55:17 bwelling Exp $ */ /* RFC 2163 */ diff --git a/lib/dns/rdata/in_1/srv_33.c b/lib/dns/rdata/in_1/srv_33.c index 7479c65821..4e2b932eb8 100644 --- a/lib/dns/rdata/in_1/srv_33.c +++ b/lib/dns/rdata/in_1/srv_33.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: srv_33.c,v 1.31 2000/12/01 01:40:58 gson Exp $ */ +/* $Id: srv_33.c,v 1.32 2001/01/09 21:55:19 bwelling Exp $ */ /* Reviewed: Fri Mar 17 13:01:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/srv_33.h b/lib/dns/rdata/in_1/srv_33.h index cd181a0207..8a03c8fbd4 100644 --- a/lib/dns/rdata/in_1/srv_33.h +++ b/lib/dns/rdata/in_1/srv_33.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_SRV_33_H #define IN_1_SRV_33_H 1 -/* $Id: srv_33.h,v 1.13 2000/08/01 01:26:35 tale Exp $ */ +/* $Id: srv_33.h,v 1.14 2001/01/09 21:55:20 bwelling Exp $ */ /* Reviewed: Fri Mar 17 13:01:00 PST 2000 by bwelling */ diff --git a/lib/dns/rdata/in_1/wks_11.c b/lib/dns/rdata/in_1/wks_11.c index b497af144e..f8de952107 100644 --- a/lib/dns/rdata/in_1/wks_11.c +++ b/lib/dns/rdata/in_1/wks_11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: wks_11.c,v 1.38 2000/12/01 01:40:59 gson Exp $ */ +/* $Id: wks_11.c,v 1.39 2001/01/09 21:55:21 bwelling Exp $ */ /* Reviewed: Fri Mar 17 15:01:49 PST 2000 by explorer */ diff --git a/lib/dns/rdata/in_1/wks_11.h b/lib/dns/rdata/in_1/wks_11.h index b9cb9d9284..929f3c1e13 100644 --- a/lib/dns/rdata/in_1/wks_11.h +++ b/lib/dns/rdata/in_1/wks_11.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef IN_1_WKS_11_H #define IN_1_WKS_11_H 1 -/* $Id: wks_11.h,v 1.18 2000/08/01 01:26:37 tale Exp $ */ +/* $Id: wks_11.h,v 1.19 2001/01/09 21:55:22 bwelling Exp $ */ typedef struct dns_rdata_in_wks { dns_rdatacommon_t common; diff --git a/lib/dns/rdata/rdatastructpre.h b/lib/dns/rdata/rdatastructpre.h index e28cfe3d50..f3dfac75d5 100644 --- a/lib/dns/rdata/rdatastructpre.h +++ b/lib/dns/rdata/rdatastructpre.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatastructpre.h,v 1.12 2000/08/01 01:25:01 tale Exp $ */ +/* $Id: rdatastructpre.h,v 1.13 2001/01/09 21:53:45 bwelling Exp $ */ #ifndef DNS_RDATASTRUCT_H #define DNS_RDATASTRUCT_H 1 diff --git a/lib/dns/rdata/rdatastructsuf.h b/lib/dns/rdata/rdatastructsuf.h index 3cbbd0e3c5..e49ffe0d45 100644 --- a/lib/dns/rdata/rdatastructsuf.h +++ b/lib/dns/rdata/rdatastructsuf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatastructsuf.h,v 1.6 2000/08/01 01:25:02 tale Exp $ */ +/* $Id: rdatastructsuf.h,v 1.7 2001/01/09 21:53:46 bwelling Exp $ */ ISC_LANG_ENDDECLS diff --git a/lib/dns/rdatalist.c b/lib/dns/rdatalist.c index 8432f2dea1..f8b84dcae5 100644 --- a/lib/dns/rdatalist.c +++ b/lib/dns/rdatalist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatalist.c,v 1.24 2000/10/25 04:26:45 marka Exp $ */ +/* $Id: rdatalist.c,v 1.25 2001/01/09 21:51:21 bwelling Exp $ */ #include diff --git a/lib/dns/rdatalist_p.h b/lib/dns/rdatalist_p.h index b5b6c408ba..d9bc98cac2 100644 --- a/lib/dns/rdatalist_p.h +++ b/lib/dns/rdatalist_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatalist_p.h,v 1.2 2000/08/21 22:18:11 bwelling Exp $ */ +/* $Id: rdatalist_p.h,v 1.3 2001/01/09 21:51:22 bwelling Exp $ */ #ifndef DNS_RDATALIST_P_H #define DNS_RDATALIST_P_H diff --git a/lib/dns/rdataset.c b/lib/dns/rdataset.c index 782f193e50..96b0f984a1 100644 --- a/lib/dns/rdataset.c +++ b/lib/dns/rdataset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataset.c,v 1.54 2000/12/14 22:10:37 marka Exp $ */ +/* $Id: rdataset.c,v 1.55 2001/01/09 21:51:23 bwelling Exp $ */ #include diff --git a/lib/dns/rdatasetiter.c b/lib/dns/rdatasetiter.c index 1bcd9d2474..e1ab17ad62 100644 --- a/lib/dns/rdatasetiter.c +++ b/lib/dns/rdatasetiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdatasetiter.c,v 1.10 2000/08/01 01:22:47 tale Exp $ */ +/* $Id: rdatasetiter.c,v 1.11 2001/01/09 21:51:24 bwelling Exp $ */ #include diff --git a/lib/dns/rdataslab.c b/lib/dns/rdataslab.c index 2f398c4673..13f0a86f3e 100644 --- a/lib/dns/rdataslab.c +++ b/lib/dns/rdataslab.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rdataslab.c,v 1.28 2000/12/06 22:19:04 bwelling Exp $ */ +/* $Id: rdataslab.c,v 1.29 2001/01/09 21:51:25 bwelling Exp $ */ #include diff --git a/lib/dns/request.c b/lib/dns/request.c index 1b102b262a..e1cf6ca788 100644 --- a/lib/dns/request.c +++ b/lib/dns/request.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: request.c,v 1.47 2001/01/03 23:14:53 marka Exp $ */ +/* $Id: request.c,v 1.48 2001/01/09 21:51:26 bwelling Exp $ */ #include diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 2467fd352f..3d19f63aec 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.193 2001/01/03 20:31:34 halley Exp $ */ +/* $Id: resolver.c,v 1.194 2001/01/09 21:51:28 bwelling Exp $ */ #include diff --git a/lib/dns/result.c b/lib/dns/result.c index 992f67d494..6b1f6855fb 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.84 2000/12/20 23:31:05 bwelling Exp $ */ +/* $Id: result.c,v 1.85 2001/01/09 21:51:29 bwelling Exp $ */ #include diff --git a/lib/dns/rootns.c b/lib/dns/rootns.c index cf136ed8d7..225b84893b 100644 --- a/lib/dns/rootns.c +++ b/lib/dns/rootns.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rootns.c,v 1.17 2001/01/05 03:12:42 marka Exp $ */ +/* $Id: rootns.c,v 1.18 2001/01/09 21:51:30 bwelling Exp $ */ #include diff --git a/lib/dns/sdb.c b/lib/dns/sdb.c index 394b0e4138..7fd7b6235b 100644 --- a/lib/dns/sdb.c +++ b/lib/dns/sdb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sdb.c,v 1.23 2000/12/21 01:58:37 bwelling Exp $ */ +/* $Id: sdb.c,v 1.24 2001/01/09 21:51:32 bwelling Exp $ */ #include diff --git a/lib/dns/sec/Makefile.in b/lib/dns/sec/Makefile.in index 5e515fd24b..c7c6a2c394 100644 --- a/lib/dns/sec/Makefile.in +++ b/lib/dns/sec/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/09/16 01:14:22 bwelling Exp $ +# $Id: Makefile.in,v 1.10 2001/01/09 21:55:23 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/Makefile.in b/lib/dns/sec/dst/Makefile.in index c9aabb39b4..3f2634b049 100644 --- a/lib/dns/sec/dst/Makefile.in +++ b/lib/dns/sec/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.19 2000/10/06 17:08:15 bwelling Exp $ +# $Id: Makefile.in,v 1.20 2001/01/09 21:55:26 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/dst_api.c b/lib/dns/sec/dst/dst_api.c index 838c29634e..85796d3230 100644 --- a/lib/dns/sec/dst/dst_api.c +++ b/lib/dns/sec/dst/dst_api.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.68 2001/01/09 00:52:59 bwelling Exp $ + * $Id: dst_api.c,v 1.69 2001/01/09 21:55:27 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/dst_internal.h b/lib/dns/sec/dst/dst_internal.h index 382c5ce072..4eb6626f8d 100644 --- a/lib/dns/sec/dst/dst_internal.h +++ b/lib/dns/sec/dst/dst_internal.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_internal.h,v 1.31 2001/01/09 00:53:01 bwelling Exp $ */ +/* $Id: dst_internal.h,v 1.32 2001/01/09 21:55:28 bwelling Exp $ */ #ifndef DST_DST_INTERNAL_H #define DST_DST_INTERNAL_H 1 diff --git a/lib/dns/sec/dst/dst_lib.c b/lib/dns/sec/dst/dst_lib.c index fc0b9e2cf2..b07c858626 100644 --- a/lib/dns/sec/dst/dst_lib.c +++ b/lib/dns/sec/dst/dst_lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_lib.c,v 1.7 2000/08/30 01:24:20 bwelling Exp $ + * $Id: dst_lib.c,v 1.8 2001/01/09 21:55:29 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/dst_parse.c b/lib/dns/sec/dst/dst_parse.c index f3f7848193..ea50ba47c4 100644 --- a/lib/dns/sec/dst/dst_parse.c +++ b/lib/dns/sec/dst/dst_parse.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_parse.c,v 1.26 2000/11/01 00:17:18 bwelling Exp $ + * $Id: dst_parse.c,v 1.27 2001/01/09 21:55:30 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/dst_parse.h b/lib/dns/sec/dst/dst_parse.h index 52d6bb0541..2fdb71d207 100644 --- a/lib/dns/sec/dst/dst_parse.h +++ b/lib/dns/sec/dst/dst_parse.h @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -17,7 +17,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst_parse.h,v 1.16 2000/09/02 01:15:23 bwelling Exp $ */ +/* $Id: dst_parse.h,v 1.17 2001/01/09 21:55:31 bwelling Exp $ */ #ifndef DST_DST_PARSE_H #define DST_DST_PARSE_H 1 diff --git a/lib/dns/sec/dst/dst_result.c b/lib/dns/sec/dst/dst_result.c index 9eb6a783b9..cf71e97ef4 100644 --- a/lib/dns/sec/dst/dst_result.c +++ b/lib/dns/sec/dst/dst_result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_result.c,v 1.15 2000/08/10 22:28:32 bwelling Exp $ + * $Id: dst_result.c,v 1.16 2001/01/09 21:55:32 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/gssapi_link.c b/lib/dns/sec/dst/gssapi_link.c index 8cba7fdead..91c246a090 100644 --- a/lib/dns/sec/dst/gssapi_link.c +++ b/lib/dns/sec/dst/gssapi_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: gssapi_link.c,v 1.5 2001/01/09 00:53:02 bwelling Exp $ + * $Id: gssapi_link.c,v 1.6 2001/01/09 21:55:34 bwelling Exp $ */ #ifdef GSSAPI diff --git a/lib/dns/sec/dst/gssapictx.c b/lib/dns/sec/dst/gssapictx.c index f8bb856bc7..b0a6ae66d0 100644 --- a/lib/dns/sec/dst/gssapictx.c +++ b/lib/dns/sec/dst/gssapictx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gssapictx.c,v 1.2 2000/11/18 03:01:08 bwelling Exp $ */ +/* $Id: gssapictx.c,v 1.3 2001/01/09 21:55:35 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/hmac_link.c b/lib/dns/sec/dst/hmac_link.c index d1661e3e1b..a354b9566d 100644 --- a/lib/dns/sec/dst/hmac_link.c +++ b/lib/dns/sec/dst/hmac_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: hmac_link.c,v 1.46 2001/01/09 00:53:03 bwelling Exp $ + * $Id: hmac_link.c,v 1.47 2001/01/09 21:55:36 bwelling Exp $ */ #include diff --git a/lib/dns/sec/dst/include/Makefile.in b/lib/dns/sec/dst/include/Makefile.in index 9d57e20621..f1895e1eaa 100644 --- a/lib/dns/sec/dst/include/Makefile.in +++ b/lib/dns/sec/dst/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:27:56 tale Exp $ +# $Id: Makefile.in,v 1.8 2001/01/09 21:55:41 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/include/dst/Makefile.in b/lib/dns/sec/dst/include/dst/Makefile.in index db33d30735..055a8ef260 100644 --- a/lib/dns/sec/dst/include/dst/Makefile.in +++ b/lib/dns/sec/dst/include/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/09/20 19:06:00 gson Exp $ +# $Id: Makefile.in,v 1.10 2001/01/09 21:55:42 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/dst/include/dst/dst.h b/lib/dns/sec/dst/include/dst/dst.h index 0135ba6ce3..7a2bbfcb65 100644 --- a/lib/dns/sec/dst/include/dst/dst.h +++ b/lib/dns/sec/dst/include/dst/dst.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dst.h,v 1.38 2000/09/12 09:54:36 bwelling Exp $ */ +/* $Id: dst.h,v 1.39 2001/01/09 21:55:43 bwelling Exp $ */ #ifndef DST_DST_H #define DST_DST_H 1 diff --git a/lib/dns/sec/dst/include/dst/gssapi.h b/lib/dns/sec/dst/include/dst/gssapi.h index 42010c9058..77eeaf1e5c 100644 --- a/lib/dns/sec/dst/include/dst/gssapi.h +++ b/lib/dns/sec/dst/include/dst/gssapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gssapi.h,v 1.2 2000/11/18 03:01:10 bwelling Exp $ */ +/* $Id: gssapi.h,v 1.3 2001/01/09 21:55:44 bwelling Exp $ */ #ifndef DST_GSSAPI_H #define DST_GSSAPI_H 1 diff --git a/lib/dns/sec/dst/include/dst/lib.h b/lib/dns/sec/dst/include/dst/lib.h index 7f7294e392..b84499d791 100644 --- a/lib/dns/sec/dst/include/dst/lib.h +++ b/lib/dns/sec/dst/include/dst/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:27:59 tale Exp $ */ +/* $Id: lib.h,v 1.6 2001/01/09 21:55:45 bwelling Exp $ */ #ifndef DST_LIB_H #define DST_LIB_H 1 diff --git a/lib/dns/sec/dst/include/dst/result.h b/lib/dns/sec/dst/include/dst/result.h index b164f64495..e5667387dc 100644 --- a/lib/dns/sec/dst/include/dst/result.h +++ b/lib/dns/sec/dst/include/dst/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.18 2000/08/10 22:28:36 bwelling Exp $ */ +/* $Id: result.h,v 1.19 2001/01/09 21:55:46 bwelling Exp $ */ #ifndef DST_RESULT_H #define DST_RESULT_H 1 diff --git a/lib/dns/sec/dst/openssl_link.c b/lib/dns/sec/dst/openssl_link.c index 5d4bd9e7bc..008c3e6393 100644 --- a/lib/dns/sec/dst/openssl_link.c +++ b/lib/dns/sec/dst/openssl_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: openssl_link.c,v 1.40 2001/01/09 00:53:04 bwelling Exp $ + * $Id: openssl_link.c,v 1.41 2001/01/09 21:55:37 bwelling Exp $ */ #if defined(OPENSSL) diff --git a/lib/dns/sec/dst/openssldh_link.c b/lib/dns/sec/dst/openssldh_link.c index d3223b929a..ad68a6ca79 100644 --- a/lib/dns/sec/dst/openssldh_link.c +++ b/lib/dns/sec/dst/openssldh_link.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ /* * Principal Author: Brian Wellington - * $Id: openssldh_link.c,v 1.33 2001/01/09 00:53:05 bwelling Exp $ + * $Id: openssldh_link.c,v 1.34 2001/01/09 21:55:38 bwelling Exp $ */ #if defined(OPENSSL) diff --git a/lib/dns/sec/dst/opensslrsa_link.c b/lib/dns/sec/dst/opensslrsa_link.c index 579f43ea6f..4d46a14e14 100644 --- a/lib/dns/sec/dst/opensslrsa_link.c +++ b/lib/dns/sec/dst/opensslrsa_link.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: opensslrsa_link.c,v 1.7 2001/01/09 00:53:06 bwelling Exp $ + * $Id: opensslrsa_link.c,v 1.8 2001/01/09 21:55:39 bwelling Exp $ */ #if defined(OPENSSL) diff --git a/lib/dns/sec/openssl/Makefile.in b/lib/dns/sec/openssl/Makefile.in index ee5e0aaac3..d01942eefb 100644 --- a/lib/dns/sec/openssl/Makefile.in +++ b/lib/dns/sec/openssl/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.18 2000/12/04 23:21:41 bwelling Exp $ +# $Id: Makefile.in,v 1.19 2001/01/09 21:55:48 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/openssl/include/Makefile.in b/lib/dns/sec/openssl/include/Makefile.in index 80579712fd..f3ee6391aa 100644 --- a/lib/dns/sec/openssl/include/Makefile.in +++ b/lib/dns/sec/openssl/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:28:55 tale Exp $ +# $Id: Makefile.in,v 1.8 2001/01/09 21:55:49 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/openssl/include/openssl/Makefile.in b/lib/dns/sec/openssl/include/openssl/Makefile.in index 85b85da3d9..4a2540a437 100644 --- a/lib/dns/sec/openssl/include/openssl/Makefile.in +++ b/lib/dns/sec/openssl/include/openssl/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/08/01 01:28:56 tale Exp $ +# $Id: Makefile.in,v 1.10 2001/01/09 21:55:50 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/dns/sec/rename.h b/lib/dns/sec/rename.h index ba518589e0..1fee853a49 100644 --- a/lib/dns/sec/rename.h +++ b/lib/dns/sec/rename.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rename.h,v 1.11 2000/09/16 01:14:34 bwelling Exp $ */ +/* $Id: rename.h,v 1.12 2001/01/09 21:55:24 bwelling Exp $ */ #ifndef SEC_RENAME_H #define SEC_RENAME_H 1 diff --git a/lib/dns/ssu.c b/lib/dns/ssu.c index 91f4caa97b..fcfbca2b15 100644 --- a/lib/dns/ssu.c +++ b/lib/dns/ssu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: ssu.c,v 1.19 2000/12/09 02:14:53 brister Exp $ + * $Id: ssu.c,v 1.20 2001/01/09 21:51:33 bwelling Exp $ * Principal Author: Brian Wellington */ diff --git a/lib/dns/stats.c b/lib/dns/stats.c index 1740e0c52a..6e34f00b7d 100644 --- a/lib/dns/stats.c +++ b/lib/dns/stats.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stats.c,v 1.2 2000/12/11 19:24:24 bwelling Exp $ */ +/* $Id: stats.c,v 1.3 2001/01/09 21:51:34 bwelling Exp $ */ #include diff --git a/lib/dns/tcpmsg.c b/lib/dns/tcpmsg.c index 89fe5fe25f..b3aa216e26 100644 --- a/lib/dns/tcpmsg.c +++ b/lib/dns/tcpmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: tcpmsg.c,v 1.22 2000/08/01 01:22:56 tale Exp $ */ +/* $Id: tcpmsg.c,v 1.23 2001/01/09 21:51:35 bwelling Exp $ */ #include diff --git a/lib/dns/time.c b/lib/dns/time.c index 3b887f4aae..75e05e0036 100644 --- a/lib/dns/time.c +++ b/lib/dns/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.16 2000/08/01 01:22:57 tale Exp $ */ +/* $Id: time.c,v 1.17 2001/01/09 21:51:36 bwelling Exp $ */ #include diff --git a/lib/dns/timer.c b/lib/dns/timer.c index 4d74aaf822..3911c87907 100644 --- a/lib/dns/timer.c +++ b/lib/dns/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.1 2000/11/17 19:45:36 gson Exp $ */ +/* $Id: timer.c,v 1.2 2001/01/09 21:51:37 bwelling Exp $ */ #include diff --git a/lib/dns/tkey.c b/lib/dns/tkey.c index ba1a2d0319..d61dcd1b52 100644 --- a/lib/dns/tkey.c +++ b/lib/dns/tkey.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: tkey.c,v 1.57 2000/12/11 23:09:47 marka Exp $ + * $Id: tkey.c,v 1.58 2001/01/09 21:51:38 bwelling Exp $ */ #include diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index f6f10a89db..8a86139699 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: tsig.c,v 1.99 2001/01/09 14:32:44 marka Exp $ + * $Id: tsig.c,v 1.100 2001/01/09 21:51:39 bwelling Exp $ * Principal Author: Brian Wellington */ diff --git a/lib/dns/ttl.c b/lib/dns/ttl.c index 72d491e7cf..babf956311 100644 --- a/lib/dns/ttl.c +++ b/lib/dns/ttl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ttl.c,v 1.20 2000/08/01 01:23:03 tale Exp $ */ +/* $Id: ttl.c,v 1.21 2001/01/09 21:51:41 bwelling Exp $ */ #include diff --git a/lib/dns/validator.c b/lib/dns/validator.c index 33a6c30fac..c272b5f18e 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: validator.c,v 1.87 2000/12/11 19:24:26 bwelling Exp $ */ +/* $Id: validator.c,v 1.88 2001/01/09 21:51:42 bwelling Exp $ */ #include diff --git a/lib/dns/version.c b/lib/dns/version.c index 52d15b41f2..0d6dd67e0e 100644 --- a/lib/dns/version.c +++ b/lib/dns/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.8 2000/08/01 01:23:05 tale Exp $ */ +/* $Id: version.c,v 1.9 2001/01/09 21:51:43 bwelling Exp $ */ char dns_version[] = VERSION; diff --git a/lib/dns/view.c b/lib/dns/view.c index d462ee334c..a2f12dd109 100644 --- a/lib/dns/view.c +++ b/lib/dns/view.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: view.c,v 1.90 2001/01/09 18:25:51 gson Exp $ */ +/* $Id: view.c,v 1.91 2001/01/09 21:51:44 bwelling Exp $ */ #include diff --git a/lib/dns/xfrin.c b/lib/dns/xfrin.c index 10d07186a3..6166d01606 100644 --- a/lib/dns/xfrin.c +++ b/lib/dns/xfrin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrin.c,v 1.111 2001/01/03 20:21:11 gson Exp $ */ +/* $Id: xfrin.c,v 1.112 2001/01/09 21:51:46 bwelling Exp $ */ #include diff --git a/lib/dns/zone.c b/lib/dns/zone.c index edf236ca23..505f982132 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.293 2001/01/09 00:51:53 mws Exp $ */ +/* $Id: zone.c,v 1.294 2001/01/09 21:51:47 bwelling Exp $ */ #include diff --git a/lib/dns/zt.c b/lib/dns/zt.c index bdbbbaadd4..2fbb17c910 100644 --- a/lib/dns/zt.c +++ b/lib/dns/zt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zt.c,v 1.27 2000/12/11 19:24:30 bwelling Exp $ */ +/* $Id: zt.c,v 1.28 2001/01/09 21:51:48 bwelling Exp $ */ #include diff --git a/lib/isc/Makefile.in b/lib/isc/Makefile.in index 91c7843710..8402a2c10b 100644 --- a/lib/isc/Makefile.in +++ b/lib/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.69 2000/12/29 01:29:52 bwelling Exp $ +# $Id: Makefile.in,v 1.70 2001/01/09 21:55:52 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/assertions.c b/lib/isc/assertions.c index 2d1c7e9673..6a00a0d9fc 100644 --- a/lib/isc/assertions.c +++ b/lib/isc/assertions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: assertions.c,v 1.13 2000/12/06 00:29:55 tale Exp $ */ +/* $Id: assertions.c,v 1.14 2001/01/09 21:55:53 bwelling Exp $ */ #include diff --git a/lib/isc/base64.c b/lib/isc/base64.c index bc87d626b9..ad0238c489 100644 --- a/lib/isc/base64.c +++ b/lib/isc/base64.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.c,v 1.20 2000/11/08 01:55:26 bwelling Exp $ */ +/* $Id: base64.c,v 1.21 2001/01/09 21:55:54 bwelling Exp $ */ #include diff --git a/lib/isc/bitstring.c b/lib/isc/bitstring.c index d7ba4fbf4d..586a3edf7f 100644 --- a/lib/isc/bitstring.c +++ b/lib/isc/bitstring.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bitstring.c,v 1.10 2000/09/13 00:11:29 halley Exp $ */ +/* $Id: bitstring.c,v 1.11 2001/01/09 21:55:55 bwelling Exp $ */ #include diff --git a/lib/isc/buffer.c b/lib/isc/buffer.c index c6179667db..743b1be0bb 100644 --- a/lib/isc/buffer.c +++ b/lib/isc/buffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: buffer.c,v 1.35 2000/08/17 02:09:11 bwelling Exp $ */ +/* $Id: buffer.c,v 1.36 2001/01/09 21:55:56 bwelling Exp $ */ #include diff --git a/lib/isc/bufferlist.c b/lib/isc/bufferlist.c index 73b91f30c0..a83d0ab2c2 100644 --- a/lib/isc/bufferlist.c +++ b/lib/isc/bufferlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bufferlist.c,v 1.11 2000/08/01 01:29:18 tale Exp $ */ +/* $Id: bufferlist.c,v 1.12 2001/01/09 21:55:57 bwelling Exp $ */ #include diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c index 9faaa66e41..a6ff6cded5 100644 --- a/lib/isc/commandline.c +++ b/lib/isc/commandline.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: commandline.c,v 1.11 2000/12/06 00:29:56 tale Exp $ */ +/* $Id: commandline.c,v 1.12 2001/01/09 21:55:58 bwelling Exp $ */ /* * This file was adapted from the NetBSD project's source tree, RCS ID: diff --git a/lib/isc/error.c b/lib/isc/error.c index 5b28000030..73742b3518 100644 --- a/lib/isc/error.c +++ b/lib/isc/error.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: error.c,v 1.14 2000/12/06 00:29:57 tale Exp $ */ +/* $Id: error.c,v 1.15 2001/01/09 21:56:00 bwelling Exp $ */ #include diff --git a/lib/isc/event.c b/lib/isc/event.c index c1aedbaf67..dd60b0d31b 100644 --- a/lib/isc/event.c +++ b/lib/isc/event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: event.c,v 1.14 2000/09/27 22:53:31 marka Exp $ */ +/* $Id: event.c,v 1.15 2001/01/09 21:56:01 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/isc/fsaccess.c b/lib/isc/fsaccess.c index a713d87966..f5b7a46043 100644 --- a/lib/isc/fsaccess.c +++ b/lib/isc/fsaccess.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.c,v 1.4 2000/08/01 01:29:22 tale Exp $ */ +/* $Id: fsaccess.c,v 1.5 2001/01/09 21:56:02 bwelling Exp $ */ /* * This file contains the OS-independent functionality of the API. diff --git a/lib/isc/heap.c b/lib/isc/heap.c index 9c724f3d6d..c4c582b167 100644 --- a/lib/isc/heap.c +++ b/lib/isc/heap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: heap.c,v 1.26 2000/08/01 01:29:23 tale Exp $ */ +/* $Id: heap.c,v 1.27 2001/01/09 21:56:03 bwelling Exp $ */ /* * Heap implementation of priority queues adapted from the following: diff --git a/lib/isc/hex.c b/lib/isc/hex.c index e8861bc332..dfd1c16572 100644 --- a/lib/isc/hex.c +++ b/lib/isc/hex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hex.c,v 1.6 2000/11/19 22:10:03 bwelling Exp $ */ +/* $Id: hex.c,v 1.7 2001/01/09 21:56:04 bwelling Exp $ */ #include diff --git a/lib/isc/hmacmd5.c b/lib/isc/hmacmd5.c index 3341ba4fb0..87dc2b4654 100644 --- a/lib/isc/hmacmd5.c +++ b/lib/isc/hmacmd5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hmacmd5.c,v 1.4 2000/08/01 01:29:24 tale Exp $ */ +/* $Id: hmacmd5.c,v 1.5 2001/01/09 21:56:05 bwelling Exp $ */ /* * This code implements the HMAC-MD5 keyed hash algorithm diff --git a/lib/isc/include/Makefile.in b/lib/isc/include/Makefile.in index ccab7ff158..6177f82ed1 100644 --- a/lib/isc/include/Makefile.in +++ b/lib/isc/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.9 2000/08/01 01:29:56 tale Exp $ +# $Id: Makefile.in,v 1.10 2001/01/09 21:56:40 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/include/isc/Makefile.in b/lib/isc/include/isc/Makefile.in index 064de55d38..e7d2ef9936 100644 --- a/lib/isc/include/isc/Makefile.in +++ b/lib/isc/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.47 2000/12/06 01:24:24 tale Exp $ +# $Id: Makefile.in,v 1.48 2001/01/09 21:56:41 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/include/isc/assertions.h b/lib/isc/include/isc/assertions.h index fbe31be275..6b0da4529d 100644 --- a/lib/isc/include/isc/assertions.h +++ b/lib/isc/include/isc/assertions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ /* - * $Id: assertions.h,v 1.13 2000/08/01 01:29:58 tale Exp $ + * $Id: assertions.h,v 1.14 2001/01/09 21:56:42 bwelling Exp $ */ #ifndef ISC_ASSERTIONS_H diff --git a/lib/isc/include/isc/base64.h b/lib/isc/include/isc/base64.h index b8b7a0a061..922e75c6b9 100644 --- a/lib/isc/include/isc/base64.h +++ b/lib/isc/include/isc/base64.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: base64.h,v 1.12 2000/08/01 01:29:59 tale Exp $ */ +/* $Id: base64.h,v 1.13 2001/01/09 21:56:43 bwelling Exp $ */ #ifndef ISC_BASE64_H #define ISC_BASE64_H 1 diff --git a/lib/isc/include/isc/bitstring.h b/lib/isc/include/isc/bitstring.h index d8b6086f22..ec30cffd24 100644 --- a/lib/isc/include/isc/bitstring.h +++ b/lib/isc/include/isc/bitstring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bitstring.h,v 1.6 2000/09/13 00:11:30 halley Exp $ */ +/* $Id: bitstring.h,v 1.7 2001/01/09 21:56:44 bwelling Exp $ */ #ifndef ISC_BITSTRING_H #define ISC_BITSTRING_H 1 diff --git a/lib/isc/include/isc/boolean.h b/lib/isc/include/isc/boolean.h index 4d53ff9b88..d10007b580 100644 --- a/lib/isc/include/isc/boolean.h +++ b/lib/isc/include/isc/boolean.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: boolean.h,v 1.11 2000/08/01 01:30:01 tale Exp $ */ +/* $Id: boolean.h,v 1.12 2001/01/09 21:56:45 bwelling Exp $ */ #ifndef ISC_BOOLEAN_H #define ISC_BOOLEAN_H 1 diff --git a/lib/isc/include/isc/buffer.h b/lib/isc/include/isc/buffer.h index 2c7caa471f..9765a51163 100644 --- a/lib/isc/include/isc/buffer.h +++ b/lib/isc/include/isc/buffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: buffer.h,v 1.37 2000/12/26 20:51:14 tale Exp $ */ +/* $Id: buffer.h,v 1.38 2001/01/09 21:56:46 bwelling Exp $ */ #ifndef ISC_BUFFER_H #define ISC_BUFFER_H 1 diff --git a/lib/isc/include/isc/bufferlist.h b/lib/isc/include/isc/bufferlist.h index 92f8f2ae2c..190ec0c897 100644 --- a/lib/isc/include/isc/bufferlist.h +++ b/lib/isc/include/isc/bufferlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: bufferlist.h,v 1.9 2000/08/01 01:30:04 tale Exp $ */ +/* $Id: bufferlist.h,v 1.10 2001/01/09 21:56:48 bwelling Exp $ */ #ifndef ISC_BUFFERLIST_H #define ISC_BUFFERLIST_H 1 diff --git a/lib/isc/include/isc/commandline.h b/lib/isc/include/isc/commandline.h index 4171ff8ef0..085139e94c 100644 --- a/lib/isc/include/isc/commandline.h +++ b/lib/isc/include/isc/commandline.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: commandline.h,v 1.6 2000/08/01 01:30:05 tale Exp $ */ +/* $Id: commandline.h,v 1.7 2001/01/09 21:56:49 bwelling Exp $ */ #ifndef ISC_COMMANDLINE_H #define ISC_COMMANDLINE_H 1 diff --git a/lib/isc/include/isc/entropy.h b/lib/isc/include/isc/entropy.h index 375bb90495..e4d4c66091 100644 --- a/lib/isc/include/isc/entropy.h +++ b/lib/isc/include/isc/entropy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy.h,v 1.21 2000/08/01 01:30:06 tale Exp $ */ +/* $Id: entropy.h,v 1.22 2001/01/09 21:56:50 bwelling Exp $ */ #ifndef ISC_ENTROPY_H #define ISC_ENTROPY_H 1 diff --git a/lib/isc/include/isc/error.h b/lib/isc/include/isc/error.h index 3eb2840051..1dc07748c2 100644 --- a/lib/isc/include/isc/error.h +++ b/lib/isc/include/isc/error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: error.h,v 1.12 2000/08/01 01:30:07 tale Exp $ */ +/* $Id: error.h,v 1.13 2001/01/09 21:56:51 bwelling Exp $ */ #ifndef ISC_ERROR_H #define ISC_ERROR_H 1 diff --git a/lib/isc/include/isc/event.h b/lib/isc/include/isc/event.h index e6cf8a34f8..f147523f27 100644 --- a/lib/isc/include/isc/event.h +++ b/lib/isc/include/isc/event.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: event.h,v 1.23 2000/09/27 22:53:33 marka Exp $ */ +/* $Id: event.h,v 1.24 2001/01/09 21:56:52 bwelling Exp $ */ #ifndef ISC_EVENT_H #define ISC_EVENT_H 1 diff --git a/lib/isc/include/isc/eventclass.h b/lib/isc/include/isc/eventclass.h index 8d1ebad7bb..7b19343120 100644 --- a/lib/isc/include/isc/eventclass.h +++ b/lib/isc/include/isc/eventclass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: eventclass.h,v 1.11 2000/08/01 01:30:09 tale Exp $ */ +/* $Id: eventclass.h,v 1.12 2001/01/09 21:56:53 bwelling Exp $ */ #ifndef ISC_EVENTCLASS_H #define ISC_EVENTCLASS_H 1 diff --git a/lib/isc/include/isc/file.h b/lib/isc/include/isc/file.h index 25d1f64c5e..c17919d1fc 100644 --- a/lib/isc/include/isc/file.h +++ b/lib/isc/include/isc/file.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.h,v 1.13 2000/10/20 22:09:00 gson Exp $ */ +/* $Id: file.h,v 1.14 2001/01/09 21:56:54 bwelling Exp $ */ #ifndef ISC_FILE_H #define ISC_FILE_H 1 diff --git a/lib/isc/include/isc/formatcheck.h b/lib/isc/include/isc/formatcheck.h index ffb8aa9dd8..e9b91698e9 100644 --- a/lib/isc/include/isc/formatcheck.h +++ b/lib/isc/include/isc/formatcheck.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: formatcheck.h,v 1.5 2000/08/01 01:30:11 tale Exp $ */ +/* $Id: formatcheck.h,v 1.6 2001/01/09 21:56:55 bwelling Exp $ */ #ifndef ISC_FORMATCHECK_H #define ISC_FORMATCHECK_H 1 diff --git a/lib/isc/include/isc/fsaccess.h b/lib/isc/include/isc/fsaccess.h index 16d383cfbe..544dbd3c8b 100644 --- a/lib/isc/include/isc/fsaccess.h +++ b/lib/isc/include/isc/fsaccess.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.h,v 1.6 2000/08/01 01:30:12 tale Exp $ */ +/* $Id: fsaccess.h,v 1.7 2001/01/09 21:56:56 bwelling Exp $ */ #ifndef ISC_FSACCESS_H #define ISC_FSACCESS_H 1 diff --git a/lib/isc/include/isc/heap.h b/lib/isc/include/isc/heap.h index b7a8c60aea..336a7575f4 100644 --- a/lib/isc/include/isc/heap.h +++ b/lib/isc/include/isc/heap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: heap.h,v 1.15 2000/08/01 01:30:14 tale Exp $ */ +/* $Id: heap.h,v 1.16 2001/01/09 21:56:57 bwelling Exp $ */ #ifndef ISC_HEAP_H #define ISC_HEAP_H 1 diff --git a/lib/isc/include/isc/hex.h b/lib/isc/include/isc/hex.h index 67e53cbad6..0b3cf8d449 100644 --- a/lib/isc/include/isc/hex.h +++ b/lib/isc/include/isc/hex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hex.h,v 1.2 2000/11/18 03:01:13 bwelling Exp $ */ +/* $Id: hex.h,v 1.3 2001/01/09 21:56:59 bwelling Exp $ */ #ifndef ISC_HEX_H #define ISC_HEX_H 1 diff --git a/lib/isc/include/isc/hmacmd5.h b/lib/isc/include/isc/hmacmd5.h index 31f1abfcc9..a5d67947c0 100644 --- a/lib/isc/include/isc/hmacmd5.h +++ b/lib/isc/include/isc/hmacmd5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hmacmd5.h,v 1.3 2000/08/01 01:30:15 tale Exp $ */ +/* $Id: hmacmd5.h,v 1.4 2001/01/09 21:57:00 bwelling Exp $ */ /* * This is the header file for the HMAC-MD5 keyed hash algorithm diff --git a/lib/isc/include/isc/interfaceiter.h b/lib/isc/include/isc/interfaceiter.h index a09835f1ba..a813225d54 100644 --- a/lib/isc/include/isc/interfaceiter.h +++ b/lib/isc/include/isc/interfaceiter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfaceiter.h,v 1.9 2000/08/01 01:30:16 tale Exp $ */ +/* $Id: interfaceiter.h,v 1.10 2001/01/09 21:57:01 bwelling Exp $ */ #ifndef ISC_INTERFACEITER_H #define ISC_INTERFACEITER_H 1 diff --git a/lib/isc/include/isc/ipv6.h b/lib/isc/include/isc/ipv6.h index 65680c4764..cab4408f09 100644 --- a/lib/isc/include/isc/ipv6.h +++ b/lib/isc/include/isc/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.h,v 1.16 2000/08/01 01:30:17 tale Exp $ */ +/* $Id: ipv6.h,v 1.17 2001/01/09 21:57:02 bwelling Exp $ */ #ifndef ISC_IPV6_H #define ISC_IPV6_H 1 diff --git a/lib/isc/include/isc/lang.h b/lib/isc/include/isc/lang.h index e35a9d795d..b3ba5908fe 100644 --- a/lib/isc/include/isc/lang.h +++ b/lib/isc/include/isc/lang.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lang.h,v 1.5 2000/08/01 01:30:18 tale Exp $ */ +/* $Id: lang.h,v 1.6 2001/01/09 21:57:03 bwelling Exp $ */ #ifndef ISC_LANG_H #define ISC_LANG_H 1 diff --git a/lib/isc/include/isc/lex.h b/lib/isc/include/isc/lex.h index bf46be43c2..1c391b75ed 100644 --- a/lib/isc/include/isc/lex.h +++ b/lib/isc/include/isc/lex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex.h,v 1.24 2000/12/09 02:05:26 gson Exp $ */ +/* $Id: lex.h,v 1.25 2001/01/09 21:57:04 bwelling Exp $ */ #ifndef ISC_LEX_H #define ISC_LEX_H 1 diff --git a/lib/isc/include/isc/lfsr.h b/lib/isc/include/isc/lfsr.h index 9935929220..2c7ed92f5c 100644 --- a/lib/isc/include/isc/lfsr.h +++ b/lib/isc/include/isc/lfsr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lfsr.h,v 1.8 2000/08/01 01:30:20 tale Exp $ */ +/* $Id: lfsr.h,v 1.9 2001/01/09 21:57:05 bwelling Exp $ */ #ifndef ISC_LFSR_H #define ISC_LFSR_H 1 diff --git a/lib/isc/include/isc/lib.h b/lib/isc/include/isc/lib.h index acf28c0b16..71878abc68 100644 --- a/lib/isc/include/isc/lib.h +++ b/lib/isc/include/isc/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:30:21 tale Exp $ */ +/* $Id: lib.h,v 1.6 2001/01/09 21:57:06 bwelling Exp $ */ #ifndef ISC_LIB_H #define ISC_LIB_H 1 diff --git a/lib/isc/include/isc/list.h b/lib/isc/include/isc/list.h index e1bc8823a7..64fe30b15b 100644 --- a/lib/isc/include/isc/list.h +++ b/lib/isc/include/isc/list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: list.h,v 1.17 2000/12/15 00:20:53 gson Exp $ */ +/* $Id: list.h,v 1.18 2001/01/09 21:57:08 bwelling Exp $ */ #ifndef ISC_LIST_H #define ISC_LIST_H 1 diff --git a/lib/isc/include/isc/log.h b/lib/isc/include/isc/log.h index d3ad6af08a..f5054dcb10 100644 --- a/lib/isc/include/isc/log.h +++ b/lib/isc/include/isc/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.h,v 1.35 2000/12/23 19:23:47 tale Exp $ */ +/* $Id: log.h,v 1.36 2001/01/09 21:57:09 bwelling Exp $ */ #ifndef ISC_LOG_H #define ISC_LOG_H 1 diff --git a/lib/isc/include/isc/magic.h b/lib/isc/include/isc/magic.h index 3405373d7c..ff3df24bdf 100644 --- a/lib/isc/include/isc/magic.h +++ b/lib/isc/include/isc/magic.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: magic.h,v 1.10 2000/08/01 01:30:25 tale Exp $ */ +/* $Id: magic.h,v 1.11 2001/01/09 21:57:10 bwelling Exp $ */ #ifndef ISC_MAGIC_H #define ISC_MAGIC_H 1 diff --git a/lib/isc/include/isc/md5.h b/lib/isc/include/isc/md5.h index e2f5f527ba..f14291c870 100644 --- a/lib/isc/include/isc/md5.h +++ b/lib/isc/include/isc/md5.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: md5.h,v 1.7 2000/08/01 01:30:26 tale Exp $ */ +/* $Id: md5.h,v 1.8 2001/01/09 21:57:11 bwelling Exp $ */ /* * This is the header file for the MD5 message-digest algorithm. diff --git a/lib/isc/include/isc/mem.h b/lib/isc/include/isc/mem.h index a3bb16ec8c..f12d3c91cb 100644 --- a/lib/isc/include/isc/mem.h +++ b/lib/isc/include/isc/mem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.h,v 1.45 2000/12/01 00:32:02 gson Exp $ */ +/* $Id: mem.h,v 1.46 2001/01/09 21:57:12 bwelling Exp $ */ #ifndef ISC_MEM_H #define ISC_MEM_H 1 diff --git a/lib/isc/include/isc/msgcat.h b/lib/isc/include/isc/msgcat.h index cd7cbed6dd..d2bf1e1622 100644 --- a/lib/isc/include/isc/msgcat.h +++ b/lib/isc/include/isc/msgcat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: msgcat.h,v 1.7 2000/08/01 01:30:28 tale Exp $ */ +/* $Id: msgcat.h,v 1.8 2001/01/09 21:57:13 bwelling Exp $ */ #ifndef ISC_MSGCAT_H #define ISC_MSGCAT_H 1 diff --git a/lib/isc/include/isc/msgs.h b/lib/isc/include/isc/msgs.h index ce71f1abec..12a2914f05 100644 --- a/lib/isc/include/isc/msgs.h +++ b/lib/isc/include/isc/msgs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: msgs.h,v 1.2 2000/12/19 20:35:37 bwelling Exp $ */ +/* $Id: msgs.h,v 1.3 2001/01/09 21:57:14 bwelling Exp $ */ #ifndef ISC_MSGS_H #define ISC_MSGS_H 1 diff --git a/lib/isc/include/isc/mutexblock.h b/lib/isc/include/isc/mutexblock.h index 3931d3cf33..93dff48d37 100644 --- a/lib/isc/include/isc/mutexblock.h +++ b/lib/isc/include/isc/mutexblock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutexblock.h,v 1.9 2000/08/01 01:30:29 tale Exp $ */ +/* $Id: mutexblock.h,v 1.10 2001/01/09 21:57:15 bwelling Exp $ */ #ifndef ISC_MUTEXBLOCK_H #define ISC_MUTEXBLOCK_H 1 diff --git a/lib/isc/include/isc/netaddr.h b/lib/isc/include/isc/netaddr.h index 9cc2d0e313..b31fb1ee76 100644 --- a/lib/isc/include/isc/netaddr.h +++ b/lib/isc/include/isc/netaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netaddr.h,v 1.15 2000/08/01 01:30:30 tale Exp $ */ +/* $Id: netaddr.h,v 1.16 2001/01/09 21:57:17 bwelling Exp $ */ #ifndef ISC_NETADDR_H #define ISC_NETADDR_H 1 diff --git a/lib/isc/include/isc/ondestroy.h b/lib/isc/include/isc/ondestroy.h index 30d867a48b..65cd3e502b 100644 --- a/lib/isc/include/isc/ondestroy.h +++ b/lib/isc/include/isc/ondestroy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ondestroy.h,v 1.6 2000/08/01 01:30:31 tale Exp $ */ +/* $Id: ondestroy.h,v 1.7 2001/01/09 21:57:18 bwelling Exp $ */ #ifndef ISC_ONDESTROY_H #define ISC_ONDESTROY_H 1 diff --git a/lib/isc/include/isc/os.h b/lib/isc/include/isc/os.h index 45a86bbb33..49d4fe98a6 100644 --- a/lib/isc/include/isc/os.h +++ b/lib/isc/include/isc/os.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.h,v 1.4 2000/08/01 01:30:32 tale Exp $ */ +/* $Id: os.h,v 1.5 2001/01/09 21:57:19 bwelling Exp $ */ #ifndef ISC_OS_H #define ISC_OS_H 1 diff --git a/lib/isc/include/isc/platform.h.in b/lib/isc/include/isc/platform.h.in index 8669f75237..51151583da 100644 --- a/lib/isc/include/isc/platform.h.in +++ b/lib/isc/include/isc/platform.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: platform.h.in,v 1.17 2001/01/03 13:13:11 marka Exp $ */ +/* $Id: platform.h.in,v 1.18 2001/01/09 21:57:20 bwelling Exp $ */ #ifndef ISC_PLATFORM_H #define ISC_PLATFORM_H 1 diff --git a/lib/isc/include/isc/print.h b/lib/isc/include/isc/print.h index 7dd100e7e5..4b7ccc9c95 100644 --- a/lib/isc/include/isc/print.h +++ b/lib/isc/include/isc/print.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: print.h,v 1.13 2000/12/26 21:06:49 tale Exp $ */ +/* $Id: print.h,v 1.14 2001/01/09 21:57:21 bwelling Exp $ */ #ifndef ISC_PRINT_H #define ISC_PRINT_H 1 diff --git a/lib/isc/include/isc/quota.h b/lib/isc/include/isc/quota.h index 8e4e3c5b61..c1648205ac 100644 --- a/lib/isc/include/isc/quota.h +++ b/lib/isc/include/isc/quota.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: quota.h,v 1.7 2000/08/01 01:30:36 tale Exp $ */ +/* $Id: quota.h,v 1.8 2001/01/09 21:57:22 bwelling Exp $ */ #ifndef ISC_QUOTA_H #define ISC_QUOTA_H 1 diff --git a/lib/isc/include/isc/random.h b/lib/isc/include/isc/random.h index 1801ec9e41..bb03c27897 100644 --- a/lib/isc/include/isc/random.h +++ b/lib/isc/include/isc/random.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: random.h,v 1.10 2000/09/26 17:23:16 gson Exp $ */ +/* $Id: random.h,v 1.11 2001/01/09 21:57:23 bwelling Exp $ */ #ifndef ISC_RANDOM_H #define ISC_RANDOM_H 1 diff --git a/lib/isc/include/isc/ratelimiter.h b/lib/isc/include/isc/ratelimiter.h index e366ced986..f2f93329ef 100644 --- a/lib/isc/include/isc/ratelimiter.h +++ b/lib/isc/include/isc/ratelimiter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ratelimiter.h,v 1.12 2000/08/01 01:30:38 tale Exp $ */ +/* $Id: ratelimiter.h,v 1.13 2001/01/09 21:57:24 bwelling Exp $ */ #ifndef ISC_RATELIMITER_H #define ISC_RATELIMITER_H 1 diff --git a/lib/isc/include/isc/region.h b/lib/isc/include/isc/region.h index 89caef3704..6cfccf812f 100644 --- a/lib/isc/include/isc/region.h +++ b/lib/isc/include/isc/region.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: region.h,v 1.15 2000/08/17 23:33:04 bwelling Exp $ */ +/* $Id: region.h,v 1.16 2001/01/09 21:57:25 bwelling Exp $ */ #ifndef ISC_REGION_H #define ISC_REGION_H 1 diff --git a/lib/isc/include/isc/resource.h b/lib/isc/include/isc/resource.h index d0b8ee4dc1..e98a4d4c47 100644 --- a/lib/isc/include/isc/resource.h +++ b/lib/isc/include/isc/resource.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resource.h,v 1.3 2000/11/15 02:11:48 tale Exp $ */ +/* $Id: resource.h,v 1.4 2001/01/09 21:57:26 bwelling Exp $ */ #ifndef ISC_RESOURCE_H #define ISC_RESOURCE_H 1 diff --git a/lib/isc/include/isc/result.h b/lib/isc/include/isc/result.h index e677802efb..3e2dd04515 100644 --- a/lib/isc/include/isc/result.h +++ b/lib/isc/include/isc/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.54 2001/01/05 01:02:26 bwelling Exp $ */ +/* $Id: result.h,v 1.55 2001/01/09 21:57:28 bwelling Exp $ */ #ifndef ISC_RESULT_H #define ISC_RESULT_H 1 diff --git a/lib/isc/include/isc/resultclass.h b/lib/isc/include/isc/resultclass.h index abe1ec4634..a9eb679687 100644 --- a/lib/isc/include/isc/resultclass.h +++ b/lib/isc/include/isc/resultclass.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resultclass.h,v 1.9 2000/08/01 01:30:41 tale Exp $ */ +/* $Id: resultclass.h,v 1.10 2001/01/09 21:57:29 bwelling Exp $ */ #ifndef ISC_RESULTCLASS_H #define ISC_RESULTCLASS_H 1 diff --git a/lib/isc/include/isc/rwlock.h b/lib/isc/include/isc/rwlock.h index 3f8723d88f..155d62b20a 100644 --- a/lib/isc/include/isc/rwlock.h +++ b/lib/isc/include/isc/rwlock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rwlock.h,v 1.16 2000/09/08 21:25:21 gson Exp $ */ +/* $Id: rwlock.h,v 1.17 2001/01/09 21:57:30 bwelling Exp $ */ #ifndef ISC_RWLOCK_H #define ISC_RWLOCK_H 1 diff --git a/lib/isc/include/isc/serial.h b/lib/isc/include/isc/serial.h index 0bcbfe42ee..61cb1e075c 100644 --- a/lib/isc/include/isc/serial.h +++ b/lib/isc/include/isc/serial.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: serial.h,v 1.8 2000/08/01 01:30:43 tale Exp $ */ +/* $Id: serial.h,v 1.9 2001/01/09 21:57:31 bwelling Exp $ */ #ifndef ISC_SERIAL_H #define ISC_SERIAL_H 1 diff --git a/lib/isc/include/isc/sha1.h b/lib/isc/include/isc/sha1.h index 52068ba5da..23289d65cb 100644 --- a/lib/isc/include/isc/sha1.h +++ b/lib/isc/include/isc/sha1.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -18,7 +18,7 @@ #ifndef ISC_SHA1_H #define ISC_SHA1_H 1 -/* $Id: sha1.h,v 1.7 2000/08/01 01:30:44 tale Exp $ */ +/* $Id: sha1.h,v 1.8 2001/01/09 21:57:32 bwelling Exp $ */ /* $NetBSD: sha1.h,v 1.2 1998/05/29 22:55:44 thorpej Exp $ */ diff --git a/lib/isc/include/isc/sockaddr.h b/lib/isc/include/isc/sockaddr.h index 5d839eb88d..69b90a833d 100644 --- a/lib/isc/include/isc/sockaddr.h +++ b/lib/isc/include/isc/sockaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sockaddr.h,v 1.34 2000/08/09 19:09:09 gson Exp $ */ +/* $Id: sockaddr.h,v 1.35 2001/01/09 21:57:33 bwelling Exp $ */ #ifndef ISC_SOCKADDR_H #define ISC_SOCKADDR_H 1 diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index 9d3ae5b0bd..c947dd7ce9 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.h,v 1.50 2000/09/07 01:59:56 explorer Exp $ */ +/* $Id: socket.h,v 1.51 2001/01/09 21:57:34 bwelling Exp $ */ #ifndef ISC_SOCKET_H #define ISC_SOCKET_H 1 diff --git a/lib/isc/include/isc/stdio.h b/lib/isc/include/isc/stdio.h index d69290885b..fd8c03c473 100644 --- a/lib/isc/include/isc/stdio.h +++ b/lib/isc/include/isc/stdio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.h,v 1.5 2000/08/01 01:30:48 tale Exp $ */ +/* $Id: stdio.h,v 1.6 2001/01/09 21:57:35 bwelling Exp $ */ #ifndef ISC_STDIO_H #define ISC_STDIO_H 1 diff --git a/lib/isc/include/isc/string.h b/lib/isc/include/isc/string.h index 2bf687c527..e16219fdaa 100644 --- a/lib/isc/include/isc/string.h +++ b/lib/isc/include/isc/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: string.h,v 1.8 2000/08/01 01:30:49 tale Exp $ */ +/* $Id: string.h,v 1.9 2001/01/09 21:57:37 bwelling Exp $ */ #ifndef ISC_STRING_H #define ISC_STRING_H 1 diff --git a/lib/isc/include/isc/symtab.h b/lib/isc/include/isc/symtab.h index 0b99a7d45d..09267fac68 100644 --- a/lib/isc/include/isc/symtab.h +++ b/lib/isc/include/isc/symtab.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: symtab.h,v 1.15 2000/12/11 04:08:52 gson Exp $ */ +/* $Id: symtab.h,v 1.16 2001/01/09 21:57:38 bwelling Exp $ */ #ifndef ISC_SYMTAB_H #define ISC_SYMTAB_H 1 diff --git a/lib/isc/include/isc/task.h b/lib/isc/include/isc/task.h index bfa0055f28..f1a51d73b6 100644 --- a/lib/isc/include/isc/task.h +++ b/lib/isc/include/isc/task.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task.h,v 1.47 2000/08/01 01:30:51 tale Exp $ */ +/* $Id: task.h,v 1.48 2001/01/09 21:57:39 bwelling Exp $ */ #ifndef ISC_TASK_H #define ISC_TASK_H 1 diff --git a/lib/isc/include/isc/taskpool.h b/lib/isc/include/isc/taskpool.h index 8556cda1bd..e598af630c 100644 --- a/lib/isc/include/isc/taskpool.h +++ b/lib/isc/include/isc/taskpool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: taskpool.h,v 1.6 2000/08/01 01:30:52 tale Exp $ */ +/* $Id: taskpool.h,v 1.7 2001/01/09 21:57:40 bwelling Exp $ */ #ifndef ISC_TASKPOOL_H #define ISC_TASKPOOL_H 1 diff --git a/lib/isc/include/isc/timer.h b/lib/isc/include/isc/timer.h index 4990fc4c7f..6b210725eb 100644 --- a/lib/isc/include/isc/timer.h +++ b/lib/isc/include/isc/timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.h,v 1.27 2000/08/01 01:30:53 tale Exp $ */ +/* $Id: timer.h,v 1.28 2001/01/09 21:57:41 bwelling Exp $ */ #ifndef ISC_TIMER_H #define ISC_TIMER_H 1 diff --git a/lib/isc/include/isc/types.h b/lib/isc/include/isc/types.h index d14fc11267..f59ae3cd22 100644 --- a/lib/isc/include/isc/types.h +++ b/lib/isc/include/isc/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.31 2000/11/14 23:39:34 tale Exp $ */ +/* $Id: types.h,v 1.32 2001/01/09 21:57:42 bwelling Exp $ */ #ifndef ISC_TYPES_H #define ISC_TYPES_H 1 diff --git a/lib/isc/include/isc/util.h b/lib/isc/include/isc/util.h index b134b7db6b..18c754ca9f 100644 --- a/lib/isc/include/isc/util.h +++ b/lib/isc/include/isc/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: util.h,v 1.20 2000/12/06 00:30:15 tale Exp $ */ +/* $Id: util.h,v 1.21 2001/01/09 21:57:43 bwelling Exp $ */ #ifndef ISC_UTIL_H #define ISC_UTIL_H 1 diff --git a/lib/isc/inet_aton.c b/lib/isc/inet_aton.c index bcb6714810..b8458cca28 100644 --- a/lib/isc/inet_aton.c +++ b/lib/isc/inet_aton.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1996-2000 Internet Software Consortium. + * Portions Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -static char rcsid[] = "$Id: inet_aton.c,v 1.14 2000/08/01 01:29:25 tale Exp $"; +static char rcsid[] = "$Id: inet_aton.c,v 1.15 2001/01/09 21:56:06 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/inet_ntop.c b/lib/isc/inet_ntop.c index 84f613a011..d6e3768c81 100644 --- a/lib/isc/inet_ntop.c +++ b/lib/isc/inet_ntop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: inet_ntop.c,v 1.9 2000/08/01 01:29:26 tale Exp $"; + "$Id: inet_ntop.c,v 1.10 2001/01/09 21:56:07 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/inet_pton.c b/lib/isc/inet_pton.c index 4cccf1e3fb..4db382c64c 100644 --- a/lib/isc/inet_pton.c +++ b/lib/isc/inet_pton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: inet_pton.c,v 1.8 2000/08/01 01:29:28 tale Exp $"; + "$Id: inet_pton.c,v 1.9 2001/01/09 21:56:09 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/isc/lex.c b/lib/isc/lex.c index a1d816e197..0bb3186bbf 100644 --- a/lib/isc/lex.c +++ b/lib/isc/lex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lex.c,v 1.58 2001/01/05 01:02:24 bwelling Exp $ */ +/* $Id: lex.c,v 1.59 2001/01/09 21:56:10 bwelling Exp $ */ #include diff --git a/lib/isc/lfsr.c b/lib/isc/lfsr.c index f98147d373..e8b1fbbd5a 100644 --- a/lib/isc/lfsr.c +++ b/lib/isc/lfsr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lfsr.c,v 1.10 2000/08/01 01:29:30 tale Exp $ */ +/* $Id: lfsr.c,v 1.11 2001/01/09 21:56:11 bwelling Exp $ */ #include diff --git a/lib/isc/lib.c b/lib/isc/lib.c index 86cae919cc..7b74eaf4c1 100644 --- a/lib/isc/lib.c +++ b/lib/isc/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.c,v 1.7 2000/12/06 00:29:59 tale Exp $ */ +/* $Id: lib.c,v 1.8 2001/01/09 21:56:12 bwelling Exp $ */ #include diff --git a/lib/isc/log.c b/lib/isc/log.c index 423613d13b..5b020a60ab 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: log.c,v 1.55 2000/12/23 19:23:48 tale Exp $ */ +/* $Id: log.c,v 1.56 2001/01/09 21:56:13 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/md5.c b/lib/isc/md5.c index 17e46579de..d6bb8ec662 100644 --- a/lib/isc/md5.c +++ b/lib/isc/md5.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: md5.c,v 1.8 2000/08/01 01:29:33 tale Exp $ */ +/* $Id: md5.c,v 1.9 2001/01/09 21:56:14 bwelling Exp $ */ /* * This code implements the MD5 message-digest algorithm. diff --git a/lib/isc/mem.c b/lib/isc/mem.c index 222e894485..c04b6671ef 100644 --- a/lib/isc/mem.c +++ b/lib/isc/mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mem.c,v 1.77 2001/01/09 00:39:46 marka Exp $ */ +/* $Id: mem.c,v 1.78 2001/01/09 21:56:16 bwelling Exp $ */ #include diff --git a/lib/isc/mutexblock.c b/lib/isc/mutexblock.c index e4ab6a74c0..76a44d3a40 100644 --- a/lib/isc/mutexblock.c +++ b/lib/isc/mutexblock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutexblock.c,v 1.13 2000/08/29 00:25:23 bwelling Exp $ */ +/* $Id: mutexblock.c,v 1.14 2001/01/09 21:56:17 bwelling Exp $ */ #include diff --git a/lib/isc/netaddr.c b/lib/isc/netaddr.c index db7aca5a97..dd5a69f1ce 100644 --- a/lib/isc/netaddr.c +++ b/lib/isc/netaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netaddr.c,v 1.13 2000/12/06 00:30:05 tale Exp $ */ +/* $Id: netaddr.c,v 1.14 2001/01/09 21:56:18 bwelling Exp $ */ #include diff --git a/lib/isc/nls/Makefile.in b/lib/isc/nls/Makefile.in index d48bb85f01..a1846436a4 100644 --- a/lib/isc/nls/Makefile.in +++ b/lib/isc/nls/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:30:57 tale Exp $ +# $Id: Makefile.in,v 1.11 2001/01/09 21:57:45 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nls/msgcat.c b/lib/isc/nls/msgcat.c index f9600c6027..d3340a797d 100644 --- a/lib/isc/nls/msgcat.c +++ b/lib/isc/nls/msgcat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: msgcat.c,v 1.8 2000/08/01 01:30:58 tale Exp $ */ +/* $Id: msgcat.c,v 1.9 2001/01/09 21:57:46 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/isc/nothreads/Makefile.in b/lib/isc/nothreads/Makefile.in index 9c06a21659..f28bc50a60 100644 --- a/lib/isc/nothreads/Makefile.in +++ b/lib/isc/nothreads/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.3 2000/12/29 01:29:53 bwelling Exp $ +# $Id: Makefile.in,v 1.4 2001/01/09 21:57:47 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nothreads/condition.c b/lib/isc/nothreads/condition.c index 6b1978fd6d..b91957fbfd 100644 --- a/lib/isc/nothreads/condition.c +++ b/lib/isc/nothreads/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.1 2000/08/29 18:19:29 bwelling Exp $ */ +/* $Id: condition.c,v 1.2 2001/01/09 21:57:48 bwelling Exp $ */ /* This file intentionally left blank. */ diff --git a/lib/isc/nothreads/include/Makefile.in b/lib/isc/nothreads/include/Makefile.in index 0854731377..6a97f02373 100644 --- a/lib/isc/nothreads/include/Makefile.in +++ b/lib/isc/nothreads/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.1 2000/08/28 23:16:49 bwelling Exp $ +# $Id: Makefile.in,v 1.2 2001/01/09 21:57:51 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nothreads/include/isc/Makefile.in b/lib/isc/nothreads/include/isc/Makefile.in index 080636ccdb..83be093cd0 100644 --- a/lib/isc/nothreads/include/isc/Makefile.in +++ b/lib/isc/nothreads/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.3 2000/12/21 16:14:49 gson Exp $ +# $Id: Makefile.in,v 1.4 2001/01/09 21:57:53 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/nothreads/include/isc/condition.h b/lib/isc/nothreads/include/isc/condition.h index 59d6260763..8cb405e25a 100644 --- a/lib/isc/nothreads/include/isc/condition.h +++ b/lib/isc/nothreads/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.h,v 1.2 2000/11/29 01:27:09 gson Exp $ */ +/* $Id: condition.h,v 1.3 2001/01/09 21:57:54 bwelling Exp $ */ /* * This provides a limited subset of the isc_condition_t diff --git a/lib/isc/nothreads/include/isc/mutex.h b/lib/isc/nothreads/include/isc/mutex.h index b053e1d4b7..fd6f3ec5ea 100644 --- a/lib/isc/nothreads/include/isc/mutex.h +++ b/lib/isc/nothreads/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.h,v 1.2 2000/12/29 19:55:37 bwelling Exp $ */ +/* $Id: mutex.h,v 1.3 2001/01/09 21:57:55 bwelling Exp $ */ #ifndef ISC_MUTEX_H #define ISC_MUTEX_H 1 diff --git a/lib/isc/nothreads/include/isc/once.h b/lib/isc/nothreads/include/isc/once.h index f5c4a9e7fa..f57d6215fe 100644 --- a/lib/isc/nothreads/include/isc/once.h +++ b/lib/isc/nothreads/include/isc/once.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.h,v 1.2 2000/08/30 01:11:37 bwelling Exp $ */ +/* $Id: once.h,v 1.3 2001/01/09 21:57:56 bwelling Exp $ */ #ifndef ISC_ONCE_H #define ISC_ONCE_H 1 diff --git a/lib/isc/nothreads/include/isc/thread.h b/lib/isc/nothreads/include/isc/thread.h index 07ba0ab04f..c488d418b4 100644 --- a/lib/isc/nothreads/include/isc/thread.h +++ b/lib/isc/nothreads/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.h,v 1.2 2000/12/11 19:17:29 gson Exp $ */ +/* $Id: thread.h,v 1.3 2001/01/09 21:57:57 bwelling Exp $ */ #ifndef ISC_THREAD_H #define ISC_THREAD_H 1 diff --git a/lib/isc/nothreads/mutex.c b/lib/isc/nothreads/mutex.c index fcfaa9d8a0..44a025eb45 100644 --- a/lib/isc/nothreads/mutex.c +++ b/lib/isc/nothreads/mutex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,6 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.c,v 1.1 2000/12/29 01:29:54 bwelling Exp $ */ +/* $Id: mutex.c,v 1.2 2001/01/09 21:57:49 bwelling Exp $ */ /* This file intentionally left blank. */ diff --git a/lib/isc/nothreads/thread.c b/lib/isc/nothreads/thread.c index 9849aaae80..cc7480d134 100644 --- a/lib/isc/nothreads/thread.c +++ b/lib/isc/nothreads/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.c,v 1.1 2000/08/28 23:16:48 bwelling Exp $ */ +/* $Id: thread.c,v 1.2 2001/01/09 21:57:50 bwelling Exp $ */ #include diff --git a/lib/isc/ondestroy.c b/lib/isc/ondestroy.c index ea6064a8e2..60bc1ed213 100644 --- a/lib/isc/ondestroy.c +++ b/lib/isc/ondestroy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ondestroy.c,v 1.9 2000/08/01 01:29:38 tale Exp $ */ +/* $Id: ondestroy.c,v 1.10 2001/01/09 21:56:19 bwelling Exp $ */ #include diff --git a/lib/isc/print.c b/lib/isc/print.c index 68ff7dbf8b..70fdbd40e8 100644 --- a/lib/isc/print.c +++ b/lib/isc/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: print.c,v 1.16 2000/12/26 21:00:41 tale Exp $ */ +/* $Id: print.c,v 1.17 2001/01/09 21:56:20 bwelling Exp $ */ #include diff --git a/lib/isc/pthreads/Makefile.in b/lib/isc/pthreads/Makefile.in index 459ae9c811..3258452522 100644 --- a/lib/isc/pthreads/Makefile.in +++ b/lib/isc/pthreads/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.15 2000/12/29 01:29:55 bwelling Exp $ +# $Id: Makefile.in,v 1.16 2001/01/09 21:57:58 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/condition.c b/lib/isc/pthreads/condition.c index 12f6de232e..317c1cdd5d 100644 --- a/lib/isc/pthreads/condition.c +++ b/lib/isc/pthreads/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.28 2001/01/05 02:17:02 bwelling Exp $ */ +/* $Id: condition.c,v 1.29 2001/01/09 21:57:59 bwelling Exp $ */ #include diff --git a/lib/isc/pthreads/include/Makefile.in b/lib/isc/pthreads/include/Makefile.in index 57d11ac279..3a8944368d 100644 --- a/lib/isc/pthreads/include/Makefile.in +++ b/lib/isc/pthreads/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:31:03 tale Exp $ +# $Id: Makefile.in,v 1.11 2001/01/09 21:58:03 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/include/isc/Makefile.in b/lib/isc/pthreads/include/isc/Makefile.in index 79e44f1bfd..361c2c6743 100644 --- a/lib/isc/pthreads/include/isc/Makefile.in +++ b/lib/isc/pthreads/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.12 2000/09/20 19:06:06 gson Exp $ +# $Id: Makefile.in,v 1.13 2001/01/09 21:58:04 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/pthreads/include/isc/condition.h b/lib/isc/pthreads/include/isc/condition.h index 1cc5a8e457..3b5be9a60d 100644 --- a/lib/isc/pthreads/include/isc/condition.h +++ b/lib/isc/pthreads/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.h,v 1.20 2001/01/05 02:17:03 bwelling Exp $ */ +/* $Id: condition.h,v 1.21 2001/01/09 21:58:05 bwelling Exp $ */ #ifndef ISC_CONDITION_H #define ISC_CONDITION_H 1 diff --git a/lib/isc/pthreads/include/isc/mutex.h b/lib/isc/pthreads/include/isc/mutex.h index 4e9c2bc981..3e79d1f2ba 100644 --- a/lib/isc/pthreads/include/isc/mutex.h +++ b/lib/isc/pthreads/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.h,v 1.22 2001/01/08 19:47:30 gson Exp $ */ +/* $Id: mutex.h,v 1.23 2001/01/09 21:58:07 bwelling Exp $ */ #ifndef ISC_MUTEX_H #define ISC_MUTEX_H 1 diff --git a/lib/isc/pthreads/include/isc/once.h b/lib/isc/pthreads/include/isc/once.h index e75e442486..da3e5b0e8a 100644 --- a/lib/isc/pthreads/include/isc/once.h +++ b/lib/isc/pthreads/include/isc/once.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.h,v 1.7 2000/08/01 01:31:07 tale Exp $ */ +/* $Id: once.h,v 1.8 2001/01/09 21:58:08 bwelling Exp $ */ #ifndef ISC_ONCE_H #define ISC_ONCE_H 1 diff --git a/lib/isc/pthreads/include/isc/thread.h b/lib/isc/pthreads/include/isc/thread.h index e1b7528029..9b5f907f8c 100644 --- a/lib/isc/pthreads/include/isc/thread.h +++ b/lib/isc/pthreads/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.h,v 1.18 2000/08/01 01:31:08 tale Exp $ */ +/* $Id: thread.h,v 1.19 2001/01/09 21:58:09 bwelling Exp $ */ #ifndef ISC_THREAD_H #define ISC_THREAD_H 1 diff --git a/lib/isc/pthreads/mutex.c b/lib/isc/pthreads/mutex.c index 8c5ba89897..c6b6af0d01 100644 --- a/lib/isc/pthreads/mutex.c +++ b/lib/isc/pthreads/mutex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.c,v 1.5 2001/01/08 19:47:28 gson Exp $ */ +/* $Id: mutex.c,v 1.6 2001/01/09 21:58:01 bwelling Exp $ */ #include diff --git a/lib/isc/pthreads/thread.c b/lib/isc/pthreads/thread.c index cac349f99c..7e24cedc62 100644 --- a/lib/isc/pthreads/thread.c +++ b/lib/isc/pthreads/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.c,v 1.8 2000/12/22 20:50:05 bwelling Exp $ */ +/* $Id: thread.c,v 1.9 2001/01/09 21:58:02 bwelling Exp $ */ #include diff --git a/lib/isc/quota.c b/lib/isc/quota.c index 4285fc957f..be836e935b 100644 --- a/lib/isc/quota.c +++ b/lib/isc/quota.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: quota.c,v 1.10 2000/08/26 01:23:13 bwelling Exp $ */ +/* $Id: quota.c,v 1.11 2001/01/09 21:56:21 bwelling Exp $ */ #include diff --git a/lib/isc/random.c b/lib/isc/random.c index a84fb7b33e..4ed13d977d 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: random.c,v 1.14 2000/12/26 21:02:14 tale Exp $ */ +/* $Id: random.c,v 1.15 2001/01/09 21:56:22 bwelling Exp $ */ #include diff --git a/lib/isc/ratelimiter.c b/lib/isc/ratelimiter.c index 801a23f46c..e6921539d3 100644 --- a/lib/isc/ratelimiter.c +++ b/lib/isc/ratelimiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ratelimiter.c,v 1.17 2000/08/26 01:31:49 bwelling Exp $ */ +/* $Id: ratelimiter.c,v 1.18 2001/01/09 21:56:23 bwelling Exp $ */ #include diff --git a/lib/isc/result.c b/lib/isc/result.c index 0fe7953960..a8d23557a2 100644 --- a/lib/isc/result.c +++ b/lib/isc/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.53 2001/01/05 01:02:23 bwelling Exp $ */ +/* $Id: result.c,v 1.54 2001/01/09 21:56:25 bwelling Exp $ */ #include diff --git a/lib/isc/rwlock.c b/lib/isc/rwlock.c index a5cd9902a5..68aaddd685 100644 --- a/lib/isc/rwlock.c +++ b/lib/isc/rwlock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rwlock.c,v 1.26 2000/12/06 00:30:09 tale Exp $ */ +/* $Id: rwlock.c,v 1.27 2001/01/09 21:56:26 bwelling Exp $ */ #include diff --git a/lib/isc/serial.c b/lib/isc/serial.c index 7f5ba638f2..ef7904b45e 100644 --- a/lib/isc/serial.c +++ b/lib/isc/serial.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: serial.c,v 1.6 2000/08/01 01:29:45 tale Exp $ */ +/* $Id: serial.c,v 1.7 2001/01/09 21:56:27 bwelling Exp $ */ #include #include diff --git a/lib/isc/sha1.c b/lib/isc/sha1.c index 91f5a7cd46..6685025c45 100644 --- a/lib/isc/sha1.c +++ b/lib/isc/sha1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sha1.c,v 1.9 2000/08/01 01:29:47 tale Exp $ */ +/* $Id: sha1.c,v 1.10 2001/01/09 21:56:28 bwelling Exp $ */ /* $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */ /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */ diff --git a/lib/isc/sockaddr.c b/lib/isc/sockaddr.c index 17fd90dfc6..84d3f68d8e 100644 --- a/lib/isc/sockaddr.c +++ b/lib/isc/sockaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: sockaddr.c,v 1.47 2000/12/06 00:30:10 tale Exp $ */ +/* $Id: sockaddr.c,v 1.48 2001/01/09 21:56:29 bwelling Exp $ */ #include diff --git a/lib/isc/string.c b/lib/isc/string.c index 2e476e7e7d..d560da57dc 100644 --- a/lib/isc/string.c +++ b/lib/isc/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: string.c,v 1.5 2000/08/01 01:29:49 tale Exp $ */ +/* $Id: string.c,v 1.6 2001/01/09 21:56:30 bwelling Exp $ */ #include diff --git a/lib/isc/symtab.c b/lib/isc/symtab.c index 3eea65dde2..c218a36b4c 100644 --- a/lib/isc/symtab.c +++ b/lib/isc/symtab.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: symtab.c,v 1.21 2000/10/20 02:21:57 marka Exp $ */ +/* $Id: symtab.c,v 1.22 2001/01/09 21:56:31 bwelling Exp $ */ #include diff --git a/lib/isc/task.c b/lib/isc/task.c index ad7cb789c9..3ed74826f1 100644 --- a/lib/isc/task.c +++ b/lib/isc/task.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task.c,v 1.79 2001/01/08 19:58:10 gson Exp $ */ +/* $Id: task.c,v 1.80 2001/01/09 21:56:33 bwelling Exp $ */ /* * Principal Author: Bob Halley diff --git a/lib/isc/task_p.h b/lib/isc/task_p.h index a6d81f8ece..f86b677961 100644 --- a/lib/isc/task_p.h +++ b/lib/isc/task_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: task_p.h,v 1.5 2000/12/29 22:07:22 bwelling Exp $ */ +/* $Id: task_p.h,v 1.6 2001/01/09 21:56:34 bwelling Exp $ */ #ifndef ISC_TASK_P_H #define ISC_TASK_P_H diff --git a/lib/isc/taskpool.c b/lib/isc/taskpool.c index 3320a14888..d3fc6b4211 100644 --- a/lib/isc/taskpool.c +++ b/lib/isc/taskpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: taskpool.c,v 1.9 2000/08/01 01:29:52 tale Exp $ */ +/* $Id: taskpool.c,v 1.10 2001/01/09 21:56:35 bwelling Exp $ */ #include diff --git a/lib/isc/timer.c b/lib/isc/timer.c index 449ea18195..d3f87c81ad 100644 --- a/lib/isc/timer.c +++ b/lib/isc/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer.c,v 1.61 2000/12/26 21:45:05 tale Exp $ */ +/* $Id: timer.c,v 1.62 2001/01/09 21:56:36 bwelling Exp $ */ #include diff --git a/lib/isc/timer_p.h b/lib/isc/timer_p.h index 8359d4ee85..6b95361536 100644 --- a/lib/isc/timer_p.h +++ b/lib/isc/timer_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: timer_p.h,v 1.3 2000/12/29 22:07:23 bwelling Exp $ */ +/* $Id: timer_p.h,v 1.4 2001/01/09 21:56:37 bwelling Exp $ */ #ifndef ISC_TIMER_P_H #define ISC_TIMER_P_H diff --git a/lib/isc/unix/Makefile.in b/lib/isc/unix/Makefile.in index a16b8e17ac..19ec6aeb7d 100644 --- a/lib/isc/unix/Makefile.in +++ b/lib/isc/unix/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.33 2000/11/14 23:38:09 tale Exp $ +# $Id: Makefile.in,v 1.34 2001/01/09 21:58:10 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/unix/app.c b/lib/isc/unix/app.c index 3676d25174..44cc40b70a 100644 --- a/lib/isc/unix/app.c +++ b/lib/isc/unix/app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: app.c,v 1.36 2000/12/26 21:45:06 tale Exp $ */ +/* $Id: app.c,v 1.37 2001/01/09 21:58:11 bwelling Exp $ */ #include diff --git a/lib/isc/unix/dir.c b/lib/isc/unix/dir.c index 069a56f05d..438ea6e0a2 100644 --- a/lib/isc/unix/dir.c +++ b/lib/isc/unix/dir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.c,v 1.14 2000/08/03 13:44:02 tale Exp $ */ +/* $Id: dir.c,v 1.15 2001/01/09 21:58:12 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/unix/entropy.c b/lib/isc/unix/entropy.c index 1cefc858d1..ef4ade4bb5 100644 --- a/lib/isc/unix/entropy.c +++ b/lib/isc/unix/entropy.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: entropy.c,v 1.54 2000/12/27 00:11:26 bwelling Exp $ */ +/* $Id: entropy.c,v 1.55 2001/01/09 21:58:13 bwelling Exp $ */ #include diff --git a/lib/isc/unix/errno2result.c b/lib/isc/unix/errno2result.c index b2c96804c7..7a9ffff1f6 100644 --- a/lib/isc/unix/errno2result.c +++ b/lib/isc/unix/errno2result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.c,v 1.6 2000/11/18 02:56:48 gson Exp $ */ +/* $Id: errno2result.c,v 1.7 2001/01/09 21:58:15 bwelling Exp $ */ #include diff --git a/lib/isc/unix/errno2result.h b/lib/isc/unix/errno2result.h index 15e685587b..2026a07ebc 100644 --- a/lib/isc/unix/errno2result.h +++ b/lib/isc/unix/errno2result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: errno2result.h,v 1.6 2000/11/14 23:37:10 tale Exp $ */ +/* $Id: errno2result.h,v 1.7 2001/01/09 21:58:16 bwelling Exp $ */ #ifndef UNIX_ERRNO2RESULT_H #define UNIX_ERRNO2RESULT_H 1 diff --git a/lib/isc/unix/file.c b/lib/isc/unix/file.c index 682ff3f04f..105fd59dab 100644 --- a/lib/isc/unix/file.c +++ b/lib/isc/unix/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.c,v 1.27 2000/12/27 17:21:53 tale Exp $ */ +/* $Id: file.c,v 1.28 2001/01/09 21:58:17 bwelling Exp $ */ #include diff --git a/lib/isc/unix/fsaccess.c b/lib/isc/unix/fsaccess.c index b820795fda..00dfdafe2a 100644 --- a/lib/isc/unix/fsaccess.c +++ b/lib/isc/unix/fsaccess.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.c,v 1.5 2000/08/01 01:31:18 tale Exp $ */ +/* $Id: fsaccess.c,v 1.6 2001/01/09 21:58:18 bwelling Exp $ */ #include #include diff --git a/lib/isc/unix/ifiter_ioctl.c b/lib/isc/unix/ifiter_ioctl.c index 243046c4c3..a379f4c5cf 100644 --- a/lib/isc/unix/ifiter_ioctl.c +++ b/lib/isc/unix/ifiter_ioctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ifiter_ioctl.c,v 1.15 2000/12/06 01:28:02 tale Exp $ */ +/* $Id: ifiter_ioctl.c,v 1.16 2001/01/09 21:58:19 bwelling Exp $ */ /* * Obtain the list of network interfaces using the SIOCGLIFCONF ioctl. diff --git a/lib/isc/unix/ifiter_sysctl.c b/lib/isc/unix/ifiter_sysctl.c index e9619694bc..13fa3b817b 100644 --- a/lib/isc/unix/ifiter_sysctl.c +++ b/lib/isc/unix/ifiter_sysctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ifiter_sysctl.c,v 1.11 2000/12/06 00:30:25 tale Exp $ */ +/* $Id: ifiter_sysctl.c,v 1.12 2001/01/09 21:58:20 bwelling Exp $ */ /* * Obtain the list of network interfaces using sysctl. diff --git a/lib/isc/unix/include/Makefile.in b/lib/isc/unix/include/Makefile.in index dd3b10fad0..f47a2b4023 100644 --- a/lib/isc/unix/include/Makefile.in +++ b/lib/isc/unix/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/08/01 01:31:31 tale Exp $ +# $Id: Makefile.in,v 1.11 2001/01/09 21:58:34 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/unix/include/isc/Makefile.in b/lib/isc/unix/include/isc/Makefile.in index c6cd4f6fca..028d2de7e4 100644 --- a/lib/isc/unix/include/isc/Makefile.in +++ b/lib/isc/unix/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.24 2000/09/20 19:06:08 gson Exp $ +# $Id: Makefile.in,v 1.25 2001/01/09 21:58:35 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/unix/include/isc/app.h b/lib/isc/unix/include/isc/app.h index 4eb504c7c5..387d031098 100644 --- a/lib/isc/unix/include/isc/app.h +++ b/lib/isc/unix/include/isc/app.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: app.h,v 1.9 2000/09/01 21:31:53 bwelling Exp $ */ +/* $Id: app.h,v 1.10 2001/01/09 21:58:36 bwelling Exp $ */ #ifndef ISC_APP_H #define ISC_APP_H 1 diff --git a/lib/isc/unix/include/isc/dir.h b/lib/isc/unix/include/isc/dir.h index 44d73a10f6..8cbc75f7fd 100644 --- a/lib/isc/unix/include/isc/dir.h +++ b/lib/isc/unix/include/isc/dir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.h,v 1.11 2000/08/01 01:31:35 tale Exp $ */ +/* $Id: dir.h,v 1.12 2001/01/09 21:58:38 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/unix/include/isc/int.h b/lib/isc/unix/include/isc/int.h index b787af393e..d30e6dcc62 100644 --- a/lib/isc/unix/include/isc/int.h +++ b/lib/isc/unix/include/isc/int.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: int.h,v 1.10 2000/11/14 23:41:46 tale Exp $ */ +/* $Id: int.h,v 1.11 2001/01/09 21:58:39 bwelling Exp $ */ #ifndef ISC_INT_H #define ISC_INT_H 1 diff --git a/lib/isc/unix/include/isc/keyboard.h b/lib/isc/unix/include/isc/keyboard.h index 26b2c86776..e18ed0998e 100644 --- a/lib/isc/unix/include/isc/keyboard.h +++ b/lib/isc/unix/include/isc/keyboard.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard.h,v 1.5 2000/08/01 01:31:37 tale Exp $ */ +/* $Id: keyboard.h,v 1.6 2001/01/09 21:58:40 bwelling Exp $ */ #ifndef ISC_KEYBOARD_H #define ISC_KEYBOARD_H 1 diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index dce6c1a0c9..c80e8380ed 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.26 2001/01/03 13:13:12 marka Exp $ */ +/* $Id: net.h,v 1.27 2001/01/09 21:58:41 bwelling Exp $ */ #ifndef ISC_NET_H #define ISC_NET_H 1 diff --git a/lib/isc/unix/include/isc/netdb.h b/lib/isc/unix/include/isc/netdb.h index dcca04000a..3a07a2257f 100644 --- a/lib/isc/unix/include/isc/netdb.h +++ b/lib/isc/unix/include/isc/netdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netdb.h,v 1.5 2000/08/01 01:31:39 tale Exp $ */ +/* $Id: netdb.h,v 1.6 2001/01/09 21:58:42 bwelling Exp $ */ #ifndef ISC_NETDB_H #define ISC_NETDB_H 1 diff --git a/lib/isc/unix/include/isc/offset.h b/lib/isc/unix/include/isc/offset.h index a63ab443c6..709bde4e07 100644 --- a/lib/isc/unix/include/isc/offset.h +++ b/lib/isc/unix/include/isc/offset.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: offset.h,v 1.9 2000/08/01 01:31:40 tale Exp $ */ +/* $Id: offset.h,v 1.10 2001/01/09 21:58:43 bwelling Exp $ */ #ifndef ISC_OFFSET_H #define ISC_OFFSET_H 1 diff --git a/lib/isc/unix/include/isc/stdtime.h b/lib/isc/unix/include/isc/stdtime.h index 5dfa31ea6e..8ced65f56d 100644 --- a/lib/isc/unix/include/isc/stdtime.h +++ b/lib/isc/unix/include/isc/stdtime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.h,v 1.7 2000/08/01 01:31:41 tale Exp $ */ +/* $Id: stdtime.h,v 1.8 2001/01/09 21:58:44 bwelling Exp $ */ #ifndef ISC_STDTIME_H #define ISC_STDTIME_H 1 diff --git a/lib/isc/unix/include/isc/time.h b/lib/isc/unix/include/isc/time.h index 366d367092..8494ea9357 100644 --- a/lib/isc/unix/include/isc/time.h +++ b/lib/isc/unix/include/isc/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.h,v 1.24 2000/08/01 01:31:42 tale Exp $ */ +/* $Id: time.h,v 1.25 2001/01/09 21:58:46 bwelling Exp $ */ #ifndef ISC_TIME_H #define ISC_TIME_H 1 diff --git a/lib/isc/unix/interfaceiter.c b/lib/isc/unix/interfaceiter.c index 3c84c6aaf2..e12822bceb 100644 --- a/lib/isc/unix/interfaceiter.c +++ b/lib/isc/unix/interfaceiter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: interfaceiter.c,v 1.20 2000/12/06 00:30:28 tale Exp $ */ +/* $Id: interfaceiter.c,v 1.21 2001/01/09 21:58:21 bwelling Exp $ */ #include diff --git a/lib/isc/unix/ipv6.c b/lib/isc/unix/ipv6.c index 3a96dd8e23..9d9993b37f 100644 --- a/lib/isc/unix/ipv6.c +++ b/lib/isc/unix/ipv6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.c,v 1.6 2000/08/01 01:31:22 tale Exp $ */ +/* $Id: ipv6.c,v 1.7 2001/01/09 21:58:22 bwelling Exp $ */ #include diff --git a/lib/isc/unix/keyboard.c b/lib/isc/unix/keyboard.c index 2feb3f14e1..009d0d61f2 100644 --- a/lib/isc/unix/keyboard.c +++ b/lib/isc/unix/keyboard.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: keyboard.c,v 1.8 2000/08/02 15:28:13 tale Exp $ */ +/* $Id: keyboard.c,v 1.9 2001/01/09 21:58:24 bwelling Exp $ */ #include diff --git a/lib/isc/unix/net.c b/lib/isc/unix/net.c index 41ed626595..bdcced1c67 100644 --- a/lib/isc/unix/net.c +++ b/lib/isc/unix/net.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.c,v 1.16 2000/12/19 19:29:13 gson Exp $ */ +/* $Id: net.c,v 1.17 2001/01/09 21:58:25 bwelling Exp $ */ #include diff --git a/lib/isc/unix/os.c b/lib/isc/unix/os.c index 489caf6fe9..f48d17660c 100644 --- a/lib/isc/unix/os.c +++ b/lib/isc/unix/os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: os.c,v 1.7 2001/01/06 01:10:04 bwelling Exp $ */ +/* $Id: os.c,v 1.8 2001/01/09 21:58:26 bwelling Exp $ */ #include diff --git a/lib/isc/unix/resource.c b/lib/isc/unix/resource.c index f912a25411..84ac98eb0b 100644 --- a/lib/isc/unix/resource.c +++ b/lib/isc/unix/resource.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resource.c,v 1.6 2000/12/23 02:45:44 tale Exp $ */ +/* $Id: resource.c,v 1.7 2001/01/09 21:58:27 bwelling Exp $ */ #include diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 8d582f6e85..1f995c4550 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.178 2000/12/26 21:45:08 tale Exp $ */ +/* $Id: socket.c,v 1.179 2001/01/09 21:58:28 bwelling Exp $ */ #include diff --git a/lib/isc/unix/socket_p.h b/lib/isc/unix/socket_p.h index 2fba6c633b..9ddf2d0aac 100644 --- a/lib/isc/unix/socket_p.h +++ b/lib/isc/unix/socket_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket_p.h,v 1.3 2000/12/29 22:07:25 bwelling Exp $ */ +/* $Id: socket_p.h,v 1.4 2001/01/09 21:58:29 bwelling Exp $ */ #ifndef ISC_SOCKET_P_H #define ISC_SOCKET_P_H diff --git a/lib/isc/unix/stdio.c b/lib/isc/unix/stdio.c index 67e42b65b4..0cdfa4f590 100644 --- a/lib/isc/unix/stdio.c +++ b/lib/isc/unix/stdio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.4 2000/08/01 01:31:28 tale Exp $ */ +/* $Id: stdio.c,v 1.5 2001/01/09 21:58:30 bwelling Exp $ */ #include diff --git a/lib/isc/unix/stdtime.c b/lib/isc/unix/stdtime.c index 9db52e17fe..fdf9e9ea22 100644 --- a/lib/isc/unix/stdtime.c +++ b/lib/isc/unix/stdtime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.c,v 1.9 2000/08/01 01:31:29 tale Exp $ */ +/* $Id: stdtime.c,v 1.10 2001/01/09 21:58:32 bwelling Exp $ */ #include diff --git a/lib/isc/unix/time.c b/lib/isc/unix/time.c index add0e94cf4..9d9395d0d9 100644 --- a/lib/isc/unix/time.c +++ b/lib/isc/unix/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.29 2000/09/18 18:43:03 gson Exp $ */ +/* $Id: time.c,v 1.30 2001/01/09 21:58:33 bwelling Exp $ */ #include diff --git a/lib/isc/version.c b/lib/isc/version.c index a1aa355bfa..d83342eac9 100644 --- a/lib/isc/version.c +++ b/lib/isc/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.8 2000/08/01 01:29:54 tale Exp $ */ +/* $Id: version.c,v 1.9 2001/01/09 21:56:38 bwelling Exp $ */ char isc_version[] = VERSION; diff --git a/lib/isc/win32/Makefile.in b/lib/isc/win32/Makefile.in index 75d9efadd9..13da6a9a9d 100644 --- a/lib/isc/win32/Makefile.in +++ b/lib/isc/win32/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:31:44 tale Exp $ +# $Id: Makefile.in,v 1.8 2001/01/09 21:58:47 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/win32/condition.c b/lib/isc/win32/condition.c index f9b04f49ae..586732ed4b 100644 --- a/lib/isc/win32/condition.c +++ b/lib/isc/win32/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.c,v 1.14 2000/08/01 01:31:45 tale Exp $ */ +/* $Id: condition.c,v 1.15 2001/01/09 21:58:48 bwelling Exp $ */ #include diff --git a/lib/isc/win32/dir.c b/lib/isc/win32/dir.c index 00a579df66..95b6c46d19 100644 --- a/lib/isc/win32/dir.c +++ b/lib/isc/win32/dir.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.c,v 1.6 2000/08/01 01:31:46 tale Exp $ */ +/* $Id: dir.c,v 1.7 2001/01/09 21:58:49 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/win32/file.c b/lib/isc/win32/file.c index 44f32e3f62..1645df0ef7 100644 --- a/lib/isc/win32/file.c +++ b/lib/isc/win32/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: file.c,v 1.5 2000/08/01 01:31:47 tale Exp $ */ +/* $Id: file.c,v 1.6 2001/01/09 21:58:50 bwelling Exp $ */ #include diff --git a/lib/isc/win32/fsaccess.c b/lib/isc/win32/fsaccess.c index 5fbe72ce80..126b626488 100644 --- a/lib/isc/win32/fsaccess.c +++ b/lib/isc/win32/fsaccess.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: fsaccess.c,v 1.5 2000/08/01 01:31:48 tale Exp $ */ +/* $Id: fsaccess.c,v 1.6 2001/01/09 21:58:51 bwelling Exp $ */ #include #include diff --git a/lib/isc/win32/include/Makefile.in b/lib/isc/win32/include/Makefile.in index c8d66a37ad..e5ced9e8b2 100644 --- a/lib/isc/win32/include/Makefile.in +++ b/lib/isc/win32/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:31:54 tale Exp $ +# $Id: Makefile.in,v 1.6 2001/01/09 21:58:57 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/win32/include/isc/Makefile.in b/lib/isc/win32/include/isc/Makefile.in index 3953b974c3..8b71bd4bdc 100644 --- a/lib/isc/win32/include/isc/Makefile.in +++ b/lib/isc/win32/include/isc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/09/20 19:06:09 gson Exp $ +# $Id: Makefile.in,v 1.8 2001/01/09 21:58:58 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/isc/win32/include/isc/condition.h b/lib/isc/win32/include/isc/condition.h index 3f27d27400..3c6236a578 100644 --- a/lib/isc/win32/include/isc/condition.h +++ b/lib/isc/win32/include/isc/condition.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: condition.h,v 1.12 2000/08/01 01:31:56 tale Exp $ */ +/* $Id: condition.h,v 1.13 2001/01/09 21:58:59 bwelling Exp $ */ #ifndef ISC_CONDITION_H #define ISC_CONDITION_H 1 diff --git a/lib/isc/win32/include/isc/dir.h b/lib/isc/win32/include/isc/dir.h index e3a55c5a4f..b895a3e409 100644 --- a/lib/isc/win32/include/isc/dir.h +++ b/lib/isc/win32/include/isc/dir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dir.h,v 1.7 2000/08/01 01:31:57 tale Exp $ */ +/* $Id: dir.h,v 1.8 2001/01/09 21:59:00 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/win32/include/isc/int.h b/lib/isc/win32/include/isc/int.h index 585e12e160..a8f9d5f0a5 100644 --- a/lib/isc/win32/include/isc/int.h +++ b/lib/isc/win32/include/isc/int.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: int.h,v 1.6 2000/08/01 01:31:58 tale Exp $ */ +/* $Id: int.h,v 1.7 2001/01/09 21:59:02 bwelling Exp $ */ #ifndef ISC_INT_H #define ISC_INT_H 1 diff --git a/lib/isc/win32/include/isc/mutex.h b/lib/isc/win32/include/isc/mutex.h index ed797d5812..ec8545675c 100644 --- a/lib/isc/win32/include/isc/mutex.h +++ b/lib/isc/win32/include/isc/mutex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: mutex.h,v 1.12 2000/08/01 01:31:59 tale Exp $ */ +/* $Id: mutex.h,v 1.13 2001/01/09 21:59:03 bwelling Exp $ */ #ifndef ISC_MUTEX_H #define ISC_MUTEX_H 1 diff --git a/lib/isc/win32/include/isc/net.h b/lib/isc/win32/include/isc/net.h index aa82a98ce7..e4c20c710f 100644 --- a/lib/isc/win32/include/isc/net.h +++ b/lib/isc/win32/include/isc/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.11 2000/08/01 01:32:01 tale Exp $ */ +/* $Id: net.h,v 1.12 2001/01/09 21:59:04 bwelling Exp $ */ #ifndef ISC_NET_H #define ISC_NET_H 1 diff --git a/lib/isc/win32/include/isc/netdb.h b/lib/isc/win32/include/isc/netdb.h index fe5eb5d87e..7d763e380f 100644 --- a/lib/isc/win32/include/isc/netdb.h +++ b/lib/isc/win32/include/isc/netdb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netdb.h,v 1.5 2000/08/01 01:32:02 tale Exp $ */ +/* $Id: netdb.h,v 1.6 2001/01/09 21:59:05 bwelling Exp $ */ #ifndef ISC_NETDB_H #define ISC_NETDB_H 1 diff --git a/lib/isc/win32/include/isc/once.h b/lib/isc/win32/include/isc/once.h index dc1ebeba32..e5e8366aae 100644 --- a/lib/isc/win32/include/isc/once.h +++ b/lib/isc/win32/include/isc/once.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.h,v 1.5 2000/08/01 01:32:03 tale Exp $ */ +/* $Id: once.h,v 1.6 2001/01/09 21:59:06 bwelling Exp $ */ #ifndef ISC_ONCE_H #define ISC_ONCE_H 1 diff --git a/lib/isc/win32/include/isc/stdtime.h b/lib/isc/win32/include/isc/stdtime.h index 54159fbea8..8e5bbbdb88 100644 --- a/lib/isc/win32/include/isc/stdtime.h +++ b/lib/isc/win32/include/isc/stdtime.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.h,v 1.6 2000/08/01 01:32:04 tale Exp $ */ +/* $Id: stdtime.h,v 1.7 2001/01/09 21:59:07 bwelling Exp $ */ #ifndef ISC_STDTIME_H #define ISC_STDTIME_H 1 diff --git a/lib/isc/win32/include/isc/thread.h b/lib/isc/win32/include/isc/thread.h index df4a6f4c29..5ecd10938c 100644 --- a/lib/isc/win32/include/isc/thread.h +++ b/lib/isc/win32/include/isc/thread.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.h,v 1.12 2000/08/01 01:32:05 tale Exp $ */ +/* $Id: thread.h,v 1.13 2001/01/09 21:59:08 bwelling Exp $ */ #ifndef ISC_THREAD_H #define ISC_THREAD_H 1 diff --git a/lib/isc/win32/include/isc/time.h b/lib/isc/win32/include/isc/time.h index fee01475aa..a14ebfd937 100644 --- a/lib/isc/win32/include/isc/time.h +++ b/lib/isc/win32/include/isc/time.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.h,v 1.18 2000/08/01 01:32:06 tale Exp $ */ +/* $Id: time.h,v 1.19 2001/01/09 21:59:09 bwelling Exp $ */ #ifndef ISC_TIME_H #define ISC_TIME_H 1 diff --git a/lib/isc/win32/once.c b/lib/isc/win32/once.c index 4dc7b97f70..65d11b7f30 100644 --- a/lib/isc/win32/once.c +++ b/lib/isc/win32/once.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: once.c,v 1.5 2000/08/01 01:31:49 tale Exp $ */ +/* $Id: once.c,v 1.6 2001/01/09 21:58:52 bwelling Exp $ */ /* Principal Authors: DCL */ diff --git a/lib/isc/win32/stdtime.c b/lib/isc/win32/stdtime.c index 57a8415492..d6a9c51b9c 100644 --- a/lib/isc/win32/stdtime.c +++ b/lib/isc/win32/stdtime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.c,v 1.6 2000/08/01 01:31:50 tale Exp $ */ +/* $Id: stdtime.c,v 1.7 2001/01/09 21:58:53 bwelling Exp $ */ #include diff --git a/lib/isc/win32/thread.c b/lib/isc/win32/thread.c index b7fa686f3f..01744ea78e 100644 --- a/lib/isc/win32/thread.c +++ b/lib/isc/win32/thread.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: thread.c,v 1.13 2000/08/01 01:31:51 tale Exp $ */ +/* $Id: thread.c,v 1.14 2001/01/09 21:58:55 bwelling Exp $ */ #include diff --git a/lib/isc/win32/time.c b/lib/isc/win32/time.c index 17b05ea56b..5f2d17ddcb 100644 --- a/lib/isc/win32/time.c +++ b/lib/isc/win32/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2000 Internet Software Consortium. + * Copyright (C) 1998-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.19 2000/08/01 01:31:52 tale Exp $ */ +/* $Id: time.c,v 1.20 2001/01/09 21:58:56 bwelling Exp $ */ #include diff --git a/lib/lwres/Makefile.in b/lib/lwres/Makefile.in index 044fc26042..2775c6eae6 100644 --- a/lib/lwres/Makefile.in +++ b/lib/lwres/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.22 2000/11/02 01:52:26 bwelling Exp $ +# $Id: Makefile.in,v 1.23 2001/01/09 21:59:10 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/lwres/assert_p.h b/lib/lwres/assert_p.h index cf965c0ddc..699e084290 100644 --- a/lib/lwres/assert_p.h +++ b/lib/lwres/assert_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: assert_p.h,v 1.8 2000/08/01 01:32:08 tale Exp $ */ +/* $Id: assert_p.h,v 1.9 2001/01/09 21:59:12 bwelling Exp $ */ #ifndef LWRES_ASSERT_P_H #define LWRES_ASSERT_P_H 1 diff --git a/lib/lwres/context.c b/lib/lwres/context.c index af9e5f89eb..be80f7f48a 100644 --- a/lib/lwres/context.c +++ b/lib/lwres/context.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: context.c,v 1.32 2000/10/17 20:09:19 gson Exp $ */ +/* $Id: context.c,v 1.33 2001/01/09 21:59:13 bwelling Exp $ */ #include diff --git a/lib/lwres/context_p.h b/lib/lwres/context_p.h index a96a57638f..7ccf0ee1ab 100644 --- a/lib/lwres/context_p.h +++ b/lib/lwres/context_p.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: context_p.h,v 1.11 2000/10/05 22:27:49 bwelling Exp $ */ +/* $Id: context_p.h,v 1.12 2001/01/09 21:59:14 bwelling Exp $ */ #ifndef LWRES_CONTEXT_P_H #define LWRES_CONTEXT_P_H 1 diff --git a/lib/lwres/gai_strerror.c b/lib/lwres/gai_strerror.c index f912d6de94..b702b743ed 100644 --- a/lib/lwres/gai_strerror.c +++ b/lib/lwres/gai_strerror.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gai_strerror.c,v 1.12 2000/08/01 01:32:12 tale Exp $ */ +/* $Id: gai_strerror.c,v 1.13 2001/01/09 21:59:15 bwelling Exp $ */ #include diff --git a/lib/lwres/getaddrinfo.c b/lib/lwres/getaddrinfo.c index 112031217c..2238de9796 100644 --- a/lib/lwres/getaddrinfo.c +++ b/lib/lwres/getaddrinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * This code is derived from software contributed to Internet Software * Consortium by Berkeley Software Design, Inc. @@ -19,7 +19,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getaddrinfo.c,v 1.35 2001/01/09 01:26:42 bwelling Exp $ */ +/* $Id: getaddrinfo.c,v 1.36 2001/01/09 21:59:16 bwelling Exp $ */ #include diff --git a/lib/lwres/gethost.c b/lib/lwres/gethost.c index 5eeb00c9c9..83e6ebfab4 100644 --- a/lib/lwres/gethost.c +++ b/lib/lwres/gethost.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gethost.c,v 1.25 2000/08/26 01:51:05 gson Exp $ */ +/* $Id: gethost.c,v 1.26 2001/01/09 21:59:17 bwelling Exp $ */ #include diff --git a/lib/lwres/getipnode.c b/lib/lwres/getipnode.c index 865c3b96ad..cb670377dc 100644 --- a/lib/lwres/getipnode.c +++ b/lib/lwres/getipnode.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getipnode.c,v 1.27 2001/01/09 01:26:43 bwelling Exp $ */ +/* $Id: getipnode.c,v 1.28 2001/01/09 21:59:19 bwelling Exp $ */ #include diff --git a/lib/lwres/getnameinfo.c b/lib/lwres/getnameinfo.c index 0151a0f28e..09af2333bb 100644 --- a/lib/lwres/getnameinfo.c +++ b/lib/lwres/getnameinfo.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1999, 2000 Internet Software Consortium. + * Portions Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getnameinfo.c,v 1.27 2000/11/02 01:10:22 marka Exp $ */ +/* $Id: getnameinfo.c,v 1.28 2001/01/09 21:59:20 bwelling Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. diff --git a/lib/lwres/getrrset.c b/lib/lwres/getrrset.c index 5b95d46ac4..2c2ec0424f 100644 --- a/lib/lwres/getrrset.c +++ b/lib/lwres/getrrset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: getrrset.c,v 1.5 2000/12/21 00:27:53 bwelling Exp $ */ +/* $Id: getrrset.c,v 1.6 2001/01/09 21:59:21 bwelling Exp $ */ #include diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c index 27802a15ac..0f75e2aad1 100644 --- a/lib/lwres/herror.c +++ b/lib/lwres/herror.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 2000 Internet Software Consortium. + * Portions Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -51,7 +51,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; static const char rcsid[] = - "$Id: herror.c,v 1.7 2000/08/01 01:32:17 tale Exp $"; + "$Id: herror.c,v 1.8 2001/01/09 21:59:22 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/include/Makefile.in b/lib/lwres/include/Makefile.in index 3829841fc2..9783294566 100644 --- a/lib/lwres/include/Makefile.in +++ b/lib/lwres/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.4 2000/08/01 01:32:31 tale Exp $ +# $Id: Makefile.in,v 1.5 2001/01/09 21:59:37 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/lwres/include/lwres/Makefile.in b/lib/lwres/include/lwres/Makefile.in index 74982c2e51..e3e9414a63 100644 --- a/lib/lwres/include/lwres/Makefile.in +++ b/lib/lwres/include/lwres/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/09/20 19:06:12 gson Exp $ +# $Id: Makefile.in,v 1.14 2001/01/09 21:59:38 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/lwres/include/lwres/context.h b/lib/lwres/include/lwres/context.h index f3c88243c8..b56e0f6af0 100644 --- a/lib/lwres/include/lwres/context.h +++ b/lib/lwres/include/lwres/context.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: context.h,v 1.13 2000/08/22 16:20:20 gson Exp $ */ +/* $Id: context.h,v 1.14 2001/01/09 21:59:39 bwelling Exp $ */ #ifndef LWRES_CONTEXT_H #define LWRES_CONTEXT_H 1 diff --git a/lib/lwres/include/lwres/int.h b/lib/lwres/include/lwres/int.h index 97a08fa3de..e271407cb5 100644 --- a/lib/lwres/include/lwres/int.h +++ b/lib/lwres/include/lwres/int.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: int.h,v 1.6 2000/08/01 01:32:34 tale Exp $ */ +/* $Id: int.h,v 1.7 2001/01/09 21:59:40 bwelling Exp $ */ #ifndef LWRES_INT_H #define LWRES_INT_H 1 diff --git a/lib/lwres/include/lwres/ipv6.h b/lib/lwres/include/lwres/ipv6.h index 0da3b0abc9..f0ee1ae74f 100644 --- a/lib/lwres/include/lwres/ipv6.h +++ b/lib/lwres/include/lwres/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: ipv6.h,v 1.7 2000/08/01 01:32:36 tale Exp $ */ +/* $Id: ipv6.h,v 1.8 2001/01/09 21:59:41 bwelling Exp $ */ #ifndef LWRES_IPV6_H #define LWRES_IPV6_H 1 diff --git a/lib/lwres/include/lwres/lang.h b/lib/lwres/include/lwres/lang.h index 3a27c62a21..80b918fcdc 100644 --- a/lib/lwres/include/lwres/lang.h +++ b/lib/lwres/include/lwres/lang.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lang.h,v 1.5 2000/08/01 01:32:37 tale Exp $ */ +/* $Id: lang.h,v 1.6 2001/01/09 21:59:42 bwelling Exp $ */ #ifndef LWRES_LANG_H #define LWRES_LANG_H 1 diff --git a/lib/lwres/include/lwres/list.h b/lib/lwres/include/lwres/list.h index 45243e3229..5158bd8682 100644 --- a/lib/lwres/include/lwres/list.h +++ b/lib/lwres/include/lwres/list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2000 Internet Software Consortium. + * Copyright (C) 1997-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: list.h,v 1.6 2000/08/01 01:32:38 tale Exp $ */ +/* $Id: list.h,v 1.7 2001/01/09 21:59:43 bwelling Exp $ */ #ifndef LWRES_LIST_H #define LWRES_LIST_H 1 diff --git a/lib/lwres/include/lwres/lwbuffer.h b/lib/lwres/include/lwres/lwbuffer.h index 3eb5957b8f..1b18acfec4 100644 --- a/lib/lwres/include/lwres/lwbuffer.h +++ b/lib/lwres/include/lwres/lwbuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwbuffer.h,v 1.14 2000/08/01 01:32:39 tale Exp $ */ +/* $Id: lwbuffer.h,v 1.15 2001/01/09 21:59:45 bwelling Exp $ */ #ifndef LWRES_LWBUFFER_H #define LWRES_LWBUFFER_H 1 diff --git a/lib/lwres/include/lwres/lwpacket.h b/lib/lwres/include/lwres/lwpacket.h index d7f9c6b136..2c1159840b 100644 --- a/lib/lwres/include/lwres/lwpacket.h +++ b/lib/lwres/include/lwres/lwpacket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwpacket.h,v 1.16 2000/08/01 01:32:40 tale Exp $ */ +/* $Id: lwpacket.h,v 1.17 2001/01/09 21:59:46 bwelling Exp $ */ #ifndef LWRES_LWPACKET_H #define LWRES_LWPACKET_H 1 diff --git a/lib/lwres/include/lwres/lwres.h b/lib/lwres/include/lwres/lwres.h index be5d11d024..c47f1ad0b5 100644 --- a/lib/lwres/include/lwres/lwres.h +++ b/lib/lwres/include/lwres/lwres.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres.h,v 1.46 2000/12/21 00:27:55 bwelling Exp $ */ +/* $Id: lwres.h,v 1.47 2001/01/09 21:59:47 bwelling Exp $ */ #ifndef LWRES_LWRES_H #define LWRES_LWRES_H 1 diff --git a/lib/lwres/include/lwres/net.h b/lib/lwres/include/lwres/net.h index f8213c1d06..b30c9e6d39 100644 --- a/lib/lwres/include/lwres/net.h +++ b/lib/lwres/include/lwres/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.9 2001/01/03 13:13:13 marka Exp $ */ +/* $Id: net.h,v 1.10 2001/01/09 21:59:48 bwelling Exp $ */ #ifndef LWRES_NET_H #define LWRES_NET_H 1 diff --git a/lib/lwres/include/lwres/netdb.h.in b/lib/lwres/include/lwres/netdb.h.in index f711e4ef26..21ef04533f 100644 --- a/lib/lwres/include/lwres/netdb.h.in +++ b/lib/lwres/include/lwres/netdb.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: netdb.h.in,v 1.30 2000/12/21 00:27:56 bwelling Exp $ */ +/* $Id: netdb.h.in,v 1.31 2001/01/09 21:59:49 bwelling Exp $ */ #ifndef LWRES_NETDB_H #define LWRES_NETDB_H 1 diff --git a/lib/lwres/include/lwres/platform.h.in b/lib/lwres/include/lwres/platform.h.in index 1dfe91fdd0..193aa467e1 100644 --- a/lib/lwres/include/lwres/platform.h.in +++ b/lib/lwres/include/lwres/platform.h.in @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: platform.h.in,v 1.9 2001/01/03 13:13:14 marka Exp $ */ +/* $Id: platform.h.in,v 1.10 2001/01/09 21:59:50 bwelling Exp $ */ #ifndef LWRES_PLATFORM_H #define LWRES_PLATFORM_H 1 diff --git a/lib/lwres/include/lwres/result.h b/lib/lwres/include/lwres/result.h index 64a12a7d5b..14d12ec9f6 100644 --- a/lib/lwres/include/lwres/result.h +++ b/lib/lwres/include/lwres/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.12 2000/11/02 01:52:32 bwelling Exp $ */ +/* $Id: result.h,v 1.13 2001/01/09 21:59:51 bwelling Exp $ */ #ifndef LWRES_RESULT_H #define LWRES_RESULT_H 1 diff --git a/lib/lwres/lwbuffer.c b/lib/lwres/lwbuffer.c index 83947670fb..438357acd4 100644 --- a/lib/lwres/lwbuffer.c +++ b/lib/lwres/lwbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwbuffer.c,v 1.9 2000/08/01 01:32:18 tale Exp $ */ +/* $Id: lwbuffer.c,v 1.10 2001/01/09 21:59:23 bwelling Exp $ */ #include diff --git a/lib/lwres/lwconfig.c b/lib/lwres/lwconfig.c index 9e577c16a5..ef4bd274e2 100644 --- a/lib/lwres/lwconfig.c +++ b/lib/lwres/lwconfig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwconfig.c,v 1.25 2000/10/05 22:27:53 bwelling Exp $ */ +/* $Id: lwconfig.c,v 1.26 2001/01/09 21:59:24 bwelling Exp $ */ /*** *** Module for parsing resolv.conf files. diff --git a/lib/lwres/lwinetaton.c b/lib/lwres/lwinetaton.c index fdadc9669b..b95bbe078e 100644 --- a/lib/lwres/lwinetaton.c +++ b/lib/lwres/lwinetaton.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (C) 1996-2000 Internet Software Consortium. + * Portions Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -70,7 +70,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; -static char rcsid[] = "$Id: lwinetaton.c,v 1.9 2000/08/01 01:32:21 tale Exp $"; +static char rcsid[] = "$Id: lwinetaton.c,v 1.10 2001/01/09 21:59:25 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/lwinetntop.c b/lib/lwres/lwinetntop.c index 18edd0fbc6..00b97a0b7a 100644 --- a/lib/lwres/lwinetntop.c +++ b/lib/lwres/lwinetntop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ #if defined(LIBC_SCCS) && !defined(lint) static char rcsid[] = - "$Id: lwinetntop.c,v 1.5 2000/08/01 01:32:22 tale Exp $"; + "$Id: lwinetntop.c,v 1.6 2001/01/09 21:59:26 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/lwinetpton.c b/lib/lwres/lwinetpton.c index 865c56b185..de087bc83a 100644 --- a/lib/lwres/lwinetpton.c +++ b/lib/lwres/lwinetpton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$Id: lwinetpton.c,v 1.5 2000/08/01 01:32:23 tale Exp $"; +static char rcsid[] = "$Id: lwinetpton.c,v 1.6 2001/01/09 21:59:27 bwelling Exp $"; #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/lwres/lwpacket.c b/lib/lwres/lwpacket.c index a7d13c5ab3..82acf2311d 100644 --- a/lib/lwres/lwpacket.c +++ b/lib/lwres/lwpacket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwpacket.c,v 1.12 2000/08/01 01:32:24 tale Exp $ */ +/* $Id: lwpacket.c,v 1.13 2001/01/09 21:59:29 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_gabn.c b/lib/lwres/lwres_gabn.c index 9612046a67..1fd2fb1ff3 100644 --- a/lib/lwres/lwres_gabn.c +++ b/lib/lwres/lwres_gabn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_gabn.c,v 1.25 2000/11/16 00:06:38 bwelling Exp $ */ +/* $Id: lwres_gabn.c,v 1.26 2001/01/09 21:59:30 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_gnba.c b/lib/lwres/lwres_gnba.c index 073529fcc2..c39ab88e38 100644 --- a/lib/lwres/lwres_gnba.c +++ b/lib/lwres/lwres_gnba.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_gnba.c,v 1.19 2000/08/01 01:32:26 tale Exp $ */ +/* $Id: lwres_gnba.c,v 1.20 2001/01/09 21:59:31 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_grbn.c b/lib/lwres/lwres_grbn.c index 7d77e66cb6..37d809f3e7 100644 --- a/lib/lwres/lwres_grbn.c +++ b/lib/lwres/lwres_grbn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_grbn.c,v 1.2 2000/11/18 03:01:15 bwelling Exp $ */ +/* $Id: lwres_grbn.c,v 1.3 2001/01/09 21:59:32 bwelling Exp $ */ #include diff --git a/lib/lwres/lwres_noop.c b/lib/lwres/lwres_noop.c index b81ea1a41d..db2a968e88 100644 --- a/lib/lwres/lwres_noop.c +++ b/lib/lwres/lwres_noop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwres_noop.c,v 1.13 2000/08/01 01:32:27 tale Exp $ */ +/* $Id: lwres_noop.c,v 1.14 2001/01/09 21:59:33 bwelling Exp $ */ #include diff --git a/lib/lwres/lwresutil.c b/lib/lwres/lwresutil.c index 414dfb2798..98c10ce236 100644 --- a/lib/lwres/lwresutil.c +++ b/lib/lwres/lwresutil.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresutil.c,v 1.25 2000/11/02 01:52:28 bwelling Exp $ */ +/* $Id: lwresutil.c,v 1.26 2001/01/09 21:59:34 bwelling Exp $ */ #include diff --git a/lib/lwres/man/lwres.3 b/lib/lwres/man/lwres.3 index 46cc6ab49a..504472b3c3 100644 --- a/lib/lwres/man/lwres.3 +++ b/lib/lwres/man/lwres.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres.3,v 1.8 2000/12/04 18:37:35 gson Exp $ +.\" $Id: lwres.3,v 1.9 2001/01/09 21:48:52 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES 3 diff --git a/lib/lwres/man/lwres_addr_parse.3 b/lib/lwres/man/lwres_addr_parse.3 index 960fade485..ee42bc4935 100644 --- a/lib/lwres/man/lwres_addr_parse.3 +++ b/lib/lwres/man/lwres_addr_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_addr_parse.3,v 1.4 2000/11/18 02:59:13 bwelling Exp $ +.\" $Id: lwres_addr_parse.3,v 1.5 2001/01/09 21:48:53 bwelling Exp $ .so lwres_resutil.3 diff --git a/lib/lwres/man/lwres_buffer.3 b/lib/lwres/man/lwres_buffer.3 index d5b9f1b409..dfec297a45 100644 --- a/lib/lwres/man/lwres_buffer.3 +++ b/lib/lwres/man/lwres_buffer.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer.3,v 1.5 2000/11/18 02:59:15 bwelling Exp $ +.\" $Id: lwres_buffer.3,v 1.6 2001/01/09 21:48:54 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_BUFFER 3 diff --git a/lib/lwres/man/lwres_buffer_add.3 b/lib/lwres/man/lwres_buffer_add.3 index 3a63e41156..295ce0a947 100644 --- a/lib/lwres/man/lwres_buffer_add.3 +++ b/lib/lwres/man/lwres_buffer_add.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_add.3,v 1.4 2000/11/18 02:59:16 bwelling Exp $ +.\" $Id: lwres_buffer_add.3,v 1.5 2001/01/09 21:48:55 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_back.3 b/lib/lwres/man/lwres_buffer_back.3 index f6e87aa304..0d41fb313c 100644 --- a/lib/lwres/man/lwres_buffer_back.3 +++ b/lib/lwres/man/lwres_buffer_back.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_back.3,v 1.4 2000/11/18 02:59:17 bwelling Exp $ +.\" $Id: lwres_buffer_back.3,v 1.5 2001/01/09 21:48:56 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_clear.3 b/lib/lwres/man/lwres_buffer_clear.3 index df21d5faa2..de82bc73e2 100644 --- a/lib/lwres/man/lwres_buffer_clear.3 +++ b/lib/lwres/man/lwres_buffer_clear.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_clear.3,v 1.4 2000/11/18 02:59:18 bwelling Exp $ +.\" $Id: lwres_buffer_clear.3,v 1.5 2001/01/09 21:48:57 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_first.3 b/lib/lwres/man/lwres_buffer_first.3 index f8da7a5fd8..982407973d 100644 --- a/lib/lwres/man/lwres_buffer_first.3 +++ b/lib/lwres/man/lwres_buffer_first.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_first.3,v 1.4 2000/11/18 02:59:19 bwelling Exp $ +.\" $Id: lwres_buffer_first.3,v 1.5 2001/01/09 21:48:59 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_forward.3 b/lib/lwres/man/lwres_buffer_forward.3 index a7d8431eec..6cd61facb2 100644 --- a/lib/lwres/man/lwres_buffer_forward.3 +++ b/lib/lwres/man/lwres_buffer_forward.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_forward.3,v 1.4 2000/11/18 02:59:20 bwelling Exp $ +.\" $Id: lwres_buffer_forward.3,v 1.5 2001/01/09 21:49:00 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_getmem.3 b/lib/lwres/man/lwres_buffer_getmem.3 index e67f20819f..1b2536f0ca 100644 --- a/lib/lwres/man/lwres_buffer_getmem.3 +++ b/lib/lwres/man/lwres_buffer_getmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getmem.3,v 1.4 2000/11/18 02:59:21 bwelling Exp $ +.\" $Id: lwres_buffer_getmem.3,v 1.5 2001/01/09 21:49:01 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_getuint16.3 b/lib/lwres/man/lwres_buffer_getuint16.3 index cc934170d7..4466a1d59f 100644 --- a/lib/lwres/man/lwres_buffer_getuint16.3 +++ b/lib/lwres/man/lwres_buffer_getuint16.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint16.3,v 1.4 2000/11/18 02:59:22 bwelling Exp $ +.\" $Id: lwres_buffer_getuint16.3,v 1.5 2001/01/09 21:49:02 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_getuint32.3 b/lib/lwres/man/lwres_buffer_getuint32.3 index 3a27ba0885..388555b328 100644 --- a/lib/lwres/man/lwres_buffer_getuint32.3 +++ b/lib/lwres/man/lwres_buffer_getuint32.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint32.3,v 1.4 2000/11/18 02:59:24 bwelling Exp $ +.\" $Id: lwres_buffer_getuint32.3,v 1.5 2001/01/09 21:49:03 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_getuint8.3 b/lib/lwres/man/lwres_buffer_getuint8.3 index 8745264265..c73a19f48a 100644 --- a/lib/lwres/man/lwres_buffer_getuint8.3 +++ b/lib/lwres/man/lwres_buffer_getuint8.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_getuint8.3,v 1.4 2000/11/18 02:59:25 bwelling Exp $ +.\" $Id: lwres_buffer_getuint8.3,v 1.5 2001/01/09 21:49:04 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_init.3 b/lib/lwres/man/lwres_buffer_init.3 index 53ca2a623a..6bda89c911 100644 --- a/lib/lwres/man/lwres_buffer_init.3 +++ b/lib/lwres/man/lwres_buffer_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_init.3,v 1.4 2000/11/18 02:59:26 bwelling Exp $ +.\" $Id: lwres_buffer_init.3,v 1.5 2001/01/09 21:49:05 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_invalidate.3 b/lib/lwres/man/lwres_buffer_invalidate.3 index b69a0dd274..183cf586a9 100644 --- a/lib/lwres/man/lwres_buffer_invalidate.3 +++ b/lib/lwres/man/lwres_buffer_invalidate.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_invalidate.3,v 1.4 2000/11/18 02:59:28 bwelling Exp $ +.\" $Id: lwres_buffer_invalidate.3,v 1.5 2001/01/09 21:49:06 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_putmem.3 b/lib/lwres/man/lwres_buffer_putmem.3 index 8dc58b8a74..ce1e121c4c 100644 --- a/lib/lwres/man/lwres_buffer_putmem.3 +++ b/lib/lwres/man/lwres_buffer_putmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putmem.3,v 1.4 2000/11/18 02:59:29 bwelling Exp $ +.\" $Id: lwres_buffer_putmem.3,v 1.5 2001/01/09 21:49:07 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_putuint16.3 b/lib/lwres/man/lwres_buffer_putuint16.3 index ca2bf21c91..896245ed20 100644 --- a/lib/lwres/man/lwres_buffer_putuint16.3 +++ b/lib/lwres/man/lwres_buffer_putuint16.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint16.3,v 1.4 2000/11/18 02:59:30 bwelling Exp $ +.\" $Id: lwres_buffer_putuint16.3,v 1.5 2001/01/09 21:49:08 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_putuint32.3 b/lib/lwres/man/lwres_buffer_putuint32.3 index a93dc7a943..38243aa9f8 100644 --- a/lib/lwres/man/lwres_buffer_putuint32.3 +++ b/lib/lwres/man/lwres_buffer_putuint32.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint32.3,v 1.4 2000/11/18 02:59:31 bwelling Exp $ +.\" $Id: lwres_buffer_putuint32.3,v 1.5 2001/01/09 21:49:09 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_putuint8.3 b/lib/lwres/man/lwres_buffer_putuint8.3 index 5ffbb8bcb6..e2140a547b 100644 --- a/lib/lwres/man/lwres_buffer_putuint8.3 +++ b/lib/lwres/man/lwres_buffer_putuint8.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_putuint8.3,v 1.4 2000/11/18 02:59:32 bwelling Exp $ +.\" $Id: lwres_buffer_putuint8.3,v 1.5 2001/01/09 21:49:10 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_buffer_subtract.3 b/lib/lwres/man/lwres_buffer_subtract.3 index 2647fa4fea..6b11b894b6 100644 --- a/lib/lwres/man/lwres_buffer_subtract.3 +++ b/lib/lwres/man/lwres_buffer_subtract.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_buffer_subtract.3,v 1.4 2000/11/18 02:59:33 bwelling Exp $ +.\" $Id: lwres_buffer_subtract.3,v 1.5 2001/01/09 21:49:12 bwelling Exp $ .so lwres_buffer.3 diff --git a/lib/lwres/man/lwres_conf_clear.3 b/lib/lwres/man/lwres_conf_clear.3 index 559631b0ab..f166fb6cdf 100644 --- a/lib/lwres/man/lwres_conf_clear.3 +++ b/lib/lwres/man/lwres_conf_clear.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_clear.3,v 1.4 2000/11/18 02:59:34 bwelling Exp $ +.\" $Id: lwres_conf_clear.3,v 1.5 2001/01/09 21:49:13 bwelling Exp $ .so lwres_config.3 diff --git a/lib/lwres/man/lwres_conf_get.3 b/lib/lwres/man/lwres_conf_get.3 index 48bb23566e..07a617be9a 100644 --- a/lib/lwres/man/lwres_conf_get.3 +++ b/lib/lwres/man/lwres_conf_get.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_get.3,v 1.4 2000/11/18 02:59:35 bwelling Exp $ +.\" $Id: lwres_conf_get.3,v 1.5 2001/01/09 21:49:14 bwelling Exp $ .so lwres_config.3 diff --git a/lib/lwres/man/lwres_conf_init.3 b/lib/lwres/man/lwres_conf_init.3 index 258940e4be..d4b22fefea 100644 --- a/lib/lwres/man/lwres_conf_init.3 +++ b/lib/lwres/man/lwres_conf_init.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_init.3,v 1.4 2000/11/18 02:59:37 bwelling Exp $ +.\" $Id: lwres_conf_init.3,v 1.5 2001/01/09 21:49:15 bwelling Exp $ .so lwres_config.3 diff --git a/lib/lwres/man/lwres_conf_parse.3 b/lib/lwres/man/lwres_conf_parse.3 index 5a8a4ae00d..c38c490f77 100644 --- a/lib/lwres/man/lwres_conf_parse.3 +++ b/lib/lwres/man/lwres_conf_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_parse.3,v 1.4 2000/11/18 02:59:38 bwelling Exp $ +.\" $Id: lwres_conf_parse.3,v 1.5 2001/01/09 21:49:16 bwelling Exp $ .so lwres_config.3 diff --git a/lib/lwres/man/lwres_conf_print.3 b/lib/lwres/man/lwres_conf_print.3 index 0586f2874a..abe5a29bb2 100644 --- a/lib/lwres/man/lwres_conf_print.3 +++ b/lib/lwres/man/lwres_conf_print.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_conf_print.3,v 1.4 2000/11/18 02:59:39 bwelling Exp $ +.\" $Id: lwres_conf_print.3,v 1.5 2001/01/09 21:49:17 bwelling Exp $ .so lwres_config.3 diff --git a/lib/lwres/man/lwres_config.3 b/lib/lwres/man/lwres_config.3 index 9eeb3784c6..aa3095b8d7 100644 --- a/lib/lwres/man/lwres_config.3 +++ b/lib/lwres/man/lwres_config.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_config.3,v 1.5 2000/12/04 18:37:37 gson Exp $ +.\" $Id: lwres_config.3,v 1.6 2001/01/09 21:49:18 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_CONFIG 3 diff --git a/lib/lwres/man/lwres_context.3 b/lib/lwres/man/lwres_context.3 index 361c5e524a..93dea3d75f 100644 --- a/lib/lwres/man/lwres_context.3 +++ b/lib/lwres/man/lwres_context.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context.3,v 1.5 2000/11/18 02:59:42 bwelling Exp $ +.\" $Id: lwres_context.3,v 1.6 2001/01/09 21:49:19 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_CONTEXT 3 diff --git a/lib/lwres/man/lwres_context_allocmem.3 b/lib/lwres/man/lwres_context_allocmem.3 index 440704e43f..4825679898 100644 --- a/lib/lwres/man/lwres_context_allocmem.3 +++ b/lib/lwres/man/lwres_context_allocmem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_allocmem.3,v 1.4 2000/11/18 02:59:43 bwelling Exp $ +.\" $Id: lwres_context_allocmem.3,v 1.5 2001/01/09 21:49:20 bwelling Exp $ .so lwres_context.3 diff --git a/lib/lwres/man/lwres_context_create.3 b/lib/lwres/man/lwres_context_create.3 index a2ed9e6689..aeb14a1962 100644 --- a/lib/lwres/man/lwres_context_create.3 +++ b/lib/lwres/man/lwres_context_create.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_create.3,v 1.4 2000/11/18 02:59:44 bwelling Exp $ +.\" $Id: lwres_context_create.3,v 1.5 2001/01/09 21:49:22 bwelling Exp $ .so lwres_context.3 diff --git a/lib/lwres/man/lwres_context_destroy.3 b/lib/lwres/man/lwres_context_destroy.3 index 6f83d7e7a7..85a62932e7 100644 --- a/lib/lwres/man/lwres_context_destroy.3 +++ b/lib/lwres/man/lwres_context_destroy.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_destroy.3,v 1.4 2000/11/18 02:59:45 bwelling Exp $ +.\" $Id: lwres_context_destroy.3,v 1.5 2001/01/09 21:49:23 bwelling Exp $ .so lwres_context.3 diff --git a/lib/lwres/man/lwres_context_freemem.3 b/lib/lwres/man/lwres_context_freemem.3 index 5afdbbb531..eb9e04ae78 100644 --- a/lib/lwres/man/lwres_context_freemem.3 +++ b/lib/lwres/man/lwres_context_freemem.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_freemem.3,v 1.4 2000/11/18 02:59:46 bwelling Exp $ +.\" $Id: lwres_context_freemem.3,v 1.5 2001/01/09 21:49:24 bwelling Exp $ .so lwres_context.3 diff --git a/lib/lwres/man/lwres_context_initserial.3 b/lib/lwres/man/lwres_context_initserial.3 index f67928753a..91eb667ddf 100644 --- a/lib/lwres/man/lwres_context_initserial.3 +++ b/lib/lwres/man/lwres_context_initserial.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_initserial.3,v 1.4 2000/11/18 02:59:47 bwelling Exp $ +.\" $Id: lwres_context_initserial.3,v 1.5 2001/01/09 21:49:25 bwelling Exp $ .so lwres_context.3 diff --git a/lib/lwres/man/lwres_context_nextserial.3 b/lib/lwres/man/lwres_context_nextserial.3 index a62b02b742..4940642c82 100644 --- a/lib/lwres/man/lwres_context_nextserial.3 +++ b/lib/lwres/man/lwres_context_nextserial.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_nextserial.3,v 1.4 2000/11/18 02:59:48 bwelling Exp $ +.\" $Id: lwres_context_nextserial.3,v 1.5 2001/01/09 21:49:26 bwelling Exp $ .so lwres_context.3 diff --git a/lib/lwres/man/lwres_context_sendrecv.3 b/lib/lwres/man/lwres_context_sendrecv.3 index 23904a2fb1..0afcf425eb 100644 --- a/lib/lwres/man/lwres_context_sendrecv.3 +++ b/lib/lwres/man/lwres_context_sendrecv.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_context_sendrecv.3,v 1.4 2000/11/18 02:59:49 bwelling Exp $ +.\" $Id: lwres_context_sendrecv.3,v 1.5 2001/01/09 21:49:27 bwelling Exp $ .so lwres_context.3 diff --git a/lib/lwres/man/lwres_endhostent.3 b/lib/lwres/man/lwres_endhostent.3 index b70ae5da55..70f409706a 100644 --- a/lib/lwres/man/lwres_endhostent.3 +++ b/lib/lwres/man/lwres_endhostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_endhostent.3,v 1.4 2000/11/18 02:59:51 bwelling Exp $ +.\" $Id: lwres_endhostent.3,v 1.5 2001/01/09 21:49:28 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_endhostent_r.3 b/lib/lwres/man/lwres_endhostent_r.3 index 099fded7ea..2420d0f540 100644 --- a/lib/lwres/man/lwres_endhostent_r.3 +++ b/lib/lwres/man/lwres_endhostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_endhostent_r.3,v 1.4 2000/11/18 02:59:52 bwelling Exp $ +.\" $Id: lwres_endhostent_r.3,v 1.5 2001/01/09 21:49:29 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_freeaddrinfo.3 b/lib/lwres/man/lwres_freeaddrinfo.3 index 70245ad1f0..68cc68c037 100644 --- a/lib/lwres/man/lwres_freeaddrinfo.3 +++ b/lib/lwres/man/lwres_freeaddrinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_freeaddrinfo.3,v 1.4 2000/11/18 02:59:54 bwelling Exp $ +.\" $Id: lwres_freeaddrinfo.3,v 1.5 2001/01/09 21:49:30 bwelling Exp $ .so lwres_getaddrinfo.3 diff --git a/lib/lwres/man/lwres_freehostent.3 b/lib/lwres/man/lwres_freehostent.3 index 84d6797bd9..74caae2138 100644 --- a/lib/lwres/man/lwres_freehostent.3 +++ b/lib/lwres/man/lwres_freehostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_freehostent.3,v 1.4 2000/11/18 02:59:55 bwelling Exp $ +.\" $Id: lwres_freehostent.3,v 1.5 2001/01/09 21:49:32 bwelling Exp $ .so lwres_getipnode.3 diff --git a/lib/lwres/man/lwres_gabn.3 b/lib/lwres/man/lwres_gabn.3 index c58d418ea5..960a7490c8 100644 --- a/lib/lwres/man/lwres_gabn.3 +++ b/lib/lwres/man/lwres_gabn.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabn.3,v 1.5 2000/11/18 02:59:56 bwelling Exp $ +.\" $Id: lwres_gabn.3,v 1.6 2001/01/09 21:49:33 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GABN 3 diff --git a/lib/lwres/man/lwres_gabnrequest_free.3 b/lib/lwres/man/lwres_gabnrequest_free.3 index 5664564cd5..c305365d7c 100644 --- a/lib/lwres/man/lwres_gabnrequest_free.3 +++ b/lib/lwres/man/lwres_gabnrequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_free.3,v 1.4 2000/11/18 02:59:57 bwelling Exp $ +.\" $Id: lwres_gabnrequest_free.3,v 1.5 2001/01/09 21:49:34 bwelling Exp $ .so lwres_gabn.3 diff --git a/lib/lwres/man/lwres_gabnrequest_parse.3 b/lib/lwres/man/lwres_gabnrequest_parse.3 index 70f953f1ca..5198302e79 100644 --- a/lib/lwres/man/lwres_gabnrequest_parse.3 +++ b/lib/lwres/man/lwres_gabnrequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_parse.3,v 1.4 2000/11/18 02:59:58 bwelling Exp $ +.\" $Id: lwres_gabnrequest_parse.3,v 1.5 2001/01/09 21:49:35 bwelling Exp $ .so lwres_gabn.3 diff --git a/lib/lwres/man/lwres_gabnrequest_render.3 b/lib/lwres/man/lwres_gabnrequest_render.3 index db878a9224..408a6caa16 100644 --- a/lib/lwres/man/lwres_gabnrequest_render.3 +++ b/lib/lwres/man/lwres_gabnrequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnrequest_render.3,v 1.4 2000/11/18 03:00:00 bwelling Exp $ +.\" $Id: lwres_gabnrequest_render.3,v 1.5 2001/01/09 21:49:36 bwelling Exp $ .so lwres_gabn.3 diff --git a/lib/lwres/man/lwres_gabnresponse_free.3 b/lib/lwres/man/lwres_gabnresponse_free.3 index 683b63f22d..63c4358aaa 100644 --- a/lib/lwres/man/lwres_gabnresponse_free.3 +++ b/lib/lwres/man/lwres_gabnresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_free.3,v 1.4 2000/11/18 03:00:01 bwelling Exp $ +.\" $Id: lwres_gabnresponse_free.3,v 1.5 2001/01/09 21:49:37 bwelling Exp $ .so lwres_gabn.3 diff --git a/lib/lwres/man/lwres_gabnresponse_parse.3 b/lib/lwres/man/lwres_gabnresponse_parse.3 index e71760d2cb..1f5376fbe4 100644 --- a/lib/lwres/man/lwres_gabnresponse_parse.3 +++ b/lib/lwres/man/lwres_gabnresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_parse.3,v 1.4 2000/11/18 03:00:02 bwelling Exp $ +.\" $Id: lwres_gabnresponse_parse.3,v 1.5 2001/01/09 21:49:38 bwelling Exp $ .so lwres_gabn.3 diff --git a/lib/lwres/man/lwres_gabnresponse_render.3 b/lib/lwres/man/lwres_gabnresponse_render.3 index 9f3e57657a..448aa4ca23 100644 --- a/lib/lwres/man/lwres_gabnresponse_render.3 +++ b/lib/lwres/man/lwres_gabnresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gabnresponse_render.3,v 1.4 2000/11/18 03:00:03 bwelling Exp $ +.\" $Id: lwres_gabnresponse_render.3,v 1.5 2001/01/09 21:49:39 bwelling Exp $ .so lwres_gabn.3 diff --git a/lib/lwres/man/lwres_gai_strerror.3 b/lib/lwres/man/lwres_gai_strerror.3 index 9d54377bff..32c6f4efe6 100644 --- a/lib/lwres/man/lwres_gai_strerror.3 +++ b/lib/lwres/man/lwres_gai_strerror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gai_strerror.3,v 1.5 2000/11/18 03:00:05 bwelling Exp $ +.\" $Id: lwres_gai_strerror.3,v 1.6 2001/01/09 21:49:40 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GAI_STRERROR 3 diff --git a/lib/lwres/man/lwres_getaddrinfo.3 b/lib/lwres/man/lwres_getaddrinfo.3 index 090d922e60..338a093b84 100644 --- a/lib/lwres/man/lwres_getaddrinfo.3 +++ b/lib/lwres/man/lwres_getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getaddrinfo.3,v 1.7 2000/11/18 03:00:08 bwelling Exp $ +.\" $Id: lwres_getaddrinfo.3,v 1.8 2001/01/09 21:49:41 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETADDRINFO 3 diff --git a/lib/lwres/man/lwres_getaddrsbyname.3 b/lib/lwres/man/lwres_getaddrsbyname.3 index 6fba97807d..61a38a1ebb 100644 --- a/lib/lwres/man/lwres_getaddrsbyname.3 +++ b/lib/lwres/man/lwres_getaddrsbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getaddrsbyname.3,v 1.4 2000/11/18 03:00:10 bwelling Exp $ +.\" $Id: lwres_getaddrsbyname.3,v 1.5 2001/01/09 21:49:42 bwelling Exp $ .so lwres_resutil.3 diff --git a/lib/lwres/man/lwres_gethostbyaddr.3 b/lib/lwres/man/lwres_gethostbyaddr.3 index 36e4ac8f52..b71fd52962 100644 --- a/lib/lwres/man/lwres_gethostbyaddr.3 +++ b/lib/lwres/man/lwres_gethostbyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyaddr.3,v 1.4 2000/11/18 03:00:12 bwelling Exp $ +.\" $Id: lwres_gethostbyaddr.3,v 1.5 2001/01/09 21:49:43 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_gethostbyaddr_r.3 b/lib/lwres/man/lwres_gethostbyaddr_r.3 index a0af779051..5d7a02803a 100644 --- a/lib/lwres/man/lwres_gethostbyaddr_r.3 +++ b/lib/lwres/man/lwres_gethostbyaddr_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyaddr_r.3,v 1.4 2000/11/18 03:00:15 bwelling Exp $ +.\" $Id: lwres_gethostbyaddr_r.3,v 1.5 2001/01/09 21:49:45 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_gethostbyname.3 b/lib/lwres/man/lwres_gethostbyname.3 index d4f07df622..b917436ffa 100644 --- a/lib/lwres/man/lwres_gethostbyname.3 +++ b/lib/lwres/man/lwres_gethostbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname.3,v 1.4 2000/11/18 03:00:17 bwelling Exp $ +.\" $Id: lwres_gethostbyname.3,v 1.5 2001/01/09 21:49:46 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_gethostbyname2.3 b/lib/lwres/man/lwres_gethostbyname2.3 index afbf8a647c..a7690c7314 100644 --- a/lib/lwres/man/lwres_gethostbyname2.3 +++ b/lib/lwres/man/lwres_gethostbyname2.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname2.3,v 1.4 2000/11/18 03:00:19 bwelling Exp $ +.\" $Id: lwres_gethostbyname2.3,v 1.5 2001/01/09 21:49:47 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_gethostbyname_r.3 b/lib/lwres/man/lwres_gethostbyname_r.3 index faa4c14d4f..f2fe7112f4 100644 --- a/lib/lwres/man/lwres_gethostbyname_r.3 +++ b/lib/lwres/man/lwres_gethostbyname_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostbyname_r.3,v 1.4 2000/11/18 03:00:20 bwelling Exp $ +.\" $Id: lwres_gethostbyname_r.3,v 1.5 2001/01/09 21:49:48 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_gethostent.3 b/lib/lwres/man/lwres_gethostent.3 index 985f7fe221..26e242fb43 100644 --- a/lib/lwres/man/lwres_gethostent.3 +++ b/lib/lwres/man/lwres_gethostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostent.3,v 1.6 2000/12/04 18:37:38 gson Exp $ +.\" $Id: lwres_gethostent.3,v 1.7 2001/01/09 21:49:49 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETHOSTENT 3 diff --git a/lib/lwres/man/lwres_gethostent_r.3 b/lib/lwres/man/lwres_gethostent_r.3 index d64587cbe8..dd7afbc348 100644 --- a/lib/lwres/man/lwres_gethostent_r.3 +++ b/lib/lwres/man/lwres_gethostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gethostent_r.3,v 1.4 2000/11/18 03:00:22 bwelling Exp $ +.\" $Id: lwres_gethostent_r.3,v 1.5 2001/01/09 21:49:50 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_getipnode.3 b/lib/lwres/man/lwres_getipnode.3 index fde2479d35..5da6d74cd2 100644 --- a/lib/lwres/man/lwres_getipnode.3 +++ b/lib/lwres/man/lwres_getipnode.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnode.3,v 1.5 2000/11/18 03:00:23 bwelling Exp $ +.\" $Id: lwres_getipnode.3,v 1.6 2001/01/09 21:49:51 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETIPNODE 3 diff --git a/lib/lwres/man/lwres_getipnodebyaddr.3 b/lib/lwres/man/lwres_getipnodebyaddr.3 index 975c3f3794..7e1cc96600 100644 --- a/lib/lwres/man/lwres_getipnodebyaddr.3 +++ b/lib/lwres/man/lwres_getipnodebyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnodebyaddr.3,v 1.4 2000/11/18 03:00:25 bwelling Exp $ +.\" $Id: lwres_getipnodebyaddr.3,v 1.5 2001/01/09 21:49:52 bwelling Exp $ .so lwres_getipnode.3 diff --git a/lib/lwres/man/lwres_getipnodebyname.3 b/lib/lwres/man/lwres_getipnodebyname.3 index d4cbb271e5..2a4e8d8176 100644 --- a/lib/lwres/man/lwres_getipnodebyname.3 +++ b/lib/lwres/man/lwres_getipnodebyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getipnodebyname.3,v 1.4 2000/11/18 03:00:26 bwelling Exp $ +.\" $Id: lwres_getipnodebyname.3,v 1.5 2001/01/09 21:49:53 bwelling Exp $ .so lwres_getipnode.3 diff --git a/lib/lwres/man/lwres_getnamebyaddr.3 b/lib/lwres/man/lwres_getnamebyaddr.3 index a52aacb5ec..672a4322f2 100644 --- a/lib/lwres/man/lwres_getnamebyaddr.3 +++ b/lib/lwres/man/lwres_getnamebyaddr.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getnamebyaddr.3,v 1.4 2000/11/18 03:00:27 bwelling Exp $ +.\" $Id: lwres_getnamebyaddr.3,v 1.5 2001/01/09 21:49:54 bwelling Exp $ .so lwres_resutil.3 diff --git a/lib/lwres/man/lwres_getnameinfo.3 b/lib/lwres/man/lwres_getnameinfo.3 index 02342f6bb5..cff5d43cc4 100644 --- a/lib/lwres/man/lwres_getnameinfo.3 +++ b/lib/lwres/man/lwres_getnameinfo.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getnameinfo.3,v 1.7 2000/12/04 18:37:39 gson Exp $ +.\" $Id: lwres_getnameinfo.3,v 1.8 2001/01/09 21:49:56 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GETNAMEINFO 3 diff --git a/lib/lwres/man/lwres_getrrsetbyname.3 b/lib/lwres/man/lwres_getrrsetbyname.3 index e1670b0674..b65b8fcf7a 100644 --- a/lib/lwres/man/lwres_getrrsetbyname.3 +++ b/lib/lwres/man/lwres_getrrsetbyname.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_getrrsetbyname.3,v 1.3 2000/11/29 22:55:11 gson Exp $ +.\" $Id: lwres_getrrsetbyname.3,v 1.4 2001/01/09 21:49:57 bwelling Exp $ .Dd Oct 18, 2000 .Dt LWRES_GETRRSETBYNAME 3 diff --git a/lib/lwres/man/lwres_gnba.3 b/lib/lwres/man/lwres_gnba.3 index a86587b5a8..0662e311cf 100644 --- a/lib/lwres/man/lwres_gnba.3 +++ b/lib/lwres/man/lwres_gnba.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnba.3,v 1.5 2000/11/18 03:00:30 bwelling Exp $ +.\" $Id: lwres_gnba.3,v 1.6 2001/01/09 21:49:58 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_GNBA 3 diff --git a/lib/lwres/man/lwres_gnbarequest_free.3 b/lib/lwres/man/lwres_gnbarequest_free.3 index fc64030ecd..22c04f2b6d 100644 --- a/lib/lwres/man/lwres_gnbarequest_free.3 +++ b/lib/lwres/man/lwres_gnbarequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_free.3,v 1.4 2000/11/18 03:00:31 bwelling Exp $ +.\" $Id: lwres_gnbarequest_free.3,v 1.5 2001/01/09 21:49:59 bwelling Exp $ .so lwres_gnba.3 diff --git a/lib/lwres/man/lwres_gnbarequest_parse.3 b/lib/lwres/man/lwres_gnbarequest_parse.3 index 32f2a97457..49e7966b8f 100644 --- a/lib/lwres/man/lwres_gnbarequest_parse.3 +++ b/lib/lwres/man/lwres_gnbarequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_parse.3,v 1.4 2000/11/18 03:00:33 bwelling Exp $ +.\" $Id: lwres_gnbarequest_parse.3,v 1.5 2001/01/09 21:50:00 bwelling Exp $ .so lwres_gnba.3 diff --git a/lib/lwres/man/lwres_gnbarequest_render.3 b/lib/lwres/man/lwres_gnbarequest_render.3 index 0ba9b8b759..ef4c68b639 100644 --- a/lib/lwres/man/lwres_gnbarequest_render.3 +++ b/lib/lwres/man/lwres_gnbarequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbarequest_render.3,v 1.4 2000/11/18 03:00:34 bwelling Exp $ +.\" $Id: lwres_gnbarequest_render.3,v 1.5 2001/01/09 21:50:01 bwelling Exp $ .so lwres_gnba.3 diff --git a/lib/lwres/man/lwres_gnbaresponse_free.3 b/lib/lwres/man/lwres_gnbaresponse_free.3 index f2c09474a1..38f909248c 100644 --- a/lib/lwres/man/lwres_gnbaresponse_free.3 +++ b/lib/lwres/man/lwres_gnbaresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_free.3,v 1.4 2000/11/18 03:00:36 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_free.3,v 1.5 2001/01/09 21:50:02 bwelling Exp $ .so lwres_gnba.3 diff --git a/lib/lwres/man/lwres_gnbaresponse_parse.3 b/lib/lwres/man/lwres_gnbaresponse_parse.3 index c0d61e9d8a..c41a9a4b84 100644 --- a/lib/lwres/man/lwres_gnbaresponse_parse.3 +++ b/lib/lwres/man/lwres_gnbaresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_parse.3,v 1.4 2000/11/18 03:00:37 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_parse.3,v 1.5 2001/01/09 21:50:03 bwelling Exp $ .so lwres_gnba.3 diff --git a/lib/lwres/man/lwres_gnbaresponse_render.3 b/lib/lwres/man/lwres_gnbaresponse_render.3 index 7836544892..9b6bbec7d4 100644 --- a/lib/lwres/man/lwres_gnbaresponse_render.3 +++ b/lib/lwres/man/lwres_gnbaresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_gnbaresponse_render.3,v 1.4 2000/11/18 03:00:38 bwelling Exp $ +.\" $Id: lwres_gnbaresponse_render.3,v 1.5 2001/01/09 21:50:04 bwelling Exp $ .so lwres_gnba.3 diff --git a/lib/lwres/man/lwres_herror.3 b/lib/lwres/man/lwres_herror.3 index 2eb2dbd56f..84b5444d9c 100644 --- a/lib/lwres/man/lwres_herror.3 +++ b/lib/lwres/man/lwres_herror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_herror.3,v 1.4 2000/11/18 03:00:39 bwelling Exp $ +.\" $Id: lwres_herror.3,v 1.5 2001/01/09 21:50:06 bwelling Exp $ .so lwres_hstrerror.3 diff --git a/lib/lwres/man/lwres_hstrerror.3 b/lib/lwres/man/lwres_hstrerror.3 index ed7b9a2fa6..5ce1064381 100644 --- a/lib/lwres/man/lwres_hstrerror.3 +++ b/lib/lwres/man/lwres_hstrerror.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_hstrerror.3,v 1.5 2000/12/04 18:37:40 gson Exp $ +.\" $Id: lwres_hstrerror.3,v 1.6 2001/01/09 21:50:07 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_ERROR 3 diff --git a/lib/lwres/man/lwres_inetntop.3 b/lib/lwres/man/lwres_inetntop.3 index c10f19ab3a..5eb3386529 100644 --- a/lib/lwres/man/lwres_inetntop.3 +++ b/lib/lwres/man/lwres_inetntop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_inetntop.3,v 1.4 2000/11/18 03:00:43 bwelling Exp $ +.\" $Id: lwres_inetntop.3,v 1.5 2001/01/09 21:50:08 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_INETNTOP 3 diff --git a/lib/lwres/man/lwres_lwpacket_parseheader.3 b/lib/lwres/man/lwres_lwpacket_parseheader.3 index cd41ee6b48..3d18054b2e 100644 --- a/lib/lwres/man/lwres_lwpacket_parseheader.3 +++ b/lib/lwres/man/lwres_lwpacket_parseheader.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_lwpacket_parseheader.3,v 1.4 2000/11/18 03:00:44 bwelling Exp $ +.\" $Id: lwres_lwpacket_parseheader.3,v 1.5 2001/01/09 21:50:09 bwelling Exp $ .so lwres_packet.3 diff --git a/lib/lwres/man/lwres_lwpacket_renderheader.3 b/lib/lwres/man/lwres_lwpacket_renderheader.3 index 1b1cd33511..7bfab87ae0 100644 --- a/lib/lwres/man/lwres_lwpacket_renderheader.3 +++ b/lib/lwres/man/lwres_lwpacket_renderheader.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_lwpacket_renderheader.3,v 1.4 2000/11/18 03:00:45 bwelling Exp $ +.\" $Id: lwres_lwpacket_renderheader.3,v 1.5 2001/01/09 21:50:10 bwelling Exp $ .so lwres_packet.3 diff --git a/lib/lwres/man/lwres_net_ntop.3 b/lib/lwres/man/lwres_net_ntop.3 index 59b0fa5d4a..733872c35d 100644 --- a/lib/lwres/man/lwres_net_ntop.3 +++ b/lib/lwres/man/lwres_net_ntop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_net_ntop.3,v 1.4 2000/11/18 03:00:46 bwelling Exp $ +.\" $Id: lwres_net_ntop.3,v 1.5 2001/01/09 21:50:11 bwelling Exp $ .so lwres_inetntop.3 diff --git a/lib/lwres/man/lwres_noop.3 b/lib/lwres/man/lwres_noop.3 index e4fd5e5e38..2d6a1213c4 100644 --- a/lib/lwres/man/lwres_noop.3 +++ b/lib/lwres/man/lwres_noop.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noop.3,v 1.5 2000/11/18 03:00:47 bwelling Exp $ +.\" $Id: lwres_noop.3,v 1.6 2001/01/09 21:50:12 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_NOOP 3 diff --git a/lib/lwres/man/lwres_nooprequest_free.3 b/lib/lwres/man/lwres_nooprequest_free.3 index 821ab56f1f..c4b80643a3 100644 --- a/lib/lwres/man/lwres_nooprequest_free.3 +++ b/lib/lwres/man/lwres_nooprequest_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_free.3,v 1.4 2000/11/18 03:00:48 bwelling Exp $ +.\" $Id: lwres_nooprequest_free.3,v 1.5 2001/01/09 21:50:13 bwelling Exp $ .so lwres_noop.3 diff --git a/lib/lwres/man/lwres_nooprequest_parse.3 b/lib/lwres/man/lwres_nooprequest_parse.3 index 05606c10c6..de483e709c 100644 --- a/lib/lwres/man/lwres_nooprequest_parse.3 +++ b/lib/lwres/man/lwres_nooprequest_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_parse.3,v 1.4 2000/11/18 03:00:50 bwelling Exp $ +.\" $Id: lwres_nooprequest_parse.3,v 1.5 2001/01/09 21:50:14 bwelling Exp $ .so lwres_noop.3 diff --git a/lib/lwres/man/lwres_nooprequest_render.3 b/lib/lwres/man/lwres_nooprequest_render.3 index 394b90973f..3adf7f422a 100644 --- a/lib/lwres/man/lwres_nooprequest_render.3 +++ b/lib/lwres/man/lwres_nooprequest_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_nooprequest_render.3,v 1.4 2000/11/18 03:00:51 bwelling Exp $ +.\" $Id: lwres_nooprequest_render.3,v 1.5 2001/01/09 21:50:15 bwelling Exp $ .so lwres_noop.3 diff --git a/lib/lwres/man/lwres_noopresponse_free.3 b/lib/lwres/man/lwres_noopresponse_free.3 index 7114f96e8a..00a88814b7 100644 --- a/lib/lwres/man/lwres_noopresponse_free.3 +++ b/lib/lwres/man/lwres_noopresponse_free.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_free.3,v 1.4 2000/11/18 03:00:53 bwelling Exp $ +.\" $Id: lwres_noopresponse_free.3,v 1.5 2001/01/09 21:50:17 bwelling Exp $ .so lwres_noop.3 diff --git a/lib/lwres/man/lwres_noopresponse_parse.3 b/lib/lwres/man/lwres_noopresponse_parse.3 index ae078db968..f07977d1a9 100644 --- a/lib/lwres/man/lwres_noopresponse_parse.3 +++ b/lib/lwres/man/lwres_noopresponse_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_parse.3,v 1.4 2000/11/18 03:00:54 bwelling Exp $ +.\" $Id: lwres_noopresponse_parse.3,v 1.5 2001/01/09 21:50:18 bwelling Exp $ .so lwres_noop.3 diff --git a/lib/lwres/man/lwres_noopresponse_render.3 b/lib/lwres/man/lwres_noopresponse_render.3 index ee1d3bf559..700c2e5880 100644 --- a/lib/lwres/man/lwres_noopresponse_render.3 +++ b/lib/lwres/man/lwres_noopresponse_render.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_noopresponse_render.3,v 1.4 2000/11/18 03:00:55 bwelling Exp $ +.\" $Id: lwres_noopresponse_render.3,v 1.5 2001/01/09 21:50:19 bwelling Exp $ .so lwres_noop.3 diff --git a/lib/lwres/man/lwres_packet.3 b/lib/lwres/man/lwres_packet.3 index 035da6d388..8dec3dce5f 100644 --- a/lib/lwres/man/lwres_packet.3 +++ b/lib/lwres/man/lwres_packet.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_packet.3,v 1.5 2000/11/18 03:00:56 bwelling Exp $ +.\" $Id: lwres_packet.3,v 1.6 2001/01/09 21:50:20 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_PACKET 3 diff --git a/lib/lwres/man/lwres_resutil.3 b/lib/lwres/man/lwres_resutil.3 index d8ba526f17..1763dd2072 100644 --- a/lib/lwres/man/lwres_resutil.3 +++ b/lib/lwres/man/lwres_resutil.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_resutil.3,v 1.4 2000/11/18 03:00:57 bwelling Exp $ +.\" $Id: lwres_resutil.3,v 1.5 2001/01/09 21:50:21 bwelling Exp $ .Dd Jun 30, 2000 .Dt LWRES_RESUTIL 3 diff --git a/lib/lwres/man/lwres_sethostent.3 b/lib/lwres/man/lwres_sethostent.3 index 40fdd38c36..81736746c5 100644 --- a/lib/lwres/man/lwres_sethostent.3 +++ b/lib/lwres/man/lwres_sethostent.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_sethostent.3,v 1.4 2000/11/18 03:00:58 bwelling Exp $ +.\" $Id: lwres_sethostent.3,v 1.5 2001/01/09 21:50:22 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_sethostent_r.3 b/lib/lwres/man/lwres_sethostent_r.3 index 86583a6107..60c9b4e674 100644 --- a/lib/lwres/man/lwres_sethostent_r.3 +++ b/lib/lwres/man/lwres_sethostent_r.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_sethostent_r.3,v 1.4 2000/11/18 03:00:59 bwelling Exp $ +.\" $Id: lwres_sethostent_r.3,v 1.5 2001/01/09 21:50:23 bwelling Exp $ .so lwres_gethostent.3 diff --git a/lib/lwres/man/lwres_string_parse.3 b/lib/lwres/man/lwres_string_parse.3 index bece6a8af9..b6f90a57b3 100644 --- a/lib/lwres/man/lwres_string_parse.3 +++ b/lib/lwres/man/lwres_string_parse.3 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -13,6 +13,6 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: lwres_string_parse.3,v 1.4 2000/11/18 03:01:00 bwelling Exp $ +.\" $Id: lwres_string_parse.3,v 1.5 2001/01/09 21:50:24 bwelling Exp $ .so lwres_resutil.3 diff --git a/lib/lwres/man/resolver.5 b/lib/lwres/man/resolver.5 index 1df9cdca03..802c80334d 100644 --- a/lib/lwres/man/resolver.5 +++ b/lib/lwres/man/resolver.5 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000 Internet Software Consortium. +.\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" .\" 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 +13,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.\" $Id: resolver.5,v 1.2 2000/11/18 02:57:31 bwelling Exp $ +.\" $Id: resolver.5,v 1.3 2001/01/09 21:47:18 bwelling Exp $ .Dd Jun 30, 2000 .Dt RESOLVER 5 diff --git a/lib/lwres/version.c b/lib/lwres/version.c index 0369425c41..b2dde90b2c 100644 --- a/lib/lwres/version.c +++ b/lib/lwres/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.5 2000/08/01 01:32:30 tale Exp $ */ +/* $Id: version.c,v 1.6 2001/01/09 21:59:35 bwelling Exp $ */ char lwres_version[] = VERSION; diff --git a/lib/omapi/Makefile.in b/lib/omapi/Makefile.in index b1f14f6737..d8015a547b 100644 --- a/lib/omapi/Makefile.in +++ b/lib/omapi/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.15 2000/09/20 19:06:13 gson Exp $ +# $Id: Makefile.in,v 1.16 2001/01/09 21:59:53 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/omapi/auth.c b/lib/omapi/auth.c index fb58f4985d..1be673fc13 100644 --- a/lib/omapi/auth.c +++ b/lib/omapi/auth.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: auth.c,v 1.14 2000/09/12 09:59:28 bwelling Exp $ */ +/* $Id: auth.c,v 1.15 2001/01/09 21:59:54 bwelling Exp $ */ /* Principal Author: DCL */ diff --git a/lib/omapi/connection.c b/lib/omapi/connection.c index 1cd2b97824..0ce09a9ff6 100644 --- a/lib/omapi/connection.c +++ b/lib/omapi/connection.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: connection.c,v 1.36 2000/11/29 00:10:29 gson Exp $ */ +/* $Id: connection.c,v 1.37 2001/01/09 21:59:55 bwelling Exp $ */ /* Principal Author: DCL */ diff --git a/lib/omapi/data.c b/lib/omapi/data.c index f6c697e095..762773fbf7 100644 --- a/lib/omapi/data.c +++ b/lib/omapi/data.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: data.c,v 1.18 2000/10/11 21:19:00 marka Exp $ */ +/* $Id: data.c,v 1.19 2001/01/09 21:59:56 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/generic.c b/lib/omapi/generic.c index b60e349892..9764063781 100644 --- a/lib/omapi/generic.c +++ b/lib/omapi/generic.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: generic.c,v 1.17 2000/08/01 01:32:51 tale Exp $ */ +/* $Id: generic.c,v 1.18 2001/01/09 21:59:57 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/handle.c b/lib/omapi/handle.c index d17ebd3884..a4f3299102 100644 --- a/lib/omapi/handle.c +++ b/lib/omapi/handle.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: handle.c,v 1.17 2000/08/26 01:42:33 bwelling Exp $ */ +/* $Id: handle.c,v 1.18 2001/01/09 21:59:58 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/include/Makefile.in b/lib/omapi/include/Makefile.in index fa5707e0fa..5510d9a570 100644 --- a/lib/omapi/include/Makefile.in +++ b/lib/omapi/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:33:04 tale Exp $ +# $Id: Makefile.in,v 1.6 2001/01/09 22:00:22 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/omapi/include/omapi/Makefile.in b/lib/omapi/include/omapi/Makefile.in index 97e6aa4382..888eca9ee0 100644 --- a/lib/omapi/include/omapi/Makefile.in +++ b/lib/omapi/include/omapi/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.10 2000/09/20 19:06:14 gson Exp $ +# $Id: Makefile.in,v 1.11 2001/01/09 22:00:24 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/omapi/include/omapi/compatibility.h b/lib/omapi/include/omapi/compatibility.h index b3ae23cf51..de917a21f0 100644 --- a/lib/omapi/include/omapi/compatibility.h +++ b/lib/omapi/include/omapi/compatibility.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 Internet Software Consortium. + * Copyright (C) 2000, 2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: compatibility.h,v 1.6 2000/08/01 01:33:07 tale Exp $ */ +/* $Id: compatibility.h,v 1.7 2001/01/09 22:00:25 bwelling Exp $ */ #ifndef OMAPI_COMPATIBILITY_H #define OMAPI_COMPATIBILITY_H 1 diff --git a/lib/omapi/include/omapi/lib.h b/lib/omapi/include/omapi/lib.h index 44b03eb534..6c06cf6ca8 100644 --- a/lib/omapi/include/omapi/lib.h +++ b/lib/omapi/include/omapi/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.h,v 1.5 2000/08/01 01:33:08 tale Exp $ */ +/* $Id: lib.h,v 1.6 2001/01/09 22:00:26 bwelling Exp $ */ #ifndef OMAPI_LIB_H #define OMAPI_LIB_H 1 diff --git a/lib/omapi/include/omapi/omapi.h b/lib/omapi/include/omapi/omapi.h index 282c6fe1d3..c651f0a1e0 100644 --- a/lib/omapi/include/omapi/omapi.h +++ b/lib/omapi/include/omapi/omapi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: omapi.h,v 1.17 2000/08/01 01:33:09 tale Exp $ */ +/* $Id: omapi.h,v 1.18 2001/01/09 22:00:27 bwelling Exp $ */ /* * Definitions for the object management API and protocol. diff --git a/lib/omapi/include/omapi/private.h b/lib/omapi/include/omapi/private.h index 10dcc58df1..da3e8206f3 100644 --- a/lib/omapi/include/omapi/private.h +++ b/lib/omapi/include/omapi/private.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: private.h,v 1.25 2000/08/26 01:56:46 bwelling Exp $ */ +/* $Id: private.h,v 1.26 2001/01/09 22:00:28 bwelling Exp $ */ /***** ***** Private master include file for the OMAPI library. diff --git a/lib/omapi/include/omapi/result.h b/lib/omapi/include/omapi/result.h index be70e574a6..56c8fd6fbd 100644 --- a/lib/omapi/include/omapi/result.h +++ b/lib/omapi/include/omapi/result.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.h,v 1.7 2000/08/01 01:33:11 tale Exp $ */ +/* $Id: result.h,v 1.8 2001/01/09 22:00:30 bwelling Exp $ */ #ifndef OMAPI_RESULT_H #define OMAPI_RESULT_H 1 diff --git a/lib/omapi/include/omapi/types.h b/lib/omapi/include/omapi/types.h index 6a9dafa346..ca5faf4e2b 100644 --- a/lib/omapi/include/omapi/types.h +++ b/lib/omapi/include/omapi/types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: types.h,v 1.7 2000/08/01 01:33:12 tale Exp $ */ +/* $Id: types.h,v 1.8 2001/01/09 22:00:31 bwelling Exp $ */ #ifndef OMAPI_TYPES_H #define OMAPI_TYPES_H 1 diff --git a/lib/omapi/lib.c b/lib/omapi/lib.c index c036cbc38e..ddfb80fc7f 100644 --- a/lib/omapi/lib.c +++ b/lib/omapi/lib.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lib.c,v 1.13 2000/08/01 01:32:54 tale Exp $ */ +/* $Id: lib.c,v 1.14 2001/01/09 21:59:59 bwelling Exp $ */ #include diff --git a/lib/omapi/listener.c b/lib/omapi/listener.c index daf6fd7d2c..7573641d30 100644 --- a/lib/omapi/listener.c +++ b/lib/omapi/listener.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: listener.c,v 1.31 2000/10/20 13:29:37 marka Exp $ */ +/* $Id: listener.c,v 1.32 2001/01/09 22:00:01 bwelling Exp $ */ /* * Subroutines that support the generic listener object. diff --git a/lib/omapi/message.c b/lib/omapi/message.c index 7d455a43c4..de7cc28f79 100644 --- a/lib/omapi/message.c +++ b/lib/omapi/message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: message.c,v 1.28 2000/08/01 01:32:56 tale Exp $ */ +/* $Id: message.c,v 1.29 2001/01/09 22:00:02 bwelling Exp $ */ /* * Subroutines for dealing with message objects. diff --git a/lib/omapi/object.c b/lib/omapi/object.c index 9cd6080f2e..0031cb0902 100644 --- a/lib/omapi/object.c +++ b/lib/omapi/object.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: object.c,v 1.22 2000/08/01 01:32:57 tale Exp $ */ +/* $Id: object.c,v 1.23 2001/01/09 22:00:04 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/protocol.c b/lib/omapi/protocol.c index b0b5700fe4..079881601c 100644 --- a/lib/omapi/protocol.c +++ b/lib/omapi/protocol.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: protocol.c,v 1.32 2000/10/11 21:19:01 marka Exp $ */ +/* $Id: protocol.c,v 1.33 2001/01/09 22:00:07 bwelling Exp $ */ /* * Functions supporting the object management protocol. diff --git a/lib/omapi/result.c b/lib/omapi/result.c index 081dff984c..6f30997737 100644 --- a/lib/omapi/result.c +++ b/lib/omapi/result.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: result.c,v 1.10 2000/08/01 01:33:00 tale Exp $ */ +/* $Id: result.c,v 1.11 2001/01/09 22:00:10 bwelling Exp $ */ #include #include diff --git a/lib/omapi/string.c b/lib/omapi/string.c index 8f9bda83f5..eea8c2b318 100644 --- a/lib/omapi/string.c +++ b/lib/omapi/string.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: string.c,v 1.9 2000/08/01 01:33:01 tale Exp $ */ +/* $Id: string.c,v 1.10 2001/01/09 22:00:12 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/value.c b/lib/omapi/value.c index bd2d65b2a2..05eede971f 100644 --- a/lib/omapi/value.c +++ b/lib/omapi/value.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Internet Software Consortium. + * Copyright (C) 1996-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: value.c,v 1.10 2000/09/16 03:20:54 tale Exp $ */ +/* $Id: value.c,v 1.11 2001/01/09 22:00:15 bwelling Exp $ */ /* Principal Author: Ted Lemon */ diff --git a/lib/omapi/version.c b/lib/omapi/version.c index cbbcd41477..d225f6408d 100644 --- a/lib/omapi/version.c +++ b/lib/omapi/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: version.c,v 1.5 2000/08/01 01:33:03 tale Exp $ */ +/* $Id: version.c,v 1.6 2001/01/09 22:00:18 bwelling Exp $ */ char omapi_version[] = VERSION; diff --git a/lib/tests/Makefile.in b/lib/tests/Makefile.in index 5ab4ff308f..7a6da88a53 100644 --- a/lib/tests/Makefile.in +++ b/lib/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2000/08/01 01:33:13 tale Exp $ +# $Id: Makefile.in,v 1.14 2001/01/09 22:00:34 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/tests/include/Makefile.in b/lib/tests/include/Makefile.in index 2e7e81d966..04730ec276 100644 --- a/lib/tests/include/Makefile.in +++ b/lib/tests/include/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.7 2000/08/01 01:33:16 tale Exp $ +# $Id: Makefile.in,v 1.8 2001/01/09 22:00:37 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/tests/include/tests/Makefile.in b/lib/tests/include/tests/Makefile.in index ed0d1926e4..cc5aa7284f 100644 --- a/lib/tests/include/tests/Makefile.in +++ b/lib/tests/include/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.5 2000/08/01 01:33:17 tale Exp $ +# $Id: Makefile.in,v 1.6 2001/01/09 22:00:38 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/lib/tests/include/tests/t_api.h b/lib/tests/include/tests/t_api.h index 92ef1130cd..7e925c549d 100644 --- a/lib/tests/include/tests/t_api.h +++ b/lib/tests/include/tests/t_api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_api.h,v 1.12 2000/08/01 01:33:18 tale Exp $ */ +/* $Id: t_api.h,v 1.13 2001/01/09 22:00:40 bwelling Exp $ */ #ifndef TESTS_T_API_H #define TESTS_T_API_H 1 diff --git a/lib/tests/t_api.c b/lib/tests/t_api.c index ae0dbb8dc5..c24d492a81 100644 --- a/lib/tests/t_api.c +++ b/lib/tests/t_api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1999, 2000 Internet Software Consortium. + * Copyright (C) 1999-2001 Internet Software Consortium. * * 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 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_api.c,v 1.46 2000/12/29 00:54:22 bwelling Exp $ */ +/* $Id: t_api.c,v 1.47 2001/01/09 22:00:36 bwelling Exp $ */ #include diff --git a/make/Makefile.in b/make/Makefile.in index 923926d7c0..81a69bdb36 100644 --- a/make/Makefile.in +++ b/make/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.12 2000/08/01 01:33:19 tale Exp $ +# $Id: Makefile.in,v 1.13 2001/01/09 22:00:41 bwelling Exp $ srcdir = @srcdir@ VPATH = @srcdir@ diff --git a/make/includes.in b/make/includes.in index 8694ec7521..1c51672ccd 100644 --- a/make/includes.in +++ b/make/includes.in @@ -1,4 +1,4 @@ -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: includes.in,v 1.10 2000/08/29 18:24:01 bwelling Exp $ +# $Id: includes.in,v 1.11 2001/01/09 22:00:42 bwelling Exp $ # Search for machine-generated header files in the build tree, # and for normal headers in the source tree (${top_srcdir}). diff --git a/make/rules.in b/make/rules.in index 8a1bbbcaa5..2000baff3c 100644 --- a/make/rules.in +++ b/make/rules.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.25 2000/12/15 08:28:45 gson Exp $ +# $Id: rules.in,v 1.26 2001/01/09 22:00:44 bwelling Exp $ ### ### Common Makefile rules for BIND 9. diff --git a/util/altbuild.sh b/util/altbuild.sh index 616db325ed..073ed2b37b 100644 --- a/util/altbuild.sh +++ b/util/altbuild.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: altbuild.sh,v 1.6 2000/12/22 23:05:17 gson Exp $ +# $Id: altbuild.sh,v 1.7 2001/01/09 22:00:45 bwelling Exp $ # # "Alternative build" test. diff --git a/util/check-includes.pl b/util/check-includes.pl index e30017523a..c895f8cb73 100644 --- a/util/check-includes.pl +++ b/util/check-includes.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -ws # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: check-includes.pl,v 1.6 2000/08/01 01:33:24 tale Exp $ +# $Id: check-includes.pl,v 1.7 2001/01/09 22:00:46 bwelling Exp $ # Rudimentary, primarily for use by the developers. # This just evolved with no serious attempt at making it diff --git a/util/check-instincludes.sh b/util/check-instincludes.sh index efd10580b6..91008b3531 100644 --- a/util/check-instincludes.sh +++ b/util/check-instincludes.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: check-instincludes.sh,v 1.6 2000/08/01 01:33:25 tale Exp $ +# $Id: check-instincludes.sh,v 1.7 2001/01/09 22:00:47 bwelling Exp $ # # Check the installed bind9 header files to make sure that no header diff --git a/util/check-sources.pl b/util/check-sources.pl index f8a20ed557..b19c2f045d 100644 --- a/util/check-sources.pl +++ b/util/check-sources.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -ws # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: check-sources.pl,v 1.6 2000/08/01 01:33:26 tale Exp $ +# $Id: check-sources.pl,v 1.7 2001/01/09 22:00:49 bwelling Exp $ # Rudimentary, primarily for use by the developers. # This just evolved with no serious attempt at making it diff --git a/util/kit.sh b/util/kit.sh index 3e83fcac78..3438759c62 100644 --- a/util/kit.sh +++ b/util/kit.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: kit.sh,v 1.14 2000/12/21 19:42:53 gson Exp $ +# $Id: kit.sh,v 1.15 2001/01/09 22:00:50 bwelling Exp $ # Make a release kit # diff --git a/util/mdnbuildtest.sh b/util/mdnbuildtest.sh index 555d001d06..c05fbd4dc6 100644 --- a/util/mdnbuildtest.sh +++ b/util/mdnbuildtest.sh @@ -1,4 +1,21 @@ #! /bin/sh -ex +# +# Copyright (C) 2000, 2001 Internet Software Consortium. +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM +# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL +# INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING +# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, +# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION +# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +# $Id: mdnbuildtest.sh,v 1.2 2001/01/09 22:00:51 bwelling Exp $ # XXXDCL This is currently much too specific to the environment in which # it was written (NetBSD 1.5_alpha2 with libiconv in /usr/local/lib). It diff --git a/util/memleak.pl b/util/memleak.pl index 64d00b8fce..d434d1d294 100644 --- a/util/memleak.pl +++ b/util/memleak.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: memleak.pl,v 1.10 2000/09/13 01:58:02 marka Exp $ +# $Id: memleak.pl,v 1.11 2001/01/09 22:00:52 bwelling Exp $ # Massage the output from ISC_MEM_DEBUG to extract mem_get() calls # with no corresponding mem_put(). diff --git a/util/merge_copyrights b/util/merge_copyrights index 997b3eb9ad..b8d0d70c4c 100644 --- a/util/merge_copyrights +++ b/util/merge_copyrights @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: merge_copyrights,v 1.15 2000/08/01 01:33:30 tale Exp $ +# $Id: merge_copyrights,v 1.16 2001/01/09 22:00:53 bwelling Exp $ %file_types = (); %file_years = (); diff --git a/util/mkreslib.pl b/util/mkreslib.pl index 714fed8ec7..833b0779d1 100644 --- a/util/mkreslib.pl +++ b/util/mkreslib.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: mkreslib.pl,v 1.8 2000/09/01 01:06:23 gson Exp $ +# $Id: mkreslib.pl,v 1.9 2001/01/09 22:00:55 bwelling Exp $ # Build a res_* library distribution from the BIND 8 source diff --git a/util/nanny.pl b/util/nanny.pl index 380608581f..fdf7aa12ff 100644 --- a/util/nanny.pl +++ b/util/nanny.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: nanny.pl,v 1.6 2000/08/01 01:33:33 tale Exp $ +# $Id: nanny.pl,v 1.7 2001/01/09 22:00:56 bwelling Exp $ # A simple nanny to make sure named stays running. diff --git a/util/nt-kit b/util/nt-kit index d908368411..35094d2ad2 100644 --- a/util/nt-kit +++ b/util/nt-kit @@ -1,6 +1,6 @@ #! /bin/sh -ex # -# Copyright (C) 1999, 2000 Internet Software Consortium. +# Copyright (C) 1999-2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: nt-kit,v 1.5 2000/08/01 01:33:34 tale Exp $ +# $Id: nt-kit,v 1.6 2001/01/09 22:00:57 bwelling Exp $ # XXX no command line options at all. especially useful would be a way # to specify the target directory on the NT machine, since it is needed diff --git a/util/sanitize.pl b/util/sanitize.pl index b55156595f..c40786298a 100644 --- a/util/sanitize.pl +++ b/util/sanitize.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sanitize.pl,v 1.14 2000/12/02 04:13:34 gson Exp $ +# $Id: sanitize.pl,v 1.15 2001/01/09 22:00:58 bwelling Exp $ # Don't try and sanitize this file: NOMINUM_IGNORE diff --git a/util/sanitize_all.sh b/util/sanitize_all.sh index fdd1006843..f11b86c546 100755 --- a/util/sanitize_all.sh +++ b/util/sanitize_all.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: sanitize_all.sh,v 1.10 2000/12/02 04:13:35 gson Exp $ +# $Id: sanitize_all.sh,v 1.11 2001/01/09 22:01:01 bwelling Exp $ PERL=perl5 diff --git a/util/spacewhack.pl b/util/spacewhack.pl index 00a74cf663..d5ab7b9956 100644 --- a/util/spacewhack.pl +++ b/util/spacewhack.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: spacewhack.pl,v 1.2 2000/08/01 15:25:07 tale Exp $ +# $Id: spacewhack.pl,v 1.3 2001/01/09 22:01:02 bwelling Exp $ $0 =~ s%.*/%%; diff --git a/util/update-drafts.pl b/util/update-drafts.pl index 21428c0446..02746372a4 100644 --- a/util/update-drafts.pl +++ b/util/update-drafts.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 2000 Internet Software Consortium. +# Copyright (C) 2000, 2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: update-drafts.pl,v 1.3 2000/08/01 01:33:37 tale Exp $ +# $Id: update-drafts.pl,v 1.4 2001/01/09 22:01:03 bwelling Exp $ # # Replace internet drafts with updated versions, if any. diff --git a/util/update_copyrights b/util/update_copyrights index 2e5b903f79..25fc0cc3fb 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -1,6 +1,6 @@ #!/usr/local/bin/perl -w # -# Copyright (C) 1998-2000 Internet Software Consortium. +# Copyright (C) 1998-2001 Internet Software Consortium. # # 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 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: update_copyrights,v 1.21 2000/11/18 01:25:27 gson Exp $ +# $Id: update_copyrights,v 1.22 2001/01/09 22:01:04 bwelling Exp $ require 5.002;