]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: add copyright header
authorCherry Zhang <cherryyz@google.com>
Thu, 10 Sep 2020 15:07:48 +0000 (11:07 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 10 Sep 2020 15:38:17 +0000 (15:38 +0000)
Change-Id: I44f57019bb8e659d4aa3da8b13e8bd9a20b9d2e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/253920
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/link_test.go

index 72ff01c9320edfe5526ebfe8b54f74a713b20240..98798be4653ad1b0af759c85c8e88e4702c65c85 100644 (file)
@@ -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 (