aboutsummaryrefslogtreecommitdiff
path: root/go/packages
diff options
context:
space:
mode:
Diffstat (limited to 'go/packages')
-rw-r--r--go/packages/example_test.go4
-rw-r--r--go/packages/overlay_test.go4
-rw-r--r--go/packages/packagestest/modules_111.go4
-rw-r--r--go/packages/visit.go4
4 files changed, 16 insertions, 0 deletions
diff --git a/go/packages/example_test.go b/go/packages/example_test.go
index 94cf8eb0c..9e0e58fa3 100644
--- a/go/packages/example_test.go
+++ b/go/packages/example_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 packages_test
import (
diff --git a/go/packages/overlay_test.go b/go/packages/overlay_test.go
index 8ce5a7c4c..97193cfd5 100644
--- a/go/packages/overlay_test.go
+++ b/go/packages/overlay_test.go
@@ -1,3 +1,7 @@
+// Copyright 2020 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 packages_test
import (
diff --git a/go/packages/packagestest/modules_111.go b/go/packages/packagestest/modules_111.go
index a116ae217..61fa96983 100644
--- a/go/packages/packagestest/modules_111.go
+++ b/go/packages/packagestest/modules_111.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.
+
// +build go1.11
package packagestest
diff --git a/go/packages/visit.go b/go/packages/visit.go
index b13cb081f..a1dcc40b7 100644
--- a/go/packages/visit.go
+++ b/go/packages/visit.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 packages
import (