From 060c6e4f9f78cb8d4601598ce08f67050fa45e78 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Jun 2020 16:06:15 +0100 Subject: [PATCH] Update copyright dates everywhere Signed-off-by: Ian Jackson --- INSTALL | 5 ++--- Makefile.in | 2 +- README | 6 +++--- README.html | 6 +++--- acconfig.h | 2 +- aclocal.m4 | 2 +- client/Makefile.in | 2 +- client/addrtext.c | 2 +- client/adh-main.c | 2 +- client/adh-opts.c | 2 +- client/adh-query.c | 2 +- client/adnsheloex.c | 2 +- client/adnshost.h | 2 +- client/adnslogres.c | 4 ++-- client/adnsresfilter.c | 2 +- client/adnstest.c | 2 +- client/client.h | 4 ++-- client/fanftest.c | 2 +- common.make.in | 2 +- configure.in | 2 +- dynamic/Makefile.in | 2 +- regress/Makefile.in | 2 +- regress/addcases | 2 +- regress/checkall | 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/hredirect.h.m4 | 2 +- regress/hsyscalls.h.m4 | 2 +- regress/hsyscalls.i4 | 2 +- regress/m1test | 2 +- regress/r1test | 2 +- settings.make.in | 2 +- src/Makefile.in | 2 +- src/addrfam.c | 2 +- src/adns.h | 7 ++----- src/adns.make | 2 +- src/check.c | 2 +- src/dlist.h | 2 +- src/event.c | 2 +- src/general.c | 2 +- src/internal.h | 2 +- src/parse.c | 2 +- src/poll.c | 2 +- src/query.c | 2 +- src/reply.c | 2 +- src/setup.c | 2 +- src/transmit.c | 2 +- src/tvarith.h | 2 +- src/types.c | 2 +- 52 files changed, 60 insertions(+), 64 deletions(-) diff --git a/INSTALL b/INSTALL index c4bdbf9..587db77 100644 --- a/INSTALL +++ b/INSTALL @@ -97,11 +97,10 @@ DNSSEC cryptographic signature checking. COPYRIGHT This file, INSTALL, contains installation instructions and other -details for adns. It is - Copyright (C) 1997-2000 Ian Jackson +details for adns. adns is - Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson Copyright (C) 2014 Mark Wooding Copyright (C) 1999-2000,2003,2006 Tony Finch [1] Copyright (C) 1991 Massachusetts Institute of Technology [2] diff --git a/Makefile.in b/Makefile.in index 5c29ccb..3c9a03c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # Makefile[.in] - top-level Makefile # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/README b/README index c045cae..26450aa 100644 --- a/README +++ b/README @@ -120,9 +120,9 @@ References and related projects Copyright and licensing - adns is Copyright 1997-2000,2003,2006,2014-2016 Ian Jackson, Copyright - 2014 Mark Wooding, Copyright 1999-2000,2003,2006 Tony Finch, and - Copyright (C) 1991 Massachusetts Institute of Technology. + adns is Copyright 1997-2000,2003,2006,2014-2016,2020 Ian Jackson, + Copyright 2014 Mark Wooding, Copyright 1999-2000,2003,2006 Tony Finch, + and Copyright 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 diff --git a/README.html b/README.html index 07123cd..d2048f1 100644 --- a/README.html +++ b/README.html @@ -187,9 +187,9 @@ replies to adns's queries.

Copyright and licensing

-adns is Copyright 1997-2000,2003,2006,2014-2016 Ian Jackson, -Copyright 2014 Mark Wooding, Copyright 1999-2000,2003,2006 Tony Finch, -and Copyright (C) 1991 Massachusetts Institute of Technology. +adns is Copyright 1997-2000,2003,2006,2014-2016,2020 Ian +Jackson, Copyright 2014 Mark Wooding, Copyright 1999-2000,2003,2006 +Tony Finch, and Copyright 1991 Massachusetts Institute of Technology.

diff --git a/acconfig.h b/acconfig.h index c3ed43d..bf65d57 100644 --- a/acconfig.h +++ b/acconfig.h @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/aclocal.m4 b/aclocal.m4 index 4a4d074..c23a005 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,7 +1,7 @@ # aclocal.m4 - package-specific macros for autoconf # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/Makefile.in b/client/Makefile.in index fa3a002..6264482 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,7 +1,7 @@ # client/Makefile - client program(s) Makefile # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/addrtext.c b/client/addrtext.c index 212dece..6f893b1 100644 --- a/client/addrtext.c +++ b/client/addrtext.c @@ -22,7 +22,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adh-main.c b/client/adh-main.c index 31335b7..93fe269 100644 --- a/client/adh-main.c +++ b/client/adh-main.c @@ -5,7 +5,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adh-opts.c b/client/adh-opts.c index 2f1f183..befa5a2 100644 --- a/client/adh-opts.c +++ b/client/adh-opts.c @@ -5,7 +5,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adh-query.c b/client/adh-query.c index 03f97b1..56e7b9e 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -5,7 +5,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adnsheloex.c b/client/adnsheloex.c index 5c0befe..93e3b91 100644 --- a/client/adnsheloex.c +++ b/client/adnsheloex.c @@ -7,7 +7,7 @@ * Copyright (C) 2004 Tony Finch * * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adnshost.h b/client/adnshost.h index e68ecb7..a633217 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adnslogres.c b/client/adnslogres.c index 4ab81ee..3a128ef 100644 --- a/client/adnslogres.c +++ b/client/adnslogres.c @@ -5,10 +5,10 @@ /* * This file is * Copyright (C) 1999-2000 Tony Finch - * Copyright (C) 1999-2000 Ian Jackson + * Copyright (C) 1999-2000,2020 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index f3244b9..083e51f 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/adnstest.c b/client/adnstest.c index faba1bc..2198ebc 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/client/client.h b/client/client.h index b318768..535c04c 100644 --- a/client/client.h +++ b/client/client.h @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology @@ -30,7 +30,7 @@ #define ADNS_VERSION_STRING "1.5.1" #define COPYRIGHT_MESSAGE \ - "Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson\n" \ + "Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson\n" \ "Copyright (C) 2014 Mark Wooding\n" \ "Copyright (C) 1999-2000,2003,2006 Tony Finch\n" \ "Copyright (C) 1991 Massachusetts Institute of Technology\n" \ diff --git a/client/fanftest.c b/client/fanftest.c index 6d6964b..2d9e6fb 100644 --- a/client/fanftest.c +++ b/client/fanftest.c @@ -8,7 +8,7 @@ * Copyright (C) 1999-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/common.make.in b/common.make.in index 590ffaf..46add1c 100644 --- a/common.make.in +++ b/common.make.in @@ -2,7 +2,7 @@ # used by autoconf/configure to generate settings.make # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/configure.in b/configure.in index 712572e..2894cf9 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # configure.in - input to autoconf # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 0784e6a..0083e1d 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -1,7 +1,7 @@ # dynamic/Makefile - dynamic library Makefile # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/Makefile.in b/regress/Makefile.in index 21e7156..ac44289 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -1,7 +1,7 @@ # regress/Makefile[.in] - regression test Makefile # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/addcases b/regress/addcases index 3da3aa3..e4fc73d 100755 --- a/regress/addcases +++ b/regress/addcases @@ -2,7 +2,7 @@ # usage: ./addcases ... # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/checkall b/regress/checkall index a404fa8..169e317 100755 --- a/regress/checkall +++ b/regress/checkall @@ -3,7 +3,7 @@ # runs all test cases # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/harness.h.m4 b/regress/harness.h.m4 index 5d17ca3..7f08614 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -3,7 +3,7 @@ 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 -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4 index 6f29b41..3a33504 100644 --- a/regress/hcommon.c.m4 +++ b/regress/hcommon.c.m4 @@ -3,7 +3,7 @@ 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 -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/hmacros.i4 b/regress/hmacros.i4 index 123b8a3..d801de5 100644 --- a/regress/hmacros.i4 +++ b/regress/hmacros.i4 @@ -3,7 +3,7 @@ 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 -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/hplayback.c.m4 b/regress/hplayback.c.m4 index ad27a9a..b3c45c6 100644 --- a/regress/hplayback.c.m4 +++ b/regress/hplayback.c.m4 @@ -3,7 +3,7 @@ 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 -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4 index b9d5a73..404b711 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -3,7 +3,7 @@ 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 -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/hredirect.h.m4 b/regress/hredirect.h.m4 index ccb48f0..8241e03 100644 --- a/regress/hredirect.h.m4 +++ b/regress/hredirect.h.m4 @@ -3,7 +3,7 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - redefinitions of system calls m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/hsyscalls.h.m4 b/regress/hsyscalls.h.m4 index 7400895..9e622ec 100644 --- a/regress/hsyscalls.h.m4 +++ b/regress/hsyscalls.h.m4 @@ -3,7 +3,7 @@ m4_dnl (part of complex test harness, not of the library) m4_dnl - prototypes of redefinitions of system calls m4_dnl This file is part of adns, which is -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/hsyscalls.i4 b/regress/hsyscalls.i4 index a480e6a..68c769c 100644 --- a/regress/hsyscalls.i4 +++ b/regress/hsyscalls.i4 @@ -3,7 +3,7 @@ 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 -m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson m4_dnl Copyright (C) 2014 Mark Wooding m4_dnl Copyright (C) 1999-2000,2003,2006 Tony Finch m4_dnl Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/m1test b/regress/m1test index e5411dc..5acb788 100755 --- a/regress/m1test +++ b/regress/m1test @@ -3,7 +3,7 @@ # test recording script # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/regress/r1test b/regress/r1test index e03ba02..65fbb86 100755 --- a/regress/r1test +++ b/regress/r1test @@ -3,7 +3,7 @@ # test execution script, for running one test # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/settings.make.in b/settings.make.in index 47eaaa7..26dd7ae 100644 --- a/settings.make.in +++ b/settings.make.in @@ -2,7 +2,7 @@ # used by autoconf/configure to generate settings.make # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/Makefile.in b/src/Makefile.in index 449289b..a84807e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # src/Makefile[.in] - library main Makefile # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/addrfam.c b/src/addrfam.c index 0ba2049..f114d74 100644 --- a/src/addrfam.c +++ b/src/addrfam.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/adns.h b/src/adns.h index a6599f6..3bb63e0 100644 --- a/src/adns.h +++ b/src/adns.h @@ -4,11 +4,8 @@ */ /* * - * This file is - * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson - * - * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson + * This file is part of adns, which is + * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * diff --git a/src/adns.make b/src/adns.make index 076df8b..210be5d 100644 --- a/src/adns.make +++ b/src/adns.make @@ -1,7 +1,7 @@ # src/adns.make - library definitions, including list of object files # # This file is part of adns, which is -# Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson # Copyright (C) 2014 Mark Wooding # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/check.c b/src/check.c index f6af1c7..f5e1a9e 100644 --- a/src/check.c +++ b/src/check.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/dlist.h b/src/dlist.h index 8d83af2..7ffa22e 100644 --- a/src/dlist.h +++ b/src/dlist.h @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/event.c b/src/event.c index 9034260..28cc60c 100644 --- a/src/event.c +++ b/src/event.c @@ -6,7 +6,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/general.c b/src/general.c index 8b8ba51..e2ab3bc 100644 --- a/src/general.c +++ b/src/general.c @@ -5,7 +5,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/internal.h b/src/internal.h index 71a06bb..0fd64da 100644 --- a/src/internal.h +++ b/src/internal.h @@ -6,7 +6,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/parse.c b/src/parse.c index a9f707a..2eb68e4 100644 --- a/src/parse.c +++ b/src/parse.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/poll.c b/src/poll.c index 35a4282..6484b34 100644 --- a/src/poll.c +++ b/src/poll.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/query.c b/src/query.c index 4d6ef8d..393478a 100644 --- a/src/query.c +++ b/src/query.c @@ -6,7 +6,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/reply.c b/src/reply.c index fbe4c95..caf5c05 100644 --- a/src/reply.c +++ b/src/reply.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/setup.c b/src/setup.c index 41c0e67..3646968 100644 --- a/src/setup.c +++ b/src/setup.c @@ -5,7 +5,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/transmit.c b/src/transmit.c index 4984986..1674dbc 100644 --- a/src/transmit.c +++ b/src/transmit.c @@ -5,7 +5,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/tvarith.h b/src/tvarith.h index fe3b78d..8dd7896 100644 --- a/src/tvarith.h +++ b/src/tvarith.h @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology diff --git a/src/types.c b/src/types.c index b5f53c7..59e9502 100644 --- a/src/types.c +++ b/src/types.c @@ -4,7 +4,7 @@ */ /* * This file is part of adns, which is - * Copyright (C) 1997-2000,2003,2006,2014-2016 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014-2016,2020 Ian Jackson * Copyright (C) 2014 Mark Wooding * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology -- 2.30.2