]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove Arnold Robbins' obsolete e-mail address
authorJim Meyering <jim@meyering.net>
Thu, 27 Mar 2003 22:40:37 +0000 (22:40 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Mar 2003 22:40:37 +0000 (22:40 +0000)
from `written by...' comment, at his request.

src/id.c

index b2bbf8f51d022ce92b819d4a0332acf92f9577a7..bb5e0cafda8278dc69bb2a053fbe93cd88fe3a12 100644 (file)
--- 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>