From: Matthew Dempsky Date: Tue, 23 Feb 2016 10:19:25 +0000 (-0800) Subject: cmd/compile: add copyright notice to util.go X-Git-Tag: go1.7beta1~1771 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3ec0651539d481100b6e735d54072627276f48d3;p=gostls13.git 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 --- 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 (