aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version
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 /version
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 'version')
-rw-r--r--version/debugging_linux.go2
-rw-r--r--version/official_windows.go2
-rw-r--r--version/os_windows.go2
-rw-r--r--version/useragent.go2
-rw-r--r--version/wintrust/certificate_windows.go2
-rw-r--r--version/wintrust/mksyscall.go2
-rw-r--r--version/wintrust/wintrust_windows.go2
7 files changed, 7 insertions, 7 deletions
diff --git a/version/debugging_linux.go b/version/debugging_linux.go
index ddea4242..da90e271 100644
--- a/version/debugging_linux.go
+++ b/version/debugging_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 version
diff --git a/version/official_windows.go b/version/official_windows.go
index 0ebdb8d8..2ca33b43 100644
--- a/version/official_windows.go
+++ b/version/official_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 version
diff --git a/version/os_windows.go b/version/os_windows.go
index 670d3da7..315a4901 100644
--- a/version/os_windows.go
+++ b/version/os_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 version
diff --git a/version/useragent.go b/version/useragent.go
index e0781e29..5488029a 100644
--- a/version/useragent.go
+++ b/version/useragent.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 version
diff --git a/version/wintrust/certificate_windows.go b/version/wintrust/certificate_windows.go
index 65b1eaed..2f4249ef 100644
--- a/version/wintrust/certificate_windows.go
+++ b/version/wintrust/certificate_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 wintrust
diff --git a/version/wintrust/mksyscall.go b/version/wintrust/mksyscall.go
index 890b2668..7709a654 100644
--- a/version/wintrust/mksyscall.go
+++ b/version/wintrust/mksyscall.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 wintrust
diff --git a/version/wintrust/wintrust_windows.go b/version/wintrust/wintrust_windows.go
index fa3b2f0b..e7c92606 100644
--- a/version/wintrust/wintrust_windows.go
+++ b/version/wintrust/wintrust_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 wintrust