diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 23:35:30 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 23:35:30 +0200 |
commit | e3c6e19015a43091b19126f37e0375fa03f23559 (patch) | |
tree | 037de36cd1a9f9f39d93693df38c45fe6f1687af | |
parent | 3dc4a3e4dce20988aa7691b4409d95ad9c32c923 (diff) | |
download | busybox-w32-e3c6e19015a43091b19126f37e0375fa03f23559.tar.gz busybox-w32-e3c6e19015a43091b19126f37e0375fa03f23559.tar.bz2 busybox-w32-e3c6e19015a43091b19126f37e0375fa03f23559.zip |
laguage and copyright date corrections, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | shell/ash_test/ash-signals/signal1.tests | 2 | ||||
-rw-r--r-- | shell/random.c | 2 | ||||
-rw-r--r-- | shell/random.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shell/ash_test/ash-signals/signal1.tests b/shell/ash_test/ash-signals/signal1.tests index 3c424731a..28bfc6a46 100755 --- a/shell/ash_test/ash-signals/signal1.tests +++ b/shell/ash_test/ash-signals/signal1.tests | |||
@@ -6,7 +6,7 @@ for try in 1 2 3 4 5; do | |||
6 | echo "sent $try signal" | 6 | echo "sent $try signal" |
7 | done & | 7 | done & |
8 | 8 | ||
9 | # Ensure "wait" have something to wait for | 9 | # Ensure "wait" has something to wait for |
10 | sleep 2 & | 10 | sleep 2 & |
11 | 11 | ||
12 | # Ensure we do not execute "trap" below before "kill -USR1" above | 12 | # Ensure we do not execute "trap" below before "kill -USR1" above |
diff --git a/shell/random.c b/shell/random.c index a4dce846d..cca9d120d 100644 --- a/shell/random.c +++ b/shell/random.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * $RANDOM support. | 3 | * $RANDOM support. |
4 | * | 4 | * |
5 | * Copyright (C) 2008 Denys Vlasenko | 5 | * Copyright (C) 2009 Denys Vlasenko |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
diff --git a/shell/random.h b/shell/random.h index 2d29a60e8..8667e1c99 100644 --- a/shell/random.h +++ b/shell/random.h | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * $RANDOM support. | 3 | * $RANDOM support. |
4 | * | 4 | * |
5 | * Copyright (C) 2008 Denys Vlasenko | 5 | * Copyright (C) 2009 Denys Vlasenko |
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |