aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater
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 /updater
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 'updater')
-rw-r--r--updater/constants.go2
-rw-r--r--updater/downloader.go2
-rw-r--r--updater/msirunner_linux.go2
-rw-r--r--updater/msirunner_windows.go2
-rw-r--r--updater/signify.go2
-rw-r--r--updater/updater_test.go2
-rw-r--r--updater/versions.go2
7 files changed, 7 insertions, 7 deletions
diff --git a/updater/constants.go b/updater/constants.go
index 2ae78c8d..b8e31473 100644
--- a/updater/constants.go
+++ b/updater/constants.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 updater
diff --git a/updater/downloader.go b/updater/downloader.go
index bc4a8a7a..c0eca7c4 100644
--- a/updater/downloader.go
+++ b/updater/downloader.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 updater
diff --git a/updater/msirunner_linux.go b/updater/msirunner_linux.go
index 6550025c..f6cca441 100644
--- a/updater/msirunner_linux.go
+++ b/updater/msirunner_linux.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 updater
diff --git a/updater/msirunner_windows.go b/updater/msirunner_windows.go
index d901274c..d7631706 100644
--- a/updater/msirunner_windows.go
+++ b/updater/msirunner_windows.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 updater
diff --git a/updater/signify.go b/updater/signify.go
index af024ebd..0183971a 100644
--- a/updater/signify.go
+++ b/updater/signify.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 updater
diff --git a/updater/updater_test.go b/updater/updater_test.go
index fbd1080d..a29d71f6 100644
--- a/updater/updater_test.go
+++ b/updater/updater_test.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 updater
diff --git a/updater/versions.go b/updater/versions.go
index 0ac1b5eb..e06e6f34 100644
--- a/updater/versions.go
+++ b/updater/versions.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 updater