aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-01-28 17:49:12 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-02-01 16:55:02 +0100
commitb37434e8461b83d26c68fc32bd0fcbd0443a5741 (patch)
treeeb49f948cf2f6d256bf8b377a4fea0519c38c535 /updater
parentversion: stop using go version tags in repo (diff)
downloadwireguard-windows-b37434e8461b83d26c68fc32bd0fcbd0443a5741.tar.xz
wireguard-windows-b37434e8461b83d26c68fc32bd0fcbd0443a5741.zip
global: bump copyright date
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'updater')
-rw-r--r--updater/authenticode.go2
-rw-r--r--updater/constants.go2
-rw-r--r--updater/downloader.go2
-rw-r--r--updater/msirunner.go2
-rw-r--r--updater/signify.go2
-rw-r--r--updater/updater_test.go2
-rw-r--r--updater/versions.go2
-rw-r--r--updater/winhttp/mksyscall.go2
-rw-r--r--updater/winhttp/syscall_windows.go2
-rw-r--r--updater/winhttp/winhttp.go2
-rw-r--r--updater/winhttp/winhttp_test.go2
11 files changed, 11 insertions, 11 deletions
diff --git a/updater/authenticode.go b/updater/authenticode.go
index 13ce6917..d6d80df5 100644
--- a/updater/authenticode.go
+++ b/updater/authenticode.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package updater
diff --git a/updater/constants.go b/updater/constants.go
index 104acea2..04b972fe 100644
--- a/updater/constants.go
+++ b/updater/constants.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package updater
diff --git a/updater/downloader.go b/updater/downloader.go
index a61acbd4..b8b2763d 100644
--- a/updater/downloader.go
+++ b/updater/downloader.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package updater
diff --git a/updater/msirunner.go b/updater/msirunner.go
index d7631706..13495f46 100644
--- a/updater/msirunner.go
+++ b/updater/msirunner.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package updater
diff --git a/updater/signify.go b/updater/signify.go
index 0183971a..eef9198a 100644
--- a/updater/signify.go
+++ b/updater/signify.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package updater
diff --git a/updater/updater_test.go b/updater/updater_test.go
index 02e980eb..a90b13cb 100644
--- a/updater/updater_test.go
+++ b/updater/updater_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package updater
diff --git a/updater/versions.go b/updater/versions.go
index e06e6f34..a6671b12 100644
--- a/updater/versions.go
+++ b/updater/versions.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package updater
diff --git a/updater/winhttp/mksyscall.go b/updater/winhttp/mksyscall.go
index b714c7ee..1daedb08 100644
--- a/updater/winhttp/mksyscall.go
+++ b/updater/winhttp/mksyscall.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package winhttp
diff --git a/updater/winhttp/syscall_windows.go b/updater/winhttp/syscall_windows.go
index 8c3f857c..77e733e6 100644
--- a/updater/winhttp/syscall_windows.go
+++ b/updater/winhttp/syscall_windows.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package winhttp
diff --git a/updater/winhttp/winhttp.go b/updater/winhttp/winhttp.go
index 8c4201c0..ac390a4f 100644
--- a/updater/winhttp/winhttp.go
+++ b/updater/winhttp/winhttp.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package winhttp
diff --git a/updater/winhttp/winhttp_test.go b/updater/winhttp/winhttp_test.go
index da590cf2..96b17021 100644
--- a/updater/winhttp/winhttp_test.go
+++ b/updater/winhttp/winhttp_test.go
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: MIT
*
- * Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+ * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package winhttp