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 191e2a8a339d328fb3c17c73187f597f8eb9c62c..b18f1f87f2d6a36c04c9dcd3c8908ca26f9cb7c6 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 b4d4b82a109cba977bffc206c16da96359f0c8a7..10d026ce33bc941fa461aa56f50f30217a92b3e8 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 f6a00bf1e655cba751ba6a26e443dd13398a04ae..9c5d70cef5fe5c500e70cbf4da4dbb42e8b74355 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 3bcab88ee776469f8cdaab7e9180d5672acceaa4..7bc98d8e85b28f9fb8a5eaed26457eff99a42d57 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 ee22ae109c5a222dd29a958ef375138f54e4220e..d5816806569ee2d6b2968d1fc19896955ad0f9d5 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 6023bf430db3f05cb339bcefebcf3ebf010e9afd..ac268b485d7f27096a8d3520e970a10d1b1dd014 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 917de8b5a26dcafd62ce8b0c43b355e90c80b40d..3d4725f09dda3e25a7ff8247c59d54aefd6aa0ed 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 41dfc699788f1ec638b737c651490f035c4d7cf0..2e2f855776bfc868211d03a1d4df1861e91f1db7 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 d99b5562d5b7fa06483953831468879cc309aafd..27468bac040b569a7ab78fd36220808ddb0c315f 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 6f71536d8fdb8bf7f0d984a72515b861a52c76f0..001a3c7d2f8f668b77db566a7fc3145905efb942 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 c1e8ca2e5e876a10edfb1ca429eb64436b5e0fc8..ff00ea875097ea8be0a5e41d6e373f5428df40d9 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 28f5cb68a02244da47ab04a0073e9d6aff2c317b..7f5b6c9be1c04778b4c1d3ffe63ae7b44d7118e1 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 cc5f86e0d30df261740d177cc55d91ef9edabac4..05fe86970ade5ce5abafa96d52b8d900bafbbc54 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 74ce4e1169d34f7746c7757a9e894c6eb99fd879..382ad832f78708751e9fcb48a6ae597c0dae8339 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