summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorian <ian>2000-09-17 00:24:24 +0000
committerian <ian>2000-09-17 00:24:24 +0000
commitbef232aebeabbef525faa7d7f5b08cf7a1427f95 (patch)
tree86270baeadf0988079daf258e57809fcdaa70393 /src
parent630bf6981f8ce925697e3668346e9d5267f2800c (diff)
Update copyright dates and documentation.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
-rw-r--r--src/adns.h22
-rw-r--r--src/adns.make2
-rw-r--r--src/check.c2
-rw-r--r--src/event.c2
-rw-r--r--src/general.c2
-rw-r--r--src/internal.h2
-rw-r--r--src/parse.c2
-rw-r--r--src/poll.c2
-rw-r--r--src/query.c2
-rw-r--r--src/reply.c2
-rw-r--r--src/setup.c2
-rw-r--r--src/transmit.c2
-rw-r--r--src/tvarith.h2
-rw-r--r--src/types.c2
15 files changed, 25 insertions, 25 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 2d77892..6967e8a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -5,7 +5,7 @@
#
# It is part of adns, which is
# Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-# Copyright (C) 1999 Tony Finch <dot@dotat.at>
+# Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/adns.h b/src/adns.h
index 9478112..df1dede 100644
--- a/src/adns.h
+++ b/src/adns.h
@@ -9,7 +9,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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
@@ -22,13 +22,13 @@
* GNU General Public License for more details.
*
*
- * For the benefit of certain LGPL'd `omnibus' software which provides
- * a uniform interface to various things including adns, I make the
- * following additional licence. I do this because the GPL would
- * otherwise force either the omnibus software to be GPL'd or for the
- * adns-using part to be distributed separately.
+ * For the benefit of certain LGPL'd `omnibus' software which
+ * provides a uniform interface to various things including adns, I
+ * make the following additional licence. I do this because the GPL
+ * would otherwise force either the omnibus software to be GPL'd or
+ * the adns-using part to be distributed separately.
*
- * So, you may also redistribute and/or modify adns.h (but only the
+ * So: you may also redistribute and/or modify adns.h (but only the
* public header file adns.h and not any other part of adns) under the
* terms of the GNU Library General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
@@ -39,10 +39,10 @@
* applications where the whole distribution is not GPL'd, are still
* likely to be in violation of the GPL. Anyone who wants to do this
* should contact Ian Jackson. Please note that to avoid encouraging
- * people to infringe the GPL as it applies the body of adns, Ian thinks
- * that if you take advantage of the special exception to redistribute
- * just adns.h under the LGPL, you should retain this paragraph in its
- * place in the appropriate copyright statements.
+ * people to infringe the GPL as it applies to the body of adns, Ian
+ * thinks that if you take advantage of the special exception to
+ * redistribute just adns.h under the LGPL, you should retain this
+ * paragraph in its place in the appropriate copyright statements.
*
*
* You should have received a copy of the GNU General Public License,
diff --git a/src/adns.make b/src/adns.make
index 936300d..14b70bd 100644
--- a/src/adns.make
+++ b/src/adns.make
@@ -5,7 +5,7 @@
#
# It is part of adns, which is
# Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-# Copyright (C) 1999 Tony Finch <dot@dotat.at>
+# Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
#
# 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 aae65bf..7cca534 100644
--- a/src/check.c
+++ b/src/check.c
@@ -8,7 +8,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 684759a..f1d22dc 100644
--- a/src/event.c
+++ b/src/event.c
@@ -10,7 +10,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 ae1f05f..0d159df 100644
--- a/src/general.c
+++ b/src/general.c
@@ -9,7 +9,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 ac8de47..4caa9de 100644
--- a/src/internal.h
+++ b/src/internal.h
@@ -10,7 +10,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 12200ac..73f53f7 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -8,7 +8,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 b9651cd..63de431 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -8,7 +8,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 61ae7be..6cfebb5 100644
--- a/src/query.c
+++ b/src/query.c
@@ -10,7 +10,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 bda52a9..83988a0 100644
--- a/src/reply.c
+++ b/src/reply.c
@@ -8,7 +8,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 dfbec17..f4be5dd 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -9,7 +9,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 08e49d0..47785e6 100644
--- a/src/transmit.c
+++ b/src/transmit.c
@@ -9,7 +9,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 cc3102e..a401b4a 100644
--- a/src/tvarith.h
+++ b/src/tvarith.h
@@ -8,7 +8,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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 5836a44..43ccc2b 100644
--- a/src/types.c
+++ b/src/types.c
@@ -8,7 +8,7 @@
*
* It is part of adns, which is
* Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
- * Copyright (C) 1999 Tony Finch <dot@dotat.at>
+ * Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
*
* 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