]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.ssa] cmd/compile/internal/ssa: add missing copyright notices
authorMichael Matloob <matloob@google.com>
Fri, 5 Jun 2015 17:04:29 +0000 (13:04 -0400)
committerKeith Randall <khr@golang.org>
Fri, 5 Jun 2015 17:19:05 +0000 (17:19 +0000)
Change-Id: I9d4e0f3e9afc9920ee0d77b0073ac8597c7c048f
Reviewed-on: https://go-review.googlesource.com/10756
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/func_test.go
src/cmd/compile/internal/ssa/regalloc.go
src/cmd/compile/internal/ssa/stackalloc.go

index c15b167bc1e661395f4b32449a2ee55f06191fc9..947a0b72c449dfc996274c1059138be1b3f97d27 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.
+
 // This file contains some utility functions to help define Funcs for testing.
 // As an example, the following func
 //
index 23a46d66b48ded3f9c47b8ae91aee783a7f3133d..8da969b660eacae6f00c22ec09ed9a2d064f5084 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 ssa
 
 import (
index ab686470be575ab6132ba8e0dc7c6ce0067a0267..dd55d96ccc994cb08d492d9ed66e92de062641c9 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 ssa
 
 import "log"