svn commit: trunk/busybox/applets

vda at busybox.net vda at busybox.net
Thu Sep 20 19:44:11 UTC 2007


Author: vda
Date: 2007-09-20 12:44:10 -0700 (Thu, 20 Sep 2007)
New Revision: 19922

Log:
remove stray 8-bit chars from copyright banner



Modified:
   trunk/busybox/applets/applets.c


Changeset:
Modified: trunk/busybox/applets/applets.c
===================================================================
--- trunk/busybox/applets/applets.c	2007-09-20 18:28:53 UTC (rev 19921)
+++ trunk/busybox/applets/applets.c	2007-09-20 19:44:10 UTC (rev 19922)
@@ -553,8 +553,8 @@
 		output_width -= sizeof("start-stop-daemon, ") + 8;
 
 		printf("%s multi-call binary\n", bb_banner); /* reuse const string... */
-		printf("Copyright (C) 1998-2006  Erik Andersen, Rob Landley, and others.\n"
-		       "Licensed under GPLv2.  See source distribution for full notice.\n"
+		printf("Copyright (C) 1998-2006 Erik Andersen, Rob Landley, and others.\n"
+		       "Licensed under GPLv2. See source distribution for full notice.\n"
 		       "\n"
 		       "Usage: busybox [function] [arguments]...\n"
 		       "   or: [function] [arguments]...\n"




More information about the busybox-cvs mailing list