INN commit: branches/2.5 (72 files)

INN Commit rra at isc.org
Sun Dec 7 21:22:57 UTC 2014


    Date: Sunday, December 7, 2014 @ 13:22:57
  Author: iulius
Revision: 9768

Update Russ's mail address

Modified:
  branches/2.5/backends/innbind.c
  branches/2.5/contrib/tunefeed.in
  branches/2.5/control/signcontrol.in
  branches/2.5/doc/FAQ
  branches/2.5/doc/pod/active.pod
  branches/2.5/doc/pod/active.times.pod
  branches/2.5/doc/pod/actsync.pod
  branches/2.5/doc/pod/archive.pod
  branches/2.5/doc/pod/auth_krb5.pod
  branches/2.5/doc/pod/batcher.pod
  branches/2.5/doc/pod/buffchan.pod
  branches/2.5/doc/pod/buffindexed.conf.pod
  branches/2.5/doc/pod/ckpasswd.pod
  branches/2.5/doc/pod/control.ctl.pod
  branches/2.5/doc/pod/convdate.pod
  branches/2.5/doc/pod/ctlinnd.pod
  branches/2.5/doc/pod/cycbuff.conf.pod
  branches/2.5/doc/pod/distrib.pats.pod
  branches/2.5/doc/pod/expire.ctl.pod
  branches/2.5/doc/pod/fastrm.pod
  branches/2.5/doc/pod/getlist.pod
  branches/2.5/doc/pod/grephistory.pod
  branches/2.5/doc/pod/inews.pod
  branches/2.5/doc/pod/inn-radius.conf.pod
  branches/2.5/doc/pod/innbind.pod
  branches/2.5/doc/pod/innupgrade.pod
  branches/2.5/doc/pod/moderators.pod
  branches/2.5/doc/pod/motd.news.pod
  branches/2.5/doc/pod/newsfeeds.pod
  branches/2.5/doc/pod/newsgroups.pod
  branches/2.5/doc/pod/overchan.pod
  branches/2.5/doc/pod/pullnews.pod
  branches/2.5/doc/pod/qio.pod
  branches/2.5/doc/pod/radius.pod
  branches/2.5/doc/pod/readers.conf.pod
  branches/2.5/doc/pod/rnews.pod
  branches/2.5/doc/pod/sm.pod
  branches/2.5/doc/pod/tdx-util.pod
  branches/2.5/doc/pod/tinyleaf.pod
  branches/2.5/doc/pod/uwildmat.pod
  branches/2.5/include/inn/hashtab.h
  branches/2.5/include/inn/vector.h
  branches/2.5/include/portable/alloca.h
  branches/2.5/include/portable/getaddrinfo.h
  branches/2.5/include/portable/getnameinfo.h
  branches/2.5/innd/tinyleaf.c
  branches/2.5/lib/asprintf.c
  branches/2.5/lib/concat.c
  branches/2.5/lib/getaddrinfo.c
  branches/2.5/lib/getnameinfo.c
  branches/2.5/lib/hashtab.c
  branches/2.5/lib/hstrerror.c
  branches/2.5/lib/inet_aton.c
  branches/2.5/lib/inet_ntoa.c
  branches/2.5/lib/inet_ntop.c
  branches/2.5/lib/memcmp.c
  branches/2.5/lib/mkstemp.c
  branches/2.5/lib/pread.c
  branches/2.5/lib/pwrite.c
  branches/2.5/lib/setenv.c
  branches/2.5/lib/seteuid.c
  branches/2.5/lib/snprintf.c
  branches/2.5/lib/strlcat.c
  branches/2.5/lib/strlcpy.c
  branches/2.5/lib/uwildmat.c
  branches/2.5/lib/vector.c
  branches/2.5/m4/snprintf.m4
  branches/2.5/m4/vamacros.m4
  branches/2.5/tests/libtest.c
  branches/2.5/tests/libtest.h
  branches/2.5/tests/libtest.sh
  branches/2.5/tests/runtests.c

--------------------------------+
 backends/innbind.c             |    2 +-
 contrib/tunefeed.in            |    4 ++--
 control/signcontrol.in         |    2 +-
 doc/FAQ                        |    4 ++--
 doc/pod/active.pod             |    2 +-
 doc/pod/active.times.pod       |    2 +-
 doc/pod/actsync.pod            |    2 +-
 doc/pod/archive.pod            |    2 +-
 doc/pod/auth_krb5.pod          |    2 +-
 doc/pod/batcher.pod            |    2 +-
 doc/pod/buffchan.pod           |    2 +-
 doc/pod/buffindexed.conf.pod   |    2 +-
 doc/pod/ckpasswd.pod           |    2 +-
 doc/pod/control.ctl.pod        |    2 +-
 doc/pod/convdate.pod           |    2 +-
 doc/pod/ctlinnd.pod            |    2 +-
 doc/pod/cycbuff.conf.pod       |    2 +-
 doc/pod/distrib.pats.pod       |    2 +-
 doc/pod/expire.ctl.pod         |    2 +-
 doc/pod/fastrm.pod             |    2 +-
 doc/pod/getlist.pod            |    2 +-
 doc/pod/grephistory.pod        |    2 +-
 doc/pod/inews.pod              |    2 +-
 doc/pod/inn-radius.conf.pod    |    2 +-
 doc/pod/innbind.pod            |    2 +-
 doc/pod/innupgrade.pod         |    2 +-
 doc/pod/moderators.pod         |    2 +-
 doc/pod/motd.news.pod          |    2 +-
 doc/pod/newsfeeds.pod          |    2 +-
 doc/pod/newsgroups.pod         |    2 +-
 doc/pod/overchan.pod           |    2 +-
 doc/pod/pullnews.pod           |    2 +-
 doc/pod/qio.pod                |    2 +-
 doc/pod/radius.pod             |    2 +-
 doc/pod/readers.conf.pod       |    2 +-
 doc/pod/rnews.pod              |    2 +-
 doc/pod/sm.pod                 |    2 +-
 doc/pod/tdx-util.pod           |    2 +-
 doc/pod/tinyleaf.pod           |    2 +-
 doc/pod/uwildmat.pod           |    2 +-
 include/inn/hashtab.h          |    2 +-
 include/inn/vector.h           |    2 +-
 include/portable/alloca.h      |    2 +-
 include/portable/getaddrinfo.h |    2 +-
 include/portable/getnameinfo.h |    2 +-
 innd/tinyleaf.c                |    2 +-
 lib/asprintf.c                 |    2 +-
 lib/concat.c                   |    2 +-
 lib/getaddrinfo.c              |    2 +-
 lib/getnameinfo.c              |    2 +-
 lib/hashtab.c                  |    2 +-
 lib/hstrerror.c                |    2 +-
 lib/inet_aton.c                |    2 +-
 lib/inet_ntoa.c                |    2 +-
 lib/inet_ntop.c                |    2 +-
 lib/memcmp.c                   |    2 +-
 lib/mkstemp.c                  |    2 +-
 lib/pread.c                    |    2 +-
 lib/pwrite.c                   |    2 +-
 lib/setenv.c                   |    2 +-
 lib/seteuid.c                  |    2 +-
 lib/snprintf.c                 |    2 +-
 lib/strlcat.c                  |    2 +-
 lib/strlcpy.c                  |    2 +-
 lib/uwildmat.c                 |    2 +-
 lib/vector.c                   |    2 +-
 m4/snprintf.m4                 |    2 +-
 m4/vamacros.m4                 |    2 +-
 tests/libtest.c                |    2 +-
 tests/libtest.h                |    2 +-
 tests/libtest.sh               |    4 ++--
 tests/runtests.c               |    2 +-
 72 files changed, 75 insertions(+), 75 deletions(-)

Modified: backends/innbind.c
===================================================================
--- backends/innbind.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ backends/innbind.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Helper program to bind a socket to a low-numbered port.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 */
 
 #include "config.h"

Modified: contrib/tunefeed.in
===================================================================
--- contrib/tunefeed.in	2014-12-07 21:13:43 UTC (rev 9767)
+++ contrib/tunefeed.in	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 $version = q$Id$;
 #
 # tunefeed -- Compare active files with a remote site to tune a feed.
-#             Copyright 1998 by Russ Allbery <rra at stanford.edu>
+#             Copyright 1998 by Russ Allbery <eagle at eyrie.org>
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the same terms as Perl itself.
@@ -469,6 +469,6 @@
 
 =head1 AUTHOR
 
-Russ Allbery E<lt>rra at stanford.eduE<gt>
+Russ Allbery E<lt>eagle at eyrie.orgE<gt>
 
 =cut

Modified: control/signcontrol.in
===================================================================
--- control/signcontrol.in	2014-12-07 21:13:43 UTC (rev 9767)
+++ control/signcontrol.in	2014-12-07 21:22:57 UTC (rev 9768)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 # written April 1996, <tale at isc.org> (David C Lawrence)
-# Currently maintained by Russ Allbery <rra at stanford.edu>
+# Currently maintained by Russ Allbery <eagle at eyrie.org>
 # Version 1.8, 2003-07-06
 #
 # Changes from 1.6 -> 1.8

Modified: doc/FAQ
===================================================================
--- doc/FAQ	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/FAQ	2014-12-07 21:22:57 UTC (rev 9768)
@@ -1,6 +1,6 @@
 $Id$
 
-From: Russ Allbery <rra at stanford.edu>
+From: Russ Allbery <eagle at eyrie.org>
 Subject: INN 2.x FAQ
 Newsgroups: news.software.nntp
 Organization: The Eyrie
@@ -23,7 +23,7 @@
 use Ctrl-G to skip to the next section; in Gnus, press Ctrl-D to break
 each section into a separate article.
 
-Please send any comments, suggestions, or updates to rra at stanford.edu.
+Please send any comments, suggestions, or updates to <eagle at eyrie.org>.
 Bear in mind when sending me e-mail that I receive upwards of 800 mail
 messages a day and have unanswered personal e-mail dating back six months
 or more, so please don't expect an immediate response.  You may receive

Modified: doc/pod/active.pod
===================================================================
--- doc/pod/active.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/active.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -119,7 +119,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/active.times.pod
===================================================================
--- doc/pod/active.times.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/active.times.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -43,7 +43,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/actsync.pod
===================================================================
--- doc/pod/actsync.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/actsync.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -773,7 +773,7 @@
 
 Written by Landon Curt Noll <chongo at toad.com> for InterNetNews.  Updated
 to support FTP fetching by David Lawrence <tale at isc.org>.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/archive.pod
===================================================================
--- doc/pod/archive.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/archive.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -120,7 +120,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/auth_krb5.pod
===================================================================
--- doc/pod/auth_krb5.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/auth_krb5.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -78,7 +78,7 @@
 =head1 HISTORY
 
 Originally written by Christopher S<P. Lindsey>.  This documentation was
-written by Russ Allbery <rra at stanford.edu> based on Christopher's original
+written by Russ Allbery <eagle at eyrie.org> based on Christopher's original
 F<README> file.
 
 $Id$

Modified: doc/pod/batcher.pod
===================================================================
--- doc/pod/batcher.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/batcher.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -148,7 +148,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten by
-Russ Allbery <rra at stanford.edu> in POD.
+Russ Allbery <eagle at eyrie.org> in POD.
 
 $Id$
 

Modified: doc/pod/buffchan.pod
===================================================================
--- doc/pod/buffchan.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/buffchan.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -182,7 +182,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/buffindexed.conf.pod
===================================================================
--- doc/pod/buffindexed.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/buffindexed.conf.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -141,7 +141,7 @@
 =head1 HISTORY
 
 Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.
-Converted to POD by Russ Allbery <rra at stanford.edu>.
+Converted to POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/ckpasswd.pod
===================================================================
--- doc/pod/ckpasswd.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/ckpasswd.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -182,7 +182,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/control.ctl.pod
===================================================================
--- doc/pod/control.ctl.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/control.ctl.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -360,7 +360,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/convdate.pod
===================================================================
--- doc/pod/convdate.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/convdate.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -92,7 +92,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net>, rewritten and updated by Russ
-Allbery <rra at stanford.edu> for the B<-d> and B<-l> flags.
+Allbery <eagle at eyrie.org> for the B<-d> and B<-l> flags.
 
 $Id$
 

Modified: doc/pod/ctlinnd.pod
===================================================================
--- doc/pod/ctlinnd.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/ctlinnd.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -494,7 +494,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/cycbuff.conf.pod
===================================================================
--- doc/pod/cycbuff.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/cycbuff.conf.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -211,7 +211,7 @@
 =head1 HISTORY
 
 Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.
-Rewritten into POD by Russ Allbery <rra at stanford.edu>.
+Rewritten into POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/distrib.pats.pod
===================================================================
--- doc/pod/distrib.pats.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/distrib.pats.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -41,7 +41,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/expire.ctl.pod
===================================================================
--- doc/pod/expire.ctl.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/expire.ctl.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -167,7 +167,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Converted to
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/fastrm.pod
===================================================================
--- doc/pod/fastrm.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/fastrm.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -179,7 +179,7 @@
 =head1 HISTORY
 
 B<fastrm> was originally written by <kre at munnari.oz.au>.  This manual page
-was rewritten in POD by Russ Allbery <rra at stanford.edu> for InterNetNews.
+was rewritten in POD by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/getlist.pod
===================================================================
--- doc/pod/getlist.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/getlist.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -100,7 +100,7 @@
 =head1 HISTORY
 
 Written by Landon Curt Noll <chongo at toad.com> for InterNetNews.  Rewritten
-in POD by Russ Allbery <rra at stanford.edu>.
+in POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/grephistory.pod
===================================================================
--- doc/pod/grephistory.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/grephistory.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -110,7 +110,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/inews.pod
===================================================================
--- doc/pod/inews.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/inews.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -133,7 +133,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/inn-radius.conf.pod
===================================================================
--- doc/pod/inn-radius.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/inn-radius.conf.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -97,7 +97,7 @@
 
 =head1 HISTORY
 
-This documentation was written by Russ Allbery <rra at stanford.edu> based on
+This documentation was written by Russ Allbery <eagle at eyrie.org> based on
 the comments in the sample F<inn-radius.conf> file by Yury S<B. Razbegin>.
 
 $Id$

Modified: doc/pod/innbind.pod
===================================================================
--- doc/pod/innbind.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/innbind.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -215,7 +215,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/innupgrade.pod
===================================================================
--- doc/pod/innupgrade.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/innupgrade.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -117,7 +117,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/moderators.pod
===================================================================
--- doc/pod/moderators.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/moderators.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -74,7 +74,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/motd.news.pod
===================================================================
--- doc/pod/motd.news.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/motd.news.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -31,7 +31,7 @@
 
 =head1 HISTORY
 
-Rewritten in POD by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Rewritten in POD by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/newsfeeds.pod
===================================================================
--- doc/pod/newsfeeds.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/newsfeeds.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -811,7 +811,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Reformatted
-and rewritten in POD by Russ Allbery <rra at stanford.edu>.
+and rewritten in POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/newsgroups.pod
===================================================================
--- doc/pod/newsgroups.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/newsgroups.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -118,7 +118,7 @@
 the policies by which the F<newsgroups> file in
 L<ftp://ftp.isc.org/pub/usenet/CONFIG/> is maintained; they were originally
 written by David Lawrence <tale at isc.org> and updated by Russ Allbery
-<rra at stanford.edu>.
+<eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/overchan.pod
===================================================================
--- doc/pod/overchan.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/overchan.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -41,7 +41,7 @@
 
 Written by Rob Robertson <rob at violet.berkeley.edu> and Rich $alz
 <rsalz at uunet.uu.net> for InterNetNews.  Man page rewritten in POD by Russ
-Allbery <rra at stanford.edu>.
+Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/pullnews.pod
===================================================================
--- doc/pod/pullnews.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/pullnews.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -324,7 +324,7 @@
 =head1 HISTORY
 
 B<pullnews> was written by James Brister for INN.  The documentation was
-rewritten in POD by Russ Allbery <rra at stanford.edu>.
+rewritten in POD by Russ Allbery <eagle at eyrie.org>.
 
 Geraint S<A. Edwards> greatly improved B<pullnews>, adding no more than S<16 new>
 recognized flags, fixing some bugs and integrating the B<backupfeed>

Modified: doc/pod/qio.pod
===================================================================
--- doc/pod/qio.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/qio.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -106,7 +106,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Updated by
-Russ Allbery <rra at stanford.edu>.
+Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/radius.pod
===================================================================
--- doc/pod/radius.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/radius.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -64,7 +64,7 @@
 =head1 HISTORY
 
 The RADIUS authenticator was originally written by Aidan Cully.  This
-documentation was written by Russ Allbery <rra at stanford.edu>.
+documentation was written by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/readers.conf.pod
===================================================================
--- doc/pod/readers.conf.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/readers.conf.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -886,7 +886,7 @@
 =head1 HISTORY
 
 Written by Aidan Cully <aidan at panix.com> for InterNetNews.  Substantially
-expanded by Russ Allbery <rra at stanford.edu>.
+expanded by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/rnews.pod
===================================================================
--- doc/pod/rnews.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/rnews.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -131,7 +131,7 @@
 =head1 HISTORY
 
 Written by Rich $alz <rsalz at uunet.uu.net> for InterNetNews.  Rewritten in
-POD by Russ Allbery <rra at stanford.edu>.
+POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/sm.pod
===================================================================
--- doc/pod/sm.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/sm.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -105,7 +105,7 @@
 =head1 HISTORY
 
 Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.
-Rewritten in POD by Russ Allbery <rra at stanford.edu>.
+Rewritten in POD by Russ Allbery <eagle at eyrie.org>.
 
 $Id$
 

Modified: doc/pod/tdx-util.pod
===================================================================
--- doc/pod/tdx-util.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/tdx-util.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -227,7 +227,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/tinyleaf.pod
===================================================================
--- doc/pod/tinyleaf.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/tinyleaf.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -89,7 +89,7 @@
 
 =head1 HISTORY
 
-Written by Russ Allbery <rra at stanford.edu> for InterNetNews.
+Written by Russ Allbery <eagle at eyrie.org> for InterNetNews.
 
 $Id$
 

Modified: doc/pod/uwildmat.pod
===================================================================
--- doc/pod/uwildmat.pod	2014-12-07 21:13:43 UTC (rev 9767)
+++ doc/pod/uwildmat.pod	2014-12-07 21:22:57 UTC (rev 9768)
@@ -155,7 +155,7 @@
 Robert Elz <kre at munnari.oz.au> added minus sign and close bracket handling
 in June, 1991.
 
-Russ Allbery <rra at stanford.edu> added support for comma-separated patterns
+Russ Allbery <eagle at eyrie.org> added support for comma-separated patterns
 and the C<!> and C<@> metacharacters to the core wildmat routines in July,
 2000.  He also added support for UTF-8 characters, changed the default
 behavior to assume that both the text and the pattern are in UTF-8, and

Modified: include/inn/hashtab.h
===================================================================
--- include/inn/hashtab.h	2014-12-07 21:13:43 UTC (rev 9767)
+++ include/inn/hashtab.h	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Generic hash table interface.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  A hash table takes a hash function that acts on keys, a function to

Modified: include/inn/vector.h
===================================================================
--- include/inn/vector.h	2014-12-07 21:13:43 UTC (rev 9767)
+++ include/inn/vector.h	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Vector handling (counted lists of char *'s).
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  A vector is a simple array of char *'s combined with a count.  It's a

Modified: include/portable/alloca.h
===================================================================
--- include/portable/alloca.h	2014-12-07 21:13:43 UTC (rev 9767)
+++ include/portable/alloca.h	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement implementation of alloca.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  Taken largely from the methods in the Autoconf documentation.
 **
 **  This is the magic required to get alloca to work properly on various

Modified: include/portable/getaddrinfo.h
===================================================================
--- include/portable/getaddrinfo.h	2014-12-07 21:13:43 UTC (rev 9767)
+++ include/portable/getaddrinfo.h	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement implementation of getaddrinfo.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  This is an implementation of the getaddrinfo family of functions for

Modified: include/portable/getnameinfo.h
===================================================================
--- include/portable/getnameinfo.h	2014-12-07 21:13:43 UTC (rev 9767)
+++ include/portable/getnameinfo.h	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement implementation of getnameinfo.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  This is an implementation of the getnameinfo function for systems that

Modified: innd/tinyleaf.c
===================================================================
--- innd/tinyleaf.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ innd/tinyleaf.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  An extremely lightweight receive-only NNTP server.
 **
-**  Copyright 2003, 2004 Russ Allbery <rra at stanford.edu>
+**  Copyright 2003, 2004 Russ Allbery <eagle at eyrie.org>
 **
 **  Permission is hereby granted, free of charge, to any person obtaining a
 **  copy of this software and associated documentation files (the "Software"),

Modified: lib/asprintf.c
===================================================================
--- lib/asprintf.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/asprintf.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -8,7 +8,7 @@
  * The canonical version of this file is maintained in the rra-c-util package,
  * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
- * Written by Russ Allbery <rra at stanford.edu>
+ * Written by Russ Allbery <eagle at eyrie.org>
  *
  * The authors hereby relinquish any claim to any copyright that they may have
  * in this work, whether granted under contract or by operation of law or

Modified: lib/concat.c
===================================================================
--- lib/concat.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/concat.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Concatenate strings with dynamic memory allocation.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Usage:

Modified: lib/getaddrinfo.c
===================================================================
--- lib/getaddrinfo.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/getaddrinfo.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing getaddrinfo.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  This is an implementation of getaddrinfo for systems that don't have one

Modified: lib/getnameinfo.c
===================================================================
--- lib/getnameinfo.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/getnameinfo.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing getnameinfo.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  This is an implementation of getaddrinfo for systems that don't have one

Modified: lib/hashtab.c
===================================================================
--- lib/hashtab.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/hashtab.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Generic hash table implementation.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  This is a generic hash table implementation with linear probing.  It

Modified: lib/hstrerror.c
===================================================================
--- lib/hstrerror.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/hstrerror.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing hstrerror.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides hstrerror (strerror, but for h_errno from the resolver

Modified: lib/inet_aton.c
===================================================================
--- lib/inet_aton.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/inet_aton.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing inet_aton.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine

Modified: lib/inet_ntoa.c
===================================================================
--- lib/inet_ntoa.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/inet_ntoa.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing or broken inet_ntoa.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine

Modified: lib/inet_ntop.c
===================================================================
--- lib/inet_ntop.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/inet_ntop.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -11,7 +11,7 @@
  * The canonical version of this file is maintained in the rra-c-util package,
  * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
  *
- * Written by Russ Allbery <rra at stanford.edu>
+ * Written by Russ Allbery <eagle at eyrie.org>
  *
  * The authors hereby relinquish any claim to any copyright that they may have
  * in this work, whether granted under contract or by operation of law or

Modified: lib/memcmp.c
===================================================================
--- lib/memcmp.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/memcmp.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing or broken memcmp.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine memcmp

Modified: lib/mkstemp.c
===================================================================
--- lib/mkstemp.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/mkstemp.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing mkstemp.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the library function mkstemp for those

Modified: lib/pread.c
===================================================================
--- lib/pread.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/pread.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing pread.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine pread

Modified: lib/pwrite.c
===================================================================
--- lib/pwrite.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/pwrite.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing pwrite.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine pwrite

Modified: lib/setenv.c
===================================================================
--- lib/setenv.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/setenv.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing setenv.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the standard library routine setenv

Modified: lib/seteuid.c
===================================================================
--- lib/seteuid.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/seteuid.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing seteuid.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Some systems don't have seteuid but do have setreuid.  setreuid with

Modified: lib/snprintf.c
===================================================================
--- lib/snprintf.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/snprintf.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -69,7 +69,7 @@
  *    fixed handling of %.0f
  *    added test for HAVE_LONG_DOUBLE
  *
- *  Russ Allbery <rra at stanford.edu> 2000-08-26
+ *  Russ Allbery <eagle at eyrie.org> 2000-08-26
  *    fixed return value to comply with C99
  *    fixed handling of snprintf(NULL, ...)
  *

Modified: lib/strlcat.c
===================================================================
--- lib/strlcat.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/strlcat.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing strlcat.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the *BSD function strlcat, originally

Modified: lib/strlcpy.c
===================================================================
--- lib/strlcpy.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/strlcpy.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Replacement for a missing strlcpy.
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  Provides the same functionality as the *BSD function strlcpy, originally

Modified: lib/uwildmat.c
===================================================================
--- lib/uwildmat.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/uwildmat.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -44,7 +44,7 @@
 **  June, 1991:  Robert Elz <kre at munnari.oz.au> added minus and close bracket
 **  handling for character sets.
 **
-**  July, 2000:  Largely rewritten by Russ Allbery <rra at stanford.edu> to add
+**  July, 2000:  Largely rewritten by Russ Allbery <eagle at eyrie.org> to add
 **  support for ',', '!', and optionally '@' to the core wildmat routine.
 **  Broke the character class matching into a separate function for clarity
 **  since it's infrequently used in practice, and added some simple lookahead

Modified: lib/vector.c
===================================================================
--- lib/vector.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ lib/vector.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -2,7 +2,7 @@
 **
 **  Vector handling (counted lists of char *'s).
 **
-**  Written by Russ Allbery <rra at stanford.edu>
+**  Written by Russ Allbery <eagle at eyrie.org>
 **  This work is hereby placed in the public domain by its author.
 **
 **  A vector is a table for handling a list of strings with less overhead than

Modified: m4/snprintf.m4
===================================================================
--- m4/snprintf.m4	2014-12-07 21:13:43 UTC (rev 9767)
+++ m4/snprintf.m4	2014-12-07 21:22:57 UTC (rev 9768)
@@ -10,7 +10,7 @@
 dnl Provides INN_FUNC_SNPRINTF, which adds snprintf.o to LIBOBJS unless a
 dnl fully working snprintf is found.
 dnl
-dnl Written by Russ Allbery <rra at stanford.edu>
+dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2006, 2008, 2009
 dnl     Board of Trustees, Leland Stanford Jr. University
 dnl

Modified: m4/vamacros.m4
===================================================================
--- m4/vamacros.m4	2014-12-07 21:13:43 UTC (rev 9767)
+++ m4/vamacros.m4	2014-12-07 21:22:57 UTC (rev 9768)
@@ -14,7 +14,7 @@
 dnl
 dnl They set HAVE_C99_VAMACROS or HAVE_GNU_VAMACROS as appropriate.
 dnl
-dnl Written by Russ Allbery <rra at stanford.edu>
+dnl Written by Russ Allbery <eagle at eyrie.org>
 dnl Copyright 2006, 2008, 2009
 dnl     Board of Trustees, Leland Stanford Jr. University
 dnl

Modified: tests/libtest.c
===================================================================
--- tests/libtest.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ tests/libtest.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -13,7 +13,7 @@
  * This file is part of C TAP Harness.  The current version plus supporting
  * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
- * Copyright 2009, 2010 Russ Allbery <rra at stanford.edu>
+ * Copyright 2009, 2010 Russ Allbery <eagle at eyrie.org>
  * Copyright 2001, 2002, 2004, 2005, 2006, 2007, 2008
  *     The Board of Trustees of the Leland Stanford Junior University
  *

Modified: tests/libtest.h
===================================================================
--- tests/libtest.h	2014-12-07 21:13:43 UTC (rev 9767)
+++ tests/libtest.h	2014-12-07 21:22:57 UTC (rev 9768)
@@ -5,7 +5,7 @@
  * This file is part of C TAP Harness.  The current version plus supporting
  * documentation is at <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
- * Copyright 2009, 2010 Russ Allbery <rra at stanford.edu>
+ * Copyright 2009, 2010 Russ Allbery <eagle at eyrie.org>
  * Copyright 2001, 2002, 2004, 2005, 2006, 2007, 2008
  *     The Board of Trustees of the Leland Stanford Junior University
  *

Modified: tests/libtest.sh
===================================================================
--- tests/libtest.sh	2014-12-07 21:13:43 UTC (rev 9767)
+++ tests/libtest.sh	2014-12-07 21:22:57 UTC (rev 9768)
@@ -6,8 +6,8 @@
 # writing test cases.  It is part of C TAP Harness, which can be found at
 # <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
 #
-# Written by Russ Allbery <rra at stanford.edu>
-# Copyright 2009, 2010 Russ Allbery <rra at stanford.edu>
+# Written by Russ Allbery <eagle at eyrie.org>
+# Copyright 2009, 2010 Russ Allbery <eagle at eyrie.org>
 # Copyright 2006, 2007, 2008
 #     The Board of Trustees of the Leland Stanford Junior University
 #

Modified: tests/runtests.c
===================================================================
--- tests/runtests.c	2014-12-07 21:13:43 UTC (rev 9767)
+++ tests/runtests.c	2014-12-07 21:22:57 UTC (rev 9768)
@@ -63,7 +63,7 @@
  * Harness <http://www.eyrie.org/~eagle/software/c-tap-harness/>.
  *
  * Copyright 2000, 2001, 2004, 2006, 2007, 2008, 2009, 2010, 2011
- *     Russ Allbery <rra at stanford.edu>
+ *     Russ Allbery <eagle at eyrie.org>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),



More information about the inn-committers mailing list