diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2 busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip |
Update a bunch of docs. Run a script to update my email addr.
169 files changed, 298 insertions, 380 deletions
@@ -11,7 +11,7 @@ incorect, _please_ let me know. | |||
11 | Emanuele Aina <emanuele.aina@tiscali.it> | 11 | Emanuele Aina <emanuele.aina@tiscali.it> |
12 | run-parts | 12 | run-parts |
13 | 13 | ||
14 | Erik Andersen <andersen@codepoet.org>, <andersee@debian.org> | 14 | Erik Andersen <andersen@codepoet.org>, <andersen@codepoet.org> |
15 | Tons of new stuff, major rewrite of most of the | 15 | Tons of new stuff, major rewrite of most of the |
16 | core apps, tons of new apps as noted in header files. | 16 | core apps, tons of new apps as noted in header files. |
17 | 17 | ||
@@ -21,7 +21,7 @@ Laurence Anderson <l.d.anderson@warwick.ac.uk> | |||
21 | Edward Betts <edward@debian.org> | 21 | Edward Betts <edward@debian.org> |
22 | expr, hostid, logname, tty, wc, whoami, yes | 22 | expr, hostid, logname, tty, wc, whoami, yes |
23 | 23 | ||
24 | John Beppu <beppu@lineo.com> | 24 | John Beppu <beppu@codepoet.org> |
25 | du, head, nslookup, sort, tee, uniq | 25 | du, head, nslookup, sort, tee, uniq |
26 | 26 | ||
27 | Brian Candler <B.Candler@pobox.com> | 27 | Brian Candler <B.Candler@pobox.com> |
@@ -76,13 +76,14 @@ Vladimir Oleynik <dzo@simtreas.ru> | |||
76 | and irreconcilable critic of everything not perfect. | 76 | and irreconcilable critic of everything not perfect. |
77 | 77 | ||
78 | Bruce Perens <bruce@pixar.com> | 78 | Bruce Perens <bruce@pixar.com> |
79 | Original author of BusyBox. His code is still in many apps. | 79 | Original author of BusyBox in 1995, 1996. Some of his code can |
80 | still be found hiding here and there... | ||
80 | 81 | ||
81 | Tim Riker <Tim@Rikers.org> | 82 | Tim Riker <Tim@Rikers.org> |
82 | bug fixes, member of fan club | 83 | bug fixes, member of fan club |
83 | 84 | ||
84 | Kent Robotti <robotti@metconnect.com> | 85 | Kent Robotti <robotti@metconnect.com> |
85 | reset, tons and tons of bug reports and patchs. | 86 | reset, tons and tons of bug reports and patches. |
86 | 87 | ||
87 | Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com> | 88 | Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com> |
88 | wget - Contributed by permission of Covad Communications | 89 | wget - Contributed by permission of Covad Communications |
@@ -96,7 +97,7 @@ Gyepi Sam <gyepi@praxis-sw.com> | |||
96 | Linus Torvalds <torvalds@transmeta.com> | 97 | Linus Torvalds <torvalds@transmeta.com> |
97 | mkswap, fsck.minix, mkfs.minix | 98 | mkswap, fsck.minix, mkfs.minix |
98 | 99 | ||
99 | Mark Whitley <markw@lineo.com> <markw@codepoet.org> | 100 | Mark Whitley <markw@codepoet.org> |
100 | grep, sed, cut, xargs(previous), | 101 | grep, sed, cut, xargs(previous), |
101 | style-guide, new-applet-HOWTO, bug fixes, etc. | 102 | style-guide, new-applet-HOWTO, bug fixes, etc. |
102 | 103 | ||
@@ -147,7 +147,7 @@ | |||
147 | and variable assignment problems as well. | 147 | and variable assignment problems as well. |
148 | 148 | ||
149 | New Applets: | 149 | New Applets: |
150 | * David McCullough <davidm@lineo.com> -- modprobe | 150 | * David McCullough <davidm@snapgear.com> -- modprobe |
151 | * Vladimir Oleynik -- traceroute | 151 | * Vladimir Oleynik -- traceroute |
152 | * Erik Andersen -- pidof | 152 | * Erik Andersen -- pidof |
153 | 153 | ||
@@ -630,7 +630,7 @@ | |||
630 | Arne Bernin <arne@matrix.loopback.org> | 630 | Arne Bernin <arne@matrix.loopback.org> |
631 | * Fixed NFS so it supports 2.4.x kernels and NFSv3. | 631 | * Fixed NFS so it supports 2.4.x kernels and NFSv3. |
632 | * Brand, new versions of grep and sed which use libc regex routines, | 632 | * Brand, new versions of grep and sed which use libc regex routines, |
633 | thanks to Mark Whitley <markw@lineo.com>. The hand-tooled | 633 | thanks to Mark Whitley <markw@codepoet.org>. The hand-tooled |
634 | "regexp.[ch]" files have been removed. Much help on these from | 634 | "regexp.[ch]" files have been removed. Much help on these from |
635 | Matt Kraai as well. | 635 | Matt Kraai as well. |
636 | 636 | ||
@@ -1024,7 +1024,7 @@ | |||
1024 | init is not at PID 1 (like when running in an initrd). | 1024 | init is not at PID 1 (like when running in an initrd). |
1025 | * Added a prelinary du implementation. Some parameter parsing | 1025 | * Added a prelinary du implementation. Some parameter parsing |
1026 | stuff still needs to be added. -beppu (John Beppu | 1026 | stuff still needs to be added. -beppu (John Beppu |
1027 | <beppu@lineo.com>) | 1027 | <beppu@codepoet.org>) |
1028 | * Implemented tee. -beppu Implemented head. -beppu | 1028 | * Implemented tee. -beppu Implemented head. -beppu |
1029 | 1029 | ||
1030 | -Erik Andersen, Dec 10, 1999 | 1030 | -Erik Andersen, Dec 10, 1999 |
@@ -1166,7 +1166,7 @@ | |||
1166 | 1166 | ||
1167 | 0.32 | 1167 | 0.32 |
1168 | * More changes -- If you have any problems please let me know ASAP at | 1168 | * More changes -- If you have any problems please let me know ASAP at |
1169 | andersee@debian.org | 1169 | andersen@codepoet.org |
1170 | * usage() now prints the BusyBox version. This will help folks | 1170 | * usage() now prints the BusyBox version. This will help folks |
1171 | realize that they are not in Kansas anymore. | 1171 | realize that they are not in Kansas anymore. |
1172 | * Fixed mkdir -m option so that it works. kill segfaulted w/o any | 1172 | * Fixed mkdir -m option so that it works. kill segfaulted w/o any |
@@ -1,13 +1,20 @@ | |||
1 | 1) Run 'make config' or 'make menuconfig' and select the | 1 | 1) Run 'make config' or 'make menuconfig' and select the |
2 | functionality that you wish to enable. | 2 | functionality that you wish to enable. |
3 | 3 | ||
4 | 2) make dep | 4 | 2) Run 'make dep' |
5 | 5 | ||
6 | 3) Check the Makefile for any Makefile setting you wish | 6 | 3) Check the Makefile for any Makefile setting you wish |
7 | to adjust for your system (things like like setting | 7 | to adjust for your system (things like like setting |
8 | your cross compiler, adjusting optimizations, etc) | 8 | your cross compiler, adjusting optimizations, etc) |
9 | 9 | ||
10 | 4) make | 10 | 4) Run 'make' |
11 | 11 | ||
12 | 5) Run 'make install' or 'make PREFIX=/target install' to | 12 | 5) Go get a drink of water, drink a soda, visit the bathroom, |
13 | install busybox and all the needed links. | 13 | or whatever while it compiles. It doesn't take very |
14 | long to compile, so you don't really need to waste too | ||
15 | much time waiting... | ||
16 | |||
17 | 6) Run 'make install' or 'make PREFIX=/target install' to | ||
18 | install busybox and all the needed links. Some people | ||
19 | will prefer to install using hardlinks and will instead | ||
20 | want to run 'make install-hardlinks'.... | ||
@@ -1,39 +1,3 @@ | |||
1 | Original release code (unless otherwise noted) | ||
2 | Copyright 1995, 1996 Bruce Perens <bruce@pixar.com> | ||
3 | |||
4 | mkswap | ||
5 | Copyright 1991 Linus Torvalds | ||
6 | |||
7 | tiny-ls(ls) | ||
8 | Copyright 1996 Brian Candler <B.Candler@pobox.com> | ||
9 | |||
10 | tarcat, loadkmap, various fixes, Debian maintenance | ||
11 | Copyright 1998 Enrique Zanardi <ezanardi@ull.es> | ||
12 | |||
13 | more(v2), makedevs, dutmp, modularization, auto links file, | ||
14 | various fixes, Linux Router Project maintenance | ||
15 | Copyright 1998 Dave Cinege <dcinege@psychosis.com> | ||
16 | |||
17 | mini-gzip(gzip), mini-netcat(mnc) | ||
18 | Copyright 1998 Charles P. Wright <cpwright@villagenet.com> | ||
19 | |||
20 | Tons of new stuff as noted in header files | ||
21 | Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | ||
22 | Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
23 | |||
24 | |||
25 | Please feed suggestions, bug reports, insults, and bribes back to: | ||
26 | Erik Andersen | ||
27 | <andersen@codepoet.org> | ||
28 | <andersee@debian.org> | ||
29 | |||
30 | |||
31 | |||
32 | Busybox may be used and distributed under the GNU General Public License. | ||
33 | |||
34 | --------------------------------------------------------------------------- | ||
35 | |||
36 | |||
37 | GNU GENERAL PUBLIC LICENSE | 1 | GNU GENERAL PUBLIC LICENSE |
38 | Version 2, June 1991 | 2 | Version 2, June 1991 |
39 | 3 | ||
@@ -374,4 +338,3 @@ proprietary programs. If your program is a subroutine library, you may | |||
374 | consider it more useful to permit linking proprietary applications with the | 338 | consider it more useful to permit linking proprietary applications with the |
375 | library. If this is what you want to do, use the GNU Library General | 339 | library. If this is what you want to do, use the GNU Library General |
376 | Public License instead of this License. | 340 | Public License instead of this License. |
377 | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
@@ -1,4 +1,4 @@ | |||
1 | Please see the LICENSE file for copyright information. | 1 | Please see the LICENSE file for details on copying and usage. |
2 | 2 | ||
3 | BusyBox combines tiny versions of many common UNIX utilities into a single | 3 | BusyBox combines tiny versions of many common UNIX utilities into a single |
4 | small executable. It provides minimalist replacements for most of the utilities | 4 | small executable. It provides minimalist replacements for most of the utilities |
@@ -8,14 +8,14 @@ embedded system. The utilities in BusyBox generally have fewer options than | |||
8 | their full featured GNU cousins; however, the options that are included provide | 8 | their full featured GNU cousins; however, the options that are included provide |
9 | the expected functionality and behave very much like their GNU counterparts. | 9 | the expected functionality and behave very much like their GNU counterparts. |
10 | 10 | ||
11 | BusyBox was originally written to support the Debian Rescue/Install disks, but | ||
12 | it also makes an excellent environment for any small or embedded system. | ||
13 | |||
11 | BusyBox has been written with size-optimization and limited resources in mind. | 14 | BusyBox has been written with size-optimization and limited resources in mind. |
12 | It is also extremely modular so you can easily include or exclude commands (or | 15 | It is also extremely modular so you can easily include or exclude commands (or |
13 | features) at compile time. This makes it easy to customize your embedded | 16 | features) at compile time. This makes it easy to customize your embedded |
14 | systems. To create a working system, just add /dev, /etc, and a kernel. | 17 | systems. To create a working system, just add /dev, /etc, and a kernel. |
15 | 18 | ||
16 | BusyBox was originally written to support the Debian Rescue/Install disks, but | ||
17 | it also makes an excellent environment for any small or embedded system. | ||
18 | |||
19 | As of version 0.20 there is now a version number. : ) Also as of version 0.20, | 19 | As of version 0.20 there is now a version number. : ) Also as of version 0.20, |
20 | BusyBox is now modularized to easily allow you to build only the components you | 20 | BusyBox is now modularized to easily allow you to build only the components you |
21 | need, thereby reducing binary size. Run 'make config' or 'make menuconfig' | 21 | need, thereby reducing binary size. Run 'make config' or 'make menuconfig' |
@@ -27,6 +27,9 @@ compiled in functions. By default, 'make install' will place the symlink | |||
27 | forest into `pwd`/_install unless you have defined the PREFIX environment | 27 | forest into `pwd`/_install unless you have defined the PREFIX environment |
28 | variable (i.e., 'make PREFIX=/tmp/foo install') | 28 | variable (i.e., 'make PREFIX=/tmp/foo install') |
29 | 29 | ||
30 | If you wish to install hardlinks, rather than symlinks, you can use | ||
31 | 'make install-hardlinks' instead. | ||
32 | |||
30 | ---------------- | 33 | ---------------- |
31 | 34 | ||
32 | Supported architectures: | 35 | Supported architectures: |
@@ -44,8 +47,11 @@ Supported libcs: | |||
44 | 47 | ||
45 | Supported kernels: | 48 | Supported kernels: |
46 | 49 | ||
47 | Full functionality requires Linux 2.0.x, 2.2.x, or 2.4.x. A large fraction | 50 | Full functionality requires Linux 2.0.x or better. A large fraction of the |
48 | of the code should run on just about anything. | 51 | code should run on just about anything. While the current code is fairly |
52 | Linux specific, it should be fairly easy to port the majority of the code | ||
53 | to, say, FreeBSD or Solaris, or MacOsX, or even Windows (if you are into that | ||
54 | sortof thing). | ||
49 | 55 | ||
50 | ---------------- | 56 | ---------------- |
51 | 57 | ||
@@ -89,34 +95,38 @@ the mailing list if you are interested. | |||
89 | 95 | ||
90 | Bugs: | 96 | Bugs: |
91 | 97 | ||
92 | If you find bugs, please submit a bug report. Full instructions on how to | 98 | If you find bugs, please submit a detailed bug report to the busybox mailing |
93 | report a bug are found at http://bugs.busybox.net/Reporting.html. | 99 | list at busybox@busybox.net. A well-written bug report should include a |
94 | 100 | transcript of a shell session that demonstrates the bad behavior and enables | |
95 | For the impatient: To submit a bug, simply send an email describing the problem | 101 | anyone else to duplicate the bug on their own machine. The following is such |
96 | to submit@bugs.busybox.net. Bug reports should look something like this: | 102 | an example: |
97 | 103 | ||
98 | To: submit@bugs.busybox.net | 104 | To: busybox@busybox.net |
99 | From: diligent@testing.linux.org | 105 | From: diligent@testing.linux.org |
100 | Subject: /bin/true doesn't work | 106 | Subject: /bin/date doesn't work |
101 | 107 | ||
102 | Package: busybox | 108 | Package: busybox |
103 | Version: 0.51 | 109 | Version: 1.00 |
104 | 110 | ||
105 | When I invoke '/bin/true' it doesn't work. I expected it to return | 111 | When I execute Busybox 'date' it produces unexpected results. |
106 | a "0" but it returned a "1" instead. Here is the transcript: | 112 | With GNU date I get the following output: |
107 | $ /bin/true ; echo $? | 113 | |
108 | 1 | 114 | $ date |
109 | With GNU /bin/true, I get the following output: | 115 | Wed Mar 21 14:19:41 MST 2001 |
110 | $ /bin/true ; echo $? | 116 | |
111 | 0 | 117 | But when I use BusyBox date I get this instead: |
112 | I am using Debian 2.2r2, kernel version 2.2.18, and the latest | 118 | |
113 | uClibc from CVS. Thanks for the wonderful program! | 119 | $ date |
120 | llegal instruction | ||
121 | |||
122 | I am using Debian unstable, kernel version 2.4.19-rmk1 on an Netwinder, | ||
123 | and the latest uClibc from CVS. Thanks for the wonderful program! | ||
124 | |||
114 | -Diligent | 125 | -Diligent |
115 | 126 | ||
116 | Note the careful description and use of examples showing not only what BusyBox | 127 | Note the careful description and use of examples showing not only what BusyBox |
117 | does, but also a counter example showing what an equivalent GNU app does. Bug | 128 | does, but also a counter example showing what an equivalent GNU app does. Bug |
118 | reports lacking such detail may take a _long_ time to be fixed... Thanks for | 129 | reports lacking such detail may never be fixed... Thanks for understanding. |
119 | understanding. | ||
120 | 130 | ||
121 | ---------------- | 131 | ---------------- |
122 | 132 | ||
@@ -144,5 +154,5 @@ For those that are actively contributing there is even CVS write access: | |||
144 | Please feed suggestions, bug reports, insults, and bribes back to: | 154 | Please feed suggestions, bug reports, insults, and bribes back to: |
145 | Erik Andersen | 155 | Erik Andersen |
146 | <andersen@codepoet.org> | 156 | <andersen@codepoet.org> |
147 | <andersee@debian.org> | 157 | <andersen@codepoet.org> |
148 | 158 | ||
@@ -1,6 +1,6 @@ | |||
1 | # Rules.make for busybox | 1 | # Rules.make for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 2002 Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/applets/Makefile b/applets/Makefile index c4887f908..f4ebb1496 100644 --- a/applets/Makefile +++ b/applets/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/applets/Makefile.in b/applets/Makefile.in index eaa043e61..cb6c647df 100644 --- a/applets/Makefile.in +++ b/applets/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/archival/Makefile b/archival/Makefile index d76face4b..3362feafb 100644 --- a/archival/Makefile +++ b/archival/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/archival/Makefile.in b/archival/Makefile.in index 38f5e6292..3247ad8bd 100644 --- a/archival/Makefile.in +++ b/archival/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/archival/gunzip.c b/archival/gunzip.c index 3350da052..7d382b895 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c | |||
@@ -7,7 +7,7 @@ | |||
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 <andersee@debian.org> to support files as | 10 | * Adjusted further by Erik Andersen <andersen@codepoet.org> to support files as |
11 | * well as stdin/stdout, and to generally behave itself wrt command line | 11 | * well as stdin/stdout, and to generally behave itself wrt command line |
12 | * handling. | 12 | * handling. |
13 | * | 13 | * |
diff --git a/archival/gzip.c b/archival/gzip.c index cabc4aa2f..bc4c7badd 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -9,8 +9,8 @@ | |||
9 | * only standard in to standard out with -9 compression. It also requires | 9 | * only standard in to standard out with -9 compression. It also requires |
10 | * the zcat module for some important functions." | 10 | * the zcat module for some important functions." |
11 | * | 11 | * |
12 | * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 12 | * Adjusted further by Erik Andersen <andersen@codepoet.org> to support |
13 | * to support files as well as stdin/stdout, and to generally behave itself wrt | 13 | * files as well as stdin/stdout, and to generally behave itself wrt |
14 | * command line handling. | 14 | * command line handling. |
15 | * | 15 | * |
16 | * This program is free software; you can redistribute it and/or modify | 16 | * This program is free software; you can redistribute it and/or modify |
diff --git a/archival/libunarchive/Makefile b/archival/libunarchive/Makefile index 7979879c4..272ca2434 100644 --- a/archival/libunarchive/Makefile +++ b/archival/libunarchive/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index fc277d1c4..2b32aaa5d 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index 2401cf831..2b16db3c3 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c | |||
@@ -7,7 +7,7 @@ | |||
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 <andersee@debian.org> to support | 10 | * Adjusted further by Erik Andersen <andersen@codepoet.org> to support |
11 | * 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 | * |
diff --git a/archival/libunarchive/unzip.c b/archival/libunarchive/unzip.c index 2401cf831..2b16db3c3 100644 --- a/archival/libunarchive/unzip.c +++ b/archival/libunarchive/unzip.c | |||
@@ -7,7 +7,7 @@ | |||
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 <andersee@debian.org> to support | 10 | * Adjusted further by Erik Andersen <andersen@codepoet.org> to support |
11 | * 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 | * |
diff --git a/archival/tar.c b/archival/tar.c index 93d5fbd45..2f0c83b27 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -9,8 +9,7 @@ | |||
9 | * ground up. It still has remnents of the old code lying about, but it is | 9 | * ground up. It still has remnents of the old code lying about, but it is |
10 | * very different now (i.e., cleaner, less global variables, etc.) | 10 | * very different now (i.e., cleaner, less global variables, etc.) |
11 | * | 11 | * |
12 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 12 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
13 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
14 | * | 13 | * |
15 | * Based in part in the tar implementation in sash | 14 | * Based in part in the tar implementation in sash |
16 | * Copyright (c) 1999 by David I. Bell | 15 | * Copyright (c) 1999 by David I. Bell |
diff --git a/console-tools/Makefile b/console-tools/Makefile index 2cea319ad..d54c778d4 100644 --- a/console-tools/Makefile +++ b/console-tools/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in index c2c1bad6a..1c4ac5222 100644 --- a/console-tools/Makefile.in +++ b/console-tools/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/console-tools/clear.c b/console-tools/clear.c index 55e02e3d8..5dbe214ea 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini clear implementation for busybox | 3 | * Mini clear implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/console-tools/reset.c b/console-tools/reset.c index 593819bac..69b1e846a 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini reset implementation for busybox | 3 | * Mini reset implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
7 | * Written by Erik Andersen and Kent Robotti <robotti@metconnect.com> | 6 | * Written by Erik Andersen and Kent Robotti <robotti@metconnect.com> |
8 | * | 7 | * |
9 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 796bab285..0a5366be9 100644 --- a/console-tools/setkeycodes.c +++ b/console-tools/setkeycodes.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 1994-1998 Andries E. Brouwer <aeb@cwi.nl> | 5 | * Copyright (C) 1994-1998 Andries E. Brouwer <aeb@cwi.nl> |
6 | * | 6 | * |
7 | * Adjusted for BusyBox by Erik Andersen <andersee@debian.org> | 7 | * Adjusted for BusyBox by Erik Andersen <andersen@codepoet.org> |
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/Makefile b/coreutils/Makefile index 2228c26e8..a5cdf6248 100644 --- a/coreutils/Makefile +++ b/coreutils/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index 881d8c0d0..95eda1ac7 100644 --- a/coreutils/Makefile.in +++ b/coreutils/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/coreutils/basename.c b/coreutils/basename.c index 71bb9b3bd..7fcdb8368 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini basename implementation for busybox | 3 | * Mini basename implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index ac3e81ad9..78593ae76 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini chgrp implementation for busybox | 3 | * Mini chgrp implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index a9758d58b..390cc6d2c 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini chmod implementation for busybox | 3 | * Mini chmod implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * Reworked by (C) 2002 Vladimir Oleynik <dzo@simtreas.ru> | 7 | * Reworked by (C) 2002 Vladimir Oleynik <dzo@simtreas.ru> |
9 | * to correctly parse '-rwxgoa' | 8 | * to correctly parse '-rwxgoa' |
diff --git a/coreutils/chown.c b/coreutils/chown.c index 3e983cfa6..5b1b89e79 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini chown implementation for busybox | 3 | * Mini chown implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 01e4d564c..5562e58c8 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini chroot implementation for busybox | 3 | * Mini chroot implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/df.c b/coreutils/df.c index 543527ea4..9c0d13f62 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini df implementation for busybox | 3 | * Mini df implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * based on original code by (I think) Bruce Perens <bruce@pixar.com>. | 6 | * based on original code by (I think) Bruce Perens <bruce@pixar.com>. |
8 | * | 7 | * |
9 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 4c6115e66..d0c42b603 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini dirname implementation for busybox | 3 | * Mini dirname implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/env.c b/coreutils/env.c index eb761e9e9..a07bd324c 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * | 21 | * |
22 | * Original copyright notice is retained at the end of this file. | 22 | * Original copyright notice is retained at the end of this file. |
23 | * | 23 | * |
24 | * Modified for BusyBox by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 24 | * Modified for BusyBox by Erik Andersen <andersen@codepoet.org> |
25 | */ | 25 | */ |
26 | 26 | ||
27 | /* BB_AUDIT SUSv3 compliant */ | 27 | /* BB_AUDIT SUSv3 compliant */ |
diff --git a/coreutils/false.c b/coreutils/false.c index c17de7693..a07b99d95 100644 --- a/coreutils/false.c +++ b/coreutils/false.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini false implementation for busybox | 3 | * Mini false implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/libcoreutils/Makefile b/coreutils/libcoreutils/Makefile index 59ec24ed9..b3a4e79b6 100644 --- a/coreutils/libcoreutils/Makefile +++ b/coreutils/libcoreutils/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/coreutils/libcoreutils/Makefile.in b/coreutils/libcoreutils/Makefile.in index 47391dd49..a7481d40a 100644 --- a/coreutils/libcoreutils/Makefile.in +++ b/coreutils/libcoreutils/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/coreutils/ln.c b/coreutils/ln.c index 2edece104..5217634f7 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini ln implementation for busybox | 3 | * Mini ln implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/test.c b/coreutils/test.c index 31ac87f34..2ad326ea6 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * (-x -c -b -p -u -g -k) plus Korn's -L -nt -ot -ef and new -S (socket). | 10 | * (-x -c -b -p -u -g -k) plus Korn's -L -nt -ot -ef and new -S (socket). |
11 | * modified by J.T. Conklin for NetBSD. | 11 | * modified by J.T. Conklin for NetBSD. |
12 | * modified by Herbert Xu to be used as built-in in ash. | 12 | * modified by Herbert Xu to be used as built-in in ash. |
13 | * modified by Erik Andersen <andersee@debian.org> to be used | 13 | * modified by Erik Andersen <andersen@codepoet.org> to be used |
14 | * in busybox. | 14 | * in busybox. |
15 | * | 15 | * |
16 | * This program is free software; you can redistribute it and/or modify | 16 | * This program is free software; you can redistribute it and/or modify |
diff --git a/coreutils/touch.c b/coreutils/touch.c index c66f26e0d..3d780e167 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini touch implementation for busybox | 3 | * Mini touch implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/coreutils/tr.c b/coreutils/tr.c index a00e36134..a5638d7ec 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (c) Michiel Huisjes | 5 | * Copyright (c) Michiel Huisjes |
6 | * | 6 | * |
7 | * This version of tr is adapted from Minix tr and was modified | 7 | * This version of tr is adapted from Minix tr and was modified |
8 | * by Erik Andersen <andersee@debian.org> to be used in busybox. | 8 | * by Erik Andersen <andersen@codepoet.org> to be used in busybox. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License as published by | 11 | * it under the terms of the GNU General Public License as published by |
diff --git a/coreutils/true.c b/coreutils/true.c index 0fbe1023d..d19e749aa 100644 --- a/coreutils/true.c +++ b/coreutils/true.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini true implementation for busybox | 3 | * Mini true implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/debian/README.debian b/debian/README.debian index f210a3e39..443dd6c2b 100644 --- a/debian/README.debian +++ b/debian/README.debian | |||
@@ -2,9 +2,12 @@ BusyBox for Debian | |||
2 | ---------------------- | 2 | ---------------------- |
3 | 3 | ||
4 | BusyBox is being developed and maintained by Erik Andersen | 4 | BusyBox is being developed and maintained by Erik Andersen |
5 | <andersee@debian.org>. | 5 | <andersen@codepoet.org>. |
6 | 6 | ||
7 | If you have a problem with BusyBox, send email to the Debian bug tracking | 7 | If you find any bugs, please submit a detailed bug report to the busybox |
8 | system that lives at <submit@bugs.lineo.com> | 8 | mailing list at <busybox@busybox.net>. A well-written bug report should |
9 | include a transcript of a shell session that demonstrates the bad behavior and | ||
10 | enables anyone else to duplicate the bug on their own machine. Bug reports | ||
11 | lacking such detail may never be fixed... | ||
9 | 12 | ||
10 | Erik Andersen <andersee@debian.org>, Sun, 18 Jun 2000 21:52:00 -0600 | 13 | Erik Andersen <andersen@codepoet.org>, Sun, 18 Jun 2000 21:52:00 -0600 |
diff --git a/debian/copyright b/debian/copyright index cf9f3681c..0f2694ad7 100644 --- a/debian/copyright +++ b/debian/copyright | |||
@@ -1,4 +1,4 @@ | |||
1 | This package was debianized by Erik Andersen <andersee@debian.org> on | 1 | This package was debianized by Erik Andersen <andersen@codepoet.org> on |
2 | Sun, 18 Jun 2000 23:31:02 -0600 | 2 | Sun, 18 Jun 2000 23:31:02 -0600 |
3 | 3 | ||
4 | It was downloaded from ftp://ftp.busybox.net/busybox | 4 | It was downloaded from ftp://ftp.busybox.net/busybox |
diff --git a/debianutils/Makefile b/debianutils/Makefile index 35b32e73b..13181eadb 100644 --- a/debianutils/Makefile +++ b/debianutils/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/debianutils/Makefile.in b/debianutils/Makefile.in index 91887bda1..313faa0de 100644 --- a/debianutils/Makefile.in +++ b/debianutils/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/debianutils/which.c b/debianutils/which.c index fbcfb371b..79a89c4eb 100644 --- a/debianutils/which.c +++ b/debianutils/which.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Which implementation for busybox | 3 | * Which implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 377c8b55b..e06a1dad8 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl | |||
@@ -197,8 +197,8 @@ machine-readable form, and scripts could be used to transform this | |||
197 | text into other forms if necessary. | 197 | text into other forms if necessary. |
198 | 198 | ||
199 | F<autodocifier.pl> is one such script. | 199 | F<autodocifier.pl> is one such script. |
200 | It was based on a script by Erik Andersen <andersen@lineo.com> | 200 | It was based on a script by Erik Andersen <andersen@codepoet.org> |
201 | which was in turn based on a script by Mark Whitley <markw@lineo.com> | 201 | which was in turn based on a script by Mark Whitley <markw@codepoet.org> |
202 | 202 | ||
203 | =head1 OPTIONS | 203 | =head1 OPTIONS |
204 | 204 | ||
@@ -288,4 +288,4 @@ John BEPPU <b@ax9.org> | |||
288 | 288 | ||
289 | =cut | 289 | =cut |
290 | 290 | ||
291 | # $Id: autodocifier.pl,v 1.23 2001/10/31 04:29:18 beppu Exp $ | 291 | # $Id: autodocifier.pl,v 1.24 2003/07/14 21:20:48 andersen Exp $ |
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html index 79d675471..c4a49d2fe 100644 --- a/docs/busybox.net/index.html +++ b/docs/busybox.net/index.html | |||
@@ -274,11 +274,6 @@ | |||
274 | the README file included in the busybox source | 274 | the README file included in the busybox source |
275 | release.</li> | 275 | release.</li> |
276 | 276 | ||
277 | <li><a href= | ||
278 | "http://bugs.busybox.net/db/pa/lbusybox.html">BusyBox | ||
279 | Bugs</a>. Need to report a bug? Need to check if a | ||
280 | bug has been filed?</li> | ||
281 | |||
282 | <li>If you need more help, the BusyBox <a href= | 277 | <li>If you need more help, the BusyBox <a href= |
283 | "lists/busybox/">mailing list</a> is a good place to | 278 | "lists/busybox/">mailing list</a> is a good place to |
284 | start.</li> | 279 | start.</li> |
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index dacc13249..f1d42b6b5 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -3913,7 +3913,7 @@ | |||
3913 | <title>MAINTAINER</title> | 3913 | <title>MAINTAINER</title> |
3914 | 3914 | ||
3915 | <para> | 3915 | <para> |
3916 | Erik Andersen <andersee@debian.org> <andersen@lineo.com> | 3916 | Erik Andersen <andersen@codepoet.org> |
3917 | </para> | 3917 | </para> |
3918 | </chapter> | 3918 | </chapter> |
3919 | 3919 | ||
@@ -3926,7 +3926,7 @@ | |||
3926 | </para> | 3926 | </para> |
3927 | 3927 | ||
3928 | <para> | 3928 | <para> |
3929 | Erik Andersen <andersee@debian.org> | 3929 | Erik Andersen <andersen@codepoet.org> |
3930 | </para> | 3930 | </para> |
3931 | 3931 | ||
3932 | <para> | 3932 | <para> |
@@ -3934,7 +3934,7 @@ | |||
3934 | </para> | 3934 | </para> |
3935 | 3935 | ||
3936 | <para> | 3936 | <para> |
3937 | John Beppu <beppu@lineo.com> | 3937 | John Beppu <beppu@codepoet.org> |
3938 | </para> | 3938 | </para> |
3939 | 3939 | ||
3940 | <para> | 3940 | <para> |
@@ -3990,7 +3990,7 @@ | |||
3990 | </para> | 3990 | </para> |
3991 | 3991 | ||
3992 | <para> | 3992 | <para> |
3993 | Mark Whitley <markw@lineo.com> | 3993 | Mark Whitley <markw@codepoet.org> |
3994 | </para> | 3994 | </para> |
3995 | 3995 | ||
3996 | <para> | 3996 | <para> |
diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index f74e4ae6c..0fc29f4c4 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod | |||
@@ -20,7 +20,7 @@ textutils(1), shellutils(1), etc... | |||
20 | 20 | ||
21 | =head1 MAINTAINER | 21 | =head1 MAINTAINER |
22 | 22 | ||
23 | Erik Andersen <andersee@debian.org> <andersen@lineo.com> | 23 | Erik Andersen <andersen@codepoet.org> |
24 | 24 | ||
25 | =head1 AUTHORS | 25 | =head1 AUTHORS |
26 | 26 | ||
@@ -30,14 +30,14 @@ they know it or not. | |||
30 | 30 | ||
31 | =for html <br> | 31 | =for html <br> |
32 | 32 | ||
33 | Erik Andersen <andersen@lineo.com>, <andersee@debian.org> | 33 | Erik Andersen <andersen@codepoet.org> |
34 | 34 | ||
35 | Tons of new stuff, major rewrite of most of the | 35 | Tons of new stuff, major rewrite of most of the |
36 | core apps, tons of new apps as noted in header files. | 36 | core apps, tons of new apps as noted in header files. |
37 | 37 | ||
38 | =for html <br> | 38 | =for html <br> |
39 | 39 | ||
40 | John Beppu <beppu@lineo.com> | 40 | John Beppu <beppu@codepoet.org> |
41 | 41 | ||
42 | du, head, nslookup, sort, tee, uniq (so Kraai could rewrite them ;-), | 42 | du, head, nslookup, sort, tee, uniq (so Kraai could rewrite them ;-), |
43 | documentation | 43 | documentation |
@@ -150,7 +150,7 @@ Linus Torvalds <torvalds@transmeta.com> | |||
150 | 150 | ||
151 | =for html <br> | 151 | =for html <br> |
152 | 152 | ||
153 | Mark Whitley <markw@lineo.com> | 153 | Mark Whitley <markw@codepoet.org> |
154 | 154 | ||
155 | sed remix, bug fixes, style-guide, etc. | 155 | sed remix, bug fixes, style-guide, etc. |
156 | 156 | ||
@@ -174,4 +174,4 @@ Glenn Engel <glenne@engel.org> | |||
174 | 174 | ||
175 | =cut | 175 | =cut |
176 | 176 | ||
177 | # $Id: busybox_footer.pod,v 1.11 2003/02/10 22:53:36 bug1 Exp $ | 177 | # $Id: busybox_footer.pod,v 1.12 2003/07/14 21:20:48 andersen Exp $ |
diff --git a/docs/contributing.txt b/docs/contributing.txt index c1e3f3803..bf6dedfe8 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt | |||
@@ -113,45 +113,39 @@ Knife" of embedded Linux, there are some applets that will not be accepted: | |||
113 | Bug Reporting | 113 | Bug Reporting |
114 | ~~~~~~~~~~~~~ | 114 | ~~~~~~~~~~~~~ |
115 | 115 | ||
116 | If you find a bug in Busybox, you can send a bug report to our bug tracking | 116 | If you find bugs, please submit a detailed bug report to the busybox mailing |
117 | system (homepage: http://bugs.lineo.com). Instructions on how to send a bug | 117 | list at busybox@busybox.net. A well-written bug report should include a |
118 | report to the tracking system can be found at: | 118 | transcript of a shell session that demonstrates the bad behavior and enables |
119 | anyone else to duplicate the bug on their own machine. The following is such | ||
120 | an example: | ||
119 | 121 | ||
120 | http://bugs.lineo.com/Reporting.html | 122 | To: busybox@busybox.net |
121 | 123 | From: diligent@testing.linux.org | |
122 | The README file that comes with Busybox also describes how to submit a bug. | 124 | Subject: /bin/date doesn't work |
123 | 125 | ||
124 | A well-written bug report should include a transcript of a shell session that | 126 | Package: busybox |
125 | demonstrates the bad behavior and enables anyone else to duplicate the bug on | 127 | Version: 1.00 |
126 | their own machine. The following is such an example: | ||
127 | 128 | ||
128 | When I execute Busybox 'date' it produces unexpected results. | 129 | When I execute Busybox 'date' it produces unexpected results. |
130 | With GNU date I get the following output: | ||
129 | 131 | ||
130 | This is using GNU date: | ||
131 | $ date | 132 | $ date |
132 | Wed Mar 21 14:19:41 MST 2001 | 133 | Wed Mar 21 14:19:41 MST 2001 |
133 | 134 | ||
134 | This is using Busybox date: | 135 | But when I use BusyBox date I get this instead: |
135 | $ date | ||
136 | codswaddle | ||
137 | |||
138 | 136 | ||
139 | Bug Triage | 137 | $ date |
140 | ~~~~~~~~~~ | 138 | llegal instruction |
141 | 139 | ||
142 | Validating and confirming bugs is nearly as important as reporting them in the | 140 | I am using Debian unstable, kernel version 2.4.19-rmk1 on an Netwinder, |
143 | first place. It is valuable to know if a bug can be duplicated on a different | 141 | and the latest uClibc from CVS. Thanks for the wonderful program! |
144 | machine, on a different filesystem, on a different architecture, with a | ||
145 | different C library, and so forth. | ||
146 | 142 | ||
147 | To see a listing of all the bugs currently filed against Busybox, look here: | 143 | -Diligent |
148 | 144 | ||
149 | http://bugs.lineo.com/db/pa/lbusybox.html | 145 | Note the careful description and use of examples showing not only what BusyBox |
146 | does, but also a counter example showing what an equivalent GNU app does. Bug | ||
147 | reports lacking such detail may never be fixed... Thanks for understanding. | ||
150 | 148 | ||
151 | If you have comments to add to a bug (can / can't duplicate, think a bug | ||
152 | should be closed / reopened), please send it to [bugnumber]@bugs.lineo.com. | ||
153 | The message you send will automatically be forwarded to the mailing list for | ||
154 | all to see. | ||
155 | 149 | ||
156 | 150 | ||
157 | Write Documentation | 151 | Write Documentation |
@@ -183,16 +177,6 @@ This will show all of the trouble spots or 'questionable' code. Pick a spot, | |||
183 | any spot, these are all invitations for you to contribute. | 177 | any spot, these are all invitations for you to contribute. |
184 | 178 | ||
185 | 179 | ||
186 | Consult The Bug-Tracking System | ||
187 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
188 | |||
189 | Head to: http://bugs.lineo.com/db/pa/lBusybox.html and look at the bugs on | ||
190 | there. Pick one you think you can fix, and fix it. If it's a wishlist item and | ||
191 | someone's requesting a new feature, take a stab at adding it. Everything | ||
192 | previously said about "reading the mailing list" and "coordinating with the | ||
193 | applet maintainer" still applies. | ||
194 | |||
195 | |||
196 | Add a New Applet | 180 | Add a New Applet |
197 | ~~~~~~~~~~~~~~~~ | 181 | ~~~~~~~~~~~~~~~~ |
198 | 182 | ||
@@ -309,16 +293,15 @@ are some guidelines on how to test your changes. | |||
309 | Making Sure Your Patch Doesn't Get Lost | 293 | Making Sure Your Patch Doesn't Get Lost |
310 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 294 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
311 | 295 | ||
312 | If you don't want your patch to be lost or forgotten, send it to the bug | 296 | If you don't want your patch to be lost or forgotten, send it to the busybox |
313 | tracking system (http://bugs.lineo.com). You do this by emailing your patch in | 297 | mailing list with a subject line something like this: |
314 | a message to submit@bugs.lineo.com with a subject line something like this: | ||
315 | 298 | ||
316 | [PATCH] - Adds "transmogrify" feature to "foo" | 299 | [PATCH] - Adds "transmogrify" feature to "foo" |
317 | 300 | ||
318 | In the body, you should have a pseudo-header that looks like the following: | 301 | In the body, you should have a pseudo-header that looks like the following: |
319 | 302 | ||
320 | Package: busybox | 303 | Package: busybox |
321 | Version: v0.50pre (or whatever the current version is) | 304 | Version: v1.01pre (or whatever the current version is) |
322 | Severity: wishlist | 305 | Severity: wishlist |
323 | 306 | ||
324 | The remainder of the body should read along these lines: | 307 | The remainder of the body should read along these lines: |
@@ -328,16 +311,6 @@ The remainder of the body should read along these lines: | |||
328 | GNU counterparts and the outputs are identical. I have run the scripts in | 311 | GNU counterparts and the outputs are identical. I have run the scripts in |
329 | the 'tests' directory and nothing breaks. | 312 | the 'tests' directory and nothing breaks. |
330 | 313 | ||
331 | Detailed instructions on how to submit a bug to the tracking system are at: | ||
332 | |||
333 | http://bugs.lineo.com/Reporting.html | ||
334 | |||
335 | If you have a patch that will fix and close a reported bug, please send a | ||
336 | message to [bugnumber]@bugs.lineo.com with your patch attached. It will catch | ||
337 | people's attention if you have a subject line like the following: | ||
338 | |||
339 | [PATCH INCLUDED] - Fix attached, please apply and close this bug | ||
340 | |||
341 | 314 | ||
342 | 315 | ||
343 | Improving Your Chances of Patch Acceptance | 316 | Improving Your Chances of Patch Acceptance |
diff --git a/editors/Makefile b/editors/Makefile index 4df771090..00ef6d502 100644 --- a/editors/Makefile +++ b/editors/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/editors/Makefile.in b/editors/Makefile.in index cf6006a2c..97450479d 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/examples/depmod.pl b/examples/depmod.pl index 1bb02defa..ea29e8883 100755 --- a/examples/depmod.pl +++ b/examples/depmod.pl | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/perl -w |
2 | # vi: set ts=4: | 2 | # vi: set ts=4: |
3 | # Copyright (c) 2001 David Schleef <ds@schleef.org> | 3 | # Copyright (c) 2001 David Schleef <ds@schleef.org> |
4 | # Copyright (c) 2001 Erik Andersen <andersen@lineo.com> | 4 | # Copyright (c) 2001 Erik Andersen <andersen@codepoet.org> |
5 | # Copyright (c) 2001 Stuart Hughes <stuarth@lineo.com> | 5 | # Copyright (c) 2001 Stuart Hughes <stuarth@lineo.com> |
6 | # Copyright (c) 2002 Steven J. Hill <shill@broadcom.com> | 6 | # Copyright (c) 2002 Steven J. Hill <shill@broadcom.com> |
7 | # This program is free software; you can redistribute it and/or modify it | 7 | # This program is free software; you can redistribute it and/or modify it |
@@ -233,5 +233,5 @@ David Schleef <ds@schleef.org> | |||
233 | 233 | ||
234 | =cut | 234 | =cut |
235 | 235 | ||
236 | # $Id: depmod.pl,v 1.2 2002/10/08 21:33:51 sjhill Exp $ | 236 | # $Id: depmod.pl,v 1.3 2003/07/14 21:20:51 andersen Exp $ |
237 | 237 | ||
diff --git a/examples/inittab b/examples/inittab index 4eed84885..38df92497 100644 --- a/examples/inittab +++ b/examples/inittab | |||
@@ -1,7 +1,6 @@ | |||
1 | # /etc/inittab init(8) configuration for BusyBox | 1 | # /etc/inittab init(8) configuration for BusyBox |
2 | # | 2 | # |
3 | # Copyright (C) 1999 by Lineo, inc. and Erik Andersen | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | # Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
5 | # | 4 | # |
6 | # | 5 | # |
7 | # Note, BusyBox init doesn't support runlevels. The runlevels field is | 6 | # Note, BusyBox init doesn't support runlevels. The runlevels field is |
diff --git a/findutils/Makefile b/findutils/Makefile index dee8a664f..fffee8f2c 100644 --- a/findutils/Makefile +++ b/findutils/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/findutils/Makefile.in b/findutils/Makefile.in index 4133d1c3f..6413a7fd1 100644 --- a/findutils/Makefile.in +++ b/findutils/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/findutils/find.c b/findutils/find.c index 58bc8bf9c..661030460 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini find implementation for busybox | 3 | * Mini find implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * Reworked by David Douthitt <n9ubh@callsign.net> and | 7 | * Reworked by David Douthitt <n9ubh@callsign.net> and |
9 | * Matt Kraai <kraai@alumni.carnegiemellon.edu>. | 8 | * Matt Kraai <kraai@alumni.carnegiemellon.edu>. |
diff --git a/include/inet_common.h b/include/inet_common.h index 8050afc67..0375c1ce2 100644 --- a/include/inet_common.h +++ b/include/inet_common.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * stolen from net-tools-1.59 and stripped down for busybox by | 2 | * stolen from net-tools-1.59 and stripped down for busybox by |
3 | * Erik Andersen <andersee@debian.org> | 3 | * Erik Andersen <andersen@codepoet.org> |
4 | * | 4 | * |
5 | * Heavily modified by Manuel Novoa III Mar 12, 2001 | 5 | * Heavily modified by Manuel Novoa III Mar 12, 2001 |
6 | * | 6 | * |
7 | * Version: $Id: inet_common.h,v 1.2 2002/07/03 11:46:38 andersen Exp $ | 7 | * Version: $Id: inet_common.h,v 1.3 2003/07/14 21:20:52 andersen Exp $ |
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | 10 | ||
diff --git a/init/Makefile b/init/Makefile index 8d0cdc4ec..816230bf3 100644 --- a/init/Makefile +++ b/init/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/init/Makefile.in b/init/Makefile.in index 1eee3d18a..b1f464d19 100644 --- a/init/Makefile.in +++ b/init/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/init/halt.c b/init/halt.c index b9eeaebdd..10f16c75d 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini halt implementation for busybox | 3 | * Mini halt implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/init/init.c b/init/init.c index a454ac5ce..69ce4b2c9 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini init implementation for busybox | 3 | * Mini init implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * Adjusted by so many folks, it's impossible to keep track. | 7 | * Adjusted by so many folks, it's impossible to keep track. |
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 |
diff --git a/init/poweroff.c b/init/poweroff.c index d78ff4f98..d630aa6c2 100644 --- a/init/poweroff.c +++ b/init/poweroff.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini poweroff implementation for busybox | 3 | * Mini poweroff implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/init/reboot.c b/init/reboot.c index be4b97f95..e9f9ff831 100644 --- a/init/reboot.c +++ b/init/reboot.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini reboot implementation for busybox | 3 | * Mini reboot implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/Makefile b/libbb/Makefile index f6d021ce9..774cc75ed 100644 --- a/libbb/Makefile +++ b/libbb/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 98b0c66e2..cde3fb2fa 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/libbb/README b/libbb/README index d1886aeab..b92910055 100644 --- a/libbb/README +++ b/libbb/README | |||
@@ -1,13 +1,11 @@ | |||
1 | Please see the LICENSE file for copyright information. | 1 | Please see the LICENSE file for copyright information (GPLv2) |
2 | 2 | ||
3 | libbb is BusyBox's utility library. This all used to be in a single file | 3 | libbb is BusyBox's utility library. All of this stuff used to be stuffed into |
4 | (utility.c to be specific). When I split utility.c up to create libbb, I did | 4 | a single file named utility.c. When I split utility.c to create libbb, some of |
5 | not carefully fix up the copyright and licensing information. I'll do that for | 5 | the very oldest stuff ended up without their original copyright and licensing |
6 | the next release. | 6 | information (which is now lost in the mists of time). If you see something |
7 | 7 | that you wrote that is mis-attributed, do let me know so we can fix that up. | |
8 | For now, just trust me that a bunch of people have worked on this stuff, | ||
9 | and it is all GPL'ed. | ||
10 | 8 | ||
11 | Erik Andersen | 9 | Erik Andersen |
12 | <andersee@codepoet.org> | 10 | <andersen@codepoet.org> |
13 | 11 | ||
diff --git a/libbb/chomp.c b/libbb/chomp.c index 94404a98d..4fcbb263d 100644 --- a/libbb/chomp.c +++ b/libbb/chomp.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/concat_path_file.c b/libbb/concat_path_file.c index b972ba6a3..f0ce3d91c 100644 --- a/libbb/concat_path_file.c +++ b/libbb/concat_path_file.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/copyfd.c b/libbb/copyfd.c index 41b78c7d6..05bed6b73 100644 --- a/libbb/copyfd.c +++ b/libbb/copyfd.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/device_open.c b/libbb/device_open.c index 42da1e1be..abfe2318a 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/error_msg.c b/libbb/error_msg.c index 5456dd361..dbb25b7c9 100644 --- a/libbb/error_msg.c +++ b/libbb/error_msg.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/error_msg_and_die.c b/libbb/error_msg_and_die.c index 7e7393773..433f29d0f 100644 --- a/libbb/error_msg_and_die.c +++ b/libbb/error_msg_and_die.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/fgets_str.c b/libbb/fgets_str.c index 6588f9482..72fde58d1 100644 --- a/libbb/fgets_str.c +++ b/libbb/fgets_str.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/find_mount_point.c b/libbb/find_mount_point.c index 1eb5dc942..b63203852 100644 --- a/libbb/find_mount_point.c +++ b/libbb/find_mount_point.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/find_pid_by_name.c b/libbb/find_pid_by_name.c index b8490b724..b857c0bc7 100644 --- a/libbb/find_pid_by_name.c +++ b/libbb/find_pid_by_name.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/find_root_device.c b/libbb/find_root_device.c index 7cbac0c56..c595321df 100644 --- a/libbb/find_root_device.c +++ b/libbb/find_root_device.c | |||
@@ -2,9 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * Patched by a bunch of people. Feel free to acknowledge your work. | ||
8 | * | 6 | * |
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 |
diff --git a/libbb/full_read.c b/libbb/full_read.c index 6c7e55c64..f4b332dca 100644 --- a/libbb/full_read.c +++ b/libbb/full_read.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/full_write.c b/libbb/full_write.c index 1106a53b4..6f2255516 100644 --- a/libbb/full_write.c +++ b/libbb/full_write.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/get_console.c b/libbb/get_console.c index 562b57703..1b24ceb57 100644 --- a/libbb/get_console.c +++ b/libbb/get_console.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/get_line_from_file.c b/libbb/get_line_from_file.c index 5af898934..3b6e1e778 100644 --- a/libbb/get_line_from_file.c +++ b/libbb/get_line_from_file.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/herror_msg.c b/libbb/herror_msg.c index 4fe921b29..fb2a17b73 100644 --- a/libbb/herror_msg.c +++ b/libbb/herror_msg.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/herror_msg_and_die.c b/libbb/herror_msg_and_die.c index 33a8c3e28..b53a56de8 100644 --- a/libbb/herror_msg_and_die.c +++ b/libbb/herror_msg_and_die.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/inet_common.c b/libbb/inet_common.c index 5e2343bdd..8b0ec8a0b 100644 --- a/libbb/inet_common.c +++ b/libbb/inet_common.c | |||
@@ -1,10 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * stolen from net-tools-1.59 and stripped down for busybox by | 2 | * stolen from net-tools-1.59 and stripped down for busybox by |
3 | * Erik Andersen <andersee@debian.org> | 3 | * Erik Andersen <andersen@codepoet.org> |
4 | * | 4 | * |
5 | * Heavily modified by Manuel Novoa III Mar 12, 2001 | 5 | * Heavily modified by Manuel Novoa III Mar 12, 2001 |
6 | * | 6 | * |
7 | * Version: $Id: inet_common.c,v 1.6 2003/03/19 09:12:07 mjn3 Exp $ | 7 | * Version: $Id: inet_common.c,v 1.7 2003/07/14 21:20:55 andersen Exp $ |
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | 10 | ||
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index 4393a5188..ea82e8ce6 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/interface.c b/libbb/interface.c index 531700f45..fb3a42a0c 100644 --- a/libbb/interface.c +++ b/libbb/interface.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * stolen from net-tools-1.59 and stripped down for busybox by | 2 | * stolen from net-tools-1.59 and stripped down for busybox by |
3 | * Erik Andersen <andersee@debian.org> | 3 | * Erik Andersen <andersen@codepoet.org> |
4 | * | 4 | * |
5 | * Heavily modified by Manuel Novoa III Mar 12, 2001 | 5 | * Heavily modified by Manuel Novoa III Mar 12, 2001 |
6 | * | 6 | * |
@@ -15,7 +15,7 @@ | |||
15 | * that either displays or sets the characteristics of | 15 | * that either displays or sets the characteristics of |
16 | * one or more of the system's networking interfaces. | 16 | * one or more of the system's networking interfaces. |
17 | * | 17 | * |
18 | * Version: $Id: interface.c,v 1.15 2003/03/19 09:12:07 mjn3 Exp $ | 18 | * Version: $Id: interface.c,v 1.16 2003/07/14 21:20:55 andersen Exp $ |
19 | * | 19 | * |
20 | * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> | 20 | * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> |
21 | * and others. Copyright 1993 MicroWalt Corporation | 21 | * and others. Copyright 1993 MicroWalt Corporation |
diff --git a/libbb/kernel_version.c b/libbb/kernel_version.c index 14b163654..740ac523c 100644 --- a/libbb/kernel_version.c +++ b/libbb/kernel_version.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/libc5.c b/libbb/libc5.c index 59c935e3d..ac7919626 100644 --- a/libbb/libc5.c +++ b/libbb/libc5.c | |||
@@ -14,7 +14,7 @@ | |||
14 | /* | 14 | /* |
15 | * Some systems already have updwtmp(). Some don't... This is | 15 | * Some systems already have updwtmp(). Some don't... This is |
16 | * the updwtmp() implementation from uClibc, Copyright 2002 by | 16 | * the updwtmp() implementation from uClibc, Copyright 2002 by |
17 | * Erik Andersen <andersee@debian.org> | 17 | * Erik Andersen <andersen@codepoet.org> |
18 | */ | 18 | */ |
19 | extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp) | 19 | extern void updwtmp(const char *wtmp_file, const struct utmp *lutmp) |
20 | { | 20 | { |
@@ -96,7 +96,7 @@ ssize_t getline(char **linebuf, size_t *n, FILE *file) | |||
96 | * Copyright (c) 1991, 1993 | 96 | * Copyright (c) 1991, 1993 |
97 | * The Regents of the University of California. All rights reserved. | 97 | * The Regents of the University of California. All rights reserved. |
98 | * | 98 | * |
99 | * Modified for uClibc by Erik Andersen <andersee@debian.org> | 99 | * Modified for uClibc by Erik Andersen <andersen@codepoet.org> |
100 | * | 100 | * |
101 | * The uClibc Library is free software; you can redistribute it and/or | 101 | * The uClibc Library is free software; you can redistribute it and/or |
102 | * modify it under the terms of the GNU Library General Public License as | 102 | * modify it under the terms of the GNU Library General Public License as |
diff --git a/libbb/loop.c b/libbb/loop.c index aae083b4a..7dba3e274 100644 --- a/libbb/loop.c +++ b/libbb/loop.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/messages.c b/libbb/messages.c index e5ffbf7f7..11493db12 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -1,7 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 3 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
4 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
5 | * | 4 | * |
6 | * 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 |
7 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/module_syscalls.c b/libbb/module_syscalls.c index b0ace74ea..6b6ebed06 100644 --- a/libbb/module_syscalls.c +++ b/libbb/module_syscalls.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * some system calls possibly missing from libc | 3 | * some system calls possibly missing from libc |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/libbb/mtab.c b/libbb/mtab.c index 54905c724..a62169a26 100644 --- a/libbb/mtab.c +++ b/libbb/mtab.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/mtab_file.c b/libbb/mtab_file.c index 898e2fa89..58b0f66e2 100644 --- a/libbb/mtab_file.c +++ b/libbb/mtab_file.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/my_getgrgid.c b/libbb/my_getgrgid.c index 5bf905145..5a36c890d 100644 --- a/libbb/my_getgrgid.c +++ b/libbb/my_getgrgid.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/my_getgrnam.c b/libbb/my_getgrnam.c index eb5b58174..906727b76 100644 --- a/libbb/my_getgrnam.c +++ b/libbb/my_getgrnam.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/my_getpwnam.c b/libbb/my_getpwnam.c index ada2ffb56..57c2a01ec 100644 --- a/libbb/my_getpwnam.c +++ b/libbb/my_getpwnam.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/my_getpwnamegid.c b/libbb/my_getpwnamegid.c index 06071c9f2..1dd5674ec 100644 --- a/libbb/my_getpwnamegid.c +++ b/libbb/my_getpwnamegid.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/my_getpwuid.c b/libbb/my_getpwuid.c index dfe9b4948..ec2fcce74 100644 --- a/libbb/my_getpwuid.c +++ b/libbb/my_getpwuid.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/perror_msg.c b/libbb/perror_msg.c index f32c1c8fe..0928e4371 100644 --- a/libbb/perror_msg.c +++ b/libbb/perror_msg.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/perror_msg_and_die.c b/libbb/perror_msg_and_die.c index 57a21136d..122f3972b 100644 --- a/libbb/perror_msg_and_die.c +++ b/libbb/perror_msg_and_die.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/print_file.c b/libbb/print_file.c index 8417c10d3..6d3667b60 100644 --- a/libbb/print_file.c +++ b/libbb/print_file.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/pw_encrypt.c b/libbb/pw_encrypt.c index ac79f839f..ce6078539 100644 --- a/libbb/pw_encrypt.c +++ b/libbb/pw_encrypt.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routine. | 3 | * Utility routine. |
4 | * | 4 | * |
5 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/read_package_field.c b/libbb/read_package_field.c index 42628f35c..abe8e06fd 100644 --- a/libbb/read_package_field.c +++ b/libbb/read_package_field.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/recursive_action.c b/libbb/recursive_action.c index 3ea107ca9..6ee59e8f1 100644 --- a/libbb/recursive_action.c +++ b/libbb/recursive_action.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/safe_read.c b/libbb/safe_read.c index b6d6d742f..67f3268c5 100644 --- a/libbb/safe_read.c +++ b/libbb/safe_read.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/safe_strncpy.c b/libbb/safe_strncpy.c index 0c5cf12ef..08a2a0d9c 100644 --- a/libbb/safe_strncpy.c +++ b/libbb/safe_strncpy.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/syscalls.c b/libbb/syscalls.c index 2434cb453..ee58d3674 100644 --- a/libbb/syscalls.c +++ b/libbb/syscalls.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * some system calls possibly missing from libc | 3 | * some system calls possibly missing from libc |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/libbb/syslog_msg_with_name.c b/libbb/syslog_msg_with_name.c index bd3f44824..4b530416a 100644 --- a/libbb/syslog_msg_with_name.c +++ b/libbb/syslog_msg_with_name.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/trim.c b/libbb/trim.c index cb673cac3..75e7c2d43 100644 --- a/libbb/trim.c +++ b/libbb/trim.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/u_signal_names.c b/libbb/u_signal_names.c index aee1db07c..681358414 100644 --- a/libbb/u_signal_names.c +++ b/libbb/u_signal_names.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libbb/vdprintf.c b/libbb/vdprintf.c index 0f250ae69..2a19dd182 100644 --- a/libbb/vdprintf.c +++ b/libbb/vdprintf.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c index 4612bf378..9270290cd 100644 --- a/libbb/verror_msg.c +++ b/libbb/verror_msg.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/vherror_msg.c b/libbb/vherror_msg.c index eb341bf84..ffdfd5283 100644 --- a/libbb/vherror_msg.c +++ b/libbb/vherror_msg.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/vperror_msg.c b/libbb/vperror_msg.c index febe4e22e..cd48af259 100644 --- a/libbb/vperror_msg.c +++ b/libbb/vperror_msg.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/wfopen.c b/libbb/wfopen.c index 22f22b373..368451c52 100644 --- a/libbb/wfopen.c +++ b/libbb/wfopen.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 299998948..8784b5058 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * | 6 | * |
7 | * 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 |
8 | * 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 |
diff --git a/libbb/xgetlarg.c b/libbb/xgetlarg.c index c1bfa277a..ed5d3eb4f 100644 --- a/libbb/xgetlarg.c +++ b/libbb/xgetlarg.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * Copyright (C) 2003 Erik Andersen <andersee@debian.org> | 3 | * Copyright (C) 2003 Erik Andersen <andersen@codepoet.org> |
4 | */ | 4 | */ |
5 | 5 | ||
6 | 6 | ||
diff --git a/libbb/xregcomp.c b/libbb/xregcomp.c index 56746ac53..bfccfec69 100644 --- a/libbb/xregcomp.c +++ b/libbb/xregcomp.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Utility routines. | 3 | * Utility routines. |
4 | * | 4 | * |
5 | * Copyright (C) many different people. If you wrote this, please | 5 | * Copyright (C) many different people. |
6 | * acknowledge your work. | 6 | * If you wrote this, please acknowledge your work. |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/libpwdgrp/Makefile b/libpwdgrp/Makefile index 2708027ec..5c54be325 100644 --- a/libpwdgrp/Makefile +++ b/libpwdgrp/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/libpwdgrp/Makefile.in b/libpwdgrp/Makefile.in index 970457112..886639e1f 100644 --- a/libpwdgrp/Makefile.in +++ b/libpwdgrp/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/libpwdgrp/setgroups.c b/libpwdgrp/setgroups.c index c3af1ea77..c133849e8 100644 --- a/libpwdgrp/setgroups.c +++ b/libpwdgrp/setgroups.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Taken from the set of syscalls for uClibc | 3 | * Taken from the set of syscalls for uClibc |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * <andersen@lineo.com>, <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * This program is free software; you can redistribute it and/or modify it | 7 | * This program is free software; you can redistribute it and/or modify it |
9 | * under the terms of the GNU Library General Public License as published by | 8 | * under the terms of the GNU Library General Public License as published by |
diff --git a/loginutils/Makefile b/loginutils/Makefile index 09b368afc..3359d5638 100644 --- a/loginutils/Makefile +++ b/loginutils/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/loginutils/Makefile.in b/loginutils/Makefile.in index 5027e8079..31ce8bd91 100644 --- a/loginutils/Makefile.in +++ b/loginutils/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/miscutils/Makefile b/miscutils/Makefile index b1765f627..374ce68f8 100644 --- a/miscutils/Makefile +++ b/miscutils/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/miscutils/Makefile.in b/miscutils/Makefile.in index 535e65467..1fd109e2d 100644 --- a/miscutils/Makefile.in +++ b/miscutils/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/miscutils/strings.c b/miscutils/strings.c index c0d4a3f74..c914338d5 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * | 21 | * |
22 | * Original copyright notice is retained at the end of this file. | 22 | * Original copyright notice is retained at the end of this file. |
23 | * | 23 | * |
24 | * Modified for BusyBox by Erik Andersen <andersee@debian.org> | 24 | * Modified for BusyBox by Erik Andersen <andersen@codepoet.org> |
25 | * Badly hacked by Tito Ragusa <farmatito@tiscali.it> | 25 | * Badly hacked by Tito Ragusa <farmatito@tiscali.it> |
26 | */ | 26 | */ |
27 | 27 | ||
diff --git a/modutils/Makefile b/modutils/Makefile index e8246cee7..646e4489e 100644 --- a/modutils/Makefile +++ b/modutils/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/modutils/Makefile.in b/modutils/Makefile.in index 6ad9582fd..f6d5887fc 100644 --- a/modutils/Makefile.in +++ b/modutils/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/modutils/insmod.c b/modutils/insmod.c index b45357a69..1f5965e0a 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * MIPS, and v850e. | 6 | * MIPS, and v850e. |
7 | * | 7 | * |
8 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 8 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen |
9 | * Copyright (C) 1999,2000,2001,2002 by Erik Andersen <andersee@debian.org> | 9 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
10 | * and Ron Alder <alder@lineo.com> | 10 | * and Ron Alder <alder@lineo.com> |
11 | * | 11 | * |
12 | * Miles Bader <miles@gnu.org> added NEC V850E support. | 12 | * Miles Bader <miles@gnu.org> added NEC V850E support. |
@@ -247,7 +247,7 @@ | |||
247 | #ifndef MODUTILS_MODULE_H | 247 | #ifndef MODUTILS_MODULE_H |
248 | static const int MODUTILS_MODULE_H = 1; | 248 | static const int MODUTILS_MODULE_H = 1; |
249 | 249 | ||
250 | #ident "$Id: insmod.c,v 1.97 2003/03/19 09:12:33 mjn3 Exp $" | 250 | #ident "$Id: insmod.c,v 1.98 2003/07/14 21:21:00 andersen Exp $" |
251 | 251 | ||
252 | /* This file contains the structures used by the 2.0 and 2.1 kernels. | 252 | /* This file contains the structures used by the 2.0 and 2.1 kernels. |
253 | We do not use the kernel headers directly because we do not wish | 253 | We do not use the kernel headers directly because we do not wish |
@@ -468,7 +468,7 @@ int delete_module(const char *); | |||
468 | #ifndef MODUTILS_OBJ_H | 468 | #ifndef MODUTILS_OBJ_H |
469 | static const int MODUTILS_OBJ_H = 1; | 469 | static const int MODUTILS_OBJ_H = 1; |
470 | 470 | ||
471 | #ident "$Id: insmod.c,v 1.97 2003/03/19 09:12:33 mjn3 Exp $" | 471 | #ident "$Id: insmod.c,v 1.98 2003/07/14 21:21:00 andersen Exp $" |
472 | 472 | ||
473 | /* The relocatable object is manipulated using elfin types. */ | 473 | /* The relocatable object is manipulated using elfin types. */ |
474 | 474 | ||
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index bb9947a23..f1eebfc9f 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini lsmod implementation for busybox | 3 | * Mini lsmod implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and | 7 | * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and |
9 | * Nicolas Ferre <nicolas.ferre@alcove.fr> to support pre 2.1 kernels | 8 | * Nicolas Ferre <nicolas.ferre@alcove.fr> to support pre 2.1 kernels |
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 3154b30cc..a4ea70410 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini rmmod implementation for busybox | 3 | * Mini rmmod implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/networking/Makefile b/networking/Makefile index 4caa18338..022f29e46 100644 --- a/networking/Makefile +++ b/networking/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/Makefile.in b/networking/Makefile.in index 95709ee42..7d0d0b8bc 100644 --- a/networking/Makefile.in +++ b/networking/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/hostname.c b/networking/hostname.c index 6522bb21b..a00263d8f 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -1,11 +1,11 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * $Id: hostname.c,v 1.35 2003/03/19 09:12:37 mjn3 Exp $ | 3 | * $Id: hostname.c,v 1.36 2003/07/14 21:21:01 andersen Exp $ |
4 | * Mini hostname implementation for busybox | 4 | * Mini hostname implementation for busybox |
5 | * | 5 | * |
6 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> | 6 | * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> |
7 | * | 7 | * |
8 | * adjusted by Erik Andersen <andersee@debian.org> to remove | 8 | * adjusted by Erik Andersen <andersen@codepoet.org> to remove |
9 | * use of long options and GNU getopt. Improved the usage info. | 9 | * use of long options and GNU getopt. Improved the usage info. |
10 | * | 10 | * |
11 | * This program is free software; you can redistribute it and/or modify | 11 | * This program is free software; you can redistribute it and/or modify |
diff --git a/networking/libiproute/Makefile b/networking/libiproute/Makefile index 29419fd4a..c1f18be7b 100644 --- a/networking/libiproute/Makefile +++ b/networking/libiproute/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in index 9fe146215..f39eeb3ee 100644 --- a/networking/libiproute/Makefile.in +++ b/networking/libiproute/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/telnet.c b/networking/telnet.c index 8f2573c27..88607f653 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * HISTORY | 25 | * HISTORY |
26 | * Revision 3.1 1994/04/17 11:31:54 too | 26 | * Revision 3.1 1994/04/17 11:31:54 too |
27 | * initial revision | 27 | * initial revision |
28 | * Modified 2000/06/13 for inclusion into BusyBox by Erik Andersen <andersee@debian.org> | 28 | * Modified 2000/06/13 for inclusion into BusyBox by Erik Andersen <andersen@codepoet.org> |
29 | * Modified 2001/05/07 to add ability to pass TTYPE to remote host by Jim McQuillan | 29 | * Modified 2001/05/07 to add ability to pass TTYPE to remote host by Jim McQuillan |
30 | * <jam@ltsp.org> | 30 | * <jam@ltsp.org> |
31 | * | 31 | * |
diff --git a/networking/udhcp/ChangeLog b/networking/udhcp/ChangeLog index 57e89a018..9ee97534f 100644 --- a/networking/udhcp/ChangeLog +++ b/networking/udhcp/ChangeLog | |||
@@ -36,7 +36,7 @@ | |||
36 | udhcp bug#1256 | 36 | udhcp bug#1256 |
37 | + Fixed reading of client id (David Poole <davep@portsmith.com>) | 37 | + Fixed reading of client id (David Poole <davep@portsmith.com>) |
38 | + change sys_errlist[] to strerror() as it aparently doesn't exist | 38 | + change sys_errlist[] to strerror() as it aparently doesn't exist |
39 | (andersee <andersee@codepoet.org>) | 39 | (Erik Andersen <andersen@codepoet.org>) |
40 | + fixed get_raw_packet so it returns -2 on non fatal errors | 40 | + fixed get_raw_packet so it returns -2 on non fatal errors |
41 | (Ted Lemon <Ted.Lemon@nominum.com>) | 41 | (Ted Lemon <Ted.Lemon@nominum.com>) |
42 | + Improved (hopefully) NAKing behavior (me) | 42 | + Improved (hopefully) NAKing behavior (me) |
diff --git a/networking/udhcp/Makefile b/networking/udhcp/Makefile index 174fcc586..ee34d48ff 100644 --- a/networking/udhcp/Makefile +++ b/networking/udhcp/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/networking/udhcp/Makefile.in b/networking/udhcp/Makefile.in index 5d6176bab..502aa1c3e 100644 --- a/networking/udhcp/Makefile.in +++ b/networking/udhcp/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/procps/Makefile b/procps/Makefile index 8e572aa4a..3751f79dd 100644 --- a/procps/Makefile +++ b/procps/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/procps/Makefile.in b/procps/Makefile.in index f16b36976..9d2d27391 100644 --- a/procps/Makefile.in +++ b/procps/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/procps/free.c b/procps/free.c index 2f520e418..dbc606c94 100644 --- a/procps/free.c +++ b/procps/free.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini free implementation for busybox | 3 | * Mini free implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/procps/kill.c b/procps/kill.c index 3d6fe80cb..717d8c69e 100644 --- a/procps/kill.c +++ b/procps/kill.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini kill/killall implementation for busybox | 3 | * Mini kill/killall implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/procps/pidof.c b/procps/pidof.c index d77f7f02b..2fe8ecd25 100644 --- a/procps/pidof.c +++ b/procps/pidof.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * pidof implementation for busybox | 3 | * pidof implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/procps/ps.c b/procps/ps.c index 691f490c7..9dc45d35d 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini ps implementation(s) for busybox | 3 | * Mini ps implementation(s) for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * This program is free software; you can redistribute it and/or modify it | 7 | * This program is free software; you can redistribute it and/or modify it |
9 | * under the terms of the GNU General Public License as published by the Free | 8 | * under the terms of the GNU General Public License as published by the Free |
diff --git a/procps/uptime.c b/procps/uptime.c index 85ff2233c..a974313d7 100644 --- a/procps/uptime.c +++ b/procps/uptime.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini uptime implementation for busybox | 3 | * Mini uptime implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/shell/Makefile b/shell/Makefile index f3b1042e6..a08219262 100644 --- a/shell/Makefile +++ b/shell/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/shell/Makefile.in b/shell/Makefile.in index a5778d6fd..c5be7ba79 100644 --- a/shell/Makefile.in +++ b/shell/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/shell/ash.c b/shell/ash.c index fb65c2da0..1a91f40cd 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * This version of ash is adapted from the source in Debian's ash 0.3.8-5 | 25 | * This version of ash is adapted from the source in Debian's ash 0.3.8-5 |
26 | * package. | 26 | * package. |
27 | * | 27 | * |
28 | * Modified by Erik Andersen <andersee@debian.org> and | 28 | * Modified by Erik Andersen <andersen@codepoet.org> and |
29 | * Vladimir Oleynik <dzo@simtreas.ru> to be used in busybox | 29 | * Vladimir Oleynik <dzo@simtreas.ru> to be used in busybox |
30 | * | 30 | * |
31 | * | 31 | * |
diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 3cbdce0ef..350c0fd86 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Adam Rogoyski <rogoyski@cs.utexas.edu> | 9 | * Adam Rogoyski <rogoyski@cs.utexas.edu> |
10 | * Dave Cinege <dcinege@psychosis.com> | 10 | * Dave Cinege <dcinege@psychosis.com> |
11 | * Jakub Jelinek (c) 1995 | 11 | * Jakub Jelinek (c) 1995 |
12 | * Erik Andersen <andersee@debian.org> (Majorly adjusted for busybox) | 12 | * Erik Andersen <andersen@codepoet.org> (Majorly adjusted for busybox) |
13 | * | 13 | * |
14 | * This code is 'as is' with no warranty. | 14 | * This code is 'as is' with no warranty. |
15 | * | 15 | * |
diff --git a/shell/hush.c b/shell/hush.c index 94b29c03d..84818ffa3 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -9,14 +9,16 @@ | |||
9 | * | 9 | * |
10 | * Credits: | 10 | * Credits: |
11 | * The parser routines proper are all original material, first | 11 | * The parser routines proper are all original material, first |
12 | * written Dec 2000 and Jan 2001 by Larry Doolittle. | 12 | * written Dec 2000 and Jan 2001 by Larry Doolittle. The |
13 | * The execution engine, the builtins, and much of the underlying | 13 | * execution engine, the builtins, and much of the underlying |
14 | * support has been adapted from busybox-0.49pre's lash, | 14 | * support has been adapted from busybox-0.49pre's lash, which is |
15 | * which is Copyright (C) 2000 by Lineo, Inc., and | 15 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
16 | * written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>. | 16 | * written by Erik Andersen <andersen@codepoet.org>. That, in turn, |
17 | * That, in turn, is based in part on ladsh.c, by Michael K. Johnson and | 17 | * is based in part on ladsh.c, by Michael K. Johnson and Erik W. |
18 | * Erik W. Troan, which they placed in the public domain. I don't know | 18 | * Troan, which they placed in the public domain. I don't know |
19 | * how much of the Johnson/Troan code has survived the repeated rewrites. | 19 | * how much of the Johnson/Troan code has survived the repeated |
20 | * rewrites. | ||
21 | * | ||
20 | * Other credits: | 22 | * Other credits: |
21 | * simple_itoa() was lifted from boa-0.93.15 | 23 | * simple_itoa() was lifted from boa-0.93.15 |
22 | * b_addchr() derived from similar w_addchar function in glibc-2.2 | 24 | * b_addchr() derived from similar w_addchar function in glibc-2.2 |
diff --git a/shell/lash.c b/shell/lash.c index 8f864b355..1fcd63bdf 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * lash -- the BusyBox Lame-Ass SHell | 3 | * lash -- the BusyBox Lame-Ass SHell |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is | 7 | * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is |
9 | * under the following liberal license: "We have placed this source code in the | 8 | * under the following liberal license: "We have placed this source code in the |
diff --git a/shell/msh.c b/shell/msh.c index aad6bbf35..a142c451a 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -3,12 +3,12 @@ | |||
3 | * Minix shell port for busybox | 3 | * Minix shell port for busybox |
4 | * | 4 | * |
5 | * This version of the Minix shell was adapted for use in busybox | 5 | * This version of the Minix shell was adapted for use in busybox |
6 | * by Erik Andersen <andersee@debian.org> | 6 | * by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * - backtick expansion did not work properly | 8 | * - backtick expansion did not work properly |
9 | * Jonas Holmberg <jonas.holmberg@axis.com> | 9 | * Jonas Holmberg <jonas.holmberg@axis.com> |
10 | * Robert Schwebel <r.schwebel@pengutronix.de> | 10 | * Robert Schwebel <r.schwebel@pengutronix.de> |
11 | * Erik Andersen <andersee@debian.org> | 11 | * Erik Andersen <andersen@codepoet.org> |
12 | * | 12 | * |
13 | * This program is free software; you can redistribute it and/or modify | 13 | * This program is free software; you can redistribute it and/or modify |
14 | * it under the terms of the GNU General Public License as published by | 14 | * it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/Makefile b/sysklogd/Makefile index dc2098f11..0c01f546f 100644 --- a/sysklogd/Makefile +++ b/sysklogd/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/Makefile.in b/sysklogd/Makefile.in index aacb941bd..d088ae855 100644 --- a/sysklogd/Makefile.in +++ b/sysklogd/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index b76a52ff7..d32882d33 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -6,8 +6,7 @@ | |||
6 | * Changes: Made this a standalone busybox module which uses standalone | 6 | * Changes: Made this a standalone busybox module which uses standalone |
7 | * syslog() client interface. | 7 | * syslog() client interface. |
8 | * | 8 | * |
9 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 9 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
10 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
11 | * | 10 | * |
12 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> | 11 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> |
13 | * | 12 | * |
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 1b55bf589..252cfc494 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini logger implementation for busybox | 3 | * Mini logger implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index 03dcce5c1..06dfca6d8 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini syslogd implementation for busybox | 3 | * Mini syslogd implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> | 7 | * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> |
9 | * | 8 | * |
diff --git a/util-linux/Makefile b/util-linux/Makefile index 41080a930..d2e496231 100644 --- a/util-linux/Makefile +++ b/util-linux/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in index 28757a336..8cd5f1bd0 100644 --- a/util-linux/Makefile.in +++ b/util-linux/Makefile.in | |||
@@ -1,6 +1,6 @@ | |||
1 | # Makefile for busybox | 1 | # Makefile for busybox |
2 | # | 2 | # |
3 | # Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org> | 3 | # Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
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 as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index fb1639ace..6e0d6947f 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -11,11 +11,11 @@ | |||
11 | * - added Native Language Support | 11 | * - added Native Language Support |
12 | * | 12 | * |
13 | * from util-linux -- adapted for busybox by | 13 | * from util-linux -- adapted for busybox by |
14 | * Erik Andersen <andersee@debian.org>. I ripped out Native Language | 14 | * Erik Andersen <andersen@codepoet.org>. I ripped out Native Language |
15 | * Support, replaced getopt, added some gotos for redundant stuff. | 15 | * Support, replaced getopt, added some gotos for redundant stuff. |
16 | * | 16 | * |
17 | * Audited and cleaned up on 7 March 2003 to reduce size of | 17 | * Audited and cleaned up on 7 March 2003 to reduce size of |
18 | * check error handling by Erik Andersen <andersee@debian.org> | 18 | * check error handling by Erik Andersen <andersen@codepoet.org> |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <stdio.h> | 21 | #include <stdio.h> |
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 00dc00841..af00c6678 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * freeramdisk implementation for busybox | 3 | * freeramdisk implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 2000 and written by Emanuele Caratti <wiz@iol.it> | 5 | * Copyright (C) 2000 and written by Emanuele Caratti <wiz@iol.it> |
6 | * Adjusted a bit by Erik Andersen <andersee@debian.org> | 6 | * Adjusted a bit by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index 15db392d2..30a364ced 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * - added Native Language Support | 30 | * - added Native Language Support |
31 | * | 31 | * |
32 | * from util-linux -- adapted for busybox by | 32 | * from util-linux -- adapted for busybox by |
33 | * Erik Andersen <andersee@debian.org>. I ripped out Native Language | 33 | * Erik Andersen <andersen@codepoet.org>. I ripped out Native Language |
34 | * Support, made some stuff smaller, and fitted for life in busybox. | 34 | * Support, made some stuff smaller, and fitted for life in busybox. |
35 | * | 35 | * |
36 | */ | 36 | */ |
diff --git a/util-linux/more.c b/util-linux/more.c index ff0557d22..1ec3007bf 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -3,9 +3,9 @@ | |||
3 | * Mini more implementation for busybox | 3 | * Mini more implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * Latest version blended together by Erik Andersen <andersen@lineo.com>, | 8 | * Latest version blended together by Erik Andersen <andersen@codepoet.org>, |
9 | * based on the original more implementation by Bruce, and code from the | 9 | * based on the original more implementation by Bruce, and code from the |
10 | * Debian boot-floppies team. | 10 | * Debian boot-floppies team. |
11 | * | 11 | * |
diff --git a/util-linux/mount.c b/util-linux/mount.c index 49d086c97..d89e286fc 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Mini mount implementation for busybox | 3 | * Mini mount implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
@@ -25,7 +25,7 @@ | |||
25 | * | 25 | * |
26 | * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. | 26 | * 1999-04-17 Dave Cinege...Rewrote -t auto. Fixed ro mtab. |
27 | * | 27 | * |
28 | * 1999-10-07 Erik Andersen <andersee@debian.org>. | 28 | * 1999-10-07 Erik Andersen <andersen@codepoet.org>. |
29 | * Rewrite of a lot of code. Removed mtab usage (I plan on | 29 | * Rewrite of a lot of code. Removed mtab usage (I plan on |
30 | * putting it back as a compile-time option some time), | 30 | * putting it back as a compile-time option some time), |
31 | * major adjustments to option parsing, and some serious | 31 | * major adjustments to option parsing, and some serious |
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index b323cb10a..1f3e930a1 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Mini swapon/swapoff implementation for busybox | 3 | * Mini swapon/swapoff implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 6 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
diff --git a/util-linux/umount.c b/util-linux/umount.c index c11f2e9d7..863d52476 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -2,8 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Mini umount implementation for busybox | 3 | * Mini umount implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 5 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
6 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | ||
7 | * | 6 | * |
8 | * 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 |
9 | * 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 |