diff options
author | Ron Yorston <rmy@pobox.com> | 2019-03-14 08:34:39 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-03-14 08:34:39 +0000 |
commit | 0693dedb3ed8a54e5747249b772682910690935b (patch) | |
tree | 0332214f7737a37360488f04a3a5cfd27e5a0996 | |
parent | 8fd0fda31a51bbc10caea9dd6a209012e1a21172 (diff) | |
download | busybox-w32-0693dedb3ed8a54e5747249b772682910690935b.tar.gz busybox-w32-0693dedb3ed8a54e5747249b772682910690935b.tar.bz2 busybox-w32-0693dedb3ed8a54e5747249b772682910690935b.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 b7e5e3f1f..49ae35874 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -884,7 +884,7 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) | |||
884 | } | 884 | } |
885 | #endif | 885 | #endif |
886 | full_write2_str( | 886 | full_write2_str( |
887 | "BusyBox is copyrighted by many authors between 1998-2018.\n" | 887 | "BusyBox is copyrighted by many authors between 1998-2019.\n" |
888 | "Licensed under GPLv2. See source distribution for detailed\n" | 888 | "Licensed under GPLv2. See source distribution for detailed\n" |
889 | "copyright notices.\n" | 889 | "copyright notices.\n" |
890 | "\n" | 890 | "\n" |
diff --git a/win32/resources/resources.rc b/win32/resources/resources.rc index d8b9d6407..92e640951 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-2018 Many authors" | 23 | VALUE "LegalCopyright", "(C) 1998-2019 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 |