Change my email address to eagle@eyrie.org

This commit is contained in:
Russ Allbery 2014-04-06 17:30:33 -07:00
parent 6cd07676a7
commit 828b42af28
5 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@
# If running inside INN, uncomment the above and point to innshellvars.pl. # If running inside INN, uncomment the above and point to innshellvars.pl.
# #
# Written April 1996, tale@isc.org (David C Lawrence) # Written April 1996, tale@isc.org (David C Lawrence)
# Currently maintained by Russ Allbery <rra@stanford.edu> # Currently maintained by Russ Allbery <eagle@eyrie.org>
# Version 1.27, 2005-07-02 # Version 1.27, 2005-07-02
# #
# NOTICE TO INN MAINTAINERS: The version that is shipped with INN is the # NOTICE TO INN MAINTAINERS: The version that is shipped with INN is the
@ -12,7 +12,7 @@
# #
# This program requires Perl 5, probably at least about Perl 5.003 since # This program requires Perl 5, probably at least about Perl 5.003 since
# that's when FileHandle was introduced. If you want to use this program # that's when FileHandle was introduced. If you want to use this program
# and your Perl is too old, please contact me (rra@stanford.edu) and tell # and your Perl is too old, please contact me (eagle@eyrie.org) and tell
# me about it; I want to know what old versions of Perl are still used in # me about it; I want to know what old versions of Perl are still used in
# practice. # practice.
# #
@ -471,13 +471,13 @@ sub pgp_verify {
# implemented a separate status stream with parseable data. # implemented a separate status stream with parseable data.
# #
# MIT PGP 2.6.2 and PGP 6.5.2: # MIT PGP 2.6.2 and PGP 6.5.2:
# Good signature from user "Russ Allbery <rra@stanford.edu>". # Good signature from user "Russ Allbery <eagle@eyrie.org>".
# ViaCrypt PGP 4.0: # ViaCrypt PGP 4.0:
# Good signature from user: Russ Allbery <rra@stanford.edu> # Good signature from user: Russ Allbery <eagle@eyrie.org>
# PGP 5.0: # PGP 5.0:
# Good signature made 1999-02-10 03:29 GMT by key: # Good signature made 1999-02-10 03:29 GMT by key:
# 1024 bits, Key ID 0AFC7476, Created 1999-02-10 # 1024 bits, Key ID 0AFC7476, Created 1999-02-10
# "Russ Allbery <rra@stanford.edu>" # "Russ Allbery <eagle@eyrie.org>"
# #
# Also, PGP v2 prints out "Bad signature" while PGP v5 uses "BAD # Also, PGP v2 prints out "Bad signature" while PGP v5 uses "BAD
# signature", and PGP v6 reverts back to "Bad signature". # signature", and PGP v6 reverts back to "Bad signature".
@ -806,7 +806,7 @@ to be prohibitively difficult for PGP keys of a sufficient bit length.
B<pgpverify> was written by David C Lawrence <tale@isc.org>. Manual page B<pgpverify> was written by David C Lawrence <tale@isc.org>. Manual page
provided by James Ralston. It is currently maintained by Russ Allbery provided by James Ralston. It is currently maintained by Russ Allbery
<rra@stanford.edu>. <eagle@eyrie.org>.
=head1 COPYRIGHT AND LICENSE =head1 COPYRIGHT AND LICENSE

View file

@ -1,6 +1,6 @@
#! /usr/bin/perl -w #! /usr/bin/perl -w
# written April 1996, tale@isc.org (David C Lawrence) # written April 1996, tale@isc.org (David C Lawrence)
# Currently maintained by Russ Allbery <rra@stanford.edu> # Currently maintained by Russ Allbery <eagle@eyrie.org>
# Version 1.8, 2003-07-06 # Version 1.8, 2003-07-06
# #
# Changes from 1.6 -> 1.8 # Changes from 1.6 -> 1.8

View file

@ -12,7 +12,7 @@
############################################################################## ##############################################################################
# #
# written April 1996, tale@isc.org (David C Lawrence) # written April 1996, tale@isc.org (David C Lawrence)
# Currently maintained by Russ Allbery <rra@stanford.edu> # Currently maintained by Russ Allbery <eagle@eyrie.org>
# Version 1.15, 25 Nov 2002 # Version 1.15, 25 Nov 2002
# #
# NOTICE TO INN MAINTAINERS: The version that is shipped with INN # NOTICE TO INN MAINTAINERS: The version that is shipped with INN

View file

@ -3,7 +3,7 @@ $ID = q$Id$;
# #
# run-tests -- Test signcontrol and pgpverify. # run-tests -- Test signcontrol and pgpverify.
# #
# Written by Russ Allbery <rra@stanford.edu> # Written by Russ Allbery <eagle@eyrie.org>
# This work is hereby placed in the public domain by its author. # This work is hereby placed in the public domain by its author.
use strict; use strict;

View file

@ -3,7 +3,7 @@ $ID = q$ID$;
# #
# sign-newsart -- Simple wrapper to sign a control message with News::Article. # sign-newsart -- Simple wrapper to sign a control message with News::Article.
# #
# Written by Russ Allbery <rra@stanford.edu> # Written by Russ Allbery <eagle@eyrie.org>
# This work is hereby placed in the public domain by its author. # This work is hereby placed in the public domain by its author.
# #
# This program is used to test that pgpverify can correctly verify signatures # This program is used to test that pgpverify can correctly verify signatures