]> Cypherpunks repositories - gostls13.git/commitdiff
runtime, sync: add copyright headers to new files
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Jul 2020 23:50:47 +0000 (16:50 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 25 Jul 2020 03:26:17 +0000 (03:26 +0000)
For #38029

Change-Id: I71de2b66c1de617d32c46d4f2c1866f9ff1756ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/244631
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/runtime/lockrank_off.go
src/runtime/lockrank_on.go
src/sync/runtime2.go
src/sync/runtime2_lockrank.go

index 891589c0f27772d9d8f3d974a1f5ac92293c25ba..425ca8dd93f680ac7fc9c9b57c64d06fc0a7cd93 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2020 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.
+
 // +build !goexperiment.staticlockranking
 
 package runtime
index cf4151ff4622aa01a6c7d62b6062d15aedc8483c..fbc5ff58b72e6709ad67385ffc0ecdfab114ea20 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2020 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.
+
 // +build goexperiment.staticlockranking
 
 package runtime
index 931edad9f1ca61e3437ff8e73afad8f87fa3cded..f10c4e8e0ef3e7e9ee4aefa27825f6a0b7e47296 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2020 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.
+
 // +build !goexperiment.staticlockranking
 
 package sync
index 5a68e901fa8839eee35d6b8198294bef18e1de99..aaa1c276261e29a7e34cc014467301cc9d2d226a 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2020 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.
+
 // +build goexperiment.staticlockranking
 
 package sync