From 500b0dfb2ec5a9cb561f6095f169275dee98e054 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 5 Oct 2007 21:59:05 +0000 Subject: 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. --- perl/t/acl.t | 5 +++++ perl/t/init.t | 5 +++++ perl/t/keytab.t | 5 +++++ perl/t/object.t | 5 +++++ perl/t/pod.t | 5 +++++ perl/t/schema.t | 5 +++++ perl/t/server.t | 5 +++++ perl/t/verifier.t | 5 +++++ 8 files changed, 40 insertions(+) (limited to 'perl/t') diff --git a/perl/t/acl.t b/perl/t/acl.t index a3a9214..644ea3e 100755 --- a/perl/t/acl.t +++ b/perl/t/acl.t @@ -2,6 +2,11 @@ # $Id$ # # t/api.t -- Tests for the wallet ACL API. +# +# Written by Russ Allbery +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 100; diff --git a/perl/t/init.t b/perl/t/init.t index 3f447d0..3fa026f 100755 --- a/perl/t/init.t +++ b/perl/t/init.t @@ -2,6 +2,11 @@ # $Id$ # # t/init.t -- Tests for database initialization. +# +# Written by Russ Allbery +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 8; 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 +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 160; diff --git a/perl/t/object.t b/perl/t/object.t index a69101e..e2ae5ca 100755 --- a/perl/t/object.t +++ b/perl/t/object.t @@ -2,6 +2,11 @@ # $Id$ # # t/object.t -- Tests for the basic object implementation. +# +# Written by Russ Allbery +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 129; diff --git a/perl/t/pod.t b/perl/t/pod.t index 8fe30cc..da4d0d3 100755 --- a/perl/t/pod.t +++ b/perl/t/pod.t @@ -2,6 +2,11 @@ # $Id$ # # t/pod.t -- Test POD formatting for the wallet Perl modules. +# +# Written by Russ Allbery +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. eval 'use Test::Pod 1.00'; if ($@) { diff --git a/perl/t/schema.t b/perl/t/schema.t index 02993ae..01b2b88 100755 --- a/perl/t/schema.t +++ b/perl/t/schema.t @@ -2,6 +2,11 @@ # $Id$ # # t/schema.t -- Tests for the wallet schema class. +# +# Written by Russ Allbery +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 5; diff --git a/perl/t/server.t b/perl/t/server.t index 3da5461..f2c6dc5 100755 --- a/perl/t/server.t +++ b/perl/t/server.t @@ -2,6 +2,11 @@ # $Id$ # # t/server.t -- Tests for the wallet server API. +# +# Written by Russ Allbery +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 286; diff --git a/perl/t/verifier.t b/perl/t/verifier.t index 79bb16b..713c495 100755 --- a/perl/t/verifier.t +++ b/perl/t/verifier.t @@ -2,6 +2,11 @@ # $Id$ # # t/verifier.t -- Tests for the basic wallet ACL verifiers. +# +# Written by Russ Allbery +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 13; -- cgit v1.2.3