From b37434e8461b83d26c68fc32bd0fcbd0443a5741 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 28 Jan 2021 17:49:12 +0100 Subject: global: bump copyright date Signed-off-by: Jason A. Donenfeld --- embeddable-dll-service/build.bat | 2 +- embeddable-dll-service/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'embeddable-dll-service') 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 -- cgit v1.2.3-59-g8ed1b