diff options
author | Denys Vlasenko | 2009-10-09 23:35:30 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-10-09 23:35:30 +0200 |
commit | e3c6e19015a43091b19126f37e0375fa03f23559 (patch) | |
tree | 037de36cd1a9f9f39d93693df38c45fe6f1687af /shell/random.c | |
parent | 3dc4a3e4dce20988aa7691b4409d95ad9c32c923 (diff) | |
download | busybox-e3c6e19015a43091b19126f37e0375fa03f23559.zip busybox-e3c6e19015a43091b19126f37e0375fa03f23559.tar.gz |
laguage and copyright date corrections, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/random.c')
-rw-r--r-- | shell/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/random.c b/shell/random.c index a4dce84..cca9d12 100644 --- a/shell/random.c +++ b/shell/random.c @@ -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. */ |