More copyright and email addr cleanups
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Dec 2001 08:20:14 +0000 (08:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Dec 2001 08:20:14 +0000 (08:20 -0000)
archival/libunarchive/decompress_unzip.c
archival/libunarchive/unzip.c
libbb/README
libbb/libc5.c
libbb/simplify_path.c
libbb/unzip.c

index 6c3f322..6c28d18 100644 (file)
@@ -7,8 +7,8 @@
  * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de>
  * based on gzip sources
  *
- * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
- * to support files as well as stdin/stdout, and to generally behave itself wrt
+ * Adjusted further by Erik Andersen <andersee@debian.org> to support
+ * files as well as stdin/stdout, and to generally behave itself wrt
  * command line handling.
  *
  * General cleanup to better adhere to the style guide and make use of standard
index 6c3f322..6c28d18 100644 (file)
@@ -7,8 +7,8 @@
  * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de>
  * based on gzip sources
  *
- * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
- * to support files as well as stdin/stdout, and to generally behave itself wrt
+ * Adjusted further by Erik Andersen <andersee@debian.org> to support
+ * files as well as stdin/stdout, and to generally behave itself wrt
  * command line handling.
  *
  * General cleanup to better adhere to the style guide and make use of standard
index 0e36f84..d1886ae 100644 (file)
@@ -5,11 +5,9 @@ libbb is BusyBox's utility library.  This all used to be in a single file
 not carefully fix up the copyright and licensing information.  I'll do that for
 the next release.
 
-For now, justtrust me that a bunch of people have worked on this stuff, 
+For now, just trust me that a bunch of people have worked on this stuff, 
 and it is all GPL'ed.
 
        Erik Andersen 
-       <andersen@lineo.com>
-       <andersee@debian.org>
        <andersee@codepoet.org>
 
index 20295fd..df622f6 100644 (file)
@@ -78,8 +78,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file)
  * Copyright (c) 1991, 1993
  *     The Regents of the University of California.  All rights reserved.
  *
- * Modified for uClibc by Erik Andersen 
- *        <andersee@debian.org>, <andersen@lineo.com>
+ * Modified for uClibc by Erik Andersen <andersee@debian.org>
  *
  * The uClibc Library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public License as
index cf5b838..7b2a1ca 100644 (file)
@@ -2,10 +2,8 @@
 /*
  * simplify_path implementation for busybox
  *
- *
  * Copyright (C) 2001  Manuel Novoa III  <mjn3@opensource.lineo.com>
  *
- *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
index 6c3f322..6c28d18 100644 (file)
@@ -7,8 +7,8 @@
  * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de>
  * based on gzip sources
  *
- * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
- * to support files as well as stdin/stdout, and to generally behave itself wrt
+ * Adjusted further by Erik Andersen <andersee@debian.org> to support
+ * files as well as stdin/stdout, and to generally behave itself wrt
  * command line handling.
  *
  * General cleanup to better adhere to the style guide and make use of standard