diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-04-13 08:31:59 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-04-13 08:31:59 +0000 |
commit | 95d774d481240046034965521c28dcec192281cc (patch) | |
tree | b8760df75f9b4670f7d72e4edc5e46f69d7821bc | |
parent | 79972471c93065c7f605a75a8f08429317f215f1 (diff) | |
download | busybox-w32-95d774d481240046034965521c28dcec192281cc.tar.gz busybox-w32-95d774d481240046034965521c28dcec192281cc.tar.bz2 busybox-w32-95d774d481240046034965521c28dcec192281cc.zip |
Update some missing copyright notices
git-svn-id: svn://busybox.net/trunk/busybox@4599 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@ | |||
10 | * very different now (i.e., cleaner, less global variables, etc.) | 10 | * very different now (i.e., cleaner, less global variables, etc.) |
11 | * | 11 | * |
12 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen | 12 | * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen |
13 | * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org> | 13 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> |
14 | * | 14 | * |
15 | * Based in part in the tar implementation in sash | 15 | * Based in part in the tar implementation in sash |
16 | * Copyright (c) 1999 by David I. Bell | 16 | * 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 @@ | |||
3 | * Mini mknod implementation for busybox | 3 | * Mini mknod implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
6 | * | 7 | * |
7 | * 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 |
8 | * it under the terms of the GNU General Public License as published by | 9 | * 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 @@ | |||
2 | /* | 2 | /* |
3 | * Mini pwd implementation for busybox | 3 | * Mini pwd implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
7 | * | 6 | * |
8 | * 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/sleep.c b/coreutils/sleep.c index 3bcab88ee..7bc98d8e8 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c | |||
@@ -2,7 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Mini sleep implementation for busybox | 3 | * Mini sleep implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
7 | * | 6 | * |
8 | * 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/sync.c b/coreutils/sync.c index ee22ae109..d58168065 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c | |||
@@ -2,7 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Mini sync implementation for busybox | 3 | * Mini sync implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
7 | * | 6 | * |
8 | * 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/usleep.c b/coreutils/usleep.c index 6023bf430..ac268b485 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c | |||
@@ -2,7 +2,6 @@ | |||
2 | /* | 2 | /* |
3 | * Mini usleep implementation for busybox | 3 | * Mini usleep implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
7 | * | 6 | * |
8 | * 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/init/halt.c b/init/halt.c index 917de8b5a..3d4725f09 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Mini halt implementation for busybox | 3 | * Mini halt implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <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 |
9 | * it under the terms of the GNU General Public License as published by | 9 | * 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 @@ | |||
2 | /* | 2 | /* |
3 | * Mini init implementation for busybox | 3 | * Mini init implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
7 | * Adjusted by so many folks, it's impossible to keep track. | 7 | * Adjusted by so many folks, it's impossible to keep track. |
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/init/poweroff.c b/init/poweroff.c index d99b5562d..27468bac0 100644 --- a/init/poweroff.c +++ b/init/poweroff.c | |||
@@ -2,8 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * Mini poweroff implementation for busybox | 3 | * Mini poweroff implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <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 |
9 | * it under the terms of the GNU General Public License as published by | 9 | * 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 @@ | |||
2 | /* | 2 | /* |
3 | * Mini reboot implementation for busybox | 3 | * Mini reboot implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <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 |
9 | * it under the terms of the GNU General Public License as published by | 9 | * 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 @@ | |||
3 | * Mini kill/killall implementation for busybox | 3 | * Mini kill/killall implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
6 | * | 7 | * |
7 | * 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 |
8 | * it under the terms of the GNU General Public License as published by | 9 | * 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 @@ | |||
2 | /* | 2 | /* |
3 | * Mini fdflush implementation for busybox | 3 | * Mini fdflush implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
7 | * | 6 | * |
8 | * 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/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 @@ | |||
2 | /* | 2 | /* |
3 | * Mini more implementation for busybox | 3 | * Mini more implementation for busybox |
4 | * | 4 | * |
5 | * | ||
6 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
7 | * | 7 | * |
8 | * Latest version blended together by Erik Andersen <andersen@lineo.com>, | 8 | * Latest version blended together by Erik Andersen <andersen@lineo.com>, |
9 | * based on the original more implementation by Bruce, and code from the | 9 | * 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 @@ | |||
3 | * Mini mount implementation for busybox | 3 | * Mini mount implementation for busybox |
4 | * | 4 | * |
5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. | 5 | * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>. |
6 | * Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org> | ||
6 | * | 7 | * |
7 | * 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 |
8 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |