Major rework of the directory structure and the entire build system.
 -Erik
diff --git a/examples/inittab b/examples/inittab
index 8e7e945..45f5a61 100644
--- a/examples/inittab
+++ b/examples/inittab
@@ -1,7 +1,7 @@
 # /etc/inittab init(8) configuration for BusyBox
 #
-# Copyright (C) 1999 by Lineo, inc.  Written by Erik Andersen
-# <andersen@lineo.com>, <andersee@debian.org>
+# Copyright (C) 1999 by Lineo, inc. and Erik Andersen
+# Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
 #
 #
 # Note, BusyBox init doesn't support runlevels.  The runlevels field is
diff --git a/examples/kernel-patches/devps.patch.9_25_2000 b/examples/kernel-patches/devps.patch.9_25_2000
index d74a26a..086205c 100644
--- a/examples/kernel-patches/devps.patch.9_25_2000
+++ b/examples/kernel-patches/devps.patch.9_25_2000
@@ -44,7 +44,7 @@
 +/*
 + * linux/drivers/char/devmtab.c
 + * 
-+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org>
++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
 + *
 + * May be copied or modified under the terms of the GNU General Public License.
 + * See linux/COPYING for more information.
@@ -343,7 +343,7 @@
 +/*
 + * linux/drivers/char/devps.c
 + * 
-+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org>
++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
 + *
 + * May be copied or modified under the terms of the GNU General Public License.
 + * See linux/COPYING for more information.
@@ -900,7 +900,7 @@
 + * devmtab tester
 + *
 + *
-+ * Copyright (C) 2000 by Erik Andersen <andersee@debian.org>
++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -1020,7 +1020,7 @@
 + * Mini ps implementation for use with the Linux devps driver
 + *
 + *
-+ * Copyright (C) 2000 by Erik Andersen <andersee@debian.org>
++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License as published by
@@ -1311,7 +1311,7 @@
 +/*
 + * -- <linux/devmtab.h>
 + *  
-+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org>
++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
 + * 
 + * May be copied or modified under the terms of the GNU General Public License.
 + * See linux/COPYING for more information.
@@ -1369,7 +1369,7 @@
 +/*
 + * -- <linux/devps.h>
 + *  
-+ * Copyright (C) 2000 Erik Andersen <andersee@debian.org>
++ * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
 + * 
 + * May be copied or modified under the terms of the GNU General Public License.
 + * See linux/COPYING for more information.
diff --git a/examples/mk2knr.pl b/examples/mk2knr.pl
index aaf4963..1259b84 100755
--- a/examples/mk2knr.pl
+++ b/examples/mk2knr.pl
@@ -3,7 +3,7 @@
 # @(#) mk2knr.pl - generates a perl script that converts lexemes to K&R-style
 #
 # How to use this script:
-#  - In the busybox directory type 'scripts/mk2knr.pl files-you-want-to-convert'
+#  - In the busybox directory type 'examples/mk2knr.pl files-to-convert'
 #  - Review the 'convertme.pl' script generated and remove / edit any of the
 #    substitutions in there (please especially check for false positives)
 #  - Type './convertme.pl same-files-as-before'