aboutsummaryrefslogtreecommitdiffstats
path: root/conn
diff options
context:
space:
mode:
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