aboutsummaryrefslogtreecommitdiffstats
path: root/conn/conn.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-09-20 17:21:32 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2022-09-20 17:21:32 +0200
commitbb719d3a6e2cd20ec00f26d65c0073c1dde6b529 (patch)
treebe53dfc55ca3efc7e5861f020f67ae784763db88 /conn/conn.go
parenttun/netstack: ensure `(*netTun).incomingPacket` chan is closed (diff)
downloadwireguard-go-bb719d3a6e2cd20ec00f26d65c0073c1dde6b529.tar.xz
wireguard-go-bb719d3a6e2cd20ec00f26d65c0073c1dde6b529.zip
global: bump copyright year
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'conn/conn.go')
-rw-r--r--conn/conn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/conn/conn.go b/conn/conn.go
index 5a93b2b..7a37840 100644
--- a/conn/conn.go
+++ b/conn/conn.go
@@ -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.