From c76e1ad98a635a7c069d7ab43d31fcf38381facc Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 5 Nov 2018 14:48:08 -0500 Subject: [PATCH] internal/lsp: add copyright notices to files that were missing them Change-Id: Ifb3bedeed7a38366da234b2329c4078931d1a208 Reviewed-on: https://go-review.googlesource.com/c/147441 Reviewed-by: Ian Cottrell --- internal/lsp/diagnostics.go | 4 ++++ internal/lsp/diagnostics_test.go | 4 ++++ internal/lsp/format.go | 4 ++++ internal/lsp/view.go | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/internal/lsp/diagnostics.go b/internal/lsp/diagnostics.go index 2ca622bbaa..c4dbb88ee1 100644 --- a/internal/lsp/diagnostics.go +++ b/internal/lsp/diagnostics.go @@ -1,3 +1,7 @@ +// Copyright 2018 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 lsp import ( diff --git a/internal/lsp/diagnostics_test.go b/internal/lsp/diagnostics_test.go index 07478bcf30..e547c6b702 100644 --- a/internal/lsp/diagnostics_test.go +++ b/internal/lsp/diagnostics_test.go @@ -1,3 +1,7 @@ +// Copyright 2018 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 lsp import ( diff --git a/internal/lsp/format.go b/internal/lsp/format.go index a19def2acc..c78cf36a46 100644 --- a/internal/lsp/format.go +++ b/internal/lsp/format.go @@ -1,3 +1,7 @@ +// Copyright 2018 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 lsp import ( diff --git a/internal/lsp/view.go b/internal/lsp/view.go index 19400d68e6..77524d6a64 100644 --- a/internal/lsp/view.go +++ b/internal/lsp/view.go @@ -1,3 +1,7 @@ +// Copyright 2018 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 lsp import (