From 26e1c3d691b52d21a8bb52d9bf3f8e2b42ae6cfa Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Oct 2014 00:06:42 +0100 Subject: [PATCH] Licensing: Update copyright dates for Ian Jackson Signed-off-by: Ian Jackson --- Makefile.in | 2 +- acconfig.h | 2 +- aclocal.m4 | 2 +- client/Makefile.in | 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 | 2 +- client/adnsresfilter.c | 2 +- client/adnstest.c | 2 +- client/client.h | 4 ++-- client/fanftest.c | 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 | 4 ++-- 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 +- 47 files changed, 49 insertions(+), 49 deletions(-) diff --git a/Makefile.in b/Makefile.in index ab38836..b3f7b45 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/acconfig.h b/acconfig.h index d11375d..ac69cbd 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/aclocal.m4 b/aclocal.m4 index 25c0521..00543af 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/client/Makefile.in b/client/Makefile.in index 6d9b685..014f380 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/client/adh-main.c b/client/adh-main.c index 17d02d8..3db3fa8 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/adh-opts.c b/client/adh-opts.c index c9c7fb3..8a36bbb 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/adh-query.c b/client/adh-query.c index b353e47..ec6c627 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/adnsheloex.c b/client/adnsheloex.c index ea22bcb..427ab87 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/adnshost.h b/client/adnshost.h index 4549e6a..27b49eb 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/adnslogres.c b/client/adnslogres.c index a72e37a..296ae1b 100644 --- a/client/adnslogres.c +++ b/client/adnslogres.c @@ -8,7 +8,7 @@ * Copyright (C) 1999-2000 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index 1f66c25..dcf7011 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/adnstest.c b/client/adnstest.c index 631911e..8667a41 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/client/client.h b/client/client.h index ff95db8..b7d0822 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) @@ -29,7 +29,7 @@ #define ADNS_VERSION_STRING "1.2" #define COPYRIGHT_MESSAGE \ - "Copyright (C) 1997-2000,2003,2006 Ian Jackson\n" \ + "Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson\n" \ "Copyright (C) 1999-2000,2003,2006 Tony Finch\n" \ "Copyright (C) 1991 Massachusetts Institute of Technology\n" \ "This is free software; see the source for copying conditions. There is NO\n" \ diff --git a/client/fanftest.c b/client/fanftest.c index 7a659ba..db6de4b 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/configure.in b/configure.in index 3eaf00f..27d11f7 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/dynamic/Makefile.in b/dynamic/Makefile.in index 02e59f4..8b935b8 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/regress/Makefile.in b/regress/Makefile.in index 49b39f8..a18ec62 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/regress/addcases b/regress/addcases index d3a5fd3..0d46bae 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/regress/checkall b/regress/checkall index edd201f..e3f79e4 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/regress/harness.h.m4 b/regress/harness.h.m4 index 063a90d..d183d0b 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/hcommon.c.m4 b/regress/hcommon.c.m4 index 380e1f1..f0c826e 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/hmacros.i4 b/regress/hmacros.i4 index 1b37413..cfb2042 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/hplayback.c.m4 b/regress/hplayback.c.m4 index 112475d..2f961f7 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/hrecord.c.m4 b/regress/hrecord.c.m4 index cc0e733..d807bd3 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/hredirect.h.m4 b/regress/hredirect.h.m4 index efcb409..bc241f0 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/hsyscalls.h.m4 b/regress/hsyscalls.h.m4 index 07bb912..b93566f 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/hsyscalls.i4 b/regress/hsyscalls.i4 index 139d4ae..41097fc 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 Ian Jackson +m4_dnl Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson 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.) diff --git a/regress/m1test b/regress/m1test index ab8e9dc..37db2dc 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/regress/r1test b/regress/r1test index 17c77a5..05b10a3 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/settings.make.in b/settings.make.in index 63e3373..042d62c 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/src/Makefile.in b/src/Makefile.in index 57ff9f3..13a2481 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/src/addrfam.c b/src/addrfam.c index 00e5b1a..4aef5d9 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/adns.h b/src/adns.h index d0a7a8d..e8dac39 100644 --- a/src/adns.h +++ b/src/adns.h @@ -5,10 +5,10 @@ /* * * This file is - * Copyright (C) 1997-2000,2003,2006 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-2000,2003,2006 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 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 d210357..1cdc28e 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 Ian Jackson +# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson # Copyright (C) 1999-2000,2003,2006 Tony Finch # Copyright (C) 1991 Massachusetts Institute of Technology # (See the file INSTALL for full details.) diff --git a/src/check.c b/src/check.c index e77845a..b9c54f3 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/dlist.h b/src/dlist.h index 0247137..4a3879f 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/event.c b/src/event.c index 3789656..3621bc8 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/general.c b/src/general.c index 5d34fd9..66f72d8 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/internal.h b/src/internal.h index 7263e91..655cee2 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/parse.c b/src/parse.c index fed761b..cc4252e 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/poll.c b/src/poll.c index 1b03a5b..0b47a83 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/query.c b/src/query.c index 2ae3a5b..799a318 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/reply.c b/src/reply.c index 486dd37..83c3431 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/setup.c b/src/setup.c index b51502f..6060a08 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/transmit.c b/src/transmit.c index 28462b3..286d167 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/tvarith.h b/src/tvarith.h index 3796bd1..8319301 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) diff --git a/src/types.c b/src/types.c index e0d0110..754c237 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 Ian Jackson + * Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson * Copyright (C) 1999-2000,2003,2006 Tony Finch * Copyright (C) 1991 Massachusetts Institute of Technology * (See the file INSTALL for full details.) -- 2.30.2