aboutsummaryrefslogtreecommitdiffstats
path: root/conn
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-01-28 17:52:15 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-28 17:52:15 +0100
commitd4112d9096f4bdd68f1a109bb12df82f5f4ca5a0 (patch)
tree1b85db8cd0e65dc4c26d4b0415361fbbe8e2724e /conn
parentdevice: remove version string (diff)
downloadwireguard-go-d4112d9096f4bdd68f1a109bb12df82f5f4ca5a0.tar.xz
wireguard-go-d4112d9096f4bdd68f1a109bb12df82f5f4ca5a0.zip
global: bump copyright
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'conn')
-rw-r--r--conn/boundif_android.go2
-rw-r--r--conn/boundif_windows.go2
-rw-r--r--conn/conn.go2
-rw-r--r--conn/conn_default.go2
-rw-r--r--conn/conn_linux.go2
-rw-r--r--conn/mark_default.go2
-rw-r--r--conn/mark_unix.go2
-rw-r--r--conn/net_err_closed.go2
8 files changed, 8 insertions, 8 deletions
diff --git a/conn/boundif_android.go b/conn/boundif_android.go
index 3e10607..2c68d57 100644
--- a/conn/boundif_android.go
+++ b/conn/boundif_android.go
@@ -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
diff --git a/conn/boundif_windows.go b/conn/boundif_windows.go
index 53a8f09..e425d23 100644
--- a/conn/boundif_windows.go
+++ b/conn/boundif_windows.go
@@ -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
diff --git a/conn/conn.go b/conn/conn.go
index f3b6cfd..6e7939c 100644
--- a/conn/conn.go
+++ b/conn/conn.go
@@ -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.
diff --git a/conn/conn_default.go b/conn/conn_default.go
index 7bd05e9..4f6b6d1 100644
--- a/conn/conn_default.go
+++ b/conn/conn_default.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 conn
diff --git a/conn/conn_linux.go b/conn/conn_linux.go
index c32ee0d..f6638dd 100644
--- a/conn/conn_linux.go
+++ b/conn/conn_linux.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 conn
diff --git a/conn/mark_default.go b/conn/mark_default.go
index f57215a..0f00f6f 100644
--- a/conn/mark_default.go
+++ b/conn/mark_default.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 conn
diff --git a/conn/mark_unix.go b/conn/mark_unix.go
index 19ec2af..c29f247 100644
--- a/conn/mark_unix.go
+++ b/conn/mark_unix.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 conn
diff --git a/conn/net_err_closed.go b/conn/net_err_closed.go
index e4dcfae..3530aaa 100644
--- a/conn/net_err_closed.go
+++ b/conn/net_err_closed.go
@@ -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