laguage and copyright date corrections, no code changes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2009-10-09 23:35:30 +02:00
parent 3dc4a3e4dc
commit e3c6e19015
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ for try in 1 2 3 4 5; do
echo "sent $try signal" echo "sent $try signal"
done & done &
# Ensure "wait" have something to wait for # Ensure "wait" has something to wait for
sleep 2 & sleep 2 &
# Ensure we do not execute "trap" below before "kill -USR1" above # Ensure we do not execute "trap" below before "kill -USR1" above

View File

@ -2,7 +2,7 @@
/* /*
* $RANDOM support. * $RANDOM support.
* *
* Copyright (C) 2008 Denys Vlasenko * Copyright (C) 2009 Denys Vlasenko
* *
* Licensed under GPLv2, see file LICENSE in this tarball for details. * Licensed under GPLv2, see file LICENSE in this tarball for details.
*/ */

View File

@ -2,7 +2,7 @@
/* /*
* $RANDOM support. * $RANDOM support.
* *
* Copyright (C) 2008 Denys Vlasenko * Copyright (C) 2009 Denys Vlasenko
* *
* Licensed under GPLv2, see file LICENSE in this tarball for details. * Licensed under GPLv2, see file LICENSE in this tarball for details.
*/ */