From 599670cef6d2fce10969b9e8aec3d6344e5865b8 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Sat, 21 Mar 2020 11:37:13 +0100 Subject: [PATCH] license: update license year for 2020. No other changes. Signed-off-by: Ron Evans --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4eb30ad8..d1f1dba7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ -Copyright (c) 2018-2019 TinyGo Authors. All rights reserved. +Copyright (c) 2018-2020 TinyGo Authors. All rights reserved. TinyGo includes portions of the Go standard library. -Copyright (c) 2009-2019 The Go Authors. All rights reserved. +Copyright (c) 2009-2020 The Go Authors. All rights reserved. TinyGo includes portions of LLVM, which is under the Apache License v2.0 with LLVM Exceptions. See https://llvm.org/LICENSE.txt for license information.