From faff00d7e7f637e51751b4147e653ca32eb9364c Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Tue, 14 May 2019 17:59:32 +0900 Subject: [PATCH] internal/lsp: fix typo on license year Change-Id: I5643ce049bad0dfb45405c06adc7c2eb46a394ac Reviewed-on: https://go-review.googlesource.com/c/tools/+/177017 Reviewed-by: Rebecca Stambler Run-TryBot: Rebecca Stambler TryBot-Result: Gobot Gobot --- internal/lsp/source/hover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/lsp/source/hover.go b/internal/lsp/source/hover.go index fb9a194e7d..ede27afe67 100644 --- a/internal/lsp/source/hover.go +++ b/internal/lsp/source/hover.go @@ -1,4 +1,4 @@ -// Copyright 201p 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.