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 /coreutils/sleep.c | |
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
Diffstat (limited to 'coreutils/sleep.c')
-rw-r--r-- | coreutils/sleep.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |