mirror of
https://github.com/golang/go
synced 2024-11-19 00:54:42 -07:00
cmd/internal/obj: add copyright header to files
Change-Id: I4ed33f3fdb9ad5f0f8984d3ef282c34e26eb2cde Reviewed-on: https://go-review.googlesource.com/21301 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
13f97ea456
commit
0a85be573c
@ -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 arm64
|
package arm64
|
||||||
|
|
||||||
var cnames7 = []string{
|
var cnames7 = []string{
|
||||||
|
@ -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 mips
|
package mips
|
||||||
|
|
||||||
var cnames0 = []string{
|
var cnames0 = []string{
|
||||||
|
@ -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 ppc64
|
package ppc64
|
||||||
|
|
||||||
var cnames9 = []string{
|
var cnames9 = []string{
|
||||||
|
Loading…
Reference in New Issue
Block a user