diff options
Diffstat (limited to 'libbb/read_key.c')
-rw-r--r-- | libbb/read_key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/read_key.c b/libbb/read_key.c index 64557ab14..840325c99 100644 --- a/libbb/read_key.c +++ b/libbb/read_key.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Copyright (C) 2008 Rob Landley <rob@landley.net> | 5 | * Copyright (C) 2008 Rob Landley <rob@landley.net> |
6 | * Copyright (C) 2008 Denys Vlasenko <vda.linux@googlemail.com> | 6 | * Copyright (C) 2008 Denys Vlasenko <vda.linux@googlemail.com> |
7 | * | 7 | * |
8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | 11 | ||