mirror of
https://github.com/golang/go
synced 2024-11-16 20:54:48 -07:00
runtime/race: add missing copyright headers to syso import files
These were apparently missed in CL 424034. Change-Id: I60fcdd8c16992177a23c0e701f4224b250cfabee Reviewed-on: https://go-review.googlesource.com/c/go/+/449855 Reviewed-by: Keith Randall <khr@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com> Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com>
This commit is contained in:
parent
9776524908
commit
46bed9d04c
@ -1,3 +1,7 @@
|
||||
// Copyright 2022 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.
|
||||
|
||||
//go:build (linux && !amd64.v3) || darwin || freebsd || netbsd || openbsd || windows
|
||||
// +build linux,!amd64.v3 darwin freebsd netbsd openbsd windows
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
// Copyright 2022 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.
|
||||
|
||||
//go:build linux && amd64.v3
|
||||
// +build linux,amd64.v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user