summaryrefslogtreecommitdiff
path: root/regress/m1test
diff options
context:
space:
mode:
authorian <ian>2000-05-07 22:37:18 +0000
committerian <ian>2000-05-07 22:37:18 +0000
commit3d5cde09d167be1609d27d0d93de2096250a310c (patch)
tree8d0415f3f0d20ac9d7929e1184035bb61ec13528 /regress/m1test
parentea041b43eee0f4104a24729d767470da13d9be48 (diff)
+ * Copyright notices updated.
@@ -23,12 +23,13 @@ * Documented that adns_rr_info _rr_hostaddr ( ) for address list means permanent failure, and ? means temporary failure. * Typo (*now for now in _beforeselect description) in adns.h fixed. + * Copyright notices updated. Changes to produce more defensive code: * In adns_wait, assert that the timeout is not infinite. * Make qu->id start out as -2 when initially allocated. - -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 7 May 2000 23:11:44 +0100 + -- Ian Jackson <ian@davenant.greenend.org.uk> Sun, 7 May 2000 23:37:13 +0100 adns (0.7) BETA; urgency=medium
Diffstat (limited to 'regress/m1test')
-rwxr-xr-xregress/m1test23
1 files changed, 23 insertions, 0 deletions
diff --git a/regress/m1test b/regress/m1test
index dbd6bc5..c1500e7 100755
--- a/regress/m1test
+++ b/regress/m1test
@@ -1,4 +1,27 @@
#!/bin/sh
+# usage: m1test <name> <initfile> [<initflags>] <queryargs>'
+# test recording script
+#
+# This file is
+# Copyright (C) 1998-2000 Ian Jackson <ian@davenant.greenend.org.uk>
+#
+# 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>
+#
+# 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
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
set -e