From 9a3b7b1db736c572ec8c2959daac148369a14cef Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 3 Aug 2007 08:48:44 +0000 Subject: ttysize: update copyright --- miscutils/ttysize.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'miscutils/ttysize.c') diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c index c1b702c2c..51d4ec76f 100644 --- a/miscutils/ttysize.c +++ b/miscutils/ttysize.c @@ -1,8 +1,13 @@ +/* vi: set sw=4 ts=4: */ /* * Replacement for "stty size", which is awkward for shell script use. * - Allows to request width, height, or both, in any order. - * - Does not complain on error, but returns default 80x24. + * - Does not complain on error, but returns width 80, height 24. * - Size: less than 200 bytes + * + * Copyright (C) 2007 by Denys Vlasenko + * + * Licensed under the GPL v2, see the file LICENSE in this tarball. */ #include "libbb.h" -- cgit v1.2.3