internal/lsp: fix typo on license year

Change-Id: I3cd4a55c633fd7a154d35fd3669e13562295242b
Reviewed-on: https://go-review.googlesource.com/c/tools/+/181897
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
Koichi Shiraishi 2019-06-12 22:55:08 +09:00 committed by Rebecca Stambler
parent 7db4ac6d26
commit 028e009f40
1 changed files with 1 additions and 1 deletions

View File

@ -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 // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.