Bump date headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
937eb44727
commit
42062fe554
2
COPYING
2
COPYING
@ -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
|
||||
|
@ -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).
|
||||
|
@ -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
|
||||
|
2
wintun.c
2
wintun.c
@ -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>
|
||||
|
@ -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$"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user