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 /examples | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz |
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/depmod.pl | 4 | ||||
-rw-r--r-- | examples/inittab | 3 |
2 files changed, 3 insertions, 4 deletions
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 @@ #!/usr/bin/perl -w # vi: set ts=4: # Copyright (c) 2001 David Schleef <ds@schleef.org> -# Copyright (c) 2001 Erik Andersen <andersen@lineo.com> +# Copyright (c) 2001 Erik Andersen <andersen@codepoet.org> # Copyright (c) 2001 Stuart Hughes <stuarth@lineo.com> # Copyright (c) 2002 Steven J. Hill <shill@broadcom.com> # This program is free software; you can redistribute it and/or modify it @@ -233,5 +233,5 @@ David Schleef <ds@schleef.org> =cut -# $Id: depmod.pl,v 1.2 2002/10/08 21:33:51 sjhill Exp $ +# $Id: depmod.pl,v 1.3 2003/07/14 21:20:51 andersen Exp $ diff --git a/examples/inittab b/examples/inittab index 4eed84885..38df92497 100644 --- a/examples/inittab +++ b/examples/inittab @@ -1,7 +1,6 @@ # /etc/inittab init(8) configuration for BusyBox # -# Copyright (C) 1999 by Lineo, inc. and Erik Andersen -# Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> +# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> # # # Note, BusyBox init doesn't support runlevels. The runlevels field is |