Update some missing copyright notices
authorEric Andersen <andersen@codepoet.org>
Sat, 13 Apr 2002 08:31:59 +0000 (08:31 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 13 Apr 2002 08:31:59 +0000 (08:31 -0000)
14 files changed:
archival/tar.c
coreutils/mknod.c
coreutils/pwd.c
coreutils/sleep.c
coreutils/sync.c
coreutils/usleep.c
init/halt.c
init/init.c
init/poweroff.c
init/reboot.c
procps/kill.c
util-linux/fdflush.c
util-linux/more.c
util-linux/mount.c

index 191e2a8..b18f1f8 100644 (file)
@@ -10,7 +10,7 @@
  * very different now (i.e., cleaner, less global variables, etc.)
  *
  * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
  *
  * Based in part in the tar implementation in sash
  *  Copyright (c) 1999 by David I. Bell
index b4d4b82..10d026c 100644 (file)
@@ -3,6 +3,7 @@
  * Mini mknod implementation for busybox
  *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 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
index f6a00bf..9c5d70c 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Mini pwd implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
  *
  * This program is free software; you can redistribute it and/or modify
index 3bcab88..7bc98d8 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Mini sleep implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
  *
  * This program is free software; you can redistribute it and/or modify
index ee22ae1..d581680 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Mini sync implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
  *
  * This program is free software; you can redistribute it and/or modify
index 6023bf4..ac268b4 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Mini usleep implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
  *
  * This program is free software; you can redistribute it and/or modify
index 917de8b..3d4725f 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Mini halt implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 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
index 41dfc69..2e2f855 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Mini init implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
  * Adjusted by so many folks, it's impossible to keep track.
  *
  * This program is free software; you can redistribute it and/or modify
index d99b556..27468ba 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Mini poweroff implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 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
index 6f71536..001a3c7 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Mini reboot implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 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
index c1e8ca2..ff00ea8 100644 (file)
@@ -3,6 +3,7 @@
  * Mini kill/killall implementation for busybox
  *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 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
index 28f5cb6..7f5b6c9 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Mini fdflush implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
  *
  * This program is free software; you can redistribute it and/or modify
index cc5f86e..05fe869 100644 (file)
@@ -2,8 +2,8 @@
 /*
  * Mini more implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
  *
  * Latest version blended together by Erik Andersen <andersen@lineo.com>,
  * based on the original more implementation by Bruce, and code from the 
index 74ce4e1..382ad83 100644 (file)
@@ -3,6 +3,7 @@
  * Mini mount implementation for busybox
  *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
+ * Copyright (C) 1999-2002 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