svn commit: trunk/busybox/libbb

vda at busybox.net vda at busybox.net
Sun Oct 26 00:19:33 UTC 2008


Author: vda
Date: 2008-10-25 17:19:33 -0700 (Sat, 25 Oct 2008)
New Revision: 23791

Log:
read_key is actually written by Rob, add him to copyright notice



Modified:
   trunk/busybox/libbb/read_key.c


Changeset:
Modified: trunk/busybox/libbb/read_key.c
===================================================================
--- trunk/busybox/libbb/read_key.c	2008-10-26 00:15:36 UTC (rev 23790)
+++ trunk/busybox/libbb/read_key.c	2008-10-26 00:19:33 UTC (rev 23791)
@@ -2,7 +2,8 @@
 /*
  * Utility routines.
  *
- * Copyright (C) 2008 Denys Vlasenko
+ * Copyright (C) 2008 Rob Landley <rob at landley.net>
+ * Copyright (C) 2008 Denys Vlasenko <vda.linux at googlemail.com>
  *
  * Licensed under GPL version 2, see file LICENSE in this tarball for details.
  */
@@ -26,7 +27,7 @@
 #if 0
 		'O','P'        |0x80,KEYCODE_FUN1    ,
 		/* [ESC] ESC O [2] P - [Alt-][Shift-]F1 */
-		/* Ctrl seem to not affect sequences */
+		/* Ctrl- seems to not affect sequences */
 		'O','Q'        |0x80,KEYCODE_FUN2    ,
 		'O','R'        |0x80,KEYCODE_FUN3    ,
 		'O','S'        |0x80,KEYCODE_FUN4    ,




More information about the busybox-cvs mailing list