aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-04-25 05:11:19 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-04-25 05:11:19 +0000
commitc6992feee37fff107298f81697756db6beadb87d (patch)
tree8317cbcc27649d7e541e7bddb3fdd09d1543e2da /coreutils
parentb94669543df39440415d734ad2932a83651471e9 (diff)
downloadbusybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.gz
busybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.bz2
busybox-w32-c6992feee37fff107298f81697756db6beadb87d.zip
Update my email address, document some of my tasks in the AUTHORS file
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 df5110755..68f24e61a 100644
--- a/coreutils/fold.c
+++ b/coreutils/fold.c
@@ -4,7 +4,7 @@
4 Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. 4 Copyright (C) 91, 1995-2002 Free Software Foundation, Inc.
5 5
6 Modified for busybox based on coreutils v 5.0 6 Modified for busybox based on coreutils v 5.0
7 Copyright (C) 2003 Glenn McGrath <bug1@optushome.com.au> 7 Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au>
8 8
9 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
diff --git a/coreutils/install.c b/coreutils/install.c
index 305e02b0d..36dc1d618 100644
--- a/coreutils/install.c
+++ b/coreutils/install.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2003 by Glenn McGrath <bug1@optushome.com.au> 2 * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au>
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c
index 96da7caf3..57d4e8371 100644
--- a/coreutils/uudecode.c
+++ b/coreutils/uudecode.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * GPLv2 2 * GPLv2
3 * Copyright 2003, Glenn McGrath <bug1@optushome.com.au> 3 * Copyright 2003, Glenn McGrath <bug1@iinet.net.au>
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as published 6 * it under the terms of the GNU General Public License version 2 as published