]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
global: update header comments and modules
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 2 May 2020 08:08:26 +0000 (02:08 -0600)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 2 May 2020 08:08:26 +0000 (02:08 -0600)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
90 files changed:
README.md
conn/boundif_windows.go
conn/conn.go
conn/conn_default.go
conn/conn_linux.go
conn/mark_default.go
conn/mark_unix.go
device/allowedips.go
device/allowedips_rand_test.go
device/allowedips_test.go
device/bind_test.go
device/bindsocketshim.go
device/boundif_android.go
device/constants.go
device/cookie.go
device/cookie_test.go
device/device.go
device/device_test.go
device/endpoint_test.go
device/indextable.go
device/ip.go
device/kdf_test.go
device/keypair.go
device/logger.go
device/misc.go
device/noise-helpers.go
device/noise-protocol.go
device/noise-types.go
device/noise_test.go
device/peer.go
device/peer_test.go
device/pools.go
device/queueconstants_android.go
device/queueconstants_default.go
device/queueconstants_ios.go
device/receive.go
device/send.go
device/sticky_linux.go
device/timers.go
device/tun.go
device/tun_test.go
device/uapi.go
go.mod
go.sum
ipc/uapi_bsd.go
ipc/uapi_linux.go
ipc/uapi_unix.go
ipc/uapi_windows.go
ipc/winpipe/file.go
ipc/winpipe/mksyscall.go
ipc/winpipe/pipe.go
main.go
main_windows.go
ratelimiter/ratelimiter.go
ratelimiter/ratelimiter_test.go
replay/replay.go
replay/replay_test.go
rwcancel/fdset.go
rwcancel/rwcancel.go
rwcancel/select_default.go
rwcancel/select_linux.go
tai64n/tai64n.go
tai64n/tai64n_test.go
tun/operateonfd.go
tun/tun.go
tun/tun_darwin.go
tun/tun_freebsd.go
tun/tun_linux.go
tun/tun_openbsd.go
tun/tun_windows.go
tun/tuntest/tuntest.go
tun/wintun/iphlpapi/conversion_windows.go
tun/wintun/iphlpapi/mksyscall.go
tun/wintun/namespace_windows.go
tun/wintun/namespaceapi/mksyscall.go
tun/wintun/namespaceapi/namespaceapi_windows.go
tun/wintun/nci/mksyscall.go
tun/wintun/nci/nci_windows.go
tun/wintun/registry/mksyscall.go
tun/wintun/registry/registry_windows.go
tun/wintun/registry/registry_windows_test.go
tun/wintun/ring_windows.go
tun/wintun/setupapi/mksyscall.go
tun/wintun/setupapi/setupapi_windows.go
tun/wintun/setupapi/setupapi_windows_test.go
tun/wintun/setupapi/types32_windows.go
tun/wintun/setupapi/types64_windows.go
tun/wintun/setupapi/types_windows.go
tun/wintun/setupapi/zsetupapi_windows_test.go
tun/wintun/wintun_windows.go

index cbcfb0513ed5bfa0c7813ab5c57fa3509144fc9b..3b5cd3103fa4b3d1b27c5390af123b2ab3cfec18 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ make
 
 ## License
 
-    Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+    Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
     
     Permission is hereby granted, free of charge, to any person obtaining a copy of
     this software and associated documentation files (the "Software"), to deal in
index fe38d05f5192675a5225f5149f3cb28f77b4811b..53a8f093f0fdd27274533b7883522dbfbb89ff2d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 6b7db12ab6093ce1fbe8fc485917f922700d109b..16311e479c24be32a801f3c48cc4888578c1e71a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 // Package conn implements WireGuard's network connections.
index bad9d4df8792ec1600f407b0a5c99095eb8fbc73..96ef1372a1dec84d17e386a41b2d9374552bdc65 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 523da4a4555dd167046cabde671739fd4438e812..08c8949d921b0c79f8d8be9391616aa7e14db66b 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index fc41ba9931bd384c5b0d00d0ceff76699ca0392a..f57215af04a5b546d803923d3317ed7aba271d5a 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 5334582e93ea6feb5b9501fd04353f6b9eae9014..19ec2af281b53740d0b03715b187759545ebc029 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index efc27c00978477bcafc5cf9ff9819b40aebd9f26..143bda35c53d2c3608e4b2090552dbeb12f7930a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 59c10f7a51a89d6b64f6f1e3da4b5ea634b33cc8..3947830cec66495deeb2d0f6029db7d5cbafd2e3 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 075ff0690e4dcfc1a14a874c16d82206d6f6b981..005df48999058c851ca7acd3535b8a69a3c435c9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index c5f7f68a9772bcd086fbd4a751798bd797c6040e..339adbe731dd82745e4ec625637fb2bcb8281570 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index c4dd4effbfead4945d080fbc6c9a0d706d18f1d1..c2555b86272365a3b6ee21d54fa0dba2525b746f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 6d0fecf5d3cce8d55e1d3b915050bd4c80c66674..a4be8decd69d85a8d754a49480f0217baf31fc35 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 586ec9e1bf32af10e57ac40108c99b519d6b5dd3..15cdac728e728fc07596a855bfc00cac60808aaa 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f1341281c38427e33064e48cb6f19d08bb44701f..c658ca3808bec572fa396024fa4dd7aac00d2603 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 79a6a86c58a05109d7c0a194fc6882340cefaed6..7e4c362756ea963b4dc9e0362671dbce55bcb152 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index a9fedea86b3481bf9f581e6f850b467536de1efc..11119f9f195250049972ed11a53bb331057ee0d4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 87ecfc8735afef5709a02d088294be269f4a027a..5ea5410d1311e4bc93d58f2adb2c5593f22d98a4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1896790360b64287018fae86d1ebc27f969211f2..e66d49358c6f0c28d5f90ca14adbaf018c279e4a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 4cba97013c43e3f3529855a6dcd1e0feeaef6fce..5e10eef3ff483db80c1e2d061972ad9766da65b5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 9d4fb746ad687b5f96966b9ba6912d756e52351c..3bc692960bf0e212a3b26bcdcc09ad27b5118cda 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index cb8dbab2c4595a8a448c11217144706af9c384c4..1a3bc874730194917212d8c52d8311af392fc8e5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index d70c7f43a41d822a07f65b778da82348417ed0af..2f2f222c2cdc75e262814121f6636a35df37c5e6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 7c8b704300ebb0b01a87f6ba26a7b8d03a61d367..3c4d7445d1b2ac129937abfc22cea5af907d734b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index a38d1c1003bb428173aa0f59d032808e108ded7e..30d115672492de93f2683352180008ed5e3cfb5e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f5e4b4b7074565168d30a245911cf513092cd0c9..b3b5acff596acecb458160424bbc6b51a355b1f1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e6f676c17b60d3b3ffa12f317b273ce8c111d2da..be92b4bca8d1129a343a91212a81d85b746509e3 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index a1976ff8384de82bf9584981a379950424a1c049..f793ef5ba1f79ba66623c6f101e9fa4a9817cecf 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b5d58454ba56c885575c2349442ae6584b36b7e2..ce898514607b7fc2eea0b47c2f370efcd1bc74a4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 899591b873519911da5017e154a0e7db76cf559b..d13acd9938423e096ab167c0ea5e7e40bbebe0bf 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b389f1e9f28c00c07637200d8627b8de6aae02be..6aa238b2e658a3d0193bfa18ba3d8e2aa67cf084 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 98f4ef1764cb04ee1452e7b60adb0f1af9c5482e..e778d2e62143720b904366faa68ea705715718c6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f5c042d2498fcb9172131a49aea1d371797809fa..f19c7bef7c87c731b040c82569f9c838017d0683 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index cf86ba15c082ce0937f8e7c6fac0c64a1e980d3a..18f0bea16e433cf31706a0b22ba5c569cbf8a6e4 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 589b0aa539a18441eade312134bb7e5de004a105..4c830155fe848cf3a4c9bf186203b13227575b0b 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 4818d649ed983f54caeff4e859bbf7281d3e53aa..b53c9c06ea7c4b08595befff7f52a05171f31eeb 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 9e29d7778c56006a5b2a8846fd9d5201ee8fc376..9be123338a294e090d5f277a37e69b357e4b63c9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f9522c23ef9dc789a8574166d42922d0175d9256..1994a70b3f61e2aae4c042d0c8dc5a0c9fde7be8 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  *
  * This implements userspace semantics of "sticky sockets", modeled after
  * WireGuard's kernelspace implementation. This is more or less a straight port
index 18ee736873231bc6ffc41f859cae3fd743877746..0232eefc63119f2e240cfea79979e3354020ca63 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  *
  * This is based heavily on timers.c from the kernel implementation.
  */
index 0a3fc79fa6f393f33964a8e37224917be4693aaa..1f88f33174caa043d31c8c6e2919d0b0b863ec0b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 5614771c42272aab5b82da548fdf2ce3d5743ee5..a2db2a5374ec65c2b60aef67016ccca47652f9f6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1080ca117978f0a6f410d98d15db6d996e2dd65e..9f9c9bd3803b80f35a323d7c04c33870958f1599 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package device
diff --git a/go.mod b/go.mod
index c2183e0227873a36d8a7073246875f7330d6cf3f..f264ea0d3d074bfa411caccb0a8762bae8e69274 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module golang.zx2c4.com/wireguard
 go 1.13
 
 require (
-       golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
-       golang.org/x/net v0.0.0-20191003171128-d98b1b443823
-       golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527
+       golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
+       golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5
+       golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3
        golang.org/x/text v0.3.2
 )
diff --git a/go.sum b/go.sum
index be3d0cfdf4f3ad440c68075ebaa1a321ea0e04bb..e6b899183f999ffc215e154d038296e60ffa71bc 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -1,13 +1,14 @@
 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
-golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc h1:c0o/qxkaO2LF5t6fQrT4b5hzyggAkLLlCUjqfRxd8Q4=
-golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 h1:IaQbIIB2X/Mp/DKctl6ROxz1KyMlKp4uyvL6+kQ7C88=
+golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20191003171128-d98b1b443823 h1:Ypyv6BNJh07T1pUSrehkLemqPKXhus2MkfktJ91kRh4=
-golang.org/x/net v0.0.0-20191003171128-d98b1b443823/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
+golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 h1:WQ8q63x+f/zpC8Ac1s9wLElVoHhm32p6tudrU72n1QA=
+golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
 golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
 golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 h1:uYVVQ9WP/Ds2ROhcaGPeIdVq0RIXVLwsHlnvJ+cT1So=
-golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 h1:5B6i6EAiSYyejWfvc5Rc9BbI3rzIsrrXfAQBWnYfn+w=
+golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
 golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
 golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
index d552a5effe56e32ea3ab4605091c349c35270edd..ee05cb72d8e6ce11d0ffbf264bde69d9c58b1b3f 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 70d4d0c0028fad49d787487f8a1b4fbf66211f49..bda19e9fa2aa97defe64a47ae35e351969cf5394 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index a59c390fb28260dd72c235864a1b8cba39d056c8..2e0813ee85fcd9ab30bfbab24e80cd30fa31e14f 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index ead0dc54b60d53964027b79458652b3c504f0540..7fa4f38a7cb6b894a7d6372ad893e9bd7c8576f9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 29d02a75e88ef47c300904c2dff448f1c2e56496..09f2f1c907b5230b54ec34d73d866929b2ced5d0 100644 (file)
@@ -3,7 +3,7 @@
 /* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 package winpipe
 
index 19ac03a67b3ba3b3efcaaca2a701f589034ed53f..3675af781eecd1876edbe39d264ec9aa00006924 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package winpipe
index 06b3037849114fd3055373563d1af9066b192a63..c58722787f8062f73ecd9df3fe246cd17045be17 100644 (file)
@@ -3,7 +3,7 @@
 /* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package winpipe
diff --git a/main.go b/main.go
index 053f488ea261395435a4e702cd422c3f240e4581..f9d95848c45af3c50efdb079074216a1c83cba21 100644 (file)
--- a/main.go
+++ b/main.go
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index f57bc8d6ce27e77fb046e708293ee5f6cd956eb0..291b00d883dd7adc000f25c1f7ba628d65198ffe 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index a6d0ea26c28098d10bc9330ff5f29648e9290370..a1dea61a99c8049b445978dbf353b66df92dbb06 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index 25d5d63a1b3fd7d3eedfdc5bf30cd3676657ae42..d1e93feae1e0e95dc55c52860231ff2efecfa155 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index 0f6b6c90da553b3c6f7237c654523430cd1393c7..034273cb9ad196daeb5b38885e09043a98a7c0bd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package replay
index 5365f108a0ce27c7b07e37ccbc9d5c33f6c64c36..ceae2f3c7159095d25608351ec8654f05c622aea 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package replay
index 91bd7571dc1ec02b5f987cf68fd22618ec6318cf..36d0fecc069e9dbac4e3ba974b267a523d894fe6 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package rwcancel
index 3c4a9edff9fd860ed7586146f49b58ab77cf8895..f91a1bf76d44f5566f8b7e4ba917ae4c10d0ba63 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 // Package rwcancel implements cancelable read/write operations on
index 82e07dcd1b388105dffe5df4919f3ea0ac72b505..8cb45d8ae5b0b32a4d7e257301575da3cd3e0ff2 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package rwcancel
index 1a72e0ade160a6752af5af8a7ba35f2346a9f75e..204d04aededac2740a71aad36a863c6c16a33af7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package rwcancel
index 565aaa4b6831f0ea926c397535e656f60474119d..fb32d0c6c89d8bde2acf0b42bb413f05db1c207d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index 859660f93cc7d24fe438fbc0e01640e213da8db4..05a9d8fd952578548f903670a2bfd95b0fc1fbf0 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index 31747a2482a570049fd8fff430a526c3d5c2230c..ed7e633cf891bdeae8d4faa461a531df24451577 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 5395bdbcd7ebab7a45b0b0523fe343101379fd24..4f6848f23db230757228f885f0598922fd6b4b30 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index f19a7df9815cecd9f52187a96218d4d21e2fff7a..52b4070d21880c626d5341f5963d2b6bda9bcd2b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 6cf93136f8f9abcbe2bf1766b2e0c14ff0da420a..c312219e16318d65a664cf169b67c1518d40f584 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 179635a0247570623f8de6349077ebe6330d14b9..791e0be441c78639240bf21122c95dc963b1a00f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 44cedaa463c119eb23075b3e5cc04b89ad9954a9..2003420ae53632d5636a7be1ffd7bbb1f15ab090 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index b16dbb748f87d78a10afe9b64cede158b739e4d5..5a52c56e896797c71d56145dc9894c9af6297686 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2018-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index bdd96acd98c981d0a7d8743a591b667208034ca3..e94c6d80f10cc67e38c2a9fea00e063fb1d94dd0 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
  */
 
 package tuntest
index a19e961eef4ec0ea1c51cc472a7eee514d908ba2..d2db8a30ef7a39d403a77f1ed223f5f14364d12f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package iphlpapi
index fc7dba41a6a4a5c16a7c8c912b88ce27728e40d8..8ffc0d40510a5735465900a318e1292b5db5fecd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package iphlpapi
index 5f8a0413882c6964943dbc8ddd071b2d0794567c..302ad4576baab9ebf0a105023b17f89bbae85924 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package wintun
index 93d43b0d2e737014d1fdfbaaaba1f6b2d664444c..8ea3085ca780af33b05747b1172bdb8536baff3c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package namespaceapi
index a3a62746e9d9ec7dafb7c61e2e1cfef03ef201c8..e71077c327698a702515cc853b58357a65f31787 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package namespaceapi
index 019da93b020c576e71bed7e88f2419d718bba86c..129e0157994ffba75e66ae8bdb988bbae5817f25 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package nci
index 9dc669938c74c9bbd91a33d789fc1500a62b4c5d..dc9733c10e7572fde1274c8e3bf2565780840e3b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package nci
index 6ad82d2209e6ff1889e4187bf9ad3bdab2db9870..3e9ff1fda8dc6c9493caad415daf15202e2d9b5d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package registry
index 12a0336203fc33f7ca41ed015e4c71b1d139dccd..6be88fd159c880b843166d6913865b346b82e32f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package registry
index c56b51bb28ac6e59ef0ad23afee95584765ca7dd..2479b3d1416c8618f0c38dba5e475a93efc57c1c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package registry
index 8e6b37584d4e8a997a1e2cf65d341df18675a662..4d2fab667fc8cf604bcd218e617ffb83f8d92266 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package wintun
index ac103a1d3b8e5eae282d6049acde5c4ce7b8c198..234851c9986f005eb5f9f6adc325154dc51952f5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package setupapi
index 60a8eb73428529e9fefe304cd62aeba9012c168c..a804dd8c415aaa5ba9fdcb06536822be05d4dd9f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package setupapi
index a9e6b8981f45f92d74d835faaf3422e0aedf5fe3..b0afbc7ccf69faf7f2dbde28809bd12c7aaeefeb 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package setupapi
index bacde5803745dd35c67610333790e688d42ee290..0eaead6e9e3cb34caf2fbb68208377fac0936413 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package setupapi
index d5c8b375ec95f35e9372b6e27e1746b17c5c2469..c815b8fa9d39f2d4c7d581b779d006497e52c391 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package setupapi
index 239d80b93cc381bbe5e437c6918c61e3b1c01d87..43e3f39b8eae14ddcc3fc471cc0708ed9e52dfe5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package setupapi
index 915b4273c5c9bcb4741fd65e2130e25b1679f519..5b5f369da00ed578189da1b6dec651ca1e956750 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package setupapi
index 3aada08cf53ae1b5deab6225e55586a05dc50bfd..eed4f017679d6878f64496ec2f7fbdc4b2c49d41 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
  */
 
 package wintun