aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer
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 /installer
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 'installer')
-rw-r--r--installer/build.bat2
-rw-r--r--installer/customactions.c2
-rw-r--r--installer/wireguard.wxs2
3 files changed, 3 insertions, 3 deletions
diff --git a/installer/build.bat b/installer/build.bat
index 857de64a..d0507f51 100644
--- a/installer/build.bat
+++ b/installer/build.bat
@@ -1,6 +1,6 @@
@echo off
rem SPDX-License-Identifier: MIT
-rem Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+rem Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
setlocal
set PATHEXT=.exe
diff --git a/installer/customactions.c b/installer/customactions.c
index b92e9dad..e2611356 100644
--- a/installer/customactions.c
+++ b/installer/customactions.c
@@ -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.
*/
#include <windows.h>
diff --git a/installer/wireguard.wxs b/installer/wireguard.wxs
index ba0ee46e..e51dc11e 100644
--- a/installer/wireguard.wxs
+++ b/installer/wireguard.wxs
@@ -2,7 +2,7 @@
<!--
SPDX-License-Identifier: GPL-2.0
- Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
-->
<?if $(var.WIREGUARD_PLATFORM) = "amd64" Or $(var.WIREGUARD_PLATFORM) = "arm64"?>