aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manager
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-21 23:20:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-22 22:00:32 +0100
commit9f501c58d4dcdfe4d9537474ddeef4ab72143ebb (patch)
tree2c2347c3d4e7743fc49f51c92e616963725d7a65 /manager
parentversion: unify architecture string handling (diff)
downloadwireguard-windows-9f501c58d4dcdfe4d9537474ddeef4ab72143ebb.tar.xz
wireguard-windows-9f501c58d4dcdfe4d9537474ddeef4ab72143ebb.zip
global: update headers
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'manager')
-rw-r--r--manager/install.go2
-rw-r--r--manager/interfacecleanup.go2
-rw-r--r--manager/ipc_client.go2
-rw-r--r--manager/ipc_pipe.go2
-rw-r--r--manager/ipc_server.go2
-rw-r--r--manager/service.go2
-rw-r--r--manager/tunneltracker.go2
-rw-r--r--manager/updatestate.go2
8 files changed, 8 insertions, 8 deletions
diff --git a/manager/install.go b/manager/install.go
index 364cf336..3983de1d 100644
--- a/manager/install.go
+++ b/manager/install.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager
diff --git a/manager/interfacecleanup.go b/manager/interfacecleanup.go
index 72f70aaa..b6c8d6ae 100644
--- a/manager/interfacecleanup.go
+++ b/manager/interfacecleanup.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager
diff --git a/manager/ipc_client.go b/manager/ipc_client.go
index c8b2f852..92c66a0d 100644
--- a/manager/ipc_client.go
+++ b/manager/ipc_client.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager
diff --git a/manager/ipc_pipe.go b/manager/ipc_pipe.go
index d4214ac0..d07cf719 100644
--- a/manager/ipc_pipe.go
+++ b/manager/ipc_pipe.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager
diff --git a/manager/ipc_server.go b/manager/ipc_server.go
index 21018f45..03e36a3e 100644
--- a/manager/ipc_server.go
+++ b/manager/ipc_server.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager
diff --git a/manager/service.go b/manager/service.go
index 48ecd129..b671f79e 100644
--- a/manager/service.go
+++ b/manager/service.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager
diff --git a/manager/tunneltracker.go b/manager/tunneltracker.go
index b5a1088d..3532932e 100644
--- a/manager/tunneltracker.go
+++ b/manager/tunneltracker.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager
diff --git a/manager/updatestate.go b/manager/updatestate.go
index b54cc367..9686e92f 100644
--- a/manager/updatestate.go
+++ b/manager/updatestate.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
*/
package manager