From 3ec0651539d481100b6e735d54072627276f48d3 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Tue, 23 Feb 2016 02:19:25 -0800 Subject: [PATCH] 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 --- src/cmd/compile/internal/gc/util.go | 4 ++++ 1 file changed, 4 insertions(+) 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 ( -- 2.48.1