diff options
author | Ron Yorston <rmy@pobox.com> | 2021-01-13 11:56:20 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-01-13 11:56:20 +0000 |
commit | 9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (patch) | |
tree | 5b1213aaf12e4b235dab539d0f1554cc348f3989 | |
parent | c915ec56a54c9fbad8fde65631f8343a588398b3 (diff) | |
download | busybox-w32-9aa5a829070392c2ac6494d0c4e674c0c2bc7dab.tar.gz busybox-w32-9aa5a829070392c2ac6494d0c4e674c0c2bc7dab.tar.bz2 busybox-w32-9aa5a829070392c2ac6494d0c4e674c0c2bc7dab.zip |
Update copyright message
Hey, look! It's 2021 already.
-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 6ed86e12b..ecee45ae2 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -900,7 +900,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) | |||
900 | } | 900 | } |
901 | #endif | 901 | #endif |
902 | full_write2_str( | 902 | full_write2_str( |
903 | "BusyBox is copyrighted by many authors between 1998-2020.\n" | 903 | "BusyBox is copyrighted by many authors between 1998-2021.\n" |
904 | "Licensed under GPLv2. See source distribution for detailed\n" | 904 | "Licensed under GPLv2. See source distribution for detailed\n" |
905 | "copyright notices.\n" | 905 | "copyright notices.\n" |
906 | "\n" | 906 | "\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 | |||
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-2020 Many authors" | 23 | VALUE "LegalCopyright", "(C) 1998-2021 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 |