aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2020-09-10 11:07:48 -0400
committerCherry Zhang <cherryyz@google.com>2020-09-10 15:38:17 +0000
commit9b2df72b63ff977004756e9b847f926b4fb8d8a8 (patch)
tree2007ac2dfcf69fdfaac7315e93a9efa8d0542684
parent8098dbb30e3d0d0b4d467f823c4bbdb8dcefc92f (diff)
downloadgo-9b2df72b63ff977004756e9b847f926b4fb8d8a8.tar.gz
go-9b2df72b63ff977004756e9b847f926b4fb8d8a8.zip
cmd/link: add copyright header
Change-Id: I44f57019bb8e659d4aa3da8b13e8bd9a20b9d2e1 Reviewed-on: https://go-review.googlesource.com/c/go/+/253920 Reviewed-by: Than McIntosh <thanm@google.com>
-rw-r--r--src/cmd/link/link_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/link/link_test.go b/src/cmd/link/link_test.go
index 72ff01c932..98798be465 100644
--- a/src/cmd/link/link_test.go
+++ b/src/cmd/link/link_test.go
@@ -1,3 +1,7 @@
+// Copyright 2016 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 main
import (