From a719a4bedec2bc512b7f95f7446e02f6662ebbc7 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 30 Mar 1999 18:57:02 +0000 Subject: [PATCH] Copyright dates fixed; various TODOs added. --- Makefile.in | 2 +- client/Makefile.in | 2 +- client/adnstest.c | 2 +- dynamic/Makefile.in | 2 +- regress/Makefile.in | 2 +- regress/harness.h.m4 | 2 +- regress/hcommon.c.m4 | 2 +- regress/hmacros.i4 | 2 +- regress/hplayback.c.m4 | 2 +- regress/hrecord.c.m4 | 2 +- regress/hsyscalls.i4 | 2 +- settings.make.in | 2 +- src/Makefile.in | 2 +- src/adns.h | 16 ++++++++-------- src/adns.make | 2 +- src/event.c | 2 +- src/general.c | 2 +- src/internal.h | 2 +- src/parse.c | 2 +- src/query.c | 2 +- src/reply.c | 2 +- src/setup.c | 2 +- src/transmit.c | 2 +- src/types.c | 2 +- 24 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Makefile.in b/Makefile.in index 80a58d4..a269115 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Makefile - top-level Makefile # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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/Makefile.in b/client/Makefile.in index 2d3638e..24a8a6e 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,6 +1,6 @@ # client/Makefile - client program(s) Makefile # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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 a7e631e..ea9ed2a 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -3,7 +3,7 @@ * - simple test program, not part of the library */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 3393c2b..14ec97c 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -1,6 +1,6 @@ # dynamic/Makefile - dynamic library Makefile # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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 65875e7..a356ccf 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -1,6 +1,6 @@ # regress/Makefile - regression test Makefile # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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 8f95b33..b9fddb3 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -2,7 +2,7 @@ m4_dnl harness.h.m4 m4_dnl (part of complex test harness, not of the library) m4_dnl - function and other declarations -m4_dnl This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +m4_dnl This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson 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 9610afc..4684eaf 100644 --- a/regress/hcommon.c.m4 +++ b/regress/hcommon.c.m4 @@ -2,7 +2,7 @@ m4_dnl hcommon.c 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 part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +m4_dnl This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson 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/hmacros.i4 b/regress/hmacros.i4 index 4e37310..3194e03 100644 --- a/regress/hmacros.i4 +++ b/regress/hmacros.i4 @@ -2,7 +2,7 @@ m4_dnl hmacros.h.m4 m4_dnl (part of complex test harness, not of the library) m4_dnl - common macros -m4_dnl This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +m4_dnl This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson 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 5da418a..aec0393 100644 --- a/regress/hplayback.c.m4 +++ b/regress/hplayback.c.m4 @@ -2,7 +2,7 @@ m4_dnl hplayback.c.m4 m4_dnl (part of complex test harness, not of the library) m4_dnl - playback routines -m4_dnl This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +m4_dnl This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson 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 8d7d3de..e383ac5 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -2,7 +2,7 @@ m4_dnl hrecord.c.m4 m4_dnl (part of complex test harness, not of the library) m4_dnl - recording routines -m4_dnl This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +m4_dnl This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson 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 ff59c1b..dc6ff40 100644 --- a/regress/hsyscalls.i4 +++ b/regress/hsyscalls.i4 @@ -2,7 +2,7 @@ m4_dnl hsyscalls.i4 m4_dnl (part of complex test harness, not of the library) m4_dnl - list of syscalls to override/log and their args -m4_dnl This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +m4_dnl This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson 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/settings.make.in b/settings.make.in index 6b1e1ef..278538b 100644 --- a/settings.make.in +++ b/settings.make.in @@ -1,7 +1,7 @@ # settings.make.in - main configuration settings for Makefiles, # used by autoconf/configure to generate settings.make # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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 2c8043d..43de7a4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,6 +1,6 @@ # src/Makefile - library main Makefile # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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 3c06ff6..1b3e1d3 100644 --- a/src/adns.h +++ b/src/adns.h @@ -1,11 +1,5 @@ /* - * Copyright (C)1998 Ian Jackson. - * This version provided for review and comment only. - * - * $Id$ - */ -/* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 @@ -19,7 +13,9 @@ * * 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. + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ #ifndef ADNS_H_INCLUDED @@ -268,6 +264,10 @@ int adns_wait(adns_state ads, adns_query *query_io, adns_answer **answer_r, void **context_r); +/* fixme: merge _check and _wait into one func with flags wait and `remove'(?) */ +/* fixme: include TTL in answer somehow */ +/* fixme: multithreading/locking */ +/* fixme: easy way to get lists of fd's */ void adns_cancel(adns_query query); diff --git a/src/adns.make b/src/adns.make index ccca7b4..6d3979a 100644 --- a/src/adns.make +++ b/src/adns.make @@ -1,6 +1,6 @@ # src/adns.make - library definitions, including list of object files # -# This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson +# This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson # # 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 19fa620..5041f8c 100644 --- a/src/event.c +++ b/src/event.c @@ -5,7 +5,7 @@ * - user-visible check/wait and event-loop-related functions */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 15025a4..33946ad 100644 --- a/src/general.c +++ b/src/general.c @@ -4,7 +4,7 @@ * - vbuf handling */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 d878daa..f0f9147 100644 --- a/src/internal.h +++ b/src/internal.h @@ -5,7 +5,7 @@ * - comments regarding library data structures */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 04eb302..22d9d96 100644 --- a/src/parse.c +++ b/src/parse.c @@ -3,7 +3,7 @@ * - parsing assistance functions (mainly for domains inside datagrams) */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 c8d312d..545feec 100644 --- a/src/query.c +++ b/src/query.c @@ -5,7 +5,7 @@ * - query submission and cancellation (user-visible and internal) */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 9031476..c37bb40 100644 --- a/src/reply.c +++ b/src/reply.c @@ -3,7 +3,7 @@ * - main handling and parsing routine for received datagrams */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 29587ce..137d22b 100644 --- a/src/setup.c +++ b/src/setup.c @@ -4,7 +4,7 @@ * - management of global state */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 ffab58b..d3978c3 100644 --- a/src/transmit.c +++ b/src/transmit.c @@ -4,7 +4,7 @@ * - send queries */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 9f7dbd3..bd87450 100644 --- a/src/types.c +++ b/src/types.c @@ -3,7 +3,7 @@ * - RR-type-specific code, and the machinery to call it */ /* - * This file is part of adns, which is Copyright (C) 1997, 1998 Ian Jackson + * This file is part of adns, which is Copyright (C) 1997-1999 Ian Jackson * * 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 -- 2.30.2