ttysize: update copyright
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 3 Aug 2007 08:48:44 +0000 (08:48 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 3 Aug 2007 08:48:44 +0000 (08:48 -0000)
miscutils/ttysize.c

index c1b702c2cabfbe5234e5282176c1914f6a7cd40e..51d4ec76f15537ad664756ed7f73a8e454b200fa 100644 (file)
@@ -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 <vda.linux@googlemail.com>
+ *
+ * Licensed under the GPL v2, see the file LICENSE in this tarball.
  */
 #include "libbb.h"