diff options
-rw-r--r-- | libbb/appletlib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 09e886d7a..da13bf36c 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -627,9 +627,9 @@ static int busybox_main(char **argv) | |||
627 | full_write2_str(bb_banner); /* reuse const string */ | 627 | full_write2_str(bb_banner); /* reuse const string */ |
628 | full_write2_str(" multi-call binary.\n"); /* reuse */ | 628 | full_write2_str(" multi-call binary.\n"); /* reuse */ |
629 | full_write2_str( | 629 | full_write2_str( |
630 | "Copyright (C) 1998-2012 Erik Andersen, Rob Landley, Denys Vlasenko\n" | 630 | "BusyBox is copyrighted by many authors between 1998-2012.\n" |
631 | "and others. Licensed under GPLv2.\n" | 631 | "Licensed under GPLv2. See source distribution for detailed\n" |
632 | "See source distribution for full notice.\n" | 632 | "copyright notices.\n" |
633 | "\n" | 633 | "\n" |
634 | "Usage: busybox [function [arguments]...]\n" | 634 | "Usage: busybox [function [arguments]...]\n" |
635 | " or: busybox --list"IF_FEATURE_INSTALLER("[-full]")"\n" | 635 | " or: busybox --list"IF_FEATURE_INSTALLER("[-full]")"\n" |