summaryrefslogtreecommitdiff
path: root/awklib/eg/lib/zerofile.awk
diff options
context:
space:
mode:
Diffstat (limited to 'awklib/eg/lib/zerofile.awk')
-rw-r--r--awklib/eg/lib/zerofile.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/zerofile.awk b/awklib/eg/lib/zerofile.awk
index 01926fdd..8ea549ca 100644
--- a/awklib/eg/lib/zerofile.awk
+++ b/awklib/eg/lib/zerofile.awk
@@ -1,6 +1,6 @@
# zerofile.awk --- library file to process empty input files
#
-# Arnold Robbins, arnold@gnu.org, Public Domain
+# Arnold Robbins, arnold@skeeve.com, Public Domain
# June 2003
BEGIN { Argind = 0 }