From 828b42af283a320f7e53b188ba07d6293b7249b9 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 6 Apr 2014 17:30:33 -0700 Subject: [PATCH] Change my email address to eagle@eyrie.org --- pgpverify | 12 ++++++------ signcontrol | 2 +- tests/pgpverify-old | 2 +- tests/run-tests | 2 +- tests/sign-newsart | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pgpverify b/pgpverify index e84a8a0..d060425 100755 --- a/pgpverify +++ b/pgpverify @@ -3,7 +3,7 @@ # If running inside INN, uncomment the above and point to innshellvars.pl. # # Written April 1996, tale@isc.org (David C Lawrence) -# Currently maintained by Russ Allbery +# Currently maintained by Russ Allbery # Version 1.27, 2005-07-02 # # 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 # 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 # practice. # @@ -471,13 +471,13 @@ sub pgp_verify { # implemented a separate status stream with parseable data. # # MIT PGP 2.6.2 and PGP 6.5.2: - # Good signature from user "Russ Allbery ". + # Good signature from user "Russ Allbery ". # ViaCrypt PGP 4.0: - # Good signature from user: Russ Allbery + # Good signature from user: Russ Allbery # PGP 5.0: # Good signature made 1999-02-10 03:29 GMT by key: # 1024 bits, Key ID 0AFC7476, Created 1999-02-10 - # "Russ Allbery " + # "Russ Allbery " # # Also, PGP v2 prints out "Bad signature" while PGP v5 uses "BAD # 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 was written by David C Lawrence . Manual page provided by James Ralston. It is currently maintained by Russ Allbery -. +. =head1 COPYRIGHT AND LICENSE diff --git a/signcontrol b/signcontrol index c1951e7..a2011d7 100755 --- a/signcontrol +++ b/signcontrol @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # written April 1996, tale@isc.org (David C Lawrence) -# Currently maintained by Russ Allbery +# Currently maintained by Russ Allbery # Version 1.8, 2003-07-06 # # Changes from 1.6 -> 1.8 diff --git a/tests/pgpverify-old b/tests/pgpverify-old index cf0e49c..9a41693 100755 --- a/tests/pgpverify-old +++ b/tests/pgpverify-old @@ -12,7 +12,7 @@ ############################################################################## # # written April 1996, tale@isc.org (David C Lawrence) -# Currently maintained by Russ Allbery +# Currently maintained by Russ Allbery # Version 1.15, 25 Nov 2002 # # NOTICE TO INN MAINTAINERS: The version that is shipped with INN diff --git a/tests/run-tests b/tests/run-tests index 4a01593..c8e9b15 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -3,7 +3,7 @@ $ID = q$Id$; # # run-tests -- Test signcontrol and pgpverify. # -# Written by Russ Allbery +# Written by Russ Allbery # This work is hereby placed in the public domain by its author. use strict; diff --git a/tests/sign-newsart b/tests/sign-newsart index 5caa2a9..a8252be 100755 --- a/tests/sign-newsart +++ b/tests/sign-newsart @@ -3,7 +3,7 @@ $ID = q$ID$; # # sign-newsart -- Simple wrapper to sign a control message with News::Article. # -# Written by Russ Allbery +# Written by Russ Allbery # This work is hereby placed in the public domain by its author. # # This program is used to test that pgpverify can correctly verify signatures