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 --- ui/syntax/highlighter.go | 2 +- ui/syntax/syntaxedit.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/syntax') diff --git a/ui/syntax/highlighter.go b/ui/syntax/highlighter.go index fb4158a9..d49cab32 100644 --- a/ui/syntax/highlighter.go +++ b/ui/syntax/highlighter.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. * * This is a direct translation of the original C, and for that reason, it's pretty unusual Go code: * https://git.zx2c4.com/wireguard-tools/tree/contrib/highlighter/highlighter.c diff --git a/ui/syntax/syntaxedit.go b/ui/syntax/syntaxedit.go index 54bf4552..26cd533f 100644 --- a/ui/syntax/syntaxedit.go +++ b/ui/syntax/syntaxedit.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 syntax -- cgit v1.2.3-59-g8ed1b