summaryrefslogtreecommitdiff
path: root/portable
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2014-04-13 16:36:36 -0700
committerRuss Allbery <rra@stanford.edu>2014-04-13 16:37:25 -0700
commit76ccf098c6e9c8849c8ca459a54d7383baf39ddb (patch)
tree8e955c0b86954a3db67dccd75e8cefdfd0d0b636 /portable
parent401bfdd941e55651f38f46b76b297968691fcaf3 (diff)
Change my email address to eagle@eyrie.org
Change-Id: I4c2b5d7c807d6c27dd18a3b92eef66d21287d21e Reviewed-on: https://gerrit.stanford.edu/1481 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'portable')
-rw-r--r--portable/asprintf.c2
-rw-r--r--portable/dummy.c2
-rw-r--r--portable/krb5-extra.c2
-rw-r--r--portable/krb5.h2
-rw-r--r--portable/macros.h2
-rw-r--r--portable/mkstemp.c2
-rw-r--r--portable/setenv.c2
-rw-r--r--portable/snprintf.c2
-rw-r--r--portable/stdbool.h2
-rw-r--r--portable/strlcat.c2
-rw-r--r--portable/strlcpy.c2
-rw-r--r--portable/system.h2
-rw-r--r--portable/uio.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/portable/asprintf.c b/portable/asprintf.c
index 0093070..7bdfd0d 100644
--- a/portable/asprintf.c
+++ b/portable/asprintf.c
@@ -7,7 +7,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/portable/dummy.c b/portable/dummy.c
index 50052ec..f2ac917 100644
--- a/portable/dummy.c
+++ b/portable/dummy.c
@@ -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@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/portable/krb5-extra.c b/portable/krb5-extra.c
index 849842c..b1c8b8d 100644
--- a/portable/krb5-extra.c
+++ b/portable/krb5-extra.c
@@ -9,7 +9,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/portable/krb5.h b/portable/krb5.h
index b418ae7..a3cb173 100644
--- a/portable/krb5.h
+++ b/portable/krb5.h
@@ -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>
*
* 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/portable/macros.h b/portable/macros.h
index b33d064..b5093f5 100644
--- a/portable/macros.h
+++ b/portable/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/portable/mkstemp.c b/portable/mkstemp.c
index 8668db1..2cbfe08 100644
--- a/portable/mkstemp.c
+++ b/portable/mkstemp.c
@@ -7,7 +7,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/portable/setenv.c b/portable/setenv.c
index fd2b10c..472282a 100644
--- a/portable/setenv.c
+++ b/portable/setenv.c
@@ -7,7 +7,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/portable/snprintf.c b/portable/snprintf.c
index 91c8491..225455b 100644
--- a/portable/snprintf.c
+++ b/portable/snprintf.c
@@ -73,7 +73,7 @@
* fixed handling of %.0f
* added test for HAVE_LONG_DOUBLE
*
- * Russ Allbery <rra@stanford.edu> 2000-08-26
+ * Russ Allbery <eagle@eyrie.org> 2000-08-26
* fixed return value to comply with C99
* fixed handling of snprintf(NULL, ...)
*
diff --git a/portable/stdbool.h b/portable/stdbool.h
index 045436f..14d011b 100644
--- a/portable/stdbool.h
+++ b/portable/stdbool.h
@@ -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@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/portable/strlcat.c b/portable/strlcat.c
index 3bee4ee..9c8686d 100644
--- a/portable/strlcat.c
+++ b/portable/strlcat.c
@@ -12,7 +12,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/portable/strlcpy.c b/portable/strlcpy.c
index df75fd8..592e3ee 100644
--- a/portable/strlcpy.c
+++ b/portable/strlcpy.c
@@ -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
diff --git a/portable/system.h b/portable/system.h
index d1ccc94..3be86dd 100644
--- a/portable/system.h
+++ b/portable/system.h
@@ -22,7 +22,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/portable/uio.h b/portable/uio.h
index 3bd1f96..2192f8c 100644
--- a/portable/uio.h
+++ b/portable/uio.h
@@ -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@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