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 | |
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')
-rw-r--r-- | perl/Wallet/ACL.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/ACL/Base.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/ACL/Krb5.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/Config.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/Object/Base.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/Object/Keytab.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/Schema.pm | 2 | ||||
-rw-r--r-- | perl/Wallet/Server.pm | 2 | ||||
-rwxr-xr-x | perl/t/acl.t | 5 | ||||
-rwxr-xr-x | perl/t/init.t | 5 | ||||
-rwxr-xr-x | perl/t/keytab.t | 5 | ||||
-rwxr-xr-x | perl/t/object.t | 5 | ||||
-rwxr-xr-x | perl/t/pod.t | 5 | ||||
-rwxr-xr-x | perl/t/schema.t | 5 | ||||
-rwxr-xr-x | perl/t/server.t | 5 | ||||
-rwxr-xr-x | perl/t/verifier.t | 5 |
16 files changed, 48 insertions, 8 deletions
diff --git a/perl/Wallet/ACL.pm b/perl/Wallet/ACL.pm index 4a9bd88..a5ea6f3 100644 --- a/perl/Wallet/ACL.pm +++ b/perl/Wallet/ACL.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Modules and declarations diff --git a/perl/Wallet/ACL/Base.pm b/perl/Wallet/ACL/Base.pm index a03086d..87df824 100644 --- a/perl/Wallet/ACL/Base.pm +++ b/perl/Wallet/ACL/Base.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Modules and declarations diff --git a/perl/Wallet/ACL/Krb5.pm b/perl/Wallet/ACL/Krb5.pm index eab0c28..8c0610b 100644 --- a/perl/Wallet/ACL/Krb5.pm +++ b/perl/Wallet/ACL/Krb5.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Modules and declarations diff --git a/perl/Wallet/Config.pm b/perl/Wallet/Config.pm index 0c22d2b..1b36658 100644 --- a/perl/Wallet/Config.pm +++ b/perl/Wallet/Config.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. package Wallet::Config; require 5.006; diff --git a/perl/Wallet/Object/Base.pm b/perl/Wallet/Object/Base.pm index 478382e..527a146 100644 --- a/perl/Wallet/Object/Base.pm +++ b/perl/Wallet/Object/Base.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Modules and declarations diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm index 4ae7818..34f580f 100644 --- a/perl/Wallet/Object/Keytab.pm +++ b/perl/Wallet/Object/Keytab.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Modules and declarations diff --git a/perl/Wallet/Schema.pm b/perl/Wallet/Schema.pm index 352f497..46a5ef7 100644 --- a/perl/Wallet/Schema.pm +++ b/perl/Wallet/Schema.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Modules and declarations diff --git a/perl/Wallet/Server.pm b/perl/Wallet/Server.pm index 138a576..172cdf1 100644 --- a/perl/Wallet/Server.pm +++ b/perl/Wallet/Server.pm @@ -4,7 +4,7 @@ # Written by Russ Allbery <rra@stanford.edu> # Copyright 2007 Board of Trustees, Leland Stanford Jr. University # -# See README for licensing terms. +# See LICENSE for licensing terms. ############################################################################## # Modules and declarations 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 <rra@stanford.edu> +# 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 <rra@stanford.edu> +# 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 <rra@stanford.edu> +# 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 <rra@stanford.edu> +# 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 <rra@stanford.edu> +# 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 <rra@stanford.edu> +# 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 <rra@stanford.edu> +# 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 <rra@stanford.edu> +# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. use Test::More tests => 13; |