aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/util.go
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2016-02-23 02:19:25 -0800
committerMatthew Dempsky <mdempsky@google.com>2016-02-23 10:49:47 +0000
commit3ec0651539d481100b6e735d54072627276f48d3 (patch)
tree66ef9247f86ec8271632d69240eac9dcc32e8c0b /src/cmd/compile/internal/gc/util.go
parente34295e64782d61725377e8d0979114bd790b47f (diff)
downloadgo-3ec0651539d481100b6e735d54072627276f48d3.tar.gz
go-3ec0651539d481100b6e735d54072627276f48d3.zip
cmd/compile: add copyright notice to util.go
util.go was originally added in golang.org/cl/4851, and later moved to its current location in golang.org/cl/10287. Change-Id: I10b4941d42ae1ff2e78990c497c1347bbbae4e3d Reviewed-on: https://go-review.googlesource.com/19851 Reviewed-by: David Crawshaw <crawshaw@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/gc/util.go')
-rw-r--r--src/cmd/compile/internal/gc/util.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/gc/util.go b/src/cmd/compile/internal/gc/util.go
index 7ed3b39b83..18e990a91a 100644
--- a/src/cmd/compile/internal/gc/util.go
+++ b/src/cmd/compile/internal/gc/util.go
@@ -1,3 +1,7 @@
+// Copyright 2015 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 gc
import (