aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 13:16:32 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-21 13:16:32 +0000
commit0beaff8c19fddb694aab084a59c47b486dd6a8eb (patch)
tree0b070e29913758862b0c3a9dccad93418199c569 /coreutils
parent9b0a439f026adec773706625f080ab00ae537fa0 (diff)
downloadbusybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz
busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.bz2
busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip
update Glenn McGrath's email address
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/fold.c2
-rw-r--r--coreutils/install.c2
-rw-r--r--coreutils/uudecode.c2
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 @@
5 Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. 5 Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
6 6
7 Modified for busybox based on coreutils v 5.0 7 Modified for busybox based on coreutils v 5.0
8 Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au> 8 Copyright (C) 2003 Glenn McGrath
9 9
10 Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 10 Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
11*/ 11*/
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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> 3 * Copyright (C) 2003 by Glenn McGrath
4 * SELinux support: by Yuichi Nakamura <ynakam@hitachisoft.jp> 4 * SELinux support: by Yuichi Nakamura <ynakam@hitachisoft.jp>
5 * 5 *
6 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 6 * 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 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Copyright 2003, Glenn McGrath <bug1@iinet.net.au> 3 * Copyright 2003, Glenn McGrath
4 * 4 *
5 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 5 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
6 * 6 *