commit | 92778473c2e66cce9cca86de3a98d22b1c550dea | [log] [tgz] |
---|---|---|
author | Rebecca Stambler <rstambler@golang.org> | Tue Jan 05 23:05:35 2021 -0500 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Wed Jan 06 17:23:47 2021 +0000 |
tree | 292b4b3e7f79af33b71fa2ed9cf77de43a15f5b3 | |
parent | 5d65579003f9fd38ad956048e35a9e8f51467152 [diff] [blame] |
all: add copyright notices to files that are missing them This was generated using this script: https://play.golang.org/p/Nbo3qsk1ADH. Change-Id: I94ab794b0874ad74a09bba5b3bb29d2c487a491b Reviewed-on: https://go-review.googlesource.com/c/tools/+/281853 Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com>
diff --git a/go/analysis/validate.go b/go/analysis/validate.go index ad0e727..23e57bf 100644 --- a/go/analysis/validate.go +++ b/go/analysis/validate.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 analysis import (