[BusyBox-cvs] busybox/coreutils fold.c, 1.2, 1.3 install.c, 1.9, 1.10 uudecode.c, 1.22, 1.23

Glenn McGrath bug1 at busybox.net
Sun Apr 25 05:11:16 UTC 2004


Update of /var/cvs/busybox/coreutils
In directory nail:/tmp/cvs-serv26441/coreutils

Modified Files:
	fold.c install.c uudecode.c 
Log Message:
Update my email address, document some of my tasks in the AUTHORS file


Index: uudecode.c
===================================================================
RCS file: /var/cvs/busybox/coreutils/uudecode.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- a/uudecode.c	15 Mar 2004 08:28:22 -0000	1.22
+++ b/uudecode.c	25 Apr 2004 05:11:14 -0000	1.23
@@ -1,6 +1,6 @@
 /*
  *  GPLv2
- *  Copyright 2003, Glenn McGrath <bug1 at optushome.com.au>
+ *  Copyright 2003, Glenn McGrath <bug1 at iinet.net.au>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as published

Index: install.c
===================================================================
RCS file: /var/cvs/busybox/coreutils/install.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/install.c	15 Mar 2004 08:28:20 -0000	1.9
+++ b/install.c	25 Apr 2004 05:11:14 -0000	1.10
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2003 by Glenn McGrath <bug1 at optushome.com.au>
+ *  Copyright (C) 2003 by Glenn McGrath <bug1 at iinet.net.au>
  *
  *  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

Index: fold.c
===================================================================
RCS file: /var/cvs/busybox/coreutils/fold.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/fold.c	27 Apr 2003 10:05:35 -0000	1.2
+++ b/fold.c	25 Apr 2004 05:11:14 -0000	1.3
@@ -4,7 +4,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 at optushome.com.au>
+   Copyright (C) 2003 Glenn McGrath <bug1 at iinet.net.au>
 
    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




More information about the busybox-cvs mailing list