diff options
Diffstat (limited to 'miscutils/ttysize.c')
-rw-r--r-- | miscutils/ttysize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c index ca9a2ec8d..f93a506a2 100644 --- a/miscutils/ttysize.c +++ b/miscutils/ttysize.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * Copyright (C) 2007 by Denys Vlasenko <vda.linux@googlemail.com> | 8 | * Copyright (C) 2007 by Denys Vlasenko <vda.linux@googlemail.com> |
9 | * | 9 | * |
10 | * Licensed under the GPL v2, see the file LICENSE in this tarball. | 10 | * Licensed under GPLv2, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | #include "libbb.h" | 12 | #include "libbb.h" |
13 | 13 | ||