]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: add file copyright header declaration
authorHeisenberg <lziqiang1@gmail.com>
Mon, 3 Aug 2020 07:33:47 +0000 (15:33 +0800)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 2 Sep 2020 10:09:21 +0000 (10:09 +0000)
Some files have no copyright notice.
The copyright time is the earliest modification record of the file.

Change-Id: I5698bae16b6b73543e074415877a03348f792951
Reviewed-on: https://go-review.googlesource.com/c/go/+/246378
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/runtime/defs_linux_arm.go
src/runtime/defs_linux_mips64x.go
src/runtime/defs_openbsd_arm64.go
src/runtime/defs_plan9_386.go
src/runtime/defs_plan9_amd64.go
src/runtime/rt0_linux_ppc64.s
src/runtime/rt0_linux_ppc64le.s
src/runtime/trace/annotation.go
src/runtime/trace/annotation_test.go

index ea29fd9d98cacbd63f4342ec4f52449cb034c63c..5bc0916f8b66ca96e052d165797af86c34c2c2e1 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2014 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 runtime
 
 // Constants
index 0fb53d573703c83749eca5035af3b2f0572c4fb2..1fb423b19880a4390a3de1ad7f3bb651d2ff3a59 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.
+
 // +build mips64 mips64le
 // +build linux
 
index 8b8d5cddf2eda9ff265f1d26a21599de41f0ca37..628f4bc5a5679b6084b2a91b68a0afe3ad80fb65 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2019 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 runtime
 
 import "unsafe"
index 220169d2803cc9354a6f5a0da330e5dea11f1334..49129b3c3fcb1c675f26c89426b27ebb8a0d0624 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2014 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 runtime
 
 const _PAGESIZE = 0x1000
index 29a2643c3a91801f490dc03aeaaf38f2c2546bd7..00995630341a81c09cd28eaab16a31942532fd48 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2014 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 runtime
 
 const _PAGESIZE = 0x1000
index 1265b158532f8f02fb9a1c336abc7aa169595580..897d61052a823c797d74f5baf00741a55ec29991 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2016 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.
+
 #include "textflag.h"
 
 // actually a function descriptor for _main<>(SB)
index 54ea9d58f71db898660f18cf679f01cfb9e6786d..4f7c6e6c99f60a1364cea4ab8424299ee70ba51c 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2016 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.
+
 #include "go_asm.h"
 #include "textflag.h"
 
index 82cb232dba95e515cb40243f819a4bad0fadd28f..6e18bfb75554b5d433ee3c2fc5357dee99292034 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2018 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 trace
 
 import (
index 71abbfcfa631327dbee2ae3a1957472195f10cbc..31fccef206ce02868d42ddc28999c1f83f8c9cdc 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2018 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 trace_test
 
 import (