From 9aa5a829070392c2ac6494d0c4e674c0c2bc7dab Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 13 Jan 2021 11:56:20 +0000 Subject: Update copyright message Hey, look! It's 2021 already. --- libbb/appletlib.c | 2 +- win32/resources/resources.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 6ed86e12b..ecee45ae2 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -900,7 +900,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) } #endif full_write2_str( - "BusyBox is copyrighted by many authors between 1998-2020.\n" + "BusyBox is copyrighted by many authors between 1998-2021.\n" "Licensed under GPLv2. See source distribution for detailed\n" "copyright notices.\n" "\n" diff --git a/win32/resources/resources.rc b/win32/resources/resources.rc index 4d55bd188..b4ec9c2d7 100644 --- a/win32/resources/resources.rc +++ b/win32/resources/resources.rc @@ -20,7 +20,7 @@ BEGIN VALUE "FileDescription", "BusyBox multi-call binary" VALUE "FileVersion", BB_VER VALUE "InternalName", "busybox" - VALUE "LegalCopyright", "(C) 1998-2020 Many authors" + VALUE "LegalCopyright", "(C) 1998-2021 Many authors" VALUE "OriginalFilename", "busybox.exe" VALUE "ProductName", "busybox-w32" VALUE "ProductVersion", BB_VER -- cgit v1.2.3-55-g6feb