Remove the "GPL2" bit, since it hung over the end of the line.
authorEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 22:58:11 +0000 (22:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 22:58:11 +0000 (22:58 -0000)
messages.c

index d9a134281e6bc47764d2c5008dd3b9438faf6a8a..65f3875785c64118a54b0120c60434ac556a66d8 100644 (file)
@@ -49,7 +49,7 @@
 
 #if defined bb_need_full_version || ! defined BB_DECLARE_EXTERN
        BB_DEF_MESSAGE(full_version,
-        "BusyBox v" BB_VER " (" BB_BT ") multi-call binary -- GPL2")
+        "BusyBox v" BB_VER " (" BB_BT ") multi-call binary")
 #endif
 #if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN
        BB_DEF_MESSAGE(name_too_long, "file name too long")