diff options
| author | Russ Allbery <eagle@eyrie.org> | 2014-04-13 16:36:36 -0700 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2014-04-13 16:37:25 -0700 | 
| commit | 76ccf098c6e9c8849c8ca459a54d7383baf39ddb (patch) | |
| tree | 8e955c0b86954a3db67dccd75e8cefdfd0d0b636 /perl/Wallet/Object | |
| parent | 401bfdd941e55651f38f46b76b297968691fcaf3 (diff) | |
Change my email address to eagle@eyrie.org
Change-Id: I4c2b5d7c807d6c27dd18a3b92eef66d21287d21e
Reviewed-on: https://gerrit.stanford.edu/1481
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Wallet/Object')
| -rw-r--r-- | perl/Wallet/Object/Base.pm | 4 | ||||
| -rw-r--r-- | perl/Wallet/Object/File.pm | 4 | ||||
| -rw-r--r-- | perl/Wallet/Object/Keytab.pm | 4 | ||||
| -rw-r--r-- | perl/Wallet/Object/WAKeyring.pm | 4 | 
4 files changed, 8 insertions, 8 deletions
| diff --git a/perl/Wallet/Object/Base.pm b/perl/Wallet/Object/Base.pm index dd128cc..8debac9 100644 --- a/perl/Wallet/Object/Base.pm +++ b/perl/Wallet/Object/Base.pm @@ -1,6 +1,6 @@  # Wallet::Object::Base -- Parent class for any object stored in the wallet.  # -# Written by Russ Allbery <rra@stanford.edu> +# Written by Russ Allbery <eagle@eyrie.org>  # Copyright 2007, 2008, 2010, 2011  #     The Board of Trustees of the Leland Stanford Junior University  # @@ -1010,6 +1010,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR -Russ Allbery <rra@stanford.edu> +Russ Allbery <eagle@eyrie.org>  =cut diff --git a/perl/Wallet/Object/File.pm b/perl/Wallet/Object/File.pm index 49589f1..4afef04 100644 --- a/perl/Wallet/Object/File.pm +++ b/perl/Wallet/Object/File.pm @@ -1,6 +1,6 @@  # Wallet::Object::File -- File object implementation for the wallet.  # -# Written by Russ Allbery <rra@stanford.edu> +# Written by Russ Allbery <eagle@eyrie.org>  # Copyright 2008, 2010  #     The Board of Trustees of the Leland Stanford Junior University  # @@ -237,6 +237,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR -Russ Allbery <rra@stanford.edu> +Russ Allbery <eagle@eyrie.org>  =cut diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm index 45d5826..24c3302 100644 --- a/perl/Wallet/Object/Keytab.pm +++ b/perl/Wallet/Object/Keytab.pm @@ -1,6 +1,6 @@  # Wallet::Object::Keytab -- Keytab object implementation for the wallet.  # -# Written by Russ Allbery <rra@stanford.edu> +# Written by Russ Allbery <eagle@eyrie.org>  # Copyright 2007, 2008, 2009, 2010, 2013  #     The Board of Trustees of the Leland Stanford Junior University  # @@ -508,6 +508,6 @@ available from L<http://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR -Russ Allbery <rra@stanford.edu> +Russ Allbery <eagle@eyrie.org>  =cut diff --git a/perl/Wallet/Object/WAKeyring.pm b/perl/Wallet/Object/WAKeyring.pm index f33497c..f8bd0f7 100644 --- a/perl/Wallet/Object/WAKeyring.pm +++ b/perl/Wallet/Object/WAKeyring.pm @@ -1,6 +1,6 @@  # Wallet::Object::WAKeyring -- WebAuth keyring object implementation.  # -# Written by Russ Allbery <rra@stanford.edu> +# Written by Russ Allbery <eagle@eyrie.org>  # Copyright 2012, 2013  #     The Board of Trustees of the Leland Stanford Junior University  # @@ -365,6 +365,6 @@ from <http://www.eyrie.org/~eagle/software/wallet/>.  =head1 AUTHOR -Russ Allbery <rra@stanford.edu> +Russ Allbery <eagle@eyrie.org>  =cut | 
