aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-10-05 21:59:05 +0000
committerRuss Allbery <rra@stanford.edu>2007-10-05 21:59:05 +0000
commit500b0dfb2ec5a9cb561f6095f169275dee98e054 (patch)
tree8c6682da37c9526fcc98ea9eb1d06ae1559de332 /tests/data
parent3f6c232d09a00cbaecb2ca419d8086845e642ffa (diff)
Add comprehensive license information in LICENSE and update the copyright
and license statements in all files. Make sure that some files that were missing copyright information now have them. Reference LICENSE rather than README in all notices.
Diffstat (limited to 'tests/data')
-rwxr-xr-xtests/data/cmd-fake4
-rwxr-xr-xtests/data/fake-kadmin4
2 files changed, 8 insertions, 0 deletions
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";