[BusyBox-cvs] busybox/archival Makefile, 1.5, 1.6 Makefile.in, 1.3, 1.4 gunzip.c, 1.75, 1.76 gzip.c, 1.59, 1.60 tar.c, 1.176, 1.177

Erik Andersen andersen at busybox.net
Mon Jul 14 21:21:17 UTC 2003


Update of /var/cvs/busybox/archival
In directory winder:/tmp/cvs-serv17764/archival

Modified Files:
	Makefile Makefile.in gunzip.c gzip.c tar.c 
Log Message:
Update a bunch of docs.  Run a script to update my email addr.


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/archival/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	12 Apr 2002 12:05:28 -0000	1.5
+++ Makefile	14 Jul 2003 21:20:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # 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: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/archival/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.in	10 Dec 2002 00:17:20 -0000	1.3
+++ Makefile.in	14 Jul 2003 21:20:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 by Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # 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: gunzip.c
===================================================================
RCS file: /var/cvs/busybox/archival/gunzip.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- gunzip.c	19 Mar 2003 09:11:21 -0000	1.75
+++ gunzip.c	14 Jul 2003 21:20:39 -0000	1.76
@@ -7,7 +7,7 @@
  * Originally adjusted for busybox by Sven Rudolph <sr1 at inf.tu-dresden.de>
  * based on gzip sources
  *
- * Adjusted further by Erik Andersen <andersee at debian.org> to support files as
+ * Adjusted further by Erik Andersen <andersen at codepoet.org> to support files as
  * well as stdin/stdout, and to generally behave itself wrt command line
  * handling.
  *

Index: gzip.c
===================================================================
RCS file: /var/cvs/busybox/archival/gzip.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- gzip.c	19 Mar 2003 09:11:21 -0000	1.59
+++ gzip.c	14 Jul 2003 21:20:40 -0000	1.60
@@ -9,8 +9,8 @@
  *		only standard in to standard out with -9 compression.  It also requires
  *		the zcat module for some important functions."
  *
- * Adjusted further by Erik Andersen <andersen at lineo.com>, <andersee at debian.org>
- * to support files as well as stdin/stdout, and to generally behave itself wrt
+ * Adjusted further by Erik Andersen <andersen at codepoet.org> to support 
+ * files as well as stdin/stdout, and to generally behave itself wrt 
  * command line handling.
  *
  * This program is free software; you can redistribute it and/or modify

Index: tar.c
===================================================================
RCS file: /var/cvs/busybox/archival/tar.c,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- tar.c	5 Jul 2003 23:10:27 -0000	1.176
+++ tar.c	14 Jul 2003 21:20:40 -0000	1.177
@@ -9,8 +9,7 @@
  * ground up.  It still has remnents of the old code lying about, but it is
  * very different now (i.e., cleaner, less global variables, etc.)
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999-2002 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * Based in part in the tar implementation in sash
  *  Copyright (c) 1999 by David I. Bell




More information about the busybox-cvs mailing list