aboutsummaryrefslogtreecommitdiffstats
path: root/driver
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 /driver
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 'driver')
-rw-r--r--driver/undocumented.h2
-rw-r--r--driver/wintun.c2
-rw-r--r--driver/wintun.inf2
-rw-r--r--driver/wintun.rc4
4 files changed, 5 insertions, 5 deletions
diff --git a/driver/undocumented.h b/driver/undocumented.h
index a3b3926..199e3c7 100644
--- a/driver/undocumented.h
+++ b/driver/undocumented.h
@@ -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.
*/
#pragma once
diff --git a/driver/wintun.c b/driver/wintun.c
index b833663..931b7e8 100644
--- a/driver/wintun.c
+++ b/driver/wintun.c
@@ -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 <ntifs.h>
diff --git a/driver/wintun.inf b/driver/wintun.inf
index 6dd83a5..9888b06 100644
--- a/driver/wintun.inf
+++ b/driver/wintun.inf
@@ -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.
[Version]
Signature = "$Windows NT$"
diff --git a/driver/wintun.rc b/driver/wintun.rc
index 7abbcae..8552b80 100644
--- a/driver/wintun.rc
+++ b/driver/wintun.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>
@@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "Wintun Driver"
VALUE "FileVersion", EXPAND(WINTUN_VERSION_STR)
VALUE "InternalName", "wintun.sys"
- 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.sys"
VALUE "ProductName", "Wintun Driver"
VALUE "ProductVersion", EXPAND(WINTUN_VERSION_STR)