]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
global: bump copyright
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 28 Jan 2021 16:52:15 +0000 (17:52 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 28 Jan 2021 16:52:15 +0000 (17:52 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
86 files changed:
README.md
conn/boundif_android.go
conn/boundif_windows.go
conn/conn.go
conn/conn_default.go
conn/conn_linux.go
conn/mark_default.go
conn/mark_unix.go
conn/net_err_closed.go
device/allowedips.go
device/allowedips_rand_test.go
device/allowedips_test.go
device/bind_test.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/mobilequirks.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
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/dll_windows.go
tun/wintun/memmod/memmod_windows.go
tun/wintun/memmod/memmod_windows_32.go
tun/wintun/memmod/memmod_windows_386.go
tun/wintun/memmod/memmod_windows_64.go
tun/wintun/memmod/memmod_windows_amd64.go
tun/wintun/memmod/memmod_windows_arm.go
tun/wintun/memmod/memmod_windows_arm64.go
tun/wintun/memmod/mksyscall.go
tun/wintun/memmod/syscall_windows.go
tun/wintun/memmod/syscall_windows_32.go
tun/wintun/memmod/syscall_windows_64.go
tun/wintun/resource/mksyscall.go
tun/wintun/resource/resource_windows.go
tun/wintun/session_windows.go
tun/wintun/wintun_windows.go

index ea3d7cbace4b9f82facfa0631e799fe2f7161cf8..0cd49e550fca9b019000b28a7245e4282b9a8423 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ make
 
 ## License
 
-    Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+    Copyright (C) 2017-2021 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 3e1060715a4450b41452508cd801ae1f300dfb05..2c68d579fb084be8b593d46f1a433dc63e424572 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 53a8f093f0fdd27274533b7883522dbfbb89ff2d..e425d2358868822df0473ee94cb2232dddebeda1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index f3b6cfdd6dce386882448581abeedc88991abd57..6e7939cd9aa5b7806234871b0d85f8c2feb0a966 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 // Package conn implements WireGuard's network connections.
index 7bd05e9dac0c73715ae3ee3b9bebfc3f01b10b77..4f6b6d1a5da85415b6f244383006a4fe93f06491 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index c32ee0dcbe1519cd8ee19dd0619d96453022f32f..f6638dd2286c01f756b4be1258f3a715bfad6a6f 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index f57215af04a5b546d803923d3317ed7aba271d5a..0f00f6f0f3325737e8c639d1602be268d7a07b1e 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 19ec2af281b53740d0b03715b187759545ebc029..c29f247ee9a0b964a5b7e5ef7a60b3acc296df4b 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index e4dcfae7e334952c643ad988d9ce07a27f11538a..3530aaa8f46e145ec02be268af830e65bd89de19 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index b5e40e96c1d6a496e5469680396bec15058fb767..cb6df0aac9fc3fd4abd34a932a2134013e4d0f46 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 17e25b8c5166bfff0bceacec2da7da5d5d47cfd4..bb3fb430e5277125333eec8f6838e265b3a18948 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 695a1122e2e927a49ee281a68e20f3122495cbc0..cdd65cf09e68ff1faec211e1673bbb81c0523efd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 6c5c7f0318ea555afd29ae50fa97a4328d637eac..1c0d24792838bad5e4c2165ef3d8f1b578e380b0 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1a4b8ea7bff7cec7f519725473d3711db62afb54..2252917d027bca377d455ab5c11b5f19ce15d8d1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index c658ca3808bec572fa396024fa4dd7aac00d2603..b02b7699160e254deef55fc8b5d6d8a7c7b34af7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 7e4c362756ea963b4dc9e0362671dbce55bcb152..02e01d1c5d89a470f9e2d983cbfd569732160ff6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index c6b62ea0d675869ec3d6a022584198f9eb15b276..7c8da9cb29812e092702ed0deba2b7a7b11059b2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index ecc43926b3fae32b1d1b9ba256a5797cb14531d1..d1af22561717f70bb392fb37487c0fcdf0241d46 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e66d49358c6f0c28d5f90ca14adbaf018c279e4a..57c361ca6fab484989e32fdd83a551642dffd79d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index d2dc8a7ce98a4b2280917ea3a921e4c1b735c385..15b8b0d6e5cec4a9d2ecd789dd0c050708d7aefc 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 3bc692960bf0e212a3b26bcdcc09ad27b5118cda..50c50403a3adeb5cf7d5b297dc41a272b6377cc4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1a3bc874730194917212d8c52d8311af392fc8e5..b14aa6de7157b0182c34527e5f02a9bf4fbdfe54 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 27db779877b179824f232f68843cc954c8a9e019..788c947f457c434185dfdc218b64a59839ff7188 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 76019298411237310d6e0e2c1dd9e6775df2f84d..c79c97160ebb413f9a44ed925d3dbc5a95b2bb73 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 30d115672492de93f2683352180008ed5e3cfb5e..2c2510f71cbaa8177d4c8c5b637e6bdc7874f8f8 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index c92bd3d7de8f3701390658940d4feaf1039ca771..a31ce3a25cc500a5dc103cc9adf85ae25ffdc07f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b3b5acff596acecb458160424bbc6b51a355b1f1..b6b51fd4b8936579a463cf5946888feffa94ee95 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1068701b505a2c1e9c237d806c8a478658146c4d..e89721f73de8d2dd90500b1ac17a6d6f6b82dd14 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 3688f7d5de098f9b671d678803359e143e02f96a..6e850e70ad76653aacc9166017f887f514864e84 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 9ef780c91c450f458d61615ff8b163b29a9618b0..dbf2c7d7e9608f5bcb0cd16c174b3a5da866ce31 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index af2f57f911ff779a0742779c6bdbf50c71eaa151..b385519ff340bdaa87ef7ff0e008ea229a90fb93 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 9c1ede5f46b556fe16990ad9542542d4550754d0..0020423ed59b11841ea50096feefa36a94517451 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 12da65bc4f87da9bbd9ec58ed630e12acd02883b..eb6d6beb55ee15a6c621e57dde132cd7a998498b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f4de5c9172ec1c39d48eae8ff9d9c64d57ec10f5..7abc33ac53ae5b1e1a4f0de2515531c07ba6721c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 52a199d286d4461e286f60660fee2697afd0cd6e..773c2cada1700cdd81f15e9e2a3e10ebe66bb7ed 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index c6c0b16a3ed902272fde930e48b4c7ee8a27eb4e..be30e196350d198d7f50387556add38af9d1ee2e 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e891fd0c934441d1ba417fe6b8390336278eb350..d513a2125669224421f196e848c34f9fd82d02eb 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 8bec144f6c3b952c7f4d2cdc889b00f88a1271a9..eb861b1005345e1dc2137903efecb3ef2584d1b2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f1c7069f616a1c97f658f2f502956d97e9b9f8a3..594cd01c2e54e0aa104c7682b534931b5193e3c1 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 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 0678f1e0cc3b46b499495a7adc7f3c7d09ff4750..1ea91c7fd7dd23a207bd961adb5575ba4b2fe3d6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  *
  * This is based heavily on timers.c from the kernel implementation.
  */
index ae5cae1e4d36e53fc8f19767c7cfaf6b3c4446f3..ca3c91b108921b2fbe675a52dab4f81711c01e08 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index a2db2a5374ec65c2b60aef67016ccca47652f9f6..2ccae628c1f7a9b698d0a16e9648b4b790d63351 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 43bb0d677e90f03e1eba51f9b8627fae585230e0..3af37e7c05111e590e8852fe89c1b67a6989dab6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index ee05cb72d8e6ce11d0ffbf264bde69d9c58b1b3f..5beee9ee7ae19825be71326bd269a19693a2e9a0 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index bda19e9fa2aa97defe64a47ae35e351969cf5394..3213543d54ddd7a22484d10ff21c27c086ab796d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 9074fd9db800091ec16afb637850eec4a4cfd42d..544651b6a58ede23de0ff1aa08f1a781df50abb3 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 58ae6e093d5d5f48023fae0323f29af51367f90f..164b7cb1b5c878945ed9b35646a2af2eedf6c6d4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 09f2f1c907b5230b54ec34d73d866929b2ced5d0..f3b768f63d05a59763c88e6b21ddd10087a36fa5 100644 (file)
@@ -3,7 +3,7 @@
 /* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 package winpipe
 
index 3675af781eecd1876edbe39d264ec9aa00006924..a87e9298ed4c7e139b730fa72ae891f00385d151 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package winpipe
index c58722787f8062f73ecd9df3fe246cd17045be17..e609274f5c52a1b1a86e814f09ea2798080621d7 100644 (file)
@@ -3,7 +3,7 @@
 /* SPDX-License-Identifier: MIT
  *
  * Copyright (C) 2005 Microsoft
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package winpipe
diff --git a/main.go b/main.go
index 721a2ed6a22d0a48ea4e0875e35565666f5c2a53..eb5446f111b4f41c34a8ecd57e9471c60458e4a7 100644 (file)
--- a/main.go
+++ b/main.go
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 7835a177e55dfa20642ac1bf48b2f9fe4b9e594b..10b0c7d151118298f0a7822aa1fde1fba2eeb502 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index a1dea61a99c8049b445978dbf353b66df92dbb06..2f7aa2ae0e2344b727aeaf8bca17ff0f08bd2d82 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index d1e93feae1e0e95dc55c52860231ff2efecfa155..f231fe5b7c0e776352ff94dcf18523e7753d23dd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index 5b2de416edcab4de1486604b9348544e28783508..fac7ab2bd45ef756108c73bac5654cf90c99d054 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 // Package replay implements an efficient anti-replay algorithm as specified in RFC 6479.
index fcffd202a7382753a484ac4b1bdfb71d0b8597a8..28c3a0ef9f70ddaa11cc781fc0decfaecf188190 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package replay
index 36d0fecc069e9dbac4e3ba974b267a523d894fe6..2c5ca9ede2f791a5c2b06f3d503d7d10028afb46 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package rwcancel
index f91a1bf76d44f5566f8b7e4ba917ae4c10d0ba63..7d50f83eb56a1907369f15eb2b747953d5ed947d 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 // Package rwcancel implements cancelable read/write operations on
index 8cb45d8ae5b0b32a4d7e257301575da3cd3e0ff2..990de83363bcd075fa61cd3182711dfad3f6eae2 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package rwcancel
index 204d04aededac2740a71aad36a863c6c16a33af7..ac941fdf551289fd87764a407c36dfdec55fa244 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package rwcancel
index 2838f4fa120bf838a71dd03a3e3d0218476e0250..4f4ebab886b2bd68b44eb83e87f334822db6ed12 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index 6df73671c32e0a0f5f3fd2677473cee99f76fd0e..97eb26fe5a44903b8e416edf1a93a4cc08f7224e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index ed7e633cf891bdeae8d4faa461a531df24451577..a9dcaef4cbdd9ec6785945a3708a208994055514 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 4f6848f23db230757228f885f0598922fd6b4b30..5521cb748c39c5bb39418985823a03774159bf87 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 7a06af51c7da8e4fa9ee576153c04e3fb1a6908c..7c7f3e28d9122ceaebbb36f626b934dae481e316 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 174e7f8e47ad9f8a472c1b362bf3bf4fbd61c627..e0dc2e17a1b75089fc689958731b9347c7048808 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 8dd7daffec347dcb8f70bce3a20335cd48d356ee..be36c6989d8c0b8af27368ad5b27e3ba5a47960d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 460daff38e5045209e3704bc7cabca540b86b709..ab4e99fcc3218aaa15e75e6ce69c4824a4b056da 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index e66ae8eea4330b52f4af85a456a04679d8754751..081b5e2e8a26cd33d6c34c8ad4c86947e9be965a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index efafebe5cec36540a220e7d1e829db4f89c69e9f..80ccdf9eb75aa68ae7bd0c0564bd3ef327e76d2d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package tuntest
index dd97bbc0a97032eca7b3c3dff3741a37b9e9777e..1ecd6d08fb748e7775b1b0e7d62bed80bc409e2f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package wintun
index d0b4741c5f3b5c94330f8401f127041cc6d3c5d1..a9514c400c2a06366a3a32cdf665d235983760ec 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index bb0f5e3c14e795ca008cd155a0e833cd583c382d..ac76bdcca24cb3bc90852130bd936c8e0734f6a2 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 16f3672dd35be642c38f11ddc9c52b76d9bb1d9d..475c5c52be44244346c240cac6085034efdce252 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 43c05539815742c728967bc6853a93e0885b1533..a6203682674ebbff625b78047f3ca3e042383325 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 934ae8e32ad803c0e4e795f59105830317a2037f..a021a633ca11587de7242eb1ecf28b1901fa3cc8 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 301f1b4f02b17575451272abe23c847c8e31a2ca..4637a01de75428b3183683ec0e4259d01585e783 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 82fd2a6270c2e42b6b309be61dbb9a91cd61a919..b8f125963baefb3abf1544e844d27de1b44b2dbc 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 81400ea80a672c027ee1e75df707bf3d41ec79d9..a78f613e9e13326a1c8dd0d711f4741fe79215f9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 0b29cb987acaf8e13f329af9f8e0a338a6c8cddb..11715c03b0863c2991198b7346803ffaa01f79be 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 09407c74d32fc5ab068addbfbe08443b5b93ac9f..a96d81baaad1fdf633b4d7faccab3cb76a387160 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 14a8b08975965d13734552f61b5f301fe15cfe4b..521262c8528f8e7ff364838de8dbcd4338a2eaca 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package memmod
index 92356147c6696ff782bf6dbf8e466d7a5ec87886..2013f24f23ae3eca6c30ba1fae0855ae28f558ef 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package resource
index b797e1f0b3899d25eca9e2d2283a4cdcf80acd77..f6375183001620e2f41431ca6a6c48a9f7ec6e70 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package resource
index 5b24fa5744db83be3d30231e26c52a8e36d3c9ef..ffa938014827345840ccff20dbfef493e8e3a987 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package wintun
index afbbe7686edb2bf3d3a4349ed15bb2a02f60821c..6c5a00d22ae2d5990faac848fb059609b36729d2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
  */
 
 package wintun