]> git.ipfire.org Git - thirdparty/wireguard-go.git/commitdiff
global: bump copyright notice
authorJason A. Donenfeld <Jason@zx2c4.com>
Sun, 4 May 2025 15:48:53 +0000 (17:48 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 5 May 2025 13:05:35 +0000 (15:05 +0200)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
90 files changed:
README.md
conn/bind_std.go
conn/bind_windows.go
conn/bindtest/bindtest.go
conn/boundif_android.go
conn/conn.go
conn/conn_test.go
conn/controlfns.go
conn/controlfns_linux.go
conn/controlfns_unix.go
conn/controlfns_windows.go
conn/default.go
conn/errors_default.go
conn/errors_linux.go
conn/features_default.go
conn/features_linux.go
conn/gso_default.go
conn/gso_linux.go
conn/mark_default.go
conn/mark_unix.go
conn/sticky_default.go
conn/sticky_linux.go
conn/sticky_linux_test.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_linux.go
ipc/uapi_unix.go
ipc/uapi_wasm.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/offload_linux.go
tun/offload_linux_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

index 074f7eccd075f49ac052ce10b7ea613aab83f45c..709728d57468cac58c7c4760aac585fb62dd7d36 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ $ make
 
 ## License
 
-    Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+    Copyright (C) 2017-2025 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 46df7fd4ef61ebb3cd892b87d008a63fa7ae3471..f5c88160e18ae8534d096070d56e98495dd18b32 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index d5095e004b04c79620440603aa3c8ef6f1f14fa3..a3b846067584ebe0fe84bd5d22b22fe20e99bc08 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 74e7addd28c68e6368f4b01a7ed923b58c7a060e..46e20e68cfac0c6a99b84904edf6f7426155d01c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package bindtest
index dd3ca5b0762ee0d0871f74489e620c0136649326..be69b2a453a93039b5430814d4d35539ac2ca0b9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index a1f57d2b1d59f77929f2f9918ae0b7af526643c0..1304657e5e351eeeabf1835f4f940151af1ae494 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 // Package conn implements WireGuard's network connections.
index c6194ee0c834d98f3f2ee6833e8347c2e97a6e18..618d02b1c03ace42ce5c7aaf90347f56ca292698 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 4f7d90fa10f040a228f71ec347cdc9609186a05a..27421bd26497fed05e016638b8e2e4f635c6b13d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index f6ab1d2ec45ce8d1625aa5b8ebe075aa294b96b2..3447349f738a94172b6a83234713ad75d025d139 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 91692c0a6540be5ccc99bc2c29a0dc6981035485..b2e757078fed0657a0076eb2f2dc260ed520df4b 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index c3bdf7d3a9044d30559bedb23d02a4efc2c2f0f6..5e383053370b44fb40bcd88a1d6f04a2fa4a3e71 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index b6f761b9ed93a38ecc3b390fc0457408dfb3bb4a..2ce15795644014fe743de8b5bdf0b73070ff056d 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index f1e5b90e5ac157064b6be173c997a46b5d96f4be..d9675188b8bdd46d19f9c859a46fdd0ddb946122 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 8e61000f8aa9c996c6c65d3fed8be4baa588b031..037d82038ee687e493b58f0f35ae3f4c506f5d7f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index d53ff5f7b6c066838b5fd2a00654900e2c780659..cae2bea525e43478444093ab5d686befd7d2e644 100644 (file)
@@ -3,7 +3,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 8959d935829a6a7fab08f1bee2eba949f2af779b..63860235efeec228252dfe5695947dd555881c95 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 57780dbb50a92fca61c76f18510277cc7d43ef74..a9a3e801833b19e20aa9f0729854fd67188044ae 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 8596b292eca0bc590da273ae0069648a7ede3de2..4ee31fab3af26e9eaaa8c20269936d264a05905d 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 31023844a2222a1356f79f599642618900135722..72b266e4f2af07226f64441f35def6f43e488741 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index d9e46eea7f9799e6c6ea7ceb3e7d0521c7c44273..d0580d5488ec5b08d53c38e47ffd679c55953140 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 0b213867d7a682a222d7d2b845d355d75c6f1a6a..15b65af884852716a3ed173042094878787b7c48 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index 8e206e90b26a777ff4f12cae9b13744df33c5df3..adfedc17e67a50bf2c7733b91ae2a8d10b34ac24 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index d2bd58436ade3a08ebd50da64f89819ca4b7f8f1..1b1ee68335e7ec7c66df800dd0c889ae4f58a9e5 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package conn
index d1037bba90666c96c085b7cc8af43c570eb3a535..c3966589dc3f06e830b297ddf441b2a789acf35f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package winrio
index fa46f97c190da98bfb97ff29f968b6bdda786e7a..b40c8170c795bdac97e5e48cb011bfd0ea61bb6d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 07065c30a800c92ef453a91ec759dd2909ab8c89..8dd9b67dd2137af529c988c422b93519958b6e37 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index cde068ec39d3716d3fb5613313d21ea18ad8fb7d..9ef8a761c577c98ba30e98a59cafe154e0dcab11 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 302a5218021f068806f8a66cadcb3fc95a0812c2..d3fa565f88f5c7b5f52b05707b752e9209f46840 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e526f6bb1dd156b7a2bda659b6163e7874b2df34..be15d1c19807af65d66d74f377be302c06377cb3 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 59854a126ce01d1b56b182ad8ab3cc756fba1f1e..41da618067a6be5332b1f06f301c4f2ed0c6e982 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 876f05d4f7275ee8f7cc610547e7c2a628d2e3bf..a093c8bc01c63d66af3d1a4ea7fd6af04f8eb297 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 4f1e50ac609dee2127936a04ce30d965fefb5d80..c9372905a5ba8af309c1ccd0b2dd873825d7d215 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 83c33ee44d43a22ea7f4605e381021900ab57fb9..6854ed85ae785a17c1a79187b989a5ccd64ee7a2 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index fff172bb863b3e58faa8cf4e84e62e7f3cc986e1..0091e2052d6c9736a5595152c0d144d6f3cd42a7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 93a4998d4ffb663766c4f86f1ea7255a1d66a5b3..85482d8697f1021fbba986a9088c812db07dbdea 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 00ade7d4abff0ec7a2c7c874aa3d2af4ac05e959..2460fa6db09ec18f179c56d950f04b38706c1ca7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index eaf2363066273c72dadac0f490ed47735a6a7767..f55874468ecd69fd9a5eff7ac8d9bfe92c2f9d40 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index f9c76d6fddad9baf7e283d7e7f8d8ef96c083a83..325db59096255fa778b4864d6ffad9ab6bb27bc5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e3540d7d4bd791c2d275ce0e3b40fe55960adff1..0b72e19ae2d2c47b27601883d09f1a2fd3cc91e9 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 22b0df0287d985a8a838f14ccb1b27991eb044fc..a2adea37c144d886bc14f24b6108bb3b2bfbb39b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 0a0080efd8d014eb5bc28201f623aec23c33ea74..af4be3171cc8c6fe6b6ec6d7631cf496192fb7d0 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index c2f356b96d32f2f4837454bd19b15689960a42e7..35dd9077c47bfca306cf3356691c1908b44f808e 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e8f6145e50fa959bf601d73ac4ebab535e9fcf76..b72acf85d5e426ffb26b5c4b9d2de7678125fd50 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index e850359e30f110b9dc3fc3177b2e5e5f2f035854..41c944e14a1edb149ca034811450749a6a248392 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 2dd53241dd66c222a46b5cf88fbdfe10cabd6b53..f0928ac66aae638204dcb2b8ac819b5633e021bf 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 47a2f14418a143dd48b0b5c7c38c5dbfd72afbcb..ebf25f9411b2d6b33623bdb459f7d2b36319c25a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 55d2be7df69a1e27fbf47c120ed76f5173001871..2c18f41790cb7bfc0a9204224dd22868eb4a885a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 538230b94c8008a96f7c27a9dc3c27650df9294b..8381d5a6f17d123332077bb32e4cb5b265379c1a 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 25f700a9030945626e53f9b5f7a932ddbf4165aa..236dea16cab7ba94ef23b1367b5bb184770079b4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index ea763d01c7c6bd60bc1a197c400b5c8b50e73c35..b061185769a587050d92cf4f998ba95ff7c6bd27 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index acd3cec13e342722e31b2ea89dc48534cb71d8d3..632e29d0ffa1676e2500481f45bbe51b0def1972 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1eee32ba1bada15fd4fc42711073ef6e4328780d..9a296d60a73cf00f93ac8ad21648d4baef2eb7e1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index bb5c450327c7d5216b4ee77550338fcdf0c87423..14b3284d10693c03bc7791a5b9c1c4975decc97a 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 4e9daea79a090389f47a27649652142cb6545187..f1ea5cf315f444389cfd13779faf74d453e97831 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 1ab3e2945d936aead54fdd35a9d65eb5f16e17d0..c7b6c87fc594f91c5f888dcb73eb711e1b926b1b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index b20b3c535f78f81d75c34ad28f10984f3b8085d8..38f55c2a4805b0608af61d1ff90554fb8d3d7b36 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 6057ff12ab53f05c850c6f7c8534d55822fe06a5..7307b7edbcbd2af2f5e3b99a384cd3fe05633861 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 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 d4a4ed4e5ff59f0c019bcc48b8d5c0ce0de03bef..32519aa087031fbe3f5548ed05caf1adc5c55cc5 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  *
  * This is based heavily on timers.c from the kernel implementation.
  */
index 2a2ace920d917338498cf7fe3b4905258f3167e9..c85dd501e29b349cc6f7448201a22b5be6895c05 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index d81dae3b65d0aae5872798927c4571310df6714a..521a7411c2ebf46158d22c6a3aefe52e5fb0ff8f 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package device
index 6f6cab7b40b28880aebbc05fe6121e88457b7ed1..4d02c4890fba01efe2da07a4ea10605d8aa2091d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 package main
 
index ddcaf277eb1b51ed6e34d002d6ef2f64f47b96fb..fd433a5bd1c19e9daaba82eee07241312c1b8f3d 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index 1562a183474f647b8b66bb2ff4536475b533ce55..fddded0c99dd7fdd59843eb88e7d7a8bacd517b4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index e67be26c0fca89529ecf3199a393cf91b1109a46..dcce1671a7cf6f27e4d0cba6dc53f667639fc2b7 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index fa84684aa5fca3ea2917c1bfff5e8a7a1408d82e..50ac09159907c584d34d9bdd4d496234c537594d 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
index aa023c92a628191b0e16b2737f16eac31fbeb8b5..86e60b07796aa15b4f6335f8ce312eb9ab9adb3c 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package ipc
diff --git a/main.go b/main.go
index e0161169480d87e2161c747c787cb6626c4a80d5..b6989e2ffd4a7c8309bc63130147f15b01a4a428 100644 (file)
--- a/main.go
+++ b/main.go
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index a4dc46f2cb2c2f5da0d571b1bd6b702d8f03285e..67036cf2c06a0b8046f4885f71b6c31a12100810 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index f7d05ef4fc51b2266a9f2435ad3b3ec59d77031b..ac69e3a8dbffd055eb4cc680ee246392ccee3c17 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index 0bfa3af62ff2b3926ba61f338fe05347016859fa..71140dad78ee78ae91dc01e50e088094931ff1f7 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package ratelimiter
index 8b99e2367e6cbd3df0a788fcca2f84b9709d06b0..46e224d43cc0a7d0dd8a0d0afc6bea54113b81e1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 // Package replay implements an efficient anti-replay algorithm as specified in RFC 6479.
index 9a9e4a894da6e379d90cb0255af9856874a0bed0..8378ec3d277514b7ad177dd5c57d0427db02e079 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package replay
index e397c0e8ae19d77307552d15a2c927745e45af1e..793e764437e9a89333eff79bbcda5313df2ec50b 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 // Package rwcancel implements cancelable read/write operations on
index 8f10b39c3e1bca58d24f1549fe2cee7eff45adb0..e1a97a5db49549531e1bbf8ec710bd35bd6eb970 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index c70fc1a69410d586877a3b54c59b1a28b513981c..d0b44251b208fce334b273165f45803093dcc982 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tai64n
index 67a785ef9067d2378138b6e49de3d6973a84bd6d..e3252b2cd2256b717ec7e01b2edd794a1686a94b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index ccd32ede38b4f001d174e8588b14e4105a0a41df..d71267d5bc588d94eba672614bc06f87523d2318 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index f5b7a8ff858bf10824695093dd6d2e9ae07efd4f..72788518483b22045933374fe32be783d3390814 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 2eef0fbc2538a78b1b1d12950d42b1c79ddf1fa0..d1b562f5a934ef8d13642318028e0c2ae568d0aa 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package main
index 2b73054b299aec80cbb064954001810d30ee2e3c..7279cd9dbdca754f45944d9703c9fc3f391d9ee1 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package netstack
index 9ff7fea8f98f27ac2197d87dbc4db5399af9aefc..5f0db062c39222921fb20271de4e6fc235855f65 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index ae55c8c0da040b184f4e0787bc97af3ad21550b8..d87e636127ab6fe1cb73682e6077c01a976945a6 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index f1beb6d6a50239a8d0a2bca702cb1a7250b53963..343f754ad9a7e86cc874249cd77594a5ee23f302 100644 (file)
@@ -2,7 +2,7 @@
 
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 0ae53d0733c9592f8e050d54c8a4fb11f22ab6fd..336d642251f91a80e30eeb0c74d8afa15393b884 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index c9a6c0bc45f13187faf0229bebcf4f4751c6dc8a..407b6f2e978a242306be6360aef9471370c3a582 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 7c65fd99929996724559063b622491d3b4d44640..4adf3a165f9e144813aaa9f63619d77ea7bf6e61 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index bd69cb552c58610c1c6716d349fe3f3e535137f4..1461e068d6819dda3a99bfb77850715f8c0a8abd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index ae571b90c356fa47a2664aa866d4ec1d2e50e7bf..5aa90705e441804f434f1689ffdbf078d604ed62 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index 2af8e3e922b1fa6c7e2b11c7850790d995124cbc..de65fb446c2c7241031177bfe4371ea0ac06ef3b 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tun
index d07e8601abe4fdd5d4a1103eca1e3f2caebaa823..9c4564f26e782489c50a9abb2f2b4090f68625dd 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: MIT
  *
- * Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
  */
 
 package tuntest