From c966bc66f2a8ffc93fdc2fe1e87ea3d25a044d8b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 May 2024 22:25:15 +0100 Subject: [PATCH] Shorten all per-file copyright notices We don't want to be updating all these for contributors, copyright years, etc! --- Makefile.in | 8 ++------ README | 5 ++--- README.html | 6 +++--- acconfig.h | 8 ++------ aclocal.m4 | 8 ++------ client/Makefile.in | 8 ++------ client/addrtext.c | 8 ++------ client/adh-main.c | 8 ++------ client/adh-opts.c | 8 ++------ client/adh-query.c | 8 ++------ client/adnsheloex.c | 11 ++--------- client/adnshost.h | 8 ++------ client/adnslogres.c | 12 ++---------- client/adnsresfilter.c | 8 ++------ client/adnstest.c | 8 ++------ client/client.h | 13 +++---------- client/fanftest.c | 12 ++---------- common.make.in | 8 ++------ configure.in | 8 ++------ dynamic/Makefile.in | 8 ++------ regress/Makefile.in | 8 ++------ regress/addcases | 8 ++------ regress/checkall | 8 ++------ regress/harness.h.m4 | 8 ++------ regress/hcommon.c.m4 | 8 ++------ regress/hmacros.i4 | 8 ++------ regress/hplayback.c.m4 | 8 ++------ regress/hrecord.c.m4 | 8 ++------ regress/hredirect.h.m4 | 8 ++------ regress/hsyscalls.h.m4 | 8 ++------ regress/hsyscalls.i4 | 8 ++------ regress/m1test | 8 ++------ regress/r1test | 8 ++------ settings.make.in | 8 ++------ src/Makefile.in | 8 ++------ src/addrfam.c | 8 ++------ src/adns.make | 8 ++------ src/check.c | 8 ++------ src/config.h.in | 8 ++------ src/dlist.h | 8 ++------ src/event.c | 8 ++------ src/general.c | 8 ++------ src/internal.h | 8 ++------ src/parse.c | 8 ++------ src/poll.c | 8 ++------ src/query.c | 8 ++------ src/reply.c | 8 ++------ src/setup.c | 8 ++------ src/transmit.c | 8 ++------ src/tvarith.h | 8 ++------ src/types.c | 8 ++------ 51 files changed, 104 insertions(+), 315 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7fbac7e..49cde3e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,11 +1,7 @@ # Makefile[.in] - top-level Makefile # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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/README b/README index 5b8bead..da6108a 100644 --- a/README +++ b/README @@ -120,9 +120,8 @@ References and related projects Copyright and licensing - 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 Copyright Ian Jackson and contributors. (See the file INSTALL + for a full list.) 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 94c6dee..f0d4560 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,2020 Ian -Jackson, Copyright 2014 Mark Wooding, Copyright 1999-2000,2003,2006 -Tony Finch, and Copyright 1991 Massachusetts Institute of Technology. +adns is +Copyright Ian Jackson and contributors. +(See the file INSTALL for a full list.)

diff --git a/acconfig.h b/acconfig.h index bf65d57..c5ea93e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -3,12 +3,8 @@ * input file for autoheader/autoconf/configure: extra stuff for config.h */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/aclocal.m4 b/aclocal.m4 index c23a005..cb8d92f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,11 +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,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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 144eafd..36c8b74 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,11 +1,7 @@ # client/Makefile - client program(s) Makefile # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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/addrtext.c b/client/addrtext.c index 6f893b1..e02bb5a 100644 --- a/client/addrtext.c +++ b/client/addrtext.c @@ -21,12 +21,8 @@ * - test program for address<->string conversion, not part of the library */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adh-main.c b/client/adh-main.c index 0d1d57e..a2dc5fe 100644 --- a/client/adh-main.c +++ b/client/adh-main.c @@ -4,12 +4,8 @@ * main program and useful subroutines */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adh-opts.c b/client/adh-opts.c index 590fce4..deea7d4 100644 --- a/client/adh-opts.c +++ b/client/adh-opts.c @@ -4,12 +4,8 @@ * option handling tables etc. */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adh-query.c b/client/adh-query.c index f24c573..479fe3c 100644 --- a/client/adh-query.c +++ b/client/adh-query.c @@ -4,12 +4,8 @@ * make queries and print answers */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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/adnsheloex.c b/client/adnsheloex.c index 93e3b91..3ac1cba 100644 --- a/client/adnsheloex.c +++ b/client/adnsheloex.c @@ -3,15 +3,8 @@ * - look up the A record of hosts in an Exim log that failed HELO verification */ /* - * This file is - * Copyright (C) 2004 Tony Finch - * - * It is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adnshost.h b/client/adnshost.h index fd2d80d..35d7811 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -3,12 +3,8 @@ * - useful general-purpose resolver client program, header file */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adnslogres.c b/client/adnslogres.c index 750a198..3ce05ff 100644 --- a/client/adnslogres.c +++ b/client/adnslogres.c @@ -3,16 +3,8 @@ * - a replacement for the Apache logresolve program using adns */ /* - * This file is - * Copyright (C) 1999-2000 Tony Finch - * Copyright (C) 1999-2000,2020 Ian Jackson - * - * It is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index 2303f6f..038b3ad 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -3,12 +3,8 @@ * - filter which does resolving, not part of the library */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 2198ebc..0984399 100644 --- a/client/adnstest.c +++ b/client/adnstest.c @@ -3,12 +3,8 @@ * - simple test program, not part of the library */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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/client.h b/client/client.h index 908d54a..2b5e308 100644 --- a/client/client.h +++ b/client/client.h @@ -3,12 +3,8 @@ * - useful declarations and definitions for adns client programs */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 @@ -30,10 +26,7 @@ #define ADNS_VERSION_STRING "1.6.0" #define COPYRIGHT_MESSAGE \ - "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" \ + "Copyright Ian Jackson and contributors\n" \ "This is free software; see the source for copying conditions. There is NO\n" \ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" diff --git a/client/fanftest.c b/client/fanftest.c index 2d9e6fb..d1cb2c7 100644 --- a/client/fanftest.c +++ b/client/fanftest.c @@ -3,16 +3,8 @@ * - a small test program from Tony Finch */ /* - * This file is - * Copyright (C) 1999 Tony Finch - * Copyright (C) 1999-2000 Ian Jackson - * - * It is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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/common.make.in b/common.make.in index e50eb85..5a5ba4d 100644 --- a/common.make.in +++ b/common.make.in @@ -1,12 +1,8 @@ # common.make[.in] - common configuration settings for Makefiles, # used by autoconf/configure to generate settings.make # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/configure.in b/configure.in index 2894cf9..b753a5b 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,7 @@ # configure.in - input to autoconf # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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 52662a7..d9151bd 100644 --- a/dynamic/Makefile.in +++ b/dynamic/Makefile.in @@ -1,11 +1,7 @@ # dynamic/Makefile - dynamic library Makefile # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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 b654f90..eb63a20 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -1,11 +1,7 @@ # regress/Makefile[.in] - regression test Makefile # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/addcases b/regress/addcases index e4fc73d..ad41a48 100755 --- a/regress/addcases +++ b/regress/addcases @@ -1,12 +1,8 @@ #!/bin/sh # usage: ./addcases ... # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/checkall b/regress/checkall index 169e317..a6cb229 100755 --- a/regress/checkall +++ b/regress/checkall @@ -2,12 +2,8 @@ # usage: checkall # runs all test cases # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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 aa56184..1f24f22 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -2,12 +2,8 @@ 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 -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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). 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 74811a7..3fd2a10 100644 --- a/regress/hcommon.c.m4 +++ b/regress/hcommon.c.m4 @@ -2,12 +2,8 @@ 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 -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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). 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 3119f27..8aaf7a6 100644 --- a/regress/hmacros.i4 +++ b/regress/hmacros.i4 @@ -2,12 +2,8 @@ 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 -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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). 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 7d0660e..7e688bf 100644 --- a/regress/hplayback.c.m4 +++ b/regress/hplayback.c.m4 @@ -2,12 +2,8 @@ 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 -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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). 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 c8a133e..94e6617 100644 --- a/regress/hrecord.c.m4 +++ b/regress/hrecord.c.m4 @@ -2,12 +2,8 @@ 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 -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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hredirect.h.m4 b/regress/hredirect.h.m4 index a40783c..f2d5618 100644 --- a/regress/hredirect.h.m4 +++ b/regress/hredirect.h.m4 @@ -2,12 +2,8 @@ m4_dnl hredirect.h.m4 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,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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/hsyscalls.h.m4 b/regress/hsyscalls.h.m4 index 9e622ec..53c5ef6 100644 --- a/regress/hsyscalls.h.m4 +++ b/regress/hsyscalls.h.m4 @@ -2,12 +2,8 @@ m4_dnl hsyscalls.h.m4 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,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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). 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 dbc584f..852cc93 100644 --- a/regress/hsyscalls.i4 +++ b/regress/hsyscalls.i4 @@ -2,12 +2,8 @@ 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 -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 -m4_dnl (See the file INSTALL for full details.) +m4_dnl This file is part of adns, which is Copyright Ian Jackson +m4_dnl and contributors (see the file INSTALL for full details). m4_dnl m4_dnl This program is free software; you can redistribute it and/or modify m4_dnl it under the terms of the GNU General Public License as published by diff --git a/regress/m1test b/regress/m1test index 5f928f1..37fab25 100755 --- a/regress/m1test +++ b/regress/m1test @@ -2,12 +2,8 @@ # usage: m1test [] ' # test recording script # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/regress/r1test b/regress/r1test index 7d5a4d8..f61089a 100755 --- a/regress/r1test +++ b/regress/r1test @@ -2,12 +2,8 @@ # usage: r1test # test execution script, for running one test # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/settings.make.in b/settings.make.in index 4f8379a..dfba4ea 100644 --- a/settings.make.in +++ b/settings.make.in @@ -1,12 +1,8 @@ # 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-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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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 44ac07b..5592579 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,11 +1,7 @@ # src/Makefile[.in] - library main Makefile # -# This file is part of adns, which is -# 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 -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # 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/addrfam.c b/src/addrfam.c index f114d74..dece6e3 100644 --- a/src/addrfam.c +++ b/src/addrfam.c @@ -3,12 +3,8 @@ * - address-family specific code */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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.make b/src/adns.make index 210be5d..64a42f2 100644 --- a/src/adns.make +++ b/src/adns.make @@ -1,11 +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,2020 Ian Jackson -# Copyright (C) 2014 Mark Wooding -# Copyright (C) 1999-2000,2003,2006 Tony Finch -# Copyright (C) 1991 Massachusetts Institute of Technology -# (See the file INSTALL for full details.) +# This file is part of adns, which is Copyright Ian Jackson +# and contributors (see the file INSTALL for full details). # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/check.c b/src/check.c index f5e1a9e..ead1249 100644 --- a/src/check.c +++ b/src/check.c @@ -3,12 +3,8 @@ * - consistency checks */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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/config.h.in b/src/config.h.in index ddc3462..e48c7ea 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -4,12 +4,8 @@ * input file for autoheader/autoconf/configure: extra stuff for config.h */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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/dlist.h b/src/dlist.h index 7ffa22e..0efb310 100644 --- a/src/dlist.h +++ b/src/dlist.h @@ -3,12 +3,8 @@ * - macros for handling doubly linked lists */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 c326c28..14c9ee9 100644 --- a/src/event.c +++ b/src/event.c @@ -5,12 +5,8 @@ * - user-visible check/wait and event-loop-related functions */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 cfe07bd..183c487 100644 --- a/src/general.c +++ b/src/general.c @@ -4,12 +4,8 @@ * - vbuf handling */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 c03a77b..083f429 100644 --- a/src/internal.h +++ b/src/internal.h @@ -5,12 +5,8 @@ * - comments regarding library data structures */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 2eb68e4..3652b32 100644 --- a/src/parse.c +++ b/src/parse.c @@ -3,12 +3,8 @@ * - parsing assistance functions (mainly for domains inside datagrams) */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/poll.c b/src/poll.c index 6484b34..54d7a2f 100644 --- a/src/poll.c +++ b/src/poll.c @@ -3,12 +3,8 @@ * - wrappers for poll(2) */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 82adbdd..7d537d5 100644 --- a/src/query.c +++ b/src/query.c @@ -5,12 +5,8 @@ * - query submission and cancellation (user-visible and internal) */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 caf5c05..e538674 100644 --- a/src/reply.c +++ b/src/reply.c @@ -3,12 +3,8 @@ * - main handling and parsing routine for received datagrams */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 772c727..a10cbf8 100644 --- a/src/setup.c +++ b/src/setup.c @@ -4,12 +4,8 @@ * - management of global state */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 bf2f8c6..f18f8d8 100644 --- a/src/transmit.c +++ b/src/transmit.c @@ -4,12 +4,8 @@ * - send queries */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tvarith.h b/src/tvarith.h index 8dd7896..eb9be9b 100644 --- a/src/tvarith.h +++ b/src/tvarith.h @@ -3,12 +3,8 @@ * - static inline functions for doing arithmetic on timevals */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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 428dbfa..d79f4a0 100644 --- a/src/types.c +++ b/src/types.c @@ -3,12 +3,8 @@ * - RR-type-specific code, and the machinery to call it */ /* - * This file is part of adns, which is - * 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 - * (See the file INSTALL for full details.) + * This file is part of adns, which is Copyright Ian Jackson + * and contributors (see the file INSTALL for full details). * * 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