From 99f201b6807eb28f750a1966316bb0d4417b6020 Mon Sep 17 00:00:00 2001 From: Ian Cottrell Date: Fri, 10 May 2019 16:35:43 -0400 Subject: [PATCH] internal/lsp: add some missing copyright notices Change-Id: Ieba43cfb3637bb50959801ce1226431f77e16e05 Reviewed-on: https://go-review.googlesource.com/c/tools/+/176642 Run-TryBot: Ian Cottrell TryBot-Result: Gobot Gobot Reviewed-by: Rebecca Stambler --- internal/lsp/cache/check.go | 4 ++++ internal/lsp/cache/parse.go | 4 ++++ internal/lsp/cache/pkg.go | 4 ++++ internal/lsp/source/util.go | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/internal/lsp/cache/check.go b/internal/lsp/cache/check.go index 7a40c68fd6..fca2804fc6 100644 --- a/internal/lsp/cache/check.go +++ b/internal/lsp/cache/check.go @@ -1,3 +1,7 @@ +// 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. + package cache import ( diff --git a/internal/lsp/cache/parse.go b/internal/lsp/cache/parse.go index d42b7aa735..29cd001eca 100644 --- a/internal/lsp/cache/parse.go +++ b/internal/lsp/cache/parse.go @@ -1,3 +1,7 @@ +// 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. + package cache import ( diff --git a/internal/lsp/cache/pkg.go b/internal/lsp/cache/pkg.go index 64a11fbb8d..440b655e70 100644 --- a/internal/lsp/cache/pkg.go +++ b/internal/lsp/cache/pkg.go @@ -1,3 +1,7 @@ +// 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. + package cache import ( diff --git a/internal/lsp/source/util.go b/internal/lsp/source/util.go index d53d7c12e8..66002ccdf0 100644 --- a/internal/lsp/source/util.go +++ b/internal/lsp/source/util.go @@ -1,3 +1,7 @@ +// 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. + package source import (