diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/fold.c | 2 | ||||
-rw-r--r-- | coreutils/install.c | 2 | ||||
-rw-r--r-- | coreutils/uudecode.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index 01849615e..6e422de59 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c @@ -5,7 +5,7 @@ Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. Modified for busybox based on coreutils v 5.0 - Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au> + Copyright (C) 2003 Glenn McGrath Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ diff --git a/coreutils/install.c b/coreutils/install.c index 8575043e1..3cbae18a1 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> + * Copyright (C) 2003 by Glenn McGrath * SELinux support: by Yuichi Nakamura <ynakam@hitachisoft.jp> * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 4c918ff02..7a52bdbda 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -1,6 +1,6 @@ /* vi: set sw=4 ts=4: */ /* - * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> + * Copyright 2003, Glenn McGrath * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. * |