From: ian Date: Sun, 17 Sep 2000 00:24:24 +0000 (+0000) Subject: Update copyright dates and documentation. X-Git-Tag: rel-adns-pre-1-0--1~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=bef232aebeabbef525faa7d7f5b08cf7a1427f95 Update copyright dates and documentation. --- diff --git a/INSTALL b/INSTALL index 1054264..4c0ae67 100644 --- a/INSTALL +++ b/INSTALL @@ -1,60 +1,69 @@ -INSTALLATION INSTRUCTIONS for ADNS +INSTALLATION INSTRUCTIONS for GNU ADNS 1. Read the security note below. 2. Standard GNU package build process: - $ ./configure + $ ./configure [--disable-dynamic] [--prefix=... ...] $ make # make install -Unfortunately, since this is a beta, there is no good documentation -yet. For now, use the comments in the public header file adns.h. +Unfortunately, there is no comprehensive documentation yet. For now, +use the comments in the public header file adns.h, and for the C +programs their usage messages. If you find this information +ambiguous, incomplete or wrong, please report it as a bug. -You will find that adns requires a reasonably standard and up to date -system. +TESTED PLATFORMS The following platforms have been tested at at least some point and should work - please report if they don't: [adns] OS - 1.0 Linux glibc 2.1 (actually tested on Debian 2.2). - - 1.0 Solaris 2.6, 2.7, 2.8 + 1.0 Linux glibc 2.1 (actually tested on Debian 2.2) + 1.0 Solaris 2.6, 2.7, 2.8 [3] 1.0 FreeBSD 3.2, 4.0 (no poll(2), so no adnsresfilter) -These appear to work, but only with --disable-dynamic: +The following work, but only with --disable-dynamic: 1.0 IRIX 6.5 *not* with GCC [1], [2] 1.0 AIX 4.1.5 1.0 HP-UX 10.20, 11.00 - Later versions of the same OS should work too. [adns] is the latest version of adns that has been tested. Usually entries in this table mean they pass adns's own regression test, when compiled with GCC, -and appear to install and run correctly. Notes/known problems: - [1] IRIX 6.5 inet_ntoa seems to break with GCC. - [2] Many spurious warnings from this platform's native compiler. +and appear to install and run correctly. + +Notes/known problems: + [1] IRIX 6.5 inet_ntoa seems to break with GCC. + [2] The SGI IRIX compiler produces many spurious warnings. + [3] Dynamically linked, needs some help to find libadns.so.0.1. The following platforms are known to be deficient and will not work: - Solaris 2.5 Lacks vsnprintf - install glibc ? - TruUnix64 (DEC UNIX 4.0f) Lacks vsnprintf - install glibc ? + Solaris 2.5 Lacks vsnprintf - install glibc ? + TruUnix64 (DEC UNIX 4.0f) Lacks vsnprintf - install glibc ? Please don't report these problems unless you have a nice, -straightforward solution or workaround for them. +straightforward solution or workaround for them. (I don't consider +including a `vsnprintf' implementation nice, so don't send me one.) + + +PORTABILITY INFORMATION + +You will find that adns requires a reasonably standard and up to date +system. Non-GNU, non-UNIX systems are not supported. -In particular, the build system assumes that you have ELF shared -libraries. If you don't then please don't send me patches to support -your kind of shared libraries, and don't send me patches to use -libtool. I'm not interested in supporting non-ELF shared libraries, -and I dislike libtool. If you do not have ELF shared libraries then -please use the --disable-shared configure option. +The build system assumes by default that you have ELF shared +libraries, and that the directory in which libadns.so.1 will be +installed is on your dynamic library search path. If your system +doesn't have ELF shared libraries then dynamic linking is not +supported by adns. Use the --disable-shared configure option. +Please don't send me patches to use libtool (which I dislike). The adnsresfilter utility uses `tsearch' from the C library (a la SVID -and X/Open). If your C library doesn't have tsearch you will find -that configure arranges for adnsresfilter not to be built. To rectify -this, install a C library containing tsearch, such as the GNU C -library. It is best if tsearch uses an automatically-balancing tree -algorithm, like the glibc version does. Simple binary trees may -perform badly. +and X/Open). If you don't have tsearch configure will arranges for +adnsresfilter not to be built. To fix this, install a C library +containing tsearch, such as the GNU C library. It is best if tsearch +uses an automatically-balancing tree algorithm, like the glibc version +does. Simple binary trees may perform badly. You will probably find that GNU Make is required. +Please do not report this as a bug; install GNU Make instead. SECURITY AND PERFORMANCE - AN IMPORTANT NOTE @@ -86,7 +95,7 @@ details for adns. It is adns is Copyright (C) 1997-2000 Ian Jackson - Copyright (C) 1999 Tony Finch [1] + Copyright (C) 1999-2000 Tony Finch [1] Copyright (C) 1991 Massachusetts Institute of Technology [2] adns is free software; you can redistribute it and/or modify it under @@ -104,8 +113,8 @@ along with adns as the file COPYING; if not, email me at the address above or write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -[1] Tony Finch holds the original copyright on - client/adnslogres.c and client/fanftest.c. +[1] Tony Finch holds the original copyright on client/adnslogres.c and + client/fanftest.c, and some modifications to those files. [2] MIT hold the original copyright on the included install-sh, which came via GNU autoconf. diff --git a/Makefile.in b/Makefile.in index 4bfb72f..9585831 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -66,9 +66,8 @@ dist: distprep check: all $(MAKE) -C regress check -README README-update: - lynx -dump -number_links -cfg=/dev/null \ - http://www.chiark.greenend.org.uk/~ian/adns/ >README.tmp +README: README.html + lynx -dump -number_links -cfg=/dev/null ./README.html >README.tmp mv -f README.tmp README TAGS info dvi: diff --git a/TODO b/TODO index 51caec3..60165a6 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,8 @@ WISHLIST: * `fake' forward queries (allow nnn.nnn.nnn.nnn -> A) * DNSSEC compatibility - be able to retreive KEY and SIG RRs * DNSSEC minimum functionality - ignore Additional when AD set. -* DNSSEC functionality - provide security ? -* Test cancellation in regression tests. * IPv6 name<->address translation - but which version ?? * IPv6 transport. +* Threadsafe version/mode. +* Caching in the library. +* SRV RRs. diff --git a/acconfig.h b/acconfig.h index aef702f..96f0889 100644 --- a/acconfig.h +++ b/acconfig.h @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/aclocal.m4 b/aclocal.m4 index d5f21c8..6c4099e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-1999 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # diff --git a/changelog b/changelog index b697575..05c91a8 100644 --- a/changelog +++ b/changelog @@ -5,11 +5,13 @@ adns (0.10) unstable; urgency=low * Actually compile shared libraries by default ! * Fix adnsresfilter usage message to include correct default timeout. - General Improvements: + General improvements: * adnshost, adnslogres, adnsresfilter have options for config override. * adnsresfilter has --debug option. * Improvements to adnslogres (incl. new -c option) from Tony Finch. - * Regression tests now include adnshost, adnslogres, adnsresfilter. + + Regression test improvements: + * Tests now include adnshost, adnslogres and adnsresfilter. * Test cancellation both before and after query completion. Portability fixes and cleanups: diff --git a/client/Makefile.in b/client/Makefile.in index f6971c7..7b25252 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/client/adh-main.c b/client/adh-main.c index 88d876a..193092a 100644 --- a/client/adh-main.c +++ b/client/adh-main.c @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adh-opts.c b/client/adh-opts.c index 4cc201a..fa5cceb 100644 --- a/client/adh-opts.c +++ b/client/adh-opts.c @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adh-query.c b/client/adh-query.c index edacb17..d17beab 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adnshost.h b/client/adnshost.h index b1e7c87..d88c2a1 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adnslogres.c b/client/adnslogres.c index c1a22c0..3aa7e0e 100644 --- a/client/adnslogres.c +++ b/client/adnslogres.c @@ -4,12 +4,12 @@ */ /* * This file is - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * Copyright (C) 1999-2000 Ian Jackson * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index 82aac84..3a3cacf 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adnstest.c b/client/adnstest.c index 3a5b4f1..e99f5a1 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/fanftest.c b/client/fanftest.c index ed256cf..add4c23 100644 --- a/client/fanftest.c +++ b/client/fanftest.c @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/configure.in b/configure.in index 10395c6..55b8128 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 6b170c1..8c5f810 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/Makefile.in b/regress/Makefile.in index 3a40a68..47a01bb 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/addcases b/regress/addcases index f514dd6..c5ecbe8 100755 --- a/regress/addcases +++ b/regress/addcases @@ -6,7 +6,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/checkall b/regress/checkall index e786f96..6657094 100755 --- a/regress/checkall +++ b/regress/checkall @@ -7,7 +7,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/harness.h.m4 b/regress/harness.h.m4 index 3988557..a25bd37 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -7,7 +7,7 @@ m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is m4_dnl Copyright (C) 1997-2000 Ian Jackson -m4_dnl Copyright (C) 1999 Tony Finch +m4_dnl Copyright (C) 1999-2000 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4 index 0fb5229..68127be 100644 --- a/regress/hcommon.c.m4 +++ b/regress/hcommon.c.m4 @@ -7,7 +7,7 @@ m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is m4_dnl Copyright (C) 1997-2000 Ian Jackson -m4_dnl Copyright (C) 1999 Tony Finch +m4_dnl Copyright (C) 1999-2000 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hplayback.c.m4 b/regress/hplayback.c.m4 index 4c8fb4d..3437293 100644 --- a/regress/hplayback.c.m4 +++ b/regress/hplayback.c.m4 @@ -7,7 +7,7 @@ m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is m4_dnl Copyright (C) 1997-2000 Ian Jackson -m4_dnl Copyright (C) 1999 Tony Finch +m4_dnl Copyright (C) 1999-2000 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4 index cb40eae..e5287a0 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -7,7 +7,7 @@ m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is m4_dnl Copyright (C) 1997-2000 Ian Jackson -m4_dnl Copyright (C) 1999 Tony Finch +m4_dnl Copyright (C) 1999-2000 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hredirect.h.m4 b/regress/hredirect.h.m4 index 8f7eeb9..49a36c3 100644 --- a/regress/hredirect.h.m4 +++ b/regress/hredirect.h.m4 @@ -7,7 +7,7 @@ m4_dnl Copyright (C) 2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is m4_dnl Copyright (C) 1997-2000 Ian Jackson -m4_dnl Copyright (C) 1999 Tony Finch +m4_dnl Copyright (C) 1999-2000 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hsyscalls.h.m4 b/regress/hsyscalls.h.m4 index b74627e..5b73680 100644 --- a/regress/hsyscalls.h.m4 +++ b/regress/hsyscalls.h.m4 @@ -7,7 +7,7 @@ m4_dnl Copyright (C) 2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is m4_dnl Copyright (C) 1997-2000 Ian Jackson -m4_dnl Copyright (C) 1999 Tony Finch +m4_dnl Copyright (C) 1999-2000 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hsyscalls.i4 b/regress/hsyscalls.i4 index 94725d8..d5a57b7 100644 --- a/regress/hsyscalls.i4 +++ b/regress/hsyscalls.i4 @@ -7,7 +7,7 @@ m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is m4_dnl Copyright (C) 1997-2000 Ian Jackson -m4_dnl Copyright (C) 1999 Tony Finch +m4_dnl Copyright (C) 1999-2000 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/m1test b/regress/m1test index f7a28f0..2ee0eeb 100755 --- a/regress/m1test +++ b/regress/m1test @@ -7,7 +7,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/r1test b/regress/r1test index 47b94b6..564efac 100755 --- a/regress/r1test +++ b/regress/r1test @@ -7,7 +7,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/settings.make.in b/settings.make.in index 8c19363..4385c25 100644 --- a/settings.make.in +++ b/settings.make.in @@ -6,7 +6,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Makefile.in b/src/Makefile.in index 2d77892..6967e8a 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/adns.h b/src/adns.h index 9478112..df1dede 100644 --- a/src/adns.h +++ b/src/adns.h @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,13 +22,13 @@ * GNU General Public License for more details. * * - * For the benefit of certain LGPL'd `omnibus' software which provides - * a uniform interface to various things including adns, I make the - * following additional licence. I do this because the GPL would - * otherwise force either the omnibus software to be GPL'd or for the - * adns-using part to be distributed separately. + * For the benefit of certain LGPL'd `omnibus' software which + * provides a uniform interface to various things including adns, I + * make the following additional licence. I do this because the GPL + * would otherwise force either the omnibus software to be GPL'd or + * the adns-using part to be distributed separately. * - * So, you may also redistribute and/or modify adns.h (but only the + * So: you may also redistribute and/or modify adns.h (but only the * public header file adns.h and not any other part of adns) under the * terms of the GNU Library General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at @@ -39,10 +39,10 @@ * applications where the whole distribution is not GPL'd, are still * likely to be in violation of the GPL. Anyone who wants to do this * should contact Ian Jackson. Please note that to avoid encouraging - * people to infringe the GPL as it applies the body of adns, Ian thinks - * that if you take advantage of the special exception to redistribute - * just adns.h under the LGPL, you should retain this paragraph in its - * place in the appropriate copyright statements. + * people to infringe the GPL as it applies to the body of adns, Ian + * thinks that if you take advantage of the special exception to + * redistribute just adns.h under the LGPL, you should retain this + * paragraph in its place in the appropriate copyright statements. * * * You should have received a copy of the GNU General Public License, diff --git a/src/adns.make b/src/adns.make index 936300d..14b70bd 100644 --- a/src/adns.make +++ b/src/adns.make @@ -5,7 +5,7 @@ # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/check.c b/src/check.c index aae65bf..7cca534 100644 --- a/src/check.c +++ b/src/check.c @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event.c b/src/event.c index 684759a..f1d22dc 100644 --- a/src/event.c +++ b/src/event.c @@ -10,7 +10,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/general.c b/src/general.c index ae1f05f..0d159df 100644 --- a/src/general.c +++ b/src/general.c @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/internal.h b/src/internal.h index ac8de47..4caa9de 100644 --- a/src/internal.h +++ b/src/internal.h @@ -10,7 +10,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/parse.c b/src/parse.c index 12200ac..73f53f7 100644 --- a/src/parse.c +++ b/src/parse.c @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/poll.c b/src/poll.c index b9651cd..63de431 100644 --- a/src/poll.c +++ b/src/poll.c @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/query.c b/src/query.c index 61ae7be..6cfebb5 100644 --- a/src/query.c +++ b/src/query.c @@ -10,7 +10,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/reply.c b/src/reply.c index bda52a9..83988a0 100644 --- a/src/reply.c +++ b/src/reply.c @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/setup.c b/src/setup.c index dfbec17..f4be5dd 100644 --- a/src/setup.c +++ b/src/setup.c @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/transmit.c b/src/transmit.c index 08e49d0..47785e6 100644 --- a/src/transmit.c +++ b/src/transmit.c @@ -9,7 +9,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tvarith.h b/src/tvarith.h index cc3102e..a401b4a 100644 --- a/src/tvarith.h +++ b/src/tvarith.h @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/types.c b/src/types.c index 5836a44..43ccc2b 100644 --- a/src/types.c +++ b/src/types.c @@ -8,7 +8,7 @@ * * It is part of adns, which is * Copyright (C) 1997-2000 Ian Jackson - * Copyright (C) 1999 Tony Finch + * Copyright (C) 1999-2000 Tony Finch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by