]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: add copyright notice to util.go
authorMatthew Dempsky <mdempsky@google.com>
Tue, 23 Feb 2016 10:19:25 +0000 (02:19 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 23 Feb 2016 10:49:47 +0000 (10:49 +0000)
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>
src/cmd/compile/internal/gc/util.go

index 7ed3b39b833f3605c0ad318b5c2839c6f2600e30..18e990a91a25b07b04147aec468c5448bf99af44 100644 (file)
@@ -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 (