diff options
author | Ron Yorston <rmy@pobox.com> | 2024-01-15 13:10:02 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-01-15 13:19:11 +0000 |
commit | bd49abf3eff91bbf93d05923df0227c5987cca1d (patch) | |
tree | 2e13c8df20b74db0260a2a7a1808df142ab9c875 | |
parent | c84b81ce49d6032fba4d543ae4e484fa2d7432f9 (diff) | |
download | busybox-w32-bd49abf3eff91bbf93d05923df0227c5987cca1d.tar.gz busybox-w32-bd49abf3eff91bbf93d05923df0227c5987cca1d.tar.bz2 busybox-w32-bd49abf3eff91bbf93d05923df0227c5987cca1d.zip |
Annual update of copyright message
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 254fa251f..ebf24066d 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -918,7 +918,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) | |||
918 | full_write2_str(" multi-call binary.\n"); /* reuse */ | 918 | full_write2_str(" multi-call binary.\n"); /* reuse */ |
919 | #endif | 919 | #endif |
920 | full_write2_str( | 920 | full_write2_str( |
921 | "BusyBox is copyrighted by many authors between 1998-2023.\n" | 921 | "BusyBox is copyrighted by many authors between 1998-2024.\n" |
922 | "Licensed under GPLv2. See source distribution for detailed\n" | 922 | "Licensed under GPLv2. See source distribution for detailed\n" |
923 | "copyright notices.\n" | 923 | "copyright notices.\n" |
924 | "\n" | 924 | "\n" |