diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-05 21:59:05 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-05 21:59:05 +0000 |
commit | 500b0dfb2ec5a9cb561f6095f169275dee98e054 (patch) | |
tree | 8c6682da37c9526fcc98ea9eb1d06ae1559de332 /tests/server | |
parent | 3f6c232d09a00cbaecb2ca419d8086845e642ffa (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/server')
-rw-r--r-- | tests/server/backend-t.in | 6 | ||||
-rw-r--r-- | tests/server/keytab-t.in | 6 |
2 files changed, 10 insertions, 2 deletions
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); |