From 3d5cde09d167be1609d27d0d93de2096250a310c Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 7 May 2000 22:37:18 +0000 Subject: [PATCH] + * Copyright notices updated. @@ -23,12 +23,13 @@ * Documented that adns_rr_info _rr_hostaddr ( ) for address list means permanent failure, and ? means temporary failure. * Typo (*now for now in _beforeselect description) in adns.h fixed. + * Copyright notices updated. Changes to produce more defensive code: * In adns_wait, assert that the timeout is not infinite. * Make qu->id start out as -2 when initially allocated. - -- Ian Jackson Sun, 7 May 2000 23:11:44 +0100 + -- Ian Jackson Sun, 7 May 2000 23:37:13 +0100 adns (0.7) BETA; urgency=medium --- INSTALL | 3 ++- Makefile.in | 4 ++-- README | 5 +++-- acconfig.h | 2 +- changelog | 3 ++- client/Makefile.in | 2 +- client/adh-main.c | 4 ++-- client/adh-opts.c | 4 ++-- client/adh-query.c | 4 ++-- client/adnshost.h | 4 ++-- client/adnsresfilter.c | 2 +- client/adnstest.c | 2 +- client/fanftest.c | 2 +- configure.in | 2 +- dynamic/Makefile.in | 2 +- regress/Makefile.in | 2 +- regress/addcases | 21 +++++++++++++++++++++ regress/checkall | 23 +++++++++++++++++++++++ regress/harness.h.m4 | 2 +- regress/hcommon.c.m4 | 4 ++-- regress/hmacros.i4 | 2 +- regress/hplayback.c.m4 | 4 ++-- regress/hrecord.c.m4 | 2 +- regress/hsyscalls.i4 | 2 +- regress/m1test | 23 +++++++++++++++++++++++ regress/r1test | 22 ++++++++++++++++++++++ settings.make.in | 2 +- src/Makefile.in | 2 +- src/adns.h | 4 ++-- src/adns.make | 2 +- src/check.c | 2 +- src/dlist.h | 2 +- src/event.c | 4 ++-- src/general.c | 4 ++-- src/internal.h | 4 ++-- src/parse.c | 4 ++-- src/poll.c | 2 +- src/query.c | 4 ++-- src/reply.c | 4 ++-- src/setup.c | 2 +- src/transmit.c | 4 ++-- src/tvarith.h | 2 +- src/types.c | 2 +- 43 files changed, 147 insertions(+), 55 deletions(-) diff --git a/INSTALL b/INSTALL index 45bb1e3..d8e0759 100644 --- a/INSTALL +++ b/INSTALL @@ -56,7 +56,8 @@ DNSSEC cryptographic signature checking. COPYRIGHT This file, INSTALL, contains installation instructions and other -details for adns. +details for adns. It is + Copyright (C) 1997-2000 Ian Jackson adns is Copyright (C) 1997-2000 Ian Jackson diff --git a/Makefile.in b/Makefile.in index fd46802..04f0738 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -DISTVERSION= 0.7 +DISTVERSION= 0.8 srcdir= @srcdir@ VPATH= @srcdir@ diff --git a/README b/README index 9072b86..c9d373a 100644 --- a/README +++ b/README @@ -112,7 +112,8 @@ Download Copyright and licensing - adns is Copyright 1997-1999 Ian Jackson and Copyright 1999 Tony Finch. + adns is Copyright 1997-2000 Ian Jackson, Copyright 1999 Tony Finch, + and Copyright (C) 1991 Massachusetts Institute of Technology. adns is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -135,7 +136,7 @@ Copyright and licensing [17]GNU home page; [18]chiark home page; [19]site or mirror home page - This web page is Copyright (C)1996-1999 Ian Jackson. See the + This web page is Copyright (C)1996-2000 Ian Jackson. See the [20]Copyright/acknowledgements. Use any browser - [21]Campaign for a non-browser-specific WWW diff --git a/acconfig.h b/acconfig.h index 748d10b..1599dc8 100644 --- a/acconfig.h +++ b/acconfig.h @@ -7,7 +7,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/changelog b/changelog index cb9b779..259fd62 100644 --- a/changelog +++ b/changelog @@ -23,12 +23,13 @@ adns (0.8) BETA; urgency=medium * Documented that adns_rr_info _rr_hostaddr ( ) for address list means permanent failure, and ? means temporary failure. * Typo (*now for now in _beforeselect description) in adns.h fixed. + * Copyright notices updated. Changes to produce more defensive code: * In adns_wait, assert that the timeout is not infinite. * Make qu->id start out as -2 when initially allocated. - -- Ian Jackson Sun, 7 May 2000 23:11:44 +0100 + -- Ian Jackson Sun, 7 May 2000 23:37:13 +0100 adns (0.7) BETA; urgency=medium diff --git a/client/Makefile.in b/client/Makefile.in index a7b3aaa..989ca71 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify diff --git a/client/adh-main.c b/client/adh-main.c index 3fa1adb..1641294 100644 --- a/client/adh-main.c +++ b/client/adh-main.c @@ -5,10 +5,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/client/adh-opts.c b/client/adh-opts.c index af8afbd..772e474 100644 --- a/client/adh-opts.c +++ b/client/adh-opts.c @@ -5,10 +5,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/client/adh-query.c b/client/adh-query.c index a25c894..856b6b2 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -5,10 +5,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/client/adnshost.h b/client/adnshost.h index 1918047..7323fbf 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -4,10 +4,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index f265773..e641d6f 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -7,7 +7,7 @@ * Copyright (C) 1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/client/adnstest.c b/client/adnstest.c index 2460dbf..d8c81d2 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -7,7 +7,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/client/fanftest.c b/client/fanftest.c index 2a1ae18..fb41a73 100644 --- a/client/fanftest.c +++ b/client/fanftest.c @@ -8,7 +8,7 @@ * Copyright (C) 1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/configure.in b/configure.in index a007af3..50e69e1 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 329b03b..6b170c1 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify diff --git a/regress/Makefile.in b/regress/Makefile.in index 2945c8b..45218ed 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify diff --git a/regress/addcases b/regress/addcases index 3c3138c..f514dd6 100755 --- a/regress/addcases +++ b/regress/addcases @@ -1,5 +1,26 @@ #!/bin/sh # usage: ./addcases ... +# +# This file is +# Copyright (C) 1998-2000 Ian Jackson +# +# It is part of adns, which is +# Copyright (C) 1997-2000 Ian Jackson +# Copyright (C) 1999 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. set -e diff --git a/regress/checkall b/regress/checkall index 64bd935..e786f96 100755 --- a/regress/checkall +++ b/regress/checkall @@ -1,4 +1,27 @@ #!/bin/sh +# usage: checkall +# runs all test cases +# +# This file is +# Copyright (C) 1998-2000 Ian Jackson +# +# It is part of adns, which is +# Copyright (C) 1997-2000 Ian Jackson +# Copyright (C) 1999 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. set -e diff --git a/regress/harness.h.m4 b/regress/harness.h.m4 index 35efa18..1f96131 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -6,7 +6,7 @@ m4_dnl This file is m4_dnl Copyright (C) 1997-1999 Ian Jackson m4_dnl m4_dnl It is part of adns, which is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl Copyright (C) 1999 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4 index 65ec359..b18cb4e 100644 --- a/regress/hcommon.c.m4 +++ b/regress/hcommon.c.m4 @@ -3,10 +3,10 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - routines used for both record and playback m4_dnl This file is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl Copyright (C) 1999 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify diff --git a/regress/hmacros.i4 b/regress/hmacros.i4 index c9c3b7a..6f52787 100644 --- a/regress/hmacros.i4 +++ b/regress/hmacros.i4 @@ -6,7 +6,7 @@ m4_dnl This file is m4_dnl Copyright (C) 1997-1999 Ian Jackson m4_dnl m4_dnl It is part of adns, which is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl Copyright (C) 1999 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify diff --git a/regress/hplayback.c.m4 b/regress/hplayback.c.m4 index 01e60db..e459ee6 100644 --- a/regress/hplayback.c.m4 +++ b/regress/hplayback.c.m4 @@ -3,10 +3,10 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - playback routines m4_dnl This file is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl m4_dnl It is part of adns, which is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl Copyright (C) 1999 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4 index c6417ca..17f7034 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -6,7 +6,7 @@ m4_dnl This file is m4_dnl Copyright (C) 1997-1999 Ian Jackson m4_dnl m4_dnl It is part of adns, which is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl Copyright (C) 1999 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify diff --git a/regress/hsyscalls.i4 b/regress/hsyscalls.i4 index 9c4bdad..a31c708 100644 --- a/regress/hsyscalls.i4 +++ b/regress/hsyscalls.i4 @@ -6,7 +6,7 @@ m4_dnl This file is m4_dnl Copyright (C) 1997-1999 Ian Jackson m4_dnl m4_dnl It is part of adns, which is -m4_dnl Copyright (C) 1997-1999 Ian Jackson +m4_dnl Copyright (C) 1997-2000 Ian Jackson m4_dnl Copyright (C) 1999 Tony Finch m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify diff --git a/regress/m1test b/regress/m1test index dbd6bc5..c1500e7 100755 --- a/regress/m1test +++ b/regress/m1test @@ -1,4 +1,27 @@ #!/bin/sh +# usage: m1test [] ' +# test recording script +# +# This file is +# Copyright (C) 1998-2000 Ian Jackson +# +# It is part of adns, which is +# Copyright (C) 1997-2000 Ian Jackson +# Copyright (C) 1999 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. set -e diff --git a/regress/r1test b/regress/r1test index 4315bf8..9215ad5 100755 --- a/regress/r1test +++ b/regress/r1test @@ -1,5 +1,27 @@ #!/bin/sh # usage: r1test +# test execution script, for running one test +# +# This file is +# Copyright (C) 1998-2000 Ian Jackson +# +# It is part of adns, which is +# Copyright (C) 1997-2000 Ian Jackson +# Copyright (C) 1999 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. set -e mrc=1 diff --git a/settings.make.in b/settings.make.in index 95932cb..537ebe8 100644 --- a/settings.make.in +++ b/settings.make.in @@ -5,7 +5,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify diff --git a/src/Makefile.in b/src/Makefile.in index 75d867a..2d77892 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify diff --git a/src/adns.h b/src/adns.h index f5ffeae..4287313 100644 --- a/src/adns.h +++ b/src/adns.h @@ -8,7 +8,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify @@ -39,7 +39,7 @@ * 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, I think + * 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. diff --git a/src/adns.make b/src/adns.make index d468075..936300d 100644 --- a/src/adns.make +++ b/src/adns.make @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify diff --git a/src/check.c b/src/check.c index f0f1eec..aae65bf 100644 --- a/src/check.c +++ b/src/check.c @@ -7,7 +7,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/dlist.h b/src/dlist.h index de0268f..44bf556 100644 --- a/src/dlist.h +++ b/src/dlist.h @@ -7,7 +7,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/event.c b/src/event.c index 7e71a33..71b6638 100644 --- a/src/event.c +++ b/src/event.c @@ -6,10 +6,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/general.c b/src/general.c index d5bdcb0..ae1f05f 100644 --- a/src/general.c +++ b/src/general.c @@ -5,10 +5,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/internal.h b/src/internal.h index c766738..b82857c 100644 --- a/src/internal.h +++ b/src/internal.h @@ -6,10 +6,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/parse.c b/src/parse.c index 59fe7b5..b643e89 100644 --- a/src/parse.c +++ b/src/parse.c @@ -4,10 +4,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/poll.c b/src/poll.c index 45dc437..b9651cd 100644 --- a/src/poll.c +++ b/src/poll.c @@ -7,7 +7,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/query.c b/src/query.c index aaadb21..a720f20 100644 --- a/src/query.c +++ b/src/query.c @@ -6,10 +6,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/reply.c b/src/reply.c index ce11c9a..fbafb82 100644 --- a/src/reply.c +++ b/src/reply.c @@ -4,10 +4,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/setup.c b/src/setup.c index ac88c33..dfbec17 100644 --- a/src/setup.c +++ b/src/setup.c @@ -8,7 +8,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/transmit.c b/src/transmit.c index 8151d6c..7ae2464 100644 --- a/src/transmit.c +++ b/src/transmit.c @@ -5,10 +5,10 @@ */ /* * This file is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/tvarith.h b/src/tvarith.h index 202da1f..cc3102e 100644 --- a/src/tvarith.h +++ b/src/tvarith.h @@ -7,7 +7,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify diff --git a/src/types.c b/src/types.c index 668986f..5836a44 100644 --- a/src/types.c +++ b/src/types.c @@ -7,7 +7,7 @@ * Copyright (C) 1997-1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify -- 2.30.2