aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/resources.rc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-01-06 17:15:58 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2022-01-06 17:28:13 +0100
commit6ed37f30f5b7bb9dfab58e050d61baa96cb962a0 (patch)
tree2acb30842bef5b5ec6f22ea78018ed4a6aafc942 /resources.rc
parentfetcher: only write 32 bytes to hash output (diff)
downloadwireguard-windows-6ed37f30f5b7bb9dfab58e050d61baa96cb962a0.tar.xz
wireguard-windows-6ed37f30f5b7bb9dfab58e050d61baa96cb962a0.zip
global: bump date
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'resources.rc')
-rw-r--r--resources.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources.rc b/resources.rc
index 1a8076fd..0601d938 100644
--- a/resources.rc
+++ b/resources.rc
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2022 WireGuard LLC. All Rights Reserved.
*/
#include <windows.h>
@@ -32,7 +32,7 @@ BEGIN \
VALUE "FileDescription", file_desc \
VALUE "FileVersion", EXPAND(WIREGUARD_VERSION_STR) \
VALUE "InternalName", "wireguard-windows" \
- VALUE "LegalCopyright", "Copyright © 2015-2021 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved." \
+ VALUE "LegalCopyright", "Copyright © 2015-2022 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved." \
VALUE "OriginalFilename", "wireguard.exe" \
VALUE "ProductName", "WireGuard" \
VALUE "ProductVersion", EXPAND(WIREGUARD_VERSION_STR) \