summaryrefslogtreecommitdiff
path: root/util
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 /util
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 'util')
-rw-r--r--util/gss-errors.c2
-rw-r--r--util/gss-errors.h2
-rw-r--r--util/gss-tokens.c2
-rw-r--r--util/gss-tokens.h2
-rw-r--r--util/macros.h2
-rw-r--r--util/messages.c2
-rw-r--r--util/network.c2
-rw-r--r--util/network.h2
-rw-r--r--util/protocol.h2
-rw-r--r--util/tokens.c2
-rw-r--r--util/tokens.h2
-rw-r--r--util/vector.c2
-rw-r--r--util/vector.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/util/gss-errors.c b/util/gss-errors.c
index c748cdb..56f8811 100644
--- a/util/gss-errors.c
+++ b/util/gss-errors.c
@@ -4,7 +4,7 @@
* Helper functions to interpret GSS-API errors that can be shared between the
* client and the server.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Copyright 2007, 2010
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/util/gss-errors.h b/util/gss-errors.h
index 89c0e46..e7f9548 100644
--- a/util/gss-errors.h
+++ b/util/gss-errors.h
@@ -1,7 +1,7 @@
/*
* Prototypes for shared GSS-API error handling code.
*
- * Written by Russ Allbery <rra@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Copyright 2007, 2010
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/util/gss-tokens.c b/util/gss-tokens.c
index f3ec989..ea4eeed 100644
--- a/util/gss-tokens.c
+++ b/util/gss-tokens.c
@@ -8,7 +8,7 @@
* and minor status to report errors.
*
* 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, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/util/gss-tokens.h b/util/gss-tokens.h
index acc1200..03672d3 100644
--- a/util/gss-tokens.h
+++ b/util/gss-tokens.h
@@ -2,7 +2,7 @@
* Prototypes for GSS token handling routines.
*
* 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, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/util/macros.h b/util/macros.h
index 54faee5..d071793 100644
--- a/util/macros.h
+++ b/util/macros.h
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
diff --git a/util/messages.c b/util/messages.c
index 52fcfb7..9ec3ba8 100644
--- a/util/messages.c
+++ b/util/messages.c
@@ -53,7 +53,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Copyright 2008, 2009, 2010
* The Board of Trustees of the Leland Stanford Junior University
* Copyright (c) 2004, 2005, 2006
diff --git a/util/network.c b/util/network.c
index 2264802..1f928b1 100644
--- a/util/network.c
+++ b/util/network.c
@@ -19,7 +19,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Copyright 2009, 2011, 2012, 2013
* The Board of Trustees of the Leland Stanford Junior University
* Copyright (c) 2004, 2005, 2006, 2007, 2008
diff --git a/util/network.h b/util/network.h
index 600d7e1..e91bd67 100644
--- a/util/network.h
+++ b/util/network.h
@@ -4,7 +4,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@stanford.edu>
+ * Written by Russ Allbery <eagle@eyrie.org>
* Copyright 2009, 2010, 2011, 2012, 2013
* The Board of Trustees of the Leland Stanford Junior University
* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2010
diff --git a/util/protocol.h b/util/protocol.h
index 6d64228..203227c 100644
--- a/util/protocol.h
+++ b/util/protocol.h
@@ -4,7 +4,7 @@
* Various constants and values used throughout the remctl source. This
* should eventually move into a public header file.
*
- * 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, 2011
* The Board of Trustees of the Leland Stanford Junior University
diff --git a/util/tokens.c b/util/tokens.c
index f9f825e..e069436 100644
--- a/util/tokens.c
+++ b/util/tokens.c
@@ -6,7 +6,7 @@
* wrapping flags and a length around them.
*
* 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, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/util/tokens.h b/util/tokens.h
index e681d1e..00e2a40 100644
--- a/util/tokens.h
+++ b/util/tokens.h
@@ -2,7 +2,7 @@
* Prototypes for token handling routines.
*
* 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, 2012
* The Board of Trustees of the Leland Stanford Junior University
*
diff --git a/util/vector.c b/util/vector.c
index 6324940..01f7ad1 100644
--- a/util/vector.c
+++ b/util/vector.c
@@ -23,7 +23,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@stanford.edu>
+ * Written by Russ Allbery <eagle@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
diff --git a/util/vector.h b/util/vector.h
index 6a872d3..9d88c3f 100644
--- a/util/vector.h
+++ b/util/vector.h
@@ -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@stanford.edu>
+ * Written by Russ Allbery <eagle@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