aboutsummaryrefslogtreecommitdiffstats
path: root/api/resources.rc
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-01-30 16:45:26 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-30 16:45:26 +0100
commit2628412d71a6caf22368cd6d7cf441ded139db4f (patch)
tree0d80867d138ad1af7be7ec8b4768386d95aca4df /api/resources.rc
parentapi: use custom devpkey for pool (diff)
downloadwintun-2628412d71a6caf22368cd6d7cf441ded139db4f.tar.xz
wintun-2628412d71a6caf22368cd6d7cf441ded139db4f.zip
global: bump copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api/resources.rc')
-rw-r--r--api/resources.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/resources.rc b/api/resources.rc
index 1e0646b..607eee6 100644
--- a/api/resources.rc
+++ b/api/resources.rc
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
- * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
*/
#include <windows.h>
@@ -41,7 +41,7 @@ BEGIN
VALUE "FileDescription", "Wintun API Library"
VALUE "FileVersion", EXPAND(WINTUN_VERSION_STR)
VALUE "InternalName", "wintun.dll"
- VALUE "LegalCopyright", "Copyright \xa9 2018-2020 WireGuard LLC. All Rights Reserved."
+ VALUE "LegalCopyright", "Copyright \xa9 2018-2021 WireGuard LLC. All Rights Reserved."
VALUE "OriginalFilename", "wintun.dll"
VALUE "ProductName", "Wintun Driver"
VALUE "ProductVersion", EXPAND(WINTUN_VERSION_STR)