chiark / gitweb /
Update copyright dates and documentation.
authorian <ian>
Sun, 17 Sep 2000 00:24:24 +0000 (00:24 +0000)
committerian <ian>
Sun, 17 Sep 2000 00:24:24 +0000 (00:24 +0000)
45 files changed:
INSTALL
Makefile.in
TODO
acconfig.h
aclocal.m4
changelog
client/Makefile.in
client/adh-main.c
client/adh-opts.c
client/adh-query.c
client/adnshost.h
client/adnslogres.c
client/adnsresfilter.c
client/adnstest.c
client/fanftest.c
configure.in
dynamic/Makefile.in
regress/Makefile.in
regress/addcases
regress/checkall
regress/harness.h.m4
regress/hcommon.c.m4
regress/hplayback.c.m4
regress/hrecord.c.m4
regress/hredirect.h.m4
regress/hsyscalls.h.m4
regress/hsyscalls.i4
regress/m1test
regress/r1test
settings.make.in
src/Makefile.in
src/adns.h
src/adns.make
src/check.c
src/event.c
src/general.c
src/internal.h
src/parse.c
src/poll.c
src/query.c
src/reply.c
src/setup.c
src/transmit.c
src/tvarith.h
src/types.c

diff --git a/INSTALL b/INSTALL
index 10542648f67fc4acb52969e50ca3c3562e6354fe..4c0ae67dfa772c7d9179075db63a2e66dbca9f7b 100644 (file)
--- 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 <ian@davenant.greenend.org.uk>
- Copyright (C) 1999 Tony Finch <dot@dotat.at>              [1]
+ Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>         [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.
 
index 4bfb72fee0ff3ae78df2cc624af740caeb12a2df..9585831071bbb6a2bf14c06f4b4ac68d2f9078a3 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 # 
 #  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 51caec322c9ee3ecd443efd6c8152ad56fbb0c28..60165a694f8d8cd16169f8ba7e0df91c35a2939e 100644 (file)
--- 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.
index aef702f3171c964ebf7250cd9ccd54daa509edb8..96f0889d932e9f68c8e8fa285bf3ef72818fe3f5 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index d5f21c8a99f15435b782a4bd43ab28aae9ae8646..6c4099eec6680dfe31dbcd2d6e593aa37e8a839f 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson
 #
index b6975757088370f270f5b6e909ccc5b333573271..05c91a802142f3b7a3f2caa2fa074859a93c76ea 100644 (file)
--- 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:
index f6971c72be18ff47de45c5335b710aa7f26d6ca4..7b25252b7265cc539bd8fd1d212c842159b1f1e7 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 88d876a7b1c214c0446301b78ff5856686ed3fed..193092a8ef4e31293cf504ad51f8908cb88696d0 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index 4cc201abc06b179a69b63c8052072b7638ed58c7..fa5cceb7b072aa6894db2f2f5a50cfcda765878f 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index edacb17072f2910e8a2dcc42ab601a0070d644e0..d17beab05a6ec7b8a159180a571e6aa8e6671f41 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index b1e7c875b2ced26258b4f9035e51e7d7835ef657..d88c2a1a63610a843c846aa2ebfd8aee44cff6b5 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index c1a22c0018e1f13b5f310a74fdba2804fdfdd8bc..3aa7e0eea867e619a4e9c577760e1eb1323c9240 100644 (file)
@@ -4,12 +4,12 @@
  */
 /*
  *  This file is
- *   Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *   Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *   Copyright (C) 1999-2000 Ian Jackson <ian@davenant.greenend.org.uk>
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index 82aac8463693622fc68be3e8fe086dd956bb338d..3a3cacf96d6997aca88385d844cfe8869417027e 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index 3a5b4f1efd40da4f26803e2f51c5f710dcfdb057..e99f5a1ac4967f42982787dca5b041f5f8b02501 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index ed256cfdcc8473ed3248bba407ef0e05f81f87c6..add4c23fae66ba823552871a6ceab9d5bc25bb1c 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index 10395c66eb36bb0f8c5056dd73e5d0ea757beea5..55b81287e9dc519f1b79a15976d7da74b40e2c74 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 6b170c1274b4da8332b5e10f7df9e61846326c60..8c5f810601f0d6db3cff42fbbe44e3ca1176641e 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 3a40a6893f0f0a680f3a4b875d367bf1735b975a..47a01bba6456d3f4b42aa3c87ae3621476277816 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index f514dd6a31cc605f852b4f703e8925fadc9b8459..c5ecbe8b68eaac342a6f120a9022bc0954a7aeb8 100755 (executable)
@@ -6,7 +6,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index e786f96bcf03333fcbda41dfec2e5391da405eb7..6657094da46fa3ee75ca71240376432b269a88d1 100755 (executable)
@@ -7,7 +7,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 3988557ed905ba2c4e71b56130d26697cb655416..a25bd37ee79dbff73f99c45d9d4c28d276dcf4cc 100644 (file)
@@ -7,7 +7,7 @@ m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
 m4_dnl
 m4_dnl  It is part of adns, which is
 m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-m4_dnl    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+m4_dnl    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 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
index 0fb5229352f06c1d5c321ede36411ab554cc01d5..68127bea0ba3099ca0374990c9117e2119991fa7 100644 (file)
@@ -7,7 +7,7 @@ m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
 m4_dnl
 m4_dnl  It is part of adns, which is
 m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-m4_dnl    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+m4_dnl    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 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
index 4c8fb4d71236f3d9e675b704e07bab4a0e36ff7b..3437293d9a71fa651101386e65c3b55c0ad62c33 100644 (file)
@@ -7,7 +7,7 @@ m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
 m4_dnl
 m4_dnl  It is part of adns, which is
 m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-m4_dnl    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+m4_dnl    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 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
index cb40eae74ca77b34b52df2d2d027bc99a2dac313..e5287a0d09a383ece9533a1f3b54bd458b5b8f7c 100644 (file)
@@ -7,7 +7,7 @@ m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
 m4_dnl
 m4_dnl  It is part of adns, which is
 m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-m4_dnl    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+m4_dnl    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 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
index 8f7eeb9545f56a88b8a25b6a50e2e2909fd3bb06..49a36c3127592102f7e02e7ec716c87cbc84bcc6 100644 (file)
@@ -7,7 +7,7 @@ m4_dnl    Copyright (C) 2000 Ian Jackson <ian@davenant.greenend.org.uk>
 m4_dnl
 m4_dnl  It is part of adns, which is
 m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-m4_dnl    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+m4_dnl    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 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
index b74627e00cbceb50aee1f69eade8ceda1ba8303d..5b736808c44230005aa5b94f579fe2f9c4d6b8bc 100644 (file)
@@ -7,7 +7,7 @@ m4_dnl    Copyright (C) 2000 Ian Jackson <ian@davenant.greenend.org.uk>
 m4_dnl
 m4_dnl  It is part of adns, which is
 m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-m4_dnl    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+m4_dnl    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 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
index 94725d8bfa4b7d2db3aed121b0029e5d581deffd..d5a57b75e2ebd7085240cce3cb26531c35aa27ee 100644 (file)
@@ -7,7 +7,7 @@ m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
 m4_dnl
 m4_dnl  It is part of adns, which is
 m4_dnl    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-m4_dnl    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+m4_dnl    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 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
index f7a28f058fe2b336e60dfd3eccbd688c0b48e3e4..2ee0eeb6311f6f4466d5e2f53924d577718da797 100755 (executable)
@@ -7,7 +7,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 47b94b66c7307678800a2db0d5c727eb253948e7..564efaca378a7c47622d5fdcb5e74efb97b994b6 100755 (executable)
@@ -7,7 +7,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 8c19363fafa3a751e5bbbc4bf1e178405ba837e2..4385c25f7b99e76f847171403d5734019e1e9ff0 100644 (file)
@@ -6,7 +6,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 2d77892a988cf1221aae061cf5884590a1fc1375..6967e8a9842da8baa1f678e20d82074fce2d765b 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index 9478112b1d3f96614ca25d96f06a3cc1b9530fa8..df1dede9663c5213bcd4f9c34beee8f1e8278fe2 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
  *  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
  *  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,
index 936300d6de504b90c462dbabcecc92dc05d10df4..14b70bdec52f47b53b8d0187e98f60eabda520f4 100644 (file)
@@ -5,7 +5,7 @@
 #
 #  It is part of adns, which is
 #    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-#    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+#    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
 #  
 #  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
index aae65bf0c366ec1c641eb330dfb626bf96444399..7cca534520c78baf7885d77e2d3171949a7cc0b9 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index 684759a727f2cfa5c2e390978950ec49f6b7ac21..f1d22dc7d9a95b6853583e008d4184c7099c3c7d 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index ae1f05f96056826a944c7070f6fe74fc6b4c02e8..0d159df18c8129464d27853651df1e4977b9840e 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index ac8de47e2c468225af4e2d868270e4e16cd00819..4caa9de6031c8177ffb73880f6b6bd07add6ccbc 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *
  *  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
index 12200aca53465ef6bb53b201e0e4d1595ab6aef6..73f53f79f5a8b7ae80ac2807e572a893ecea9355 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index b9651cd1d16f42bb62bf1f6ce868f4a221dabdb0..63de431394218cce60ad25e3e5d480423ed17e80 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index 61ae7bec79a9a60aab9593e6a1e7d387ca973dc4..6cfebb5d00d0c25611fac4fbbcba4dfdb2ceeb2e 100644 (file)
@@ -10,7 +10,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index bda52a9080938fef9f0d9526c8a7de6d90b60d2a..83988a026e4995282d564014fb6ab748a06360e7 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index dfbec177d168d5f515f273cf774baa6070e448ed..f4be5dd993d79ce366aa15b5decaac2f2b47fd39 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index 08e49d01577f760cf78b4c4d58f08bcab8805de5..47785e6b57bab73c7a773a12b54630d54d789bc2 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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
index cc3102e4a0496ccb100f7e3412713ceaa0575ca7..a401b4a55f099c058ea695ae4005bfe6ee30e6fe 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *
  *  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
index 5836a4421d8981e72d7e11eef45faee51c0a5734..43ccc2b25884e6ef58da907f28cad2d61a995168 100644 (file)
@@ -8,7 +8,7 @@
  *
  *  It is part of adns, which is
  *    Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- *    Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ *    Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
  *  
  *  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