summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-01-04 23:48:12 -0800
committerRuss Allbery <rra@stanford.edu>2014-01-05 12:59:37 -0800
commit008c9b1956fa2d6ad35ecd0c5251288232cab88b (patch)
tree28c63684f841f36a6f4fae7d240b16bde63c07e7 /client
parent8945c0e2883cca144e6d20d3c4d369fe8182239e (diff)
Change my email address to eagle@eyrie.org
Change-Id: Iba0376ea03a749d81abc2eeb49b0b5cf7d3e8847 Reviewed-on: https://gerrit.stanford.edu/1353 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'client')
-rw-r--r--client/api.c2
-rw-r--r--client/client-v1.c2
-rw-r--r--client/client-v2.c2
-rw-r--r--client/error.c2
-rw-r--r--client/internal.h2
-rw-r--r--client/open.c2
-rw-r--r--client/remctl.c2
-rw-r--r--client/remctl.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/client/api.c b/client/api.c
index f08399d..2f32930 100644
--- a/client/api.c
+++ b/client/api.c
@@ -9,7 +9,7 @@
* We don't try to set up the portability glue to use bool in our public
* headers.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Based on work by Anton Ushakov
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012, 2013
* The Board of Trustees of the Leland Stanford Junior University
diff --git a/client/client-v1.c b/client/client-v1.c
index 4fc50b8..030ad88 100644
--- a/client/client-v1.c
+++ b/client/client-v1.c
@@ -7,7 +7,7 @@
* so that clients don't have to care, but some functions (like continued
* commands) will return unimplemented errors.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Based on work by Anton Ushakov
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012
* The Board of Trustees of the Leland Stanford Junior University
diff --git a/client/client-v2.c b/client/client-v2.c
index 2163c1c..68b34a9 100644
--- a/client/client-v2.c
+++ b/client/client-v2.c
@@ -4,7 +4,7 @@
* This is the client implementation of the new v2 protocol. It's fairly
* close to the regular remctl API.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Based on work by Anton Ushakov
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012
* The Board of Trustees of the Leland Stanford Junior University
diff --git a/client/error.c b/client/error.c
index 1becd9a..40edee6 100644
--- a/client/error.c
+++ b/client/error.c
@@ -6,7 +6,7 @@
* struct to something appropriate so that the next call to remctl_error will
* return the appropriate details.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Copyright 2006, 2007, 2008, 2010, 2013
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/client/internal.h b/client/internal.h
index 0086091..c49e736 100644
--- a/client/internal.h
+++ b/client/internal.h
@@ -1,7 +1,7 @@
/*
* Internal support functions for the remctl client library.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Based on prior work by Anton Ushakov
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013
* The Board of Trustees of the Leland Stanford Junior University
diff --git a/client/open.c b/client/open.c
index 216f2de..39f2c07 100644
--- a/client/open.c
+++ b/client/open.c
@@ -6,7 +6,7 @@
* between the v1 and v2 implementations. One of the things it establishes is
* what protocol is being used.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Based on work by Anton Ushakov
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013
* The Board of Trustees of the Leland Stanford Junior University
diff --git a/client/remctl.c b/client/remctl.c
index 52df8c4..4530600 100644
--- a/client/remctl.c
+++ b/client/remctl.c
@@ -6,7 +6,7 @@
* and standard error as appropriate.
*
* Originally written by Anton Ushakov
- * Extensive modifications by Russ Allbery <rra@stanford.edu>
+ * Extensive modifications by Russ Allbery <eagle@eyrie.org>
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/client/remctl.h b/client/remctl.h
index c418ad1..40a2018 100644
--- a/client/remctl.h
+++ b/client/remctl.h
@@ -1,7 +1,7 @@
/*
* Public interface to remctl client library.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Based on prior work by Anton Ushakov
* Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2011, 2012, 2013
* The Board of Trustees of the Leland Stanford Junior University