summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-27 22:40:37 +0000
committerJim Meyering <jim@meyering.net>2003-03-27 22:40:37 +0000
commit7c740a55c6c5fed76fa22e189b6af6d7400fb027 (patch)
treed7dcf5ee6db880fc4aac3e22ba14104e6909e9f1 /src/id.c
parentb05fe59a8b5893a10f90ab7af21f80e5f40a596c (diff)
downloadcoreutils-7c740a55c6c5fed76fa22e189b6af6d7400fb027.tar.gz
coreutils-7c740a55c6c5fed76fa22e189b6af6d7400fb027.tar.bz2
coreutils-7c740a55c6c5fed76fa22e189b6af6d7400fb027.zip
Remove Arnold Robbins' obsolete e-mail address
from `written by...' comment, at his request.
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id.c b/src/id.c
index b2bbf8f51..bb5e0cafd 100644
--- a/src/id.c
+++ b/src/id.c
@@ -1,5 +1,5 @@
/* id -- print real and effective UIDs and GIDs
- Copyright (C) 1989-2002 Free Software Foundation, Inc.
+ Copyright (C) 1989-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* Written by Arnold Robbins, arnold@audiofax.com.
+/* Written by Arnold Robbins.
Major rewrite by David MacKenzie, djm@gnu.ai.mit.edu. */
#include <config.h>