aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/embeddable-dll-service
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 /embeddable-dll-service
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 'embeddable-dll-service')
-rw-r--r--embeddable-dll-service/build.bat2
-rw-r--r--embeddable-dll-service/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/embeddable-dll-service/build.bat b/embeddable-dll-service/build.bat
index e0aa4c3b..85d01ca6 100644
--- a/embeddable-dll-service/build.bat
+++ b/embeddable-dll-service/build.bat
@@ -1,6 +1,6 @@
@echo off
rem SPDX-License-Identifier: MIT
-rem Copyright (C) 2019-2020 WireGuard LLC. All Rights Reserved.
+rem Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
setlocal
set BUILDDIR=%~dp0
diff --git a/embeddable-dll-service/main.go b/embeddable-dll-service/main.go
index f4ba67ce..df63034e 100644
--- a/embeddable-dll-service/main.go
+++ b/embeddable-dll-service/main.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 main