diff options
author | Eric Andersen | 2001-03-15 22:58:11 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-15 22:58:11 +0000 |
commit | c5b3242d3d0510eaab6dca4a123f222677a1076f (patch) | |
tree | 8955a3155c2b324b09175e2470286cbed99e6ec8 | |
parent | 056960d8dc3c849e055ddeac87316a234f18da7d (diff) | |
download | busybox-c5b3242d3d0510eaab6dca4a123f222677a1076f.zip busybox-c5b3242d3d0510eaab6dca4a123f222677a1076f.tar.gz |
Remove the "GPL2" bit, since it hung over the end of the line.
-rw-r--r-- | messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |