Bump date headers

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2020-10-31 11:58:59 +01:00 committed by Simon Rozman
parent 937eb44727
commit 42062fe554
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
This program is Copyright (C) 2018-2019 WireGuard LLC.
This program is Copyright (C) 2018-2020 WireGuard LLC.
------------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE

View File

@ -140,4 +140,4 @@ General requirements:
## License
The entire contents of this repository, including all documentation code, is "Copyright © 2018-2019 WireGuard LLC. All Rights Reserved." and is licensed under the [GPLv2](COPYING).
The entire contents of this repository, including all documentation code, is "Copyright © 2018-2020 WireGuard LLC. All Rights Reserved." and is licensed under the [GPLv2](COPYING).

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved.
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/
#pragma once

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved.
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/
#include <ntifs.h>

View File

@ -1,6 +1,6 @@
; SPDX-License-Identifier: GPL-2.0
;
; Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved.
; Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
[Version]
Signature = "$Windows NT$"

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved.
* Copyright (C) 2018-2020 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-2019 WireGuard LLC. All Rights Reserved."
VALUE "LegalCopyright", "Copyright \xa9 2018-2020 WireGuard LLC. All Rights Reserved."
VALUE "OriginalFilename", "wintun.sys"
VALUE "ProductName", "Wintun Driver"
VALUE "ProductVersion", EXPAND(WINTUN_VERSION_STR)