aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2026-01-23 11:31:21 +0000
committerRon Yorston <rmy@pobox.com>2026-01-23 11:31:21 +0000
commit7504b4e889e23a80f84101e19ff0e9e626634cd4 (patch)
treee34f52cf773e276e88e5fc7c8c4edaecad22d96a /libbb
parentf32c1c0bc7c35fe6340dbf6481900b02b40d8d2e (diff)
downloadbusybox-w32-7504b4e889e23a80f84101e19ff0e9e626634cd4.tar.gz
busybox-w32-7504b4e889e23a80f84101e19ff0e9e626634cd4.tar.bz2
busybox-w32-7504b4e889e23a80f84101e19ff0e9e626634cd4.zip
join: add some more tests
One more from the POSIX documentation and some examples from coreutils.
Diffstat (limited to 'libbb')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index d1218d420..b2dcf93e0 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -933,7 +933,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv)
933 full_write1_str(" multi-call binary.\n"); /* reuse */ 933 full_write1_str(" multi-call binary.\n"); /* reuse */
934#endif 934#endif
935 full_write1_str( 935 full_write1_str(
936 "BusyBox is copyrighted by many authors between 1998-2025.\n" 936 "BusyBox is copyrighted by many authors between 1998-2026.\n"
937 "Licensed under GPLv2. See source distribution for detailed\n" 937 "Licensed under GPLv2. See source distribution for detailed\n"
938 "copyright notices.\n" 938 "copyright notices.\n"
939 "\n" 939 "\n"