From 028e009f4092f27d2b7c391d2686902cd8440a7e Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Wed, 12 Jun 2019 22:55:08 +0900 Subject: [PATCH] internal/lsp: fix typo on license year Change-Id: I3cd4a55c633fd7a154d35fd3669e13562295242b Reviewed-on: https://go-review.googlesource.com/c/tools/+/181897 Reviewed-by: Rebecca Stambler Run-TryBot: Rebecca Stambler --- internal/lsp/tests/tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lsp/tests/tests.go b/internal/lsp/tests/tests.go index b8389315..9454bf37 100644 --- a/internal/lsp/tests/tests.go +++ b/internal/lsp/tests/tests.go @@ -1,4 +1,4 @@ -// Copyright 2019q The Go Authors. All rights reserved. +// Copyright 2019 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.