[PATCH] Fix copyright year

Test Tester berff2014 at outlook.com
Mon Apr 2 07:30:54 UTC 2018


---
 libbb/appletlib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 022455da4..e5892e443 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -791,7 +791,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv)
         full_write2_str(bb_banner); /* reuse const string */
         full_write2_str(" multi-call binary.\n"); /* reuse */
         full_write2_str(
-            "BusyBox is copyrighted by many authors between 1998-2015.\n"
+            "BusyBox is copyrighted by many authors between 1998-2018.\n"
             "Licensed under GPLv2. See source distribution for detailed\n"
             "copyright notices.\n"
             "\n"
-- 
2.16.3


More information about the busybox mailing list