From: vda Date: Thu, 20 Sep 2007 19:44:10 +0000 (+0000) Subject: remove stray 8-bit chars from copyright banner X-Git-Url: http://git.etherboot.org/people/mcb30/busybox.git/commitdiff_plain/609645055b8b396d921d6122d5958fa6cc017ee1 remove stray 8-bit chars from copyright banner git-svn-id: svn://busybox.net/trunk/busybox@19922 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- diff --git a/applets/applets.c b/applets/applets.c index ec268ca2..a1a399cd 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -553,8 +553,8 @@ static int busybox_main(char **argv) 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"