diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-13 08:31:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-13 08:31:59 +0000 |
commit | 1d1d2f9b1879775a8e04bcd189b66a058405c9c1 (patch) | |
tree | b8760df75f9b4670f7d72e4edc5e46f69d7821bc | |
parent | 497a88506e796d20ea07f1a6acad7fe3c48c4690 (diff) |
Update some missing copyright notices
-rw-r--r-- | archival/tar.c | 2 | ||||
-rw-r--r-- | coreutils/mknod.c | 1 | ||||
-rw-r--r-- | coreutils/pwd.c | 1 | ||||
-rw-r--r-- | coreutils/sleep.c | 1 | ||||
-rw-r--r-- | coreutils/sync.c | 1 | ||||
-rw-r--r-- | coreutils/usleep.c | 1 | ||||
-rw-r--r-- | init/halt.c | 2 | ||||
-rw-r--r-- | init/init.c | 2 | ||||
-rw-r--r-- | init/poweroff.c | 2 | ||||
-rw-r--r-- | init/reboot.c | 2 | ||||
-rw-r--r-- | procps/kill.c | 1 | ||||
-rw-r--r-- | util-linux/fdflush.c | 1 | ||||
-rw-r--r-- | util-linux/more.c | 2 | ||||
-rw-r--r-- | util-linux/mount.c | 1 |
14 files changed, 9 insertions, 11 deletions
diff --git a/archival/tar.c b/archival/tar.c index 191e2a8a3..b18f1f87f 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -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 diff --git a/coreutils/mknod.c b/coreutils/mknod.c index b4d4b82a1..10d026ce3 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c @@ -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 diff --git a/coreutils/pwd.c b/coreutils/pwd.c index f6a00bf1e..9c5d70cef 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.c @@ -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 diff --git a/coreutils/sleep.c b/coreutils/sleep.c index 3bcab88ee..7bc98d8e8 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c @@ -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 diff --git a/coreutils/sync.c b/coreutils/sync.c index ee22ae109..d58168065 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c @@ -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 diff --git a/coreutils/usleep.c b/coreutils/usleep.c index 6023bf430..ac268b485 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c @@ -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 diff --git a/init/halt.c b/init/halt.c index 917de8b5a..3d4725f09 100644 --- a/init/halt.c +++ b/init/halt.c @@ -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 diff --git a/init/init.c b/init/init.c index 41dfc6997..2e2f85577 100644 --- a/init/init.c +++ b/init/init.c @@ -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 diff --git a/init/poweroff.c b/init/poweroff.c index d99b5562d..27468bac0 100644 --- a/init/poweroff.c +++ b/init/poweroff.c @@ -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 diff --git a/init/reboot.c b/init/reboot.c index 6f71536d8..001a3c7d2 100644 --- a/init/reboot.c +++ b/init/reboot.c @@ -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 diff --git a/procps/kill.c b/procps/kill.c index c1e8ca2e5..ff00ea875 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -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 diff --git a/util-linux/fdflush.c b/util-linux/fdflush.c index 28f5cb68a..7f5b6c9be 100644 --- a/util-linux/fdflush.c +++ b/util-linux/fdflush.c @@ -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 diff --git a/util-linux/more.c b/util-linux/more.c index cc5f86e0d..05fe86970 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -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 diff --git a/util-linux/mount.c b/util-linux/mount.c index 74ce4e116..382ad832f 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -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 |