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 /perl/t/keytab.t | |
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 'perl/t/keytab.t')
-rwxr-xr-x | perl/t/keytab.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/t/keytab.t b/perl/t/keytab.t index c419806..abe7bf5 100755 --- a/perl/t/keytab.t +++ b/perl/t/keytab.t @@ -2,6 +2,11 @@ # $Id$ # # t/keytab.t -- Tests for the keytab object implementation. +# +# Written by Russ Allbery <rra@stanford.edu> +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 160; |