From c7f62bae9b3566693078c8ce32aa53043176a066 Mon Sep 17 00:00:00 2001 From: gram Date: Fri, 2 Jan 2026 11:02:18 +0100 Subject: [PATCH] make GO copyright verbatim --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 01cde3a49..b271c28ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ Copyright (c) 2018-2026 The TinyGo Authors. All rights reserved. TinyGo includes portions of the Go standard library. -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. All rights reserved. See https://github.com/golang/go/blob/master/LICENSE for license information. TinyGo includes portions of LLVM, which is under the Apache License v2.0 with