]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
global: bump copyright year
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 20 Sep 2022 15:21:32 +0000 (17:21 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 20 Sep 2022 15:21:32 +0000 (17:21 +0200)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
75 files changed:
README.md
conn/bind_linux.go
conn/bind_std.go
conn/bind_windows.go
conn/bindtest/bindtest.go
conn/boundif_android.go
conn/conn.go
conn/default.go
conn/mark_default.go
conn/mark_unix.go
conn/winrio/rio_windows.go
device/allowedips.go
device/allowedips_rand_test.go
device/allowedips_test.go
device/bind_test.go
device/channels.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/mobilequirks.go
device/noise-helpers.go
device/noise-protocol.go
device/noise-types.go
device/noise_test.go
device/peer.go
device/pools.go
device/pools_test.go
device/queueconstants_android.go
device/queueconstants_default.go
device/queueconstants_ios.go
device/queueconstants_windows.go
device/race_disabled_test.go
device/race_enabled_test.go
device/receive.go
device/send.go
device/sticky_linux.go
device/timers.go
device/tun.go
device/uapi.go
format_test.go
ipc/uapi_bsd.go
ipc/uapi_js.go
ipc/uapi_linux.go
ipc/uapi_unix.go
ipc/uapi_windows.go
main.go
main_windows.go
ratelimiter/ratelimiter.go
ratelimiter/ratelimiter_test.go
replay/replay.go
replay/replay_test.go
rwcancel/rwcancel.go
tai64n/tai64n.go
tai64n/tai64n_test.go
tun/alignment_windows_test.go
tun/netstack/examples/http_client.go
tun/netstack/examples/http_server.go
tun/netstack/examples/ping_client.go
tun/netstack/tun.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

index 30ea3ac0f896c29ff07c98082d1ad67b9c33650f..d6c15b46cbdc98198c0c9aa006e2a38bf0a267e3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ make
 
 ## License
 
-    Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+    Copyright (C) 2017-2022 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 03e870783e19064278d61b9bc0c4d1007914a415..d6eae52b39058957d2831095de5a6c78b0b9ad16 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index b6a7ab32aadaa828fd0d33a7156a683654868b8a..4ccc03600c9ab0c073cc354e4b987873a9ac9b91 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index c066efa4e99cb314835f9305fb619434d5ff7101..bf60b80d5e1df79687c652391795e9faf3ffbd28 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index b38cae6719a75e5e55f8e3719653d3d873373aea..09f64c693d05fe17ec645753db563bef6af63f60 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package bindtest
index 8b82bfc581db3bab766d3889eb728c74fd8a3e55..e540abbac55b96528ef1f89258acc9af2a392261 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 5a93b2b85d3e3a2352779ea6dfbe22ed58e84215..7a37840c5c6dfc407e85a50d4e3656c3e3abb631 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 // Package conn implements WireGuard's network connections.
index e65bb7474ff38f56737759aee7620d3d0478ddde..a846ea0ff9a3286359e2e2bcdc1b30d873f20178 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 6e01b0d642c87c90374cc6d2637ae1f1877cd8bc..1df2f75387ed02339cdcb75206e682193f6b0424 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index fec154c9a48ce7d94b7307cd749af11c9e433d99..d24326135328f3d3c87e61051648337cb79c20e0 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 0911998d5eff19e8bfe76b4b7552493f91bca6e8..91044c3e742e5231c9fae1c2a955c1c711308778 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package winrio
index 3cac694fb488d525b4a597d994b3b09811bd0647..33c21ae3604608d5c80e5f16917abc216425c99a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 0d3eecb067c188f85661cf62558557f386008c79..606f0ed26a8670bfd3c488ddfa09882e9909a047 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 225c788601d3f8f33fadad87c624805833a71cb8..5cccf95b5771d9f5b3ff989f13c24cfe67efad0b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1c0d24792838bad5e4c2165ef3d8f1b578e380b0..e2e4428757125da615ad157bf940a3f11016757e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 6f4370a995bed3c20c6f1ddee8552a024e56ba91..a9f2e61d5d2fbc8de7d89ef268599504dd406fba 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 53a252623b27a410a2b065815effa62fa4e50401..70cef9d40db8c0937f447268562ddeee2bda0960 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 840f7096461cfb287bc357f37e17cde96febfb68..3a90516392b968d28f14fce4c5a27309a06efdc6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 06f306f82897512fdf0ef348c862f65e9b102443..e8f36b0b0be3383e9298f64c3c07b655e95f99e4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f96e27707ad8c2a2b4fb1622f4073580310f4fb0..2e3469f8cc8b7e9482fefaf8e513ac9249995679 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 8cffe08d830bfd3cfb2c8a37446f8cf9e81edb44..44f7d661b32bf8ba30e2d0229ff81d6bf85a7fb1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b265be684950a08e29c5a2e2c22b9454a00a4a4f..a7bf225180c1153e135759dbe13ed9b1140af756 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 15b8b0d6e5cec4a9d2ecd789dd0c050708d7aefc..34e0f729fa951296194237a0d4fac60a0357352a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 50c50403a3adeb5cf7d5b297dc41a272b6377cc4..d2761a3248410013dd6983ea2884fea60dbc94c4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 872195cdc78161b14cea3fd8f8330300d3f06376..ef9aafd05e7dd924fe789c40fdfea8570df746fe 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 206d7a906aa47149bdb52bd961b8549870807052..b1deceb19a3fe3b6acd366430e965258977e2de8 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 29073e92b0b72583dcda8180ecb022194a888d98..9c2215d07566802152608f163afde98171ea3e98 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 680f5c7043a3ed2675b266a3bb30f95aab6d1e27..de16c1f0437d7ddf17d479ae8112a4b9270da88e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b6b51fd4b8936579a463cf5946888feffa94ee95..8d621d51cf0cc849f95e8fb105d7ee6c8ec9d14e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 410926ea4f089573c11eecd735143eb9693f3eb6..4df9368f9dd28e167f8c16713a1ce7f39c6fffae 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 6e850e70ad76653aacc9166017f887f514864e84..84cf56d967b1d1cc5f42ae4c1286e0efeeda2238 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 7c84efc0bb39bb2b97c3778bd1d28e0ddff1038a..31bc80f262774e5d5d1f80e18955e1ffe9473398 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 79feae7959861b689331df7fa504dfa2300ae265..253a4c2ff548d03b1020c7d12662649230bbe609 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 9da0f799687b3a128e43255a2cd128da1901a26e..2d5b290e5704b1510eb72577a74b098471c6e176 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 48a98b0f2fb032d734b8eb6399f9a3ed97cc8a14..f9a5ab38f000eb59d678ec3fd1535f6969477905 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 7abc33ac53ae5b1e1a4f0de2515531c07ba6721c..95c311ad45868be2c5ef95ba4739969cf06bbf58 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 66ef600d24be035e7764761e9b39fec7a789547d..21f0daede8cb50306eb24f6f69de0b3dcdbf0609 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 854e4c26ef63a912aea7cd4a3c7cc889a02b0da5..d2b4f887bbf7e70123364c72193f79af1eb89796 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e330a6b4c75e5437572001c42358d5b4022092a8..dd2403db185f09c7b4ce0d0bfa75d3dc88751f80 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b3db3a1f077375ddb6740a3ec16daac2d3052aff..fffdc8ece1cd6c4e47243583e0eff96fdc95e151 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1565100fc4e07798d108a3b98c3d77af33689fc8..6336d60dd1d29ff37c1b8468e6c5c34252d5f08a 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 4dbf1e8270bb47e626af59ace27e2b2d0cdcd7e0..4c863e3857d939c396c59ef73b58e5f6e186667e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 471c51c3b744b0cd9ef3a0ff03b5121826400464..52785001b054b52d6e416e7acf7588202ff4ebe9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 97c14b55b7ef6ea6f44745a3ee1a2583d6a7d483..e90ae0824026f0b810b89783a12fda3b6ec1cc32 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 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 c8ef8877aade46bc4c23f6aab4222b60bcdecf57..daed71439c67bdd57da2d0a55414ef8a1afe5b73 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  *
  * This is based heavily on timers.c from the kernel implementation.
  */
index d94bde1e1ab8e79fc58aa64b02ac319c86a0e2f1..42cf3cbf994b22e7520c623e6b60c1d7942bda1b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 550a0323c0469934f233f645ce0c31ea7b506a5e..f4dc29de0f6a9e4764d09c57cf9bbdec18524a3c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 198cd49ced7ddaa71be628a7ee40cc4dfb7a3546..d480eb8a167a8b0941081e1c01ae09925a532ecd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 package main
 
index 303adeb5278073282a26680dbeda43e291819bf7..0dd206829265dae7812f98a88c79d1c06379ef11 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index be36b5d703156464cd1be33fc6905bc57cfbe5b4..da59dc5c5420af460ad877d2da055abd9775cc27 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 30a8eb49506d84612d7096aae89988f6bb8bfa28..cdf1d28d55a09a5a7d46c4931feb16d1833583bb 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 6f1ee4782b6ea8ac9983771369042fc1a48431cc..081c270f19e9a6937d70a2da40b3a3e409cb0335 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index a1bfbd1bd69e8111ff9f7f74e5c31a59e003ae4f..27db00a6d3fa06ada5d2cf0e310382778aab7d12 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
diff --git a/main.go b/main.go
index b35ac291f7eede2abb5b6e50a615026e8998e91c..6532dff18998c69bf90276237fd8e18342be8b7f 100644 (file)
--- a/main.go
+++ b/main.go
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 5a7b1364bc95abf5ad7df8dbea0de2c5c305e2ce..a647f58c19f7958fd90f61c4fcb4124624e9f63d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 1e3c252e55363445cb8932a41654dd5aa202155b..b2e6ed1def30a7297fe5ad2bc42d7e0f0403172b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index ca7db72b1e8200cdc0266fde3e04768261089d79..0542e1479f1cee70896b2799b4dcd1afef066005 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index f140272504f9739c012a1e11a7032bc194b9426f..bc720d75a41d02d5c8100c14526aa56082fcf302 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 // Package replay implements an efficient anti-replay algorithm as specified in RFC 6479.
index 28c3a0ef9f70ddaa11cc781fc0decfaecf188190..cb708d739dcd7085cf9594a0db55e23bf242d253 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package replay
index c3b229991753ac45ad296c99e9ab0e9370fe1e0a..89f56b33dbaecc2cbc3600bb860d1038c0d6e788 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 // Package rwcancel implements cancelable read/write operations on
index de0f5bf4b3be93da7db285c8d6817dd93a4e9518..70c6d60dbbee63d1d64511883b21dde03a11c2f7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index 97eb26fe5a44903b8e416edf1a93a4cc08f7224e..812c1da2f201801f785456ef3881302e65b2b1c8 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index b765ccacbe9f493fc4c9b0ff698cf51ad5c637ef..9ece9096e0e0a908b3087f0563506b99eeb8a202 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 352c1e46104b287aae87fca2c2d7aafce55a1b5a..ef5efe561391cee83cdc73981500ae1281bca9ea 100644 (file)
@@ -3,7 +3,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 0fdf4cd8f8d899d4b535010e0bfaea7bc345cfd8..2ffdb35ab24a2ac3328181c5b7f552757ac18b30 100644 (file)
@@ -3,7 +3,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index a1bc7f8037553e07ac6111c87600dcb759d5e7c9..f5e649bb00dadd510ffdded6b5e1213a0bf64d2f 100644 (file)
@@ -3,7 +3,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index f232ca3337e5b0d49e765477307a946f56ae4efa..eaa505c92c7481e6f3548716ce2dedd48ff9ae46 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package netstack
index 70d8a075bbd65bccc3593d52e099aec6cefc6e79..53bbebf68cfcb7651eb88e18800770f4de1db200 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 5521cb748c39c5bb39418985823a03774159bf87..1f75f56331d14ac6791292f234c43702fb4498ea 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 1ce8a46a2df1285215d4ed100c00ce823c772b7d..62a8c49f4c5b436b1ca82e9debbb2d183b2b372f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index e1e8986441067d7365ee64d9e1cfb8aa009c4e25..e8fd87c0efb05181a232c3b67325149799e60faf 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 90cb2df6f636c05850c268ccbc49fb3af3b6305a..f02394dce3c9a792dc4299fd3a47919218326253 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index b7a33b53318c9619cca46afbeeee1c48c8e8cb20..5c78e4e56083dd7765396ca62a5ba846b951d8ff 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 6782fd4cdb4ac1824fcba562bc63ac8bfdfcb5d6..9e8bfbf1bb86fb602903c3f378f72a4514d2f6cd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 8196c349dc857c17320ec36f10c43d9ea546a644..e9971d11c5d755a38cd4b2be22bdc1139907cecd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
  */
 
 package tuntest