summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog25
-rw-r--r--LICENSE2
-rw-r--r--Makefile5
-rw-r--r--README7
-rw-r--r--TODO34
-rw-r--r--archival/tar.c2
-rw-r--r--basename.c2
-rw-r--r--busybox.spec2
-rw-r--r--cat.c2
-rw-r--r--chmod_chown_chgrp.c2
-rw-r--r--chroot.c2
-rw-r--r--clear.c2
-rw-r--r--cmp.c2
-rw-r--r--console-tools/clear.c2
-rw-r--r--console-tools/reset.c2
-rw-r--r--coreutils/basename.c2
-rw-r--r--coreutils/cat.c2
-rw-r--r--coreutils/chroot.c2
-rw-r--r--coreutils/cmp.c2
-rw-r--r--coreutils/cut.c2
-rw-r--r--coreutils/df.c2
-rw-r--r--coreutils/dirname.c2
-rw-r--r--coreutils/du.c4
-rw-r--r--coreutils/head.c2
-rw-r--r--coreutils/ln.c2
-rw-r--r--coreutils/mkdir.c2
-rw-r--r--coreutils/rm.c2
-rw-r--r--coreutils/rmdir.c2
-rw-r--r--coreutils/tee.c2
-rw-r--r--coreutils/touch.c2
-rw-r--r--coreutils/uniq.c2
-rw-r--r--cp_mv.c2
-rw-r--r--cut.c2
-rw-r--r--debian/changelog6
-rw-r--r--df.c2
-rw-r--r--dirname.c2
-rw-r--r--docs/busybox.net/index.html53
-rw-r--r--docs/busybox.net/oldnews.html13
-rw-r--r--du.c4
-rw-r--r--editors/sed.c2
-rw-r--r--examples/busybox.spec2
-rw-r--r--find.c2
-rw-r--r--findutils/find.c2
-rw-r--r--findutils/grep.c2
-rw-r--r--findutils/which.c2
-rw-r--r--findutils/xargs.c2
-rw-r--r--free.c2
-rw-r--r--grep.c2
-rw-r--r--head.c2
-rw-r--r--insmod.c6
-rw-r--r--lash.c2
-rw-r--r--ln.c2
-rw-r--r--logger.c2
-rw-r--r--lsmod.c2
-rw-r--r--miscutils/readlink.c2
-rw-r--r--mkdir.c2
-rw-r--r--modutils/insmod.c6
-rw-r--r--modutils/lsmod.c2
-rw-r--r--modutils/rmmod.c2
-rw-r--r--networking/nslookup.c4
-rw-r--r--nslookup.c4
-rw-r--r--procps/free.c2
-rw-r--r--procps/ps.c4
-rw-r--r--procps/uptime.c2
-rw-r--r--ps.c4
-rw-r--r--readlink.c2
-rw-r--r--reset.c2
-rw-r--r--rm.c2
-rw-r--r--rmdir.c2
-rw-r--r--rmmod.c2
-rw-r--r--sed.c2
-rw-r--r--sh.c2
-rw-r--r--shell/lash.c2
-rw-r--r--swaponoff.c2
-rw-r--r--sysklogd/logger.c2
-rw-r--r--sysklogd/syslogd.c2
-rw-r--r--syslogd.c2
-rw-r--r--tar.c2
-rw-r--r--tee.c2
-rw-r--r--touch.c2
-rw-r--r--true_false.c2
-rw-r--r--umount.c2
-rw-r--r--uniq.c2
-rw-r--r--uptime.c2
-rw-r--r--util-linux/swaponoff.c2
-rw-r--r--util-linux/umount.c2
-rw-r--r--which.c2
-rw-r--r--xargs.c2
88 files changed, 174 insertions, 151 deletions
diff --git a/Changelog b/Changelog
index 2ec2c36ae..c4be93af5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,15 @@
10.49pre 10.49
2 2
3 * Matt Kraai -- new sort.c 3 * Matt Kraai -- new sort.c
4 * Matt Kraai -- new tail.c
4 * Glenn McGrath -- new 'dpkg-deb' applet 5 * Glenn McGrath -- new 'dpkg-deb' applet
5 * Glenn McGrath -- new ar code 6 * Glenn McGrath -- new ar code
7 * spoon -- new watchdog applet
8 * Vladimir N. Oleynik <dzo@simtreas.ru> -- fixed cmdedit.c so now
9 scrolling and tab completion in lash work properly. Also several
10 byte saving optimizations.
6 * Erik Andersen -- disabled many less commonly used applets by default 11 * Erik Andersen -- disabled many less commonly used applets by default
7 * ?? -- more thrashing about to get clean perror_msg usage 12 * Mark Whitley -- more thrashing about to get clean perror_msg usage
8 * Matt Kraai -- new command line munging 13 * Matt Kraai -- new command line munging
9 * Larry Doolittle -- keep some locales from messing up busybox.sh 14 * Larry Doolittle -- keep some locales from messing up busybox.sh
10 * Matt Kraai -- cleaned up dd and tail with new parse_number routine 15 * Matt Kraai -- cleaned up dd and tail with new parse_number routine
@@ -35,10 +40,18 @@
35 * Mark Whitley -- Updates to style guide 40 * Mark Whitley -- Updates to style guide
36 * Mark Whitley -- Big cleanup in utility.c: style guide compliance, 41 * Mark Whitley -- Big cleanup in utility.c: style guide compliance,
37 de-macro-ifying some variables and functions 42 de-macro-ifying some variables and functions
38 * Matt Kraai -- new tail.c 43 * Erik Andersen -- ls now honors BB_FEATURE_AUTOWIDTH so it can find
39 44 the width and height of the console.
40 45 * Erik Andersen -- insmod now ignores -L and accepts the -o option.
41 -Erik Andersen, <not released yet> 46 * Erik Andersen -- updates so you can now select from the Makefile
47 whether or not to use the system's passwd and group functions.
48 Since most systems use GNU libc, this can save you from having to
49 install the /etc/nsswitch.conf configuration file and the required
50 libnss_* libraries. Adds 1.5k. You can now, also, disable this,
51 causing busybox to use the system's pwd.h and grp.h functions.
52
53
54 -Erik Andersen, 27 January 2001
42 55
430.48 560.48
44 57
diff --git a/LICENSE b/LICENSE
index 49c7157a5..8e5a143d0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -18,7 +18,7 @@ mini-gzip(gzip), mini-netcat(mnc)
18Copyright 1998 Charles P. Wright <cpwright@villagenet.com> 18Copyright 1998 Charles P. Wright <cpwright@villagenet.com>
19 19
20Tons of new stuff as noted in header files 20Tons of new stuff as noted in header files
21Copyright (C) 1999 by Lineo, inc. and written by 21Copyright (C) 1999,2000,2001 by Lineo, inc. and written by
22Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 22Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
23 23
24 24
diff --git a/Makefile b/Makefile
index 159e5d5f9..4026d61c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
1# Makefile for busybox 1# Makefile for busybox
2# 2#
3# Copyright (C) 1999-2000 Erik Andersen <andersee@debian.org> 3# Copyright (C) 1999,2000,2001 Erik Andersen <andersee@debian.org>
4# Copyright (C) 2000 Karl M. Hegbloom <karlheg@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
@@ -19,7 +18,7 @@
19# 18#
20 19
21PROG := busybox 20PROG := busybox
22VERSION := 0.49pre 21VERSION := 0.49
23BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") 22BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
24export VERSION 23export VERSION
25 24
diff --git a/README b/README
index ccd550560..afe2f6fba 100644
--- a/README
+++ b/README
@@ -11,8 +11,9 @@ the expected functionality and behave very much like their GNU counterparts.
11BusyBox has been written with size-optimization and limited resources in mind. 11BusyBox has been written with size-optimization and limited resources in mind.
12It is also extremely modular so you can easily include or exclude commands (or 12It is also extremely modular so you can easily include or exclude commands (or
13features) at compile time. This makes it easy to customize your embedded 13features) at compile time. This makes it easy to customize your embedded
14systems. To create a working system, just add a kernel and an editor (such as 14systems. To create a working system, just add /dev, a kernel, and an editor,
15e3 (http://www.sax.de/~adlibiti) or elvis-tiny). 15such as nano, e3, or elvis-tiny. For a really minimal system, you can even use
16the busybox shell (not Bourne compatible, but very small and quite usable).
16 17
17BusyBox was originally written to support the Debian Rescue/Install disks, but 18BusyBox was originally written to support the Debian Rescue/Install disks, but
18it also makes an excellent environment for any small or embedded system. 19it also makes an excellent environment for any small or embedded system.
@@ -27,7 +28,7 @@ After the build is complete, a busybox.links file is generated. This is
27used by 'make install' to create symlinks to the busybox binary for all 28used by 'make install' to create symlinks to the busybox binary for all
28compiled in functions. By default, 'make install' will place the symlink 29compiled in functions. By default, 'make install' will place the symlink
29forest into `pwd`/_install unless you have defined the PREFIX environment 30forest into `pwd`/_install unless you have defined the PREFIX environment
30variable (i.e., make PREFIX="/tmp/foo" install) 31variable (i.e., 'make PREFIX=/tmp/foo install')
31 32
32---------------- 33----------------
33 34
diff --git a/TODO b/TODO
index 2adbc4b22..3e0121b63 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,16 @@ around to it some time. If you have any good ideas, please let me know.
8 8
9* We _were_ going to split networking apps into a new package called 9* We _were_ going to split networking apps into a new package called
10 netkit-tiny. Per discussions on the mailing list, this isn't going 10 netkit-tiny. Per discussions on the mailing list, this isn't going
11 to happen. False alarm. Sorry about the confusion. 11 to happen. False alarm. Sorry about the confusion.
12
13* The busybox shell, lash, is really too weak for serious use, although it is
14 possible to run simple systems with it. BusyBox 0.49 was supposed to have
15 a new shell, updated to understand full Bourne grammer. Well, that simply
16 didn't happen in time for the release. A rewrite is in progress that will
17 result in a new shell that understands the full Bourne grammar. This new
18 shell is being championed by Larry Doolittle <ldoolitt@recycle.lbl.gov>, and
19 could use your help. Please see the work in progress at
20 http://doolittle.faludi.com/~larry/parser.html
12 21
13 -Erik 22 -Erik
14 23
@@ -22,12 +31,6 @@ Possible apps to include some time:
22 31
23----------------------- 32-----------------------
24 33
25The Busybox lash shell needs to be taught Bourne shell grammer. This
26is planned for the next release of Busybox. Look out ash, we are coming
27for you...
28
29-----------------------
30
31Running the following: 34Running the following:
32 35
33 rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ 36 rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
@@ -40,23 +43,6 @@ libraries such as uClibc.
40 43
41----------------------- 44-----------------------
42 45
43Currently, busybox bypasses libc NSS. Some folks might want that,
44so perhaps adding in the option to choose whether to go to libc for
45things like getpwnam() or whether to use the busybox version might
46be nice.
47
48-----------------------
49
50Most wanted list:
51
52 [andersen@slag busybox]$ grep -l getgroups *.[ch]
53 test.c
54
55Policy violation. getgroups uses libc nss, which is unlikely
56to be present in an embedded system.
57
58-----------------------
59
60Compile with debugging on, run 'nm --size-sort ./busybox' 46Compile with debugging on, run 'nm --size-sort ./busybox'
61and then start with the biggest things and make them smaller... 47and then start with the biggest things and make them smaller...
62 48
diff --git a/archival/tar.c b/archival/tar.c
index 2c7169bcc..308291455 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -6,7 +6,7 @@
6 * ground up. It still has remnents of the old code lying about, but it is 6 * ground up. It still has remnents of the old code lying about, but it is
7 * very different now (i.e. cleaner, less global variables, etc) 7 * very different now (i.e. cleaner, less global variables, etc)
8 * 8 *
9 * Copyright (C) 2000 by Lineo, inc. 9 * Copyright (C) 1999,2000,2001 by Lineo, inc.
10 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 10 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
11 * 11 *
12 * Based in part in the tar implementation in sash 12 * Based in part in the tar implementation in sash
diff --git a/basename.c b/basename.c
index 0caae39a4..cba003d70 100644
--- a/basename.c
+++ b/basename.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/busybox.spec b/busybox.spec
index beb12fea3..6bccd371c 100644
--- a/busybox.spec
+++ b/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.49pre 2Version: 0.49
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
diff --git a/cat.c b/cat.c
index a1b878258..134245cdc 100644
--- a/cat.c
+++ b/cat.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini Cat implementation for busybox 3 * Mini Cat implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/chmod_chown_chgrp.c b/chmod_chown_chgrp.c
index 08ea6eea0..cccda98be 100644
--- a/chmod_chown_chgrp.c
+++ b/chmod_chown_chgrp.c
@@ -3,7 +3,7 @@
3 * Mini chown/chmod/chgrp implementation for busybox 3 * Mini chown/chmod/chgrp implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/chroot.c b/chroot.c
index e6f1d034b..cd8101e47 100644
--- a/chroot.c
+++ b/chroot.c
@@ -3,7 +3,7 @@
3 * Mini chroot implementation for busybox 3 * Mini chroot implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/clear.c b/clear.c
index 98eef1d78..dab4b05a7 100644
--- a/clear.c
+++ b/clear.c
@@ -3,7 +3,7 @@
3 * Mini clear implementation for busybox 3 * Mini clear implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/cmp.c b/cmp.c
index a4b6c7d49..dd70261df 100644
--- a/cmp.c
+++ b/cmp.c
@@ -3,7 +3,7 @@
3 * Mini cmp implementation for busybox 3 * Mini cmp implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> 7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
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/console-tools/clear.c b/console-tools/clear.c
index 98eef1d78..dab4b05a7 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -3,7 +3,7 @@
3 * Mini clear implementation for busybox 3 * Mini clear implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/console-tools/reset.c b/console-tools/reset.c
index 861bd435b..294cab3c4 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -3,7 +3,7 @@
3 * Mini reset implementation for busybox 3 * Mini reset implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * and Kent Robotti <robotti@metconnect.com> 8 * and Kent Robotti <robotti@metconnect.com>
9 * 9 *
diff --git a/coreutils/basename.c b/coreutils/basename.c
index 0caae39a4..cba003d70 100644
--- a/coreutils/basename.c
+++ b/coreutils/basename.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/cat.c b/coreutils/cat.c
index a1b878258..134245cdc 100644
--- a/coreutils/cat.c
+++ b/coreutils/cat.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini Cat implementation for busybox 3 * Mini Cat implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/chroot.c b/coreutils/chroot.c
index e6f1d034b..cd8101e47 100644
--- a/coreutils/chroot.c
+++ b/coreutils/chroot.c
@@ -3,7 +3,7 @@
3 * Mini chroot implementation for busybox 3 * Mini chroot implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/cmp.c b/coreutils/cmp.c
index a4b6c7d49..dd70261df 100644
--- a/coreutils/cmp.c
+++ b/coreutils/cmp.c
@@ -3,7 +3,7 @@
3 * Mini cmp implementation for busybox 3 * Mini cmp implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> 7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
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/coreutils/cut.c b/coreutils/cut.c
index 262390e17..ed68657df 100644
--- a/coreutils/cut.c
+++ b/coreutils/cut.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * cut.c - minimalist version of cut 2 * cut.c - minimalist version of cut
3 * 3 *
4 * Copyright (C) 1999,2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 5 * Written by Mark Whitley <markw@lineo.com>, <markw@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
diff --git a/coreutils/df.c b/coreutils/df.c
index 0408f9f54..7a24fedd0 100644
--- a/coreutils/df.c
+++ b/coreutils/df.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * based on original code by (I think) Bruce Perens <bruce@pixar.com>. 7 * based on original code by (I think) Bruce Perens <bruce@pixar.com>.
8 * 8 *
diff --git a/coreutils/dirname.c b/coreutils/dirname.c
index 333f08d41..2e11a69dc 100644
--- a/coreutils/dirname.c
+++ b/coreutils/dirname.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini dirname implementation for busybox 3 * Mini dirname implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/du.c b/coreutils/du.c
index 9cc2a673d..c56afbc4f 100644
--- a/coreutils/du.c
+++ b/coreutils/du.c
@@ -3,7 +3,7 @@
3 * Mini du implementation for busybox 3 * Mini du implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by John Beppu <beppu@lineo.com> 7 * Written by John Beppu <beppu@lineo.com>
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
@@ -187,7 +187,7 @@ int du_main(int argc, char **argv)
187 return status; 187 return status;
188} 188}
189 189
190/* $Id: du.c,v 1.35 2001/01/27 08:24:37 andersen Exp $ */ 190/* $Id: du.c,v 1.36 2001/01/27 09:33:38 andersen Exp $ */
191/* 191/*
192Local Variables: 192Local Variables:
193c-file-style: "linux" 193c-file-style: "linux"
diff --git a/coreutils/head.c b/coreutils/head.c
index 71aa8258c..7d87f32cb 100644
--- a/coreutils/head.c
+++ b/coreutils/head.c
@@ -3,7 +3,7 @@
3 * Mini head implementation for busybox 3 * Mini head implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by John Beppu <beppu@lineo.com> 7 * Written by John Beppu <beppu@lineo.com>
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/coreutils/ln.c b/coreutils/ln.c
index d6bf6443a..54e81f4c5 100644
--- a/coreutils/ln.c
+++ b/coreutils/ln.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c
index eb6e7db7d..2345d8831 100644
--- a/coreutils/mkdir.c
+++ b/coreutils/mkdir.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini mkdir implementation for busybox 3 * Mini mkdir implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/rm.c b/coreutils/rm.c
index 302599ec0..ce293a2aa 100644
--- a/coreutils/rm.c
+++ b/coreutils/rm.c
@@ -3,7 +3,7 @@
3 * Mini rm implementation for busybox 3 * Mini rm implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c
index 8c2165e6b..86346ddde 100644
--- a/coreutils/rmdir.c
+++ b/coreutils/rmdir.c
@@ -3,7 +3,7 @@
3 * Mini rmdir implementation for busybox 3 * Mini rmdir implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/tee.c b/coreutils/tee.c
index f0eca070d..aa3098c6a 100644
--- a/coreutils/tee.c
+++ b/coreutils/tee.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini tee implementation for busybox 3 * Mini tee implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> 6 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
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
diff --git a/coreutils/touch.c b/coreutils/touch.c
index fa2f3b609..e174baa47 100644
--- a/coreutils/touch.c
+++ b/coreutils/touch.c
@@ -3,7 +3,7 @@
3 * Mini touch implementation for busybox 3 * Mini touch implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/coreutils/uniq.c b/coreutils/uniq.c
index 228855962..84f1ed231 100644
--- a/coreutils/uniq.c
+++ b/coreutils/uniq.c
@@ -3,7 +3,7 @@
3 * Mini uniq implementation for busybox 3 * Mini uniq implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by John Beppu <beppu@lineo.com> 7 * Written by John Beppu <beppu@lineo.com>
8 * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu> 8 * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu>
9 * 9 *
diff --git a/cp_mv.c b/cp_mv.c
index 41b981b72..dbd2fddf5 100644
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -3,7 +3,7 @@
3 * Mini `cp' and `mv' implementation for BusyBox. 3 * Mini `cp' and `mv' implementation for BusyBox.
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * 8 *
9 * Copyright (C) 2000 by BitterSweet Enterprises, LLC. (GPL) 9 * Copyright (C) 2000 by BitterSweet Enterprises, LLC. (GPL)
diff --git a/cut.c b/cut.c
index 262390e17..ed68657df 100644
--- a/cut.c
+++ b/cut.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * cut.c - minimalist version of cut 2 * cut.c - minimalist version of cut
3 * 3 *
4 * Copyright (C) 1999,2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 5 * Written by Mark Whitley <markw@lineo.com>, <markw@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
diff --git a/debian/changelog b/debian/changelog
index e69d1b418..e1170c25e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
1busybox (0.49pre-1) unstable; urgency=low 1busybox (0.49-1) unstable; urgency=low
2 2
3 * Not released yet.... 3 * Lots more source updates and bug fixes. See changelog for details.
4 4
5 -- Erik Andersen <andersee@debian.org> Wed, 20 Jan 2000 08:00:07 -0700 5 -- Erik Andersen <andersee@debian.org> Sat, 27 Jan 2001 01:45:53 -0700
6 6
7busybox (0.48-1) unstable; urgency=low 7busybox (0.48-1) unstable; urgency=low
8 8
diff --git a/df.c b/df.c
index 0408f9f54..7a24fedd0 100644
--- a/df.c
+++ b/df.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * based on original code by (I think) Bruce Perens <bruce@pixar.com>. 7 * based on original code by (I think) Bruce Perens <bruce@pixar.com>.
8 * 8 *
diff --git a/dirname.c b/dirname.c
index 333f08d41..2e11a69dc 100644
--- a/dirname.c
+++ b/dirname.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini dirname implementation for busybox 3 * Mini dirname implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/docs/busybox.net/index.html b/docs/busybox.net/index.html
index cbeb03876..e54a7683e 100644
--- a/docs/busybox.net/index.html
+++ b/docs/busybox.net/index.html
@@ -38,17 +38,17 @@
38BusyBox combines tiny versions of many common UNIX utilities into a single 38BusyBox combines tiny versions of many common UNIX utilities into a single
39small executable. It provides minimalist replacements for most of the utilities 39small executable. It provides minimalist replacements for most of the utilities
40you usually find in fileutils, shellutils, findutils, textutils, grep, gzip, 40you usually find in fileutils, shellutils, findutils, textutils, grep, gzip,
41tar, etc. BusyBox provides a fairly complete POSIX environment for any small 41tar, etc. BusyBox provides a fairly complete POSIX environment for any small or
42or embedded system. The utilities in BusyBox generally have fewer options than 42embedded system. The utilities in BusyBox generally have fewer options than
43their full-featured GNU cousins; however, the options that are included provide 43their full featured GNU cousins; however, the options that are included provide
44the expected functionality and behave very much like their GNU counterparts. 44the expected functionality and behave very much like their GNU counterparts.
45<p> 45<p>
46BusyBox has been written with size-optimization and limited resources in mind. 46BusyBox has been written with size-optimization and limited resources in mind.
47It is also extremely modular so you can easily include or exclude commands (or 47It is also extremely modular so you can easily include or exclude commands (or
48features) at compile time. This makes it easy to customize your embedded 48features) at compile time. This makes it easy to customize your embedded
49systems. To create a working system, just add a kernel, a shell (such as ash), 49systems. To create a working system, just add /dev, a kernel, and an editor,
50and an editor (such as elvis-tiny or ae). For a really minimal system, just 50such as nano, e3, or elvis-tiny. For a really minimal system, you can even use
51the the busybox shell (not a POSIX shell, but very small and quite usable). 51the busybox shell (not Bourne compatible, but very small and quite usable).
52<p> 52<p>
53 53
54BusyBox is now maintained by 54BusyBox is now maintained by
@@ -60,7 +60,7 @@ BusyBox is licensed under the
60<a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a> 60<a href="http://www.gnu.org/copyleft/gpl.html">GNU GENERAL PUBLIC LICENSE</a>
61<p> 61<p>
62 62
63<H3>NEW!</h3> 63<H3>Mailing List Information</h3>
64BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>! 64BusyBox now has a <a href="http://opensource.lineo.com/lists/busybox/">mailing list</a>!
65To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>. 65To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo/busybox">this page</a>.
66 66
@@ -77,6 +77,30 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
77 77
78<ul> 78<ul>
79 79
80 <p> <li> <b>27 January 2001 -- BusyBox 0.49 released</b>
81 <br>
82
83 Several new applets, lots of bug fixes, cleanups, and many smaller
84 things made nicer. Several cleanups and improvements to the shell.
85 For a list of the most interesting changes
86 you might want to look at the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>.
87 <p>
88 Special thanks go out to Matt Kraai and Larry Doolittle for all their
89 work on this release, and for keeping on top of things while I've been
90 out of town.
91 <p>
92 <em>Special Note</em><br>
93
94 BusyBox 0.49 was supposed to have replaced lash, the BusyBox
95 shell, with a new shell that understands full Bourne shell/Posix shell grammer.
96 Well, that simply didn't happen in time for this release. A new
97 shell that will eventually replace lash is already under
98 construction. This new shell is being developed by Larry
99 Doolittle, and could use all of our help. Please see the work in
100 progress on <a href="http://doolittle.faludi.com/~larry/parser.html">Larry's website</a>
101 and help out if you can. This shell will be included in the next
102 release of BusyBox.
103
80 <p> <li> <b>13 December 2000 -- BusyBox 0.48 released</b> 104 <p> <li> <b>13 December 2000 -- BusyBox 0.48 released</b>
81 <br> 105 <br>
82 106
@@ -96,19 +120,6 @@ To subscribe, go and visit <a href="http://opensource.lineo.com/mailman/listinfo
96 this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti. 120 this release, especially Matt Kraai, Larry Doolittle, and Kent Robotti.
97 121
98 122
99 <p> <li> <b>26 September 2000 -- BusyBox 0.47 released</b>
100 <br>
101
102 This release fixes lots of bugs (including an ugly bug in 0.46
103 syslogd that could fork-bomb your system). Added several new
104 apps: rdate, wget, getopt, dos2unix, unix2dos, reset, unrpm,
105 renice, xargs, and expr. syslogd now supports network logging.
106 There are the usual tar updates. Most apps now use getopt for
107 more correct option parsing.
108 See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>
109 for complete details.
110
111
112 <p> <li> <b>Old News</b> 123 <p> <li> <b>Old News</b>
113 <br> 124 <br>
114 For the old news, visit <a href="http://busybox.lineo.com/oldnews.html">the old news page</a>. 125 For the old news, visit <a href="http://busybox.lineo.com/oldnews.html">the old news page</a>.
diff --git a/docs/busybox.net/oldnews.html b/docs/busybox.net/oldnews.html
index 4002ea117..c55fcfd28 100644
--- a/docs/busybox.net/oldnews.html
+++ b/docs/busybox.net/oldnews.html
@@ -41,6 +41,19 @@
41 <p> <li> <b>Take me back to the <a href="http://busybox.lineo.com/">BusyBox</a> web site.</b> 41 <p> <li> <b>Take me back to the <a href="http://busybox.lineo.com/">BusyBox</a> web site.</b>
42 <hr> 42 <hr>
43 43
44 <p> <li> <b>26 September 2000 -- BusyBox 0.47 released</b>
45 <br>
46
47 This release fixes lots of bugs (including an ugly bug in 0.46
48 syslogd that could fork-bomb your system). Added several new
49 apps: rdate, wget, getopt, dos2unix, unix2dos, reset, unrpm,
50 renice, xargs, and expr. syslogd now supports network logging.
51 There are the usual tar updates. Most apps now use getopt for
52 more correct option parsing.
53 See the <a href="ftp://oss.lineo.com/busybox/Changelog">changelog</a>
54 for complete details.
55
56
44 <p> <li> <b>11 July 2000 -- BusyBox 0.46 released</b> 57 <p> <li> <b>11 July 2000 -- BusyBox 0.46 released</b>
45 <br> 58 <br>
46 59
diff --git a/du.c b/du.c
index 9cc2a673d..c56afbc4f 100644
--- a/du.c
+++ b/du.c
@@ -3,7 +3,7 @@
3 * Mini du implementation for busybox 3 * Mini du implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by John Beppu <beppu@lineo.com> 7 * Written by John Beppu <beppu@lineo.com>
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
@@ -187,7 +187,7 @@ int du_main(int argc, char **argv)
187 return status; 187 return status;
188} 188}
189 189
190/* $Id: du.c,v 1.35 2001/01/27 08:24:37 andersen Exp $ */ 190/* $Id: du.c,v 1.36 2001/01/27 09:33:38 andersen Exp $ */
191/* 191/*
192Local Variables: 192Local Variables:
193c-file-style: "linux" 193c-file-style: "linux"
diff --git a/editors/sed.c b/editors/sed.c
index 95aad79e8..73a9ad3ec 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * sed.c - very minimalist version of sed 2 * sed.c - very minimalist version of sed
3 * 3 *
4 * Copyright (C) 1999,2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 5 * Written by Mark Whitley <markw@lineo.com>, <markw@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
diff --git a/examples/busybox.spec b/examples/busybox.spec
index beb12fea3..6bccd371c 100644
--- a/examples/busybox.spec
+++ b/examples/busybox.spec
@@ -1,5 +1,5 @@
1Name: busybox 1Name: busybox
2Version: 0.49pre 2Version: 0.49
3Release: 1 3Release: 1
4Group: System/Utilities 4Group: System/Utilities
5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary. 5Summary: BusyBox is a tiny suite of Unix utilities in a multi-call binary.
diff --git a/find.c b/find.c
index 59a5b838d..f60c45a4e 100644
--- a/find.c
+++ b/find.c
@@ -3,7 +3,7 @@
3 * Mini find implementation for busybox 3 * Mini find implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/findutils/find.c b/findutils/find.c
index 59a5b838d..f60c45a4e 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -3,7 +3,7 @@
3 * Mini find implementation for busybox 3 * Mini find implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/findutils/grep.c b/findutils/grep.c
index e9ff91b3e..320655bf4 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Mini grep implementation for busybox using libc regex. 2 * Mini grep implementation for busybox using libc regex.
3 * 3 *
4 * Copyright (C) 1999,2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 5 * Written by Mark Whitley <markw@lineo.com>, <markw@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
diff --git a/findutils/which.c b/findutils/which.c
index b900a0b14..981a8acf5 100644
--- a/findutils/which.c
+++ b/findutils/which.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Which implementation for busybox 3 * Which implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/findutils/xargs.c b/findutils/xargs.c
index 1473f445f..89bcfc156 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Mini xargs implementation for busybox 2 * Mini xargs implementation for busybox
3 * 3 *
4 * Copyright (C) 2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 5 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
6 * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 6 * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
7 * 7 *
diff --git a/free.c b/free.c
index 4dd99ab49..17dd38687 100644
--- a/free.c
+++ b/free.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/grep.c b/grep.c
index e9ff91b3e..320655bf4 100644
--- a/grep.c
+++ b/grep.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Mini grep implementation for busybox using libc regex. 2 * Mini grep implementation for busybox using libc regex.
3 * 3 *
4 * Copyright (C) 1999,2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 5 * Written by Mark Whitley <markw@lineo.com>, <markw@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
diff --git a/head.c b/head.c
index 71aa8258c..7d87f32cb 100644
--- a/head.c
+++ b/head.c
@@ -3,7 +3,7 @@
3 * Mini head implementation for busybox 3 * Mini head implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by John Beppu <beppu@lineo.com> 7 * Written by John Beppu <beppu@lineo.com>
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/insmod.c b/insmod.c
index b82728a26..57a152c01 100644
--- a/insmod.c
+++ b/insmod.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini insmod implementation for busybox 3 * Mini insmod implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com> 6 * Written by Erik Andersen <andersen@lineo.com>
7 * and Ron Alder <alder@lineo.com> 7 * and Ron Alder <alder@lineo.com>
8 * 8 *
@@ -81,7 +81,7 @@
81#ifndef MODUTILS_MODULE_H 81#ifndef MODUTILS_MODULE_H
82static const int MODUTILS_MODULE_H = 1; 82static const int MODUTILS_MODULE_H = 1;
83 83
84#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $" 84#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
85 85
86/* This file contains the structures used by the 2.0 and 2.1 kernels. 86/* This file contains the structures used by the 2.0 and 2.1 kernels.
87 We do not use the kernel headers directly because we do not wish 87 We do not use the kernel headers directly because we do not wish
@@ -287,7 +287,7 @@ int delete_module(const char *);
287#ifndef MODUTILS_OBJ_H 287#ifndef MODUTILS_OBJ_H
288static const int MODUTILS_OBJ_H = 1; 288static const int MODUTILS_OBJ_H = 1;
289 289
290#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $" 290#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
291 291
292/* The relocatable object is manipulated using elfin types. */ 292/* The relocatable object is manipulated using elfin types. */
293 293
diff --git a/lash.c b/lash.c
index 54d6b3ad7..bd6945605 100644
--- a/lash.c
+++ b/lash.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * lash -- the BusyBox Lame-Ass SHell 3 * lash -- the BusyBox Lame-Ass SHell
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is 8 * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
diff --git a/ln.c b/ln.c
index d6bf6443a..54e81f4c5 100644
--- a/ln.c
+++ b/ln.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/logger.c b/logger.c
index d286f34d1..1ab868d75 100644
--- a/logger.c
+++ b/logger.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/lsmod.c b/lsmod.c
index 41575585f..ab8445596 100644
--- a/lsmod.c
+++ b/lsmod.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and 8 * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and
diff --git a/miscutils/readlink.c b/miscutils/readlink.c
index 98f1dea4f..57f43d174 100644
--- a/miscutils/readlink.c
+++ b/miscutils/readlink.c
@@ -3,7 +3,7 @@
3 * Mini readlink implementation for busybox 3 * Mini readlink implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> 7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
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/mkdir.c b/mkdir.c
index eb6e7db7d..2345d8831 100644
--- a/mkdir.c
+++ b/mkdir.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini mkdir implementation for busybox 3 * Mini mkdir implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/modutils/insmod.c b/modutils/insmod.c
index b82728a26..57a152c01 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini insmod implementation for busybox 3 * Mini insmod implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com> 6 * Written by Erik Andersen <andersen@lineo.com>
7 * and Ron Alder <alder@lineo.com> 7 * and Ron Alder <alder@lineo.com>
8 * 8 *
@@ -81,7 +81,7 @@
81#ifndef MODUTILS_MODULE_H 81#ifndef MODUTILS_MODULE_H
82static const int MODUTILS_MODULE_H = 1; 82static const int MODUTILS_MODULE_H = 1;
83 83
84#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $" 84#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
85 85
86/* This file contains the structures used by the 2.0 and 2.1 kernels. 86/* This file contains the structures used by the 2.0 and 2.1 kernels.
87 We do not use the kernel headers directly because we do not wish 87 We do not use the kernel headers directly because we do not wish
@@ -287,7 +287,7 @@ int delete_module(const char *);
287#ifndef MODUTILS_OBJ_H 287#ifndef MODUTILS_OBJ_H
288static const int MODUTILS_OBJ_H = 1; 288static const int MODUTILS_OBJ_H = 1;
289 289
290#ident "$Id: insmod.c,v 1.43 2001/01/27 08:24:37 andersen Exp $" 290#ident "$Id: insmod.c,v 1.44 2001/01/27 09:33:38 andersen Exp $"
291 291
292/* The relocatable object is manipulated using elfin types. */ 292/* The relocatable object is manipulated using elfin types. */
293 293
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 41575585f..ab8445596 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and 8 * Modified by Alcove, Julien Gaulmin <julien.gaulmin@alcove.fr> and
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index ff08c4ca0..3a66af87a 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/networking/nslookup.c b/networking/nslookup.c
index 1f37e313f..8bfcd5785 100644
--- a/networking/nslookup.c
+++ b/networking/nslookup.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini nslookup implementation for busybox 3 * Mini nslookup implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by John Beppu <beppu@lineo.com> 6 * Written by John Beppu <beppu@lineo.com>
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
@@ -170,4 +170,4 @@ int nslookup_main(int argc, char **argv)
170 return EXIT_SUCCESS; 170 return EXIT_SUCCESS;
171} 171}
172 172
173/* $Id: nslookup.c,v 1.19 2001/01/27 08:24:37 andersen Exp $ */ 173/* $Id: nslookup.c,v 1.20 2001/01/27 09:33:38 andersen Exp $ */
diff --git a/nslookup.c b/nslookup.c
index 1f37e313f..8bfcd5785 100644
--- a/nslookup.c
+++ b/nslookup.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini nslookup implementation for busybox 3 * Mini nslookup implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by John Beppu <beppu@lineo.com> 6 * Written by John Beppu <beppu@lineo.com>
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
@@ -170,4 +170,4 @@ int nslookup_main(int argc, char **argv)
170 return EXIT_SUCCESS; 170 return EXIT_SUCCESS;
171} 171}
172 172
173/* $Id: nslookup.c,v 1.19 2001/01/27 08:24:37 andersen Exp $ */ 173/* $Id: nslookup.c,v 1.20 2001/01/27 09:33:38 andersen Exp $ */
diff --git a/procps/free.c b/procps/free.c
index 4dd99ab49..17dd38687 100644
--- a/procps/free.c
+++ b/procps/free.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/procps/ps.c b/procps/ps.c
index aac064c2a..08597fe3a 100644
--- a/procps/ps.c
+++ b/procps/ps.c
@@ -2,8 +2,8 @@
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. Written by Erik Andersen 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * 8 *
9 * This contains _two_ implementations of ps for Linux. One uses the 9 * This contains _two_ implementations of ps for Linux. One uses the
diff --git a/procps/uptime.c b/procps/uptime.c
index 4463b94ef..213a39851 100644
--- a/procps/uptime.c
+++ b/procps/uptime.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/ps.c b/ps.c
index aac064c2a..08597fe3a 100644
--- a/ps.c
+++ b/ps.c
@@ -2,8 +2,8 @@
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. Written by Erik Andersen 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * 8 *
9 * This contains _two_ implementations of ps for Linux. One uses the 9 * This contains _two_ implementations of ps for Linux. One uses the
diff --git a/readlink.c b/readlink.c
index 98f1dea4f..57f43d174 100644
--- a/readlink.c
+++ b/readlink.c
@@ -3,7 +3,7 @@
3 * Mini readlink implementation for busybox 3 * Mini readlink implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> 7 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
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/reset.c b/reset.c
index 861bd435b..294cab3c4 100644
--- a/reset.c
+++ b/reset.c
@@ -3,7 +3,7 @@
3 * Mini reset implementation for busybox 3 * Mini reset implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * and Kent Robotti <robotti@metconnect.com> 8 * and Kent Robotti <robotti@metconnect.com>
9 * 9 *
diff --git a/rm.c b/rm.c
index 302599ec0..ce293a2aa 100644
--- a/rm.c
+++ b/rm.c
@@ -3,7 +3,7 @@
3 * Mini rm implementation for busybox 3 * Mini rm implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/rmdir.c b/rmdir.c
index 8c2165e6b..86346ddde 100644
--- a/rmdir.c
+++ b/rmdir.c
@@ -3,7 +3,7 @@
3 * Mini rmdir implementation for busybox 3 * Mini rmdir implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/rmmod.c b/rmmod.c
index ff08c4ca0..3a66af87a 100644
--- a/rmmod.c
+++ b/rmmod.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/sed.c b/sed.c
index 95aad79e8..73a9ad3ec 100644
--- a/sed.c
+++ b/sed.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * sed.c - very minimalist version of sed 2 * sed.c - very minimalist version of sed
3 * 3 *
4 * Copyright (C) 1999,2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 5 * Written by Mark Whitley <markw@lineo.com>, <markw@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
diff --git a/sh.c b/sh.c
index 54d6b3ad7..bd6945605 100644
--- a/sh.c
+++ b/sh.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * lash -- the BusyBox Lame-Ass SHell 3 * lash -- the BusyBox Lame-Ass SHell
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is 8 * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
diff --git a/shell/lash.c b/shell/lash.c
index 54d6b3ad7..bd6945605 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * lash -- the BusyBox Lame-Ass SHell 3 * lash -- the BusyBox Lame-Ass SHell
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is 8 * Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
diff --git a/swaponoff.c b/swaponoff.c
index d792c708d..8a9134ca0 100644
--- a/swaponoff.c
+++ b/swaponoff.c
@@ -3,7 +3,7 @@
3 * Mini swapon/swapoff implementation for busybox 3 * Mini swapon/swapoff implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index d286f34d1..1ab868d75 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 3c36f68e8..8eb74c69f 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> 8 * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org>
diff --git a/syslogd.c b/syslogd.c
index 3c36f68e8..8eb74c69f 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
7 * 7 *
8 * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org> 8 * Copyright (C) 2000 by Karl M. Hegbloom <karlheg@debian.org>
diff --git a/tar.c b/tar.c
index 2c7169bcc..308291455 100644
--- a/tar.c
+++ b/tar.c
@@ -6,7 +6,7 @@
6 * ground up. It still has remnents of the old code lying about, but it is 6 * ground up. It still has remnents of the old code lying about, but it is
7 * very different now (i.e. cleaner, less global variables, etc) 7 * very different now (i.e. cleaner, less global variables, etc)
8 * 8 *
9 * Copyright (C) 2000 by Lineo, inc. 9 * Copyright (C) 1999,2000,2001 by Lineo, inc.
10 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 10 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
11 * 11 *
12 * Based in part in the tar implementation in sash 12 * Based in part in the tar implementation in sash
diff --git a/tee.c b/tee.c
index f0eca070d..aa3098c6a 100644
--- a/tee.c
+++ b/tee.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Mini tee implementation for busybox 3 * Mini tee implementation for busybox
4 * 4 *
5 * Copyright (C) 1999,2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu> 6 * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
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
diff --git a/touch.c b/touch.c
index fa2f3b609..e174baa47 100644
--- a/touch.c
+++ b/touch.c
@@ -3,7 +3,7 @@
3 * Mini touch implementation for busybox 3 * Mini touch implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/true_false.c b/true_false.c
index 155b26286..187f68072 100644
--- a/true_false.c
+++ b/true_false.c
@@ -3,7 +3,7 @@
3 * Mini true/false implementation for busybox 3 * Mini true/false implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/umount.c b/umount.c
index dfd58259d..3772d55f0 100644
--- a/umount.c
+++ b/umount.c
@@ -3,7 +3,7 @@
3 * Mini umount implementation for busybox 3 * Mini umount implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/uniq.c b/uniq.c
index 228855962..84f1ed231 100644
--- a/uniq.c
+++ b/uniq.c
@@ -3,7 +3,7 @@
3 * Mini uniq implementation for busybox 3 * Mini uniq implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by John Beppu <beppu@lineo.com> 7 * Written by John Beppu <beppu@lineo.com>
8 * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu> 8 * Rewritten by Matt Kraai <kraai@alumni.carnegiemellon.edu>
9 * 9 *
diff --git a/uptime.c b/uptime.c
index 4463b94ef..213a39851 100644
--- a/uptime.c
+++ b/uptime.c
@@ -2,7 +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. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index d792c708d..8a9134ca0 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -3,7 +3,7 @@
3 * Mini swapon/swapoff implementation for busybox 3 * Mini swapon/swapoff implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/util-linux/umount.c b/util-linux/umount.c
index dfd58259d..3772d55f0 100644
--- a/util-linux/umount.c
+++ b/util-linux/umount.c
@@ -3,7 +3,7 @@
3 * Mini umount implementation for busybox 3 * Mini umount implementation for busybox
4 * 4 *
5 * 5 *
6 * Copyright (C) 1999,2000 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/which.c b/which.c
index b900a0b14..981a8acf5 100644
--- a/which.c
+++ b/which.c
@@ -2,7 +2,7 @@
2/* 2/*
3 * Which implementation for busybox 3 * Which implementation for busybox
4 * 4 *
5 * Copyright (C) 2000 by Lineo, inc. 5 * Copyright (C) 1999,2000,2001 by Lineo, inc.
6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 6 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.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
diff --git a/xargs.c b/xargs.c
index 1473f445f..89bcfc156 100644
--- a/xargs.c
+++ b/xargs.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Mini xargs implementation for busybox 2 * Mini xargs implementation for busybox
3 * 3 *
4 * Copyright (C) 2000 by Lineo, inc. 4 * Copyright (C) 1999,2000,2001 by Lineo, inc.
5 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 5 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
6 * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org> 6 * Remixed by Mark Whitley <markw@lineo.com>, <markw@codepoet.org>
7 * 7 *