laguage and copyright date corrections, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
3dc4a3e4dc
commit
e3c6e19015
@ -6,7 +6,7 @@ for try in 1 2 3 4 5; do
|
||||
echo "sent $try signal"
|
||||
done &
|
||||
|
||||
# Ensure "wait" have something to wait for
|
||||
# Ensure "wait" has something to wait for
|
||||
sleep 2 &
|
||||
|
||||
# Ensure we do not execute "trap" below before "kill -USR1" above
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* $RANDOM support.
|
||||
*
|
||||
* Copyright (C) 2008 Denys Vlasenko
|
||||
* Copyright (C) 2009 Denys Vlasenko
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
@ -2,7 +2,7 @@
|
||||
/*
|
||||
* $RANDOM support.
|
||||
*
|
||||
* Copyright (C) 2008 Denys Vlasenko
|
||||
* Copyright (C) 2009 Denys Vlasenko
|
||||
*
|
||||
* Licensed under GPLv2, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user