aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/client/basic-t.in2
-rwxr-xr-xtests/data/cmd-fake4
-rwxr-xr-xtests/data/fake-kadmin4
-rw-r--r--tests/libtest.c2
-rw-r--r--tests/libtest.h20
-rw-r--r--tests/portable/asprintf-t.c2
-rw-r--r--tests/server/backend-t.in6
-rw-r--r--tests/server/keytab-t.in6
-rw-r--r--tests/util/xmalloc-t.in20
9 files changed, 60 insertions, 6 deletions
diff --git a/tests/client/basic-t.in b/tests/client/basic-t.in
index 2a19b46..4d9b796 100644
--- a/tests/client/basic-t.in
+++ b/tests/client/basic-t.in
@@ -5,7 +5,7 @@
#
# Written by Russ Allbery <rra@stanford.edu>
# Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. University
-# See README for licensing terms.
+# See LICENSE for licensing terms.
# The count starts at 1 and is updated each time ok is printed. printcount
# takes "ok" or "not ok".
diff --git a/tests/data/cmd-fake b/tests/data/cmd-fake
index 7cde65e..4e95bd8 100755
--- a/tests/data/cmd-fake
+++ b/tests/data/cmd-fake
@@ -3,6 +3,10 @@
#
# This is a fake wallet backend that returns bogus data for verification by
# the client test suite. It doesn't test any of the wallet server code.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+# See LICENSE for licensing terms.
command="$1"
shift
diff --git a/tests/data/fake-kadmin b/tests/data/fake-kadmin
index e1e1892..039d8b2 100755
--- a/tests/data/fake-kadmin
+++ b/tests/data/fake-kadmin
@@ -2,6 +2,10 @@
# $Id$
#
# fake-kadmin -- Fake kadmin.local used to test the keytab backend.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+# See LICENSE for licensing terms.
unless ($ARGV[0] eq '-q' && @ARGV == 2) {
die "invalid arguments\n";
diff --git a/tests/libtest.c b/tests/libtest.c
index 727fc81..10e6024 100644
--- a/tests/libtest.c
+++ b/tests/libtest.c
@@ -9,8 +9,6 @@
** test number. Other utility routines help in constructing more complex
** tests.
**
-** Copyright 2006
-** Board of Trustees, Leland Stanford Jr. University
** Copyright (c) 2004, 2005, 2006
** by Internet Systems Consortium, Inc. ("ISC")
** Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
diff --git a/tests/libtest.h b/tests/libtest.h
index aedbaa6..7c4aca7 100644
--- a/tests/libtest.h
+++ b/tests/libtest.h
@@ -1,6 +1,26 @@
/* $Id$
**
** Some utility routines for writing tests.
+**
+** Copyright (c) 2004, 2005, 2006
+** by Internet Systems Consortium, Inc. ("ISC")
+** Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+** 2002, 2003 by The Internet Software Consortium and Rich Salz
+**
+** This code is derived from software contributed to the Internet Software
+** Consortium by Rich Salz.
+**
+** Permission to use, copy, modify, and distribute this software for any
+** purpose with or without fee is hereby granted, provided that the above
+** copyright notice and this permission notice appear in all copies.
+**
+** THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+** REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+** MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
+** SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+** WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+** ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+** OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef LIBTEST_H
diff --git a/tests/portable/asprintf-t.c b/tests/portable/asprintf-t.c
index a362755..a79c7f4 100644
--- a/tests/portable/asprintf-t.c
+++ b/tests/portable/asprintf-t.c
@@ -3,7 +3,7 @@
/* Written by Russ Allbery <rra@stanford.edu>
Copyright 2006 Board of Trustees, Leland Stanford Jr. University
- See README for licensing terms. */
+ See LICENSE for licensing terms. */
#include <config.h>
#include <system.h>
diff --git a/tests/server/backend-t.in b/tests/server/backend-t.in
index c844d5e..e8558f5 100644
--- a/tests/server/backend-t.in
+++ b/tests/server/backend-t.in
@@ -1,7 +1,11 @@
#!/usr/bin/perl -w
# $Id$
#
-# t/backend.t -- Tests for the wallet-backend dispatch code.
+# Tests for the wallet-backend dispatch code.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. University
+# See LICENSE for licensing terms.
use strict;
use IO::String;
diff --git a/tests/server/keytab-t.in b/tests/server/keytab-t.in
index 4a8be77..30229e8 100644
--- a/tests/server/keytab-t.in
+++ b/tests/server/keytab-t.in
@@ -1,7 +1,11 @@
#!/usr/bin/perl -w
# $Id: backend-t.in 3547 2007-09-14 23:18:48Z rra $
#
-# t/keytab.t -- Tests for the keytab-backend dispatch code.
+# Tests for the keytab-backend dispatch code.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. University
+# See LICENSE for licensing terms.
use strict;
use vars qw($CONFIG $KADMIN $SYSLOG $TMP);
diff --git a/tests/util/xmalloc-t.in b/tests/util/xmalloc-t.in
index e4e971d..504bbaa 100644
--- a/tests/util/xmalloc-t.in
+++ b/tests/util/xmalloc-t.in
@@ -2,6 +2,26 @@
# $Id$
#
# Test suite for xmalloc and friends.
+#
+# Copyright (c) 2004, 2005, 2006
+# by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+# 2002, 2003 by The Internet Software Consortium and Rich Salz
+#
+# This code is derived from software contributed to the Internet Software
+# Consortium by Rich Salz.
+#
+# Permission to use, copy, modify, and distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
# The count starts at 1 and is updated each time ok is printed. printcount
# takes "ok" or "not ok".