diff options
author | Ron Yorston <rmy@pobox.com> | 2020-01-08 09:38:15 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-01-08 09:38:15 +0000 |
commit | 98b794afbc510633066f32c6d91356078c229dbe (patch) | |
tree | ae017c628677efe257766544d8e5e6ccc787b25f | |
parent | d15f2823f3431165f45f2ed6eadcf62a931cdcf5 (diff) | |
download | busybox-w32-98b794afbc510633066f32c6d91356078c229dbe.tar.gz busybox-w32-98b794afbc510633066f32c6d91356078c229dbe.tar.bz2 busybox-w32-98b794afbc510633066f32c6d91356078c229dbe.zip |
Update copyright date
-rw-r--r-- | libbb/appletlib.c | 2 | ||||
-rw-r--r-- | 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) | |||
885 | } | 885 | } |
886 | #endif | 886 | #endif |
887 | full_write2_str( | 887 | full_write2_str( |
888 | "BusyBox is copyrighted by many authors between 1998-2019.\n" | 888 | "BusyBox is copyrighted by many authors between 1998-2020.\n" |
889 | "Licensed under GPLv2. See source distribution for detailed\n" | 889 | "Licensed under GPLv2. See source distribution for detailed\n" |
890 | "copyright notices.\n" | 890 | "copyright notices.\n" |
891 | "\n" | 891 | "\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 | |||
20 | VALUE "FileDescription", "BusyBox multi-call binary" | 20 | VALUE "FileDescription", "BusyBox multi-call binary" |
21 | VALUE "FileVersion", BB_VER | 21 | VALUE "FileVersion", BB_VER |
22 | VALUE "InternalName", "busybox" | 22 | VALUE "InternalName", "busybox" |
23 | VALUE "LegalCopyright", "(C) 1998-2019 Many authors" | 23 | VALUE "LegalCopyright", "(C) 1998-2020 Many authors" |
24 | VALUE "OriginalFilename", "busybox.exe" | 24 | VALUE "OriginalFilename", "busybox.exe" |
25 | VALUE "ProductName", "busybox-w32" | 25 | VALUE "ProductName", "busybox-w32" |
26 | VALUE "ProductVersion", BB_VER | 26 | VALUE "ProductVersion", BB_VER |