diff options
Diffstat (limited to 'perl/Wallet')
-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 |
8 files changed, 8 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 |