aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-06 08:20:14 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-06 08:20:14 +0000
commitdb930948a91167c401ef6869de5c28e9dd11362f (patch)
treef109e0e2deefccb14f2e5ed4157dc959f890a763
parent463304edfd2f727522420022676ebbac31d31a00 (diff)
downloadbusybox-w32-db930948a91167c401ef6869de5c28e9dd11362f.tar.gz
busybox-w32-db930948a91167c401ef6869de5c28e9dd11362f.tar.bz2
busybox-w32-db930948a91167c401ef6869de5c28e9dd11362f.zip
More copyright and email addr cleanups
-rw-r--r--archival/libunarchive/decompress_unzip.c4
-rw-r--r--archival/libunarchive/unzip.c4
-rw-r--r--libbb/README4
-rw-r--r--libbb/libc5.c3
-rw-r--r--libbb/simplify_path.c2
-rw-r--r--libbb/unzip.c4
6 files changed, 8 insertions, 13 deletions
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c
index 6c3f3229a..6c28d181d 100644
--- a/archival/libunarchive/decompress_unzip.c
+++ b/archival/libunarchive/decompress_unzip.c
@@ -7,8 +7,8 @@
7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> 7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de>
8 * based on gzip sources 8 * based on gzip sources
9 * 9 *
10 * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 10 * Adjusted further by Erik Andersen <andersee@debian.org> to support
11 * to support files as well as stdin/stdout, and to generally behave itself wrt 11 * files as well as stdin/stdout, and to generally behave itself wrt
12 * command line handling. 12 * command line handling.
13 * 13 *
14 * General cleanup to better adhere to the style guide and make use of standard 14 * General cleanup to better adhere to the style guide and make use of standard
diff --git a/archival/libunarchive/unzip.c b/archival/libunarchive/unzip.c
index 6c3f3229a..6c28d181d 100644
--- a/archival/libunarchive/unzip.c
+++ b/archival/libunarchive/unzip.c
@@ -7,8 +7,8 @@
7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> 7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de>
8 * based on gzip sources 8 * based on gzip sources
9 * 9 *
10 * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 10 * Adjusted further by Erik Andersen <andersee@debian.org> to support
11 * to support files as well as stdin/stdout, and to generally behave itself wrt 11 * files as well as stdin/stdout, and to generally behave itself wrt
12 * command line handling. 12 * command line handling.
13 * 13 *
14 * General cleanup to better adhere to the style guide and make use of standard 14 * General cleanup to better adhere to the style guide and make use of standard
diff --git a/libbb/README b/libbb/README
index 0e36f84b6..d1886aeab 100644
--- a/libbb/README
+++ b/libbb/README
@@ -5,11 +5,9 @@ libbb is BusyBox's utility library. This all used to be in a single file
5not carefully fix up the copyright and licensing information. I'll do that for 5not carefully fix up the copyright and licensing information. I'll do that for
6the next release. 6the next release.
7 7
8For now, justtrust me that a bunch of people have worked on this stuff, 8For now, just trust me that a bunch of people have worked on this stuff,
9and it is all GPL'ed. 9and it is all GPL'ed.
10 10
11 Erik Andersen 11 Erik Andersen
12 <andersen@lineo.com>
13 <andersee@debian.org>
14 <andersee@codepoet.org> 12 <andersee@codepoet.org>
15 13
diff --git a/libbb/libc5.c b/libbb/libc5.c
index 20295fd4b..df622f65b 100644
--- a/libbb/libc5.c
+++ b/libbb/libc5.c
@@ -78,8 +78,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file)
78 * Copyright (c) 1991, 1993 78 * Copyright (c) 1991, 1993
79 * The Regents of the University of California. All rights reserved. 79 * The Regents of the University of California. All rights reserved.
80 * 80 *
81 * Modified for uClibc by Erik Andersen 81 * Modified for uClibc by Erik Andersen <andersee@debian.org>
82 * <andersee@debian.org>, <andersen@lineo.com>
83 * 82 *
84 * The uClibc Library is free software; you can redistribute it and/or 83 * The uClibc Library is free software; you can redistribute it and/or
85 * modify it under the terms of the GNU Library General Public License as 84 * modify it under the terms of the GNU Library General Public License as
diff --git a/libbb/simplify_path.c b/libbb/simplify_path.c
index cf5b838a1..7b2a1ca51 100644
--- a/libbb/simplify_path.c
+++ b/libbb/simplify_path.c
@@ -2,10 +2,8 @@
2/* 2/*
3 * simplify_path implementation for busybox 3 * simplify_path implementation for busybox
4 * 4 *
5 *
6 * Copyright (C) 2001 Manuel Novoa III <mjn3@opensource.lineo.com> 5 * Copyright (C) 2001 Manuel Novoa III <mjn3@opensource.lineo.com>
7 * 6 *
8 *
9 * This program is free software; you can redistribute it and/or modify 7 * 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 8 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 9 * the Free Software Foundation; either version 2 of the License, or
diff --git a/libbb/unzip.c b/libbb/unzip.c
index 6c3f3229a..6c28d181d 100644
--- a/libbb/unzip.c
+++ b/libbb/unzip.c
@@ -7,8 +7,8 @@
7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> 7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de>
8 * based on gzip sources 8 * based on gzip sources
9 * 9 *
10 * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 10 * Adjusted further by Erik Andersen <andersee@debian.org> to support
11 * to support files as well as stdin/stdout, and to generally behave itself wrt 11 * files as well as stdin/stdout, and to generally behave itself wrt
12 * command line handling. 12 * command line handling.
13 * 13 *
14 * General cleanup to better adhere to the style guide and make use of standard 14 * General cleanup to better adhere to the style guide and make use of standard