global: bump copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
49b7692d5b
commit
2628412d71
2
COPYING
2
COPYING
@ -1,4 +1,4 @@
|
|||||||
This program is Copyright (C) 2018-2020 WireGuard LLC.
|
This program is Copyright (C) 2018-2021 WireGuard LLC.
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
@ -404,4 +404,4 @@ General requirements:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The entire contents of [the repository](https://git.zx2c4.com/wintun/), including all documentation and example code, is "Copyright © 2018-2020 WireGuard LLC. All Rights Reserved." Source code is licensed under the [GPLv2](COPYING). Prebuilt binaries from [wintun.net](https://www.wintun.net/) are released under a more permissive license suitable for more forms of software contained inside of the .zip files distributed there.
|
The entire contents of [the repository](https://git.zx2c4.com/wintun/), including all documentation and example code, is "Copyright © 2018-2021 WireGuard LLC. All Rights Reserved." Source code is licensed under the [GPLv2](COPYING). Prebuilt binaries from [wintun.net](https://www.wintun.net/) are released under a more permissive license suitable for more forms of software contained inside of the .zip files distributed there.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "adapter.h"
|
#include "adapter.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "elevate.h"
|
#include "elevate.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "adapter.h"
|
#include "adapter.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
* Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
while (!WScript.StdIn.AtEndOfStream) {
|
while (!WScript.StdIn.AtEndOfStream) {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "logger.h"
|
#include "logger.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "entry.h"
|
#include "entry.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "pch.h"
|
#include "pch.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "entry.h"
|
#include "entry.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "entry.h"
|
#include "entry.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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>
|
#include <windows.h>
|
||||||
@ -41,7 +41,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "Wintun API Library"
|
VALUE "FileDescription", "Wintun API Library"
|
||||||
VALUE "FileVersion", EXPAND(WINTUN_VERSION_STR)
|
VALUE "FileVersion", EXPAND(WINTUN_VERSION_STR)
|
||||||
VALUE "InternalName", "wintun.dll"
|
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 "OriginalFilename", "wintun.dll"
|
||||||
VALUE "ProductName", "Wintun Driver"
|
VALUE "ProductName", "Wintun Driver"
|
||||||
VALUE "ProductVersion", EXPAND(WINTUN_VERSION_STR)
|
VALUE "ProductVersion", EXPAND(WINTUN_VERSION_STR)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "entry.h"
|
#include "entry.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* SPDX-License-Identifier: GPL-2.0
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
* Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* TODO: This is currently #include'd in adapter.c. Move into rundll32.c properly. */
|
/* TODO: This is currently #include'd in adapter.c. Move into rundll32.c properly. */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 "adapter.h"
|
#include "adapter.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 OR MIT
|
/* SPDX-License-Identifier: GPL-2.0 OR MIT
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
* Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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>
|
#include <ntifs.h>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SPDX-License-Identifier: GPL-2.0
|
; 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]
|
[Version]
|
||||||
Signature = "$Windows NT$"
|
Signature = "$Windows NT$"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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>
|
#include <windows.h>
|
||||||
@ -24,7 +24,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "Wintun Driver"
|
VALUE "FileDescription", "Wintun Driver"
|
||||||
VALUE "FileVersion", EXPAND(WINTUN_VERSION_STR)
|
VALUE "FileVersion", EXPAND(WINTUN_VERSION_STR)
|
||||||
VALUE "InternalName", "wintun.sys"
|
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 "OriginalFilename", "wintun.sys"
|
||||||
VALUE "ProductName", "Wintun Driver"
|
VALUE "ProductName", "Wintun Driver"
|
||||||
VALUE "ProductVersion", EXPAND(WINTUN_VERSION_STR)
|
VALUE "ProductVersion", EXPAND(WINTUN_VERSION_STR)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0
|
/* 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 <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user