]> 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, 7 Feb 2023 23:39:29 +0000 (20:39 -0300)
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 d6c15b46cbdc98198c0c9aa006e2a38bf0a267e3..9dea3ddb9e866b7e6b72f42c9b7ac603455e9fd1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ make
 
 ## License
 
-    Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+    Copyright (C) 2017-2023 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 d6eae52b39058957d2831095de5a6c78b0b9ad16..bd710aef70e56baa8e94b8dfc3b10f079cb7097a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 4ccc03600c9ab0c073cc354e4b987873a9ac9b91..ae07aac629d44b8cc903cfb7dbdc270bca8b5ae7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index bf60b80d5e1df79687c652391795e9faf3ffbd28..f8b187b52eac626dfe2cc161a58446f9760eb1c5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 09f64c693d05fe17ec645753db563bef6af63f60..9605a2af2d50e0351682c2fe31469c13ee86122c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package bindtest
index e540abbac55b96528ef1f89258acc9af2a392261..818e4e6432c2b642ac1bd202f73a0b20fe0d8b47 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 7a37840c5c6dfc407e85a50d4e3656c3e3abb631..497b92a0be3ef86bf874ea31ee8f87a2ff95932a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 // Package conn implements WireGuard's network connections.
index a846ea0ff9a3286359e2e2bcdc1b30d873f20178..c7b4a849e5d6f65ef5a48e5232a40544cf160073 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 1df2f75387ed02339cdcb75206e682193f6b0424..9944c38f7f430f968635a8a773d35a9f5c5f9a0a 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index d24326135328f3d3c87e61051648337cb79c20e0..5566b286c7978659c403e9d7b721bcae3d020486 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 91044c3e742e5231c9fae1c2a955c1c711308778..d1037bba90666c96c085b7cc8af43c570eb3a535 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package winrio
index 33c21ae3604608d5c80e5f16917abc216425c99a..fa46f97c190da98bfb97ff29f968b6bdda786e7a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 606f0ed26a8670bfd3c488ddfa09882e9909a047..07065c30a800c92ef453a91ec759dd2909ab8c89 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 5cccf95b5771d9f5b3ff989f13c24cfe67efad0b..cde068ec39d3716d3fb5613313d21ea18ad8fb7d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e2e4428757125da615ad157bf940a3f11016757e..3cbf0ad1f10b5c06301188be43da612d4db0f866 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index a9f2e61d5d2fbc8de7d89ef268599504dd406fba..1bfeeaf226e6326c8be6f4fccf0d3e3943ce3d69 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 70cef9d40db8c0937f447268562ddeee2bda0960..59854a126ce01d1b56b182ad8ab3cc756fba1f1e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 3a90516392b968d28f14fce4c5a27309a06efdc6..876f05d4f7275ee8f7cc610547e7c2a628d2e3bf 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e8f36b0b0be3383e9298f64c3c07b655e95f99e4..4f1e50ac609dee2127936a04ce30d965fefb5d80 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 2e3469f8cc8b7e9482fefaf8e513ac9249995679..8e55724327c04bfa203521d84fcd8adab7ce6a1f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 44f7d661b32bf8ba30e2d0229ff81d6bf85a7fb1..975da64d6d3f192ddff9db21dce783f1b97b787e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index a7bf225180c1153e135759dbe13ed9b1140af756..93a4998d4ffb663766c4f86f1ea7255a1d66a5b3 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 34e0f729fa951296194237a0d4fac60a0357352a..00ade7d4abff0ec7a2c7c874aa3d2af4ac05e959 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index d2761a3248410013dd6983ea2884fea60dbc94c4..eaf2363066273c72dadac0f490ed47735a6a7767 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index ef9aafd05e7dd924fe789c40fdfea8570df746fe..f9c76d6fddad9baf7e283d7e7f8d8ef96c083a83 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b1deceb19a3fe3b6acd366430e965258977e2de8..e3540d7d4bd791c2d275ce0e3b40fe55960adff1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 9c2215d07566802152608f163afde98171ea3e98..22b0df0287d985a8a838f14ccb1b27991eb044fc 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index de16c1f0437d7ddf17d479ae8112a4b9270da88e..4e5051d7e69e3f811f9860352015d2dc39764d24 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 8d621d51cf0cc849f95e8fb105d7ee6c8ec9d14e..729f8b005c54f72af5c398f9e609579b87cf9822 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 4df9368f9dd28e167f8c16713a1ce7f39c6fffae..117e960a8b26a30bb17a4e7133f3d7732fad024d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 84cf56d967b1d1cc5f42ae4c1286e0efeeda2238..e850359e30f110b9dc3fc3177b2e5e5f2f035854 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 31bc80f262774e5d5d1f80e18955e1ffe9473398..587d1e55d8575b09eecfbf63aab750a21023d5a2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 253a4c2ff548d03b1020c7d12662649230bbe609..8266dacc015091d2f632850f2293b62caff6a07c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 2d5b290e5704b1510eb72577a74b098471c6e176..239757f2c90f8811b91ea8bbf307ed886380437f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f9a5ab38f000eb59d678ec3fd1535f6969477905..1502a29d27b496a0ca612bc9db64e7dbe7a29bc5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 95c311ad45868be2c5ef95ba4739969cf06bbf58..fc937b3979e13402f2668441a4bd4cb69311f541 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 21f0daede8cb50306eb24f6f69de0b3dcdbf0609..6b691506cda9c7eda9d5e0a06361e30ab6def528 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index d2b4f887bbf7e70123364c72193f79af1eb89796..acd3cec13e342722e31b2ea89dc48534cb71d8d3 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index dd2403db185f09c7b4ce0d0bfa75d3dc88751f80..1eee32ba1bada15fd4fc42711073ef6e4328780d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index fffdc8ece1cd6c4e47243583e0eff96fdc95e151..bb5c450327c7d5216b4ee77550338fcdf0c87423 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 6336d60dd1d29ff37c1b8468e6c5c34252d5f08a..4e9daea79a090389f47a27649652142cb6545187 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 4c863e3857d939c396c59ef73b58e5f6e186667e..03fcf004960fd3755f2fe4981de95328dac15ab7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 52785001b054b52d6e416e7acf7588202ff4ebe9..854d1727c5b7a896f0adabcbca8c7865e975d32c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e90ae0824026f0b810b89783a12fda3b6ec1cc32..7afdf2861ae0ed659336a3fa52e80324ae9da997 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 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 daed71439c67bdd57da2d0a55414ef8a1afe5b73..e28732c42556aa6e9a67a8d2da240b7a138f4a51 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  *
  * This is based heavily on timers.c from the kernel implementation.
  */
index 42cf3cbf994b22e7520c623e6b60c1d7942bda1b..2a2ace920d917338498cf7fe3b4905258f3167e9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f4dc29de0f6a9e4764d09c57cf9bbdec18524a3c..617dcd333885c76d6f8082ea888f870e8a5bf24f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index d480eb8a167a8b0941081e1c01ae09925a532ecd..6f6cab7b40b28880aebbc05fe6121e88457b7ed1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 package main
 
index 0dd206829265dae7812f98a88c79d1c06379ef11..ddcaf277eb1b51ed6e34d002d6ef2f64f47b96fb 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index da59dc5c5420af460ad877d2da055abd9775cc27..2570515e20fb8830ee7a34de9a9c15e505e0413f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index cdf1d28d55a09a5a7d46c4931feb16d1833583bb..86d9a657effe8b0fbff4b144a82c5541305a1eaa 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 081c270f19e9a6937d70a2da40b3a3e409cb0335..e67be26c0fca89529ecf3199a393cf91b1109a46 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 27db00a6d3fa06ada5d2cf0e310382778aab7d12..aa023c92a628191b0e16b2737f16eac31fbeb8b5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
diff --git a/main.go b/main.go
index 6532dff18998c69bf90276237fd8e18342be8b7f..b4ae893dd5ed54f43b0b4fe72f29d93534b02028 100644 (file)
--- a/main.go
+++ b/main.go
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index a647f58c19f7958fd90f61c4fcb4124624e9f63d..d075a60fd4a455b61b725c43f9c173387d0cbe6a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index b2e6ed1def30a7297fe5ad2bc42d7e0f0403172b..f7d05ef4fc51b2266a9f2435ad3b3ec59d77031b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index 0542e1479f1cee70896b2799b4dcd1afef066005..0bfa3af62ff2b3926ba61f338fe05347016859fa 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index bc720d75a41d02d5c8100c14526aa56082fcf302..8b99e2367e6cbd3df0a788fcca2f84b9709d06b0 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 // Package replay implements an efficient anti-replay algorithm as specified in RFC 6479.
index cb708d739dcd7085cf9594a0db55e23bf242d253..9a9e4a894da6e379d90cb0255af9856874a0bed0 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package replay
index 89f56b33dbaecc2cbc3600bb860d1038c0d6e788..63e1510b104c38e8e45d862e9ad669a57b0d0aba 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 // Package rwcancel implements cancelable read/write operations on
index 70c6d60dbbee63d1d64511883b21dde03a11c2f7..8f10b39c3e1bca58d24f1549fe2cee7eff45adb0 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index 812c1da2f201801f785456ef3881302e65b2b1c8..c70fc1a69410d586877a3b54c59b1a28b513981c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index 9ece9096e0e0a908b3087f0563506b99eeb8a202..67a785ef9067d2378138b6e49de3d6973a84bd6d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 0c70893a084b6c21b8e271d68c0a6db7adeecd72..7df587a36393d1671c1471d2e386caaedbcf1032 100644 (file)
@@ -3,7 +3,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 75e4180847b367ef0986569c5fde0028669f11bb..3130c705a26832441d534967e8ecd5423ee9de7e 100644 (file)
@@ -3,7 +3,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index f5e649bb00dadd510ffdded6b5e1213a0bf64d2f..e1b11cbdc61a4efd797a2e185f3240b8e1f4f8c2 100644 (file)
@@ -3,7 +3,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 6161d3049fb06698917b98847efb12220c737c08..25486a60ea2414afb306598c08a674f68b13aef7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package netstack
index 53bbebf68cfcb7651eb88e18800770f4de1db200..f1beb6d6a50239a8d0a2bca702cb1a7250b53963 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 1f75f56331d14ac6791292f234c43702fb4498ea..7b26af069778d81e980511043acb9775b28f2d9c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 62a8c49f4c5b436b1ca82e9debbb2d183b2b372f..a04bad46b29a092f7c09387d3c08baca054850b2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index e8fd87c0efb05181a232c3b67325149799e60faf..a8ebb340dd11d0a1f0c9ee913ee11dcc2fe68235 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index f02394dce3c9a792dc4299fd3a47919218326253..6275399839ae1f0c04eb4a7ab0335c4a6816e5c8 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 5c78e4e56083dd7765396ca62a5ba846b951d8ff..ee8cf5a89ab226b0b69b3a9d656817ff4e35a059 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 9e8bfbf1bb86fb602903c3f378f72a4514d2f6cd..751ad210bf8fedb55de5f52d6296752a05741c09 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index e9971d11c5d755a38cd4b2be22bdc1139907cecd..4e61df52a10b3067d1999341a318bec37380f29e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2022 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
  */
 
 package tuntest