From 98b794afbc510633066f32c6d91356078c229dbe Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 8 Jan 2020 09:38:15 +0000 Subject: Update copyright date --- 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 ef7d1ccd9..f7971daf4 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -885,7 +885,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) } #endif full_write2_str( - "BusyBox is copyrighted by many authors between 1998-2019.\n" + "BusyBox is copyrighted by many authors between 1998-2020.\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 92e640951..4d55bd188 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-2019 Many authors" + VALUE "LegalCopyright", "(C) 1998-2020 Many authors" VALUE "OriginalFilename", "busybox.exe" VALUE "ProductName", "busybox-w32" VALUE "ProductVersion", BB_VER -- cgit v1.2.3-55-g6feb