]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/race: add missing copyright headers to syso import files
authorBryan C. Mills <bcmills@google.com>
Fri, 11 Nov 2022 18:12:47 +0000 (13:12 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 11 Nov 2022 18:53:49 +0000 (18:53 +0000)
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>

src/runtime/race/race_v1_amd64.go
src/runtime/race/race_v3_amd64.go

index 5bc9ebfc6734d9dee420ff0dc9287b1ea1c95ccc..b8a20315fdc9f54df857d6f399285f2646538887 100644 (file)
@@ -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
 
index 7d2395b90765c16572e1d61ae6593acdddb434ed..913bb77f484909eb24d8113d43ab8abd01adb6fe 100644 (file)
@@ -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