]> Cypherpunks repositories - gostls13.git/commitdiff
all: add missing copyright header
authorJes Cok <xigua67damn@gmail.com>
Mon, 13 Nov 2023 08:57:14 +0000 (08:57 +0000)
committerKeith Randall <khr@golang.org>
Fri, 17 Nov 2023 23:34:11 +0000 (23:34 +0000)
Change-Id: Ic61fb181923159e80a86a41582e83ec466ab9bc4
GitHub-Last-Rev: 92469845665fa1f864d257c8bc175201a43b4d43
GitHub-Pull-Request: golang/go#64080
Reviewed-on: https://go-review.googlesource.com/c/go/+/541741
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Jes Cok <xigua67damn@gmail.com>

20 files changed:
src/cmd/cgo/internal/test/issue4339.c
src/cmd/cgo/internal/test/issue4339.h
src/cmd/cgo/internal/test/issue8756.go
src/cmd/cgo/internal/test/issue8756/issue8756.go
src/cmd/cgo/internal/test/issue8828/trivial.go
src/cmd/cgo/internal/test/issue9026/issue9026.go
src/cmd/cgo/internal/test/issue9510a/a.go
src/cmd/cgo/internal/test/issue9510b/b.go
src/cmd/compile/internal/ssa/_gen/allocators.go
src/cmd/compile/internal/ssa/nilcheck_test.go
src/cmd/compile/internal/test/logic_test.go
src/cmd/compile/internal/test/math_test.go
src/cmd/compile/internal/test/test.go
src/internal/trace/v2/version/version.go
src/log/slog/internal/benchmarks/handlers_test.go
src/net/http/responsecontroller_test.go
src/runtime/internal/sys/intrinsics_test.go
src/runtime/netpoll_os_test.go
src/runtime/pprof/label_test.go
src/runtime/test_amd64.s

index 15d0004078cfd1cb175e24ff3945082650aba044..d0e64878d121233c73d8e845bdec5c959e6b3ee3 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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 <stdio.h>
 #include "issue4339.h"
 
index 20f6cebb6b5b3165d3b0cb429e1172e592e8a975..99a09960e24cb8bbc8ee47fe24e0f762c278e345 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2013 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.
+
 typedef struct Issue4339 Issue4339;
 
 struct Issue4339 {
index 817f449e96c9929d42551fee580b489bedbaed52..d8eadfde6ded13a00330f52def2e6347ada2f675 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.
+
 package cgotest
 
 /*
index 223397f0679e85a44b14818860287012a284da21..02a1424b9f1f50bb3a00d79ceb5f7a6bd4aa42d5 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.
+
 package issue8756
 
 /*
index e7b9a4e573dc0935f09e5a8bd065f9f0b32edcfd..9f2619654f5ca9c489f79879ef4935c1ba30092d 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 issue8828
 
 //void foo();
index ff269ca9eb099317299f198176ad0882cc44b28f..13bc180321baabc2bdc75b63126b974f702998c7 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 issue9026
 
 // This file appears in its own package since the assertion tests the
index 1a5224b8c6882a7156deaebbaa1cad834fbbd0cf..f0a0128d104e5ba507df897b391b024f7d199a40 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.
+
 package issue9510a
 
 /*
index 5016b39597e13439c7e800df0727467eee18eccb..6e22508c32aef9d89ad40d7d8891c916a1f53675 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.
+
 package issue9510b
 
 /*
index 5c72fe8be1c694563547dd9376e086d360520f95..5869a61e8238a17ccb40587825ce00c6a7cecd15 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.
+
 package main
 
 // TODO: should we share backing storage for similarly-shaped types?
index 2e32afe2a6ba6d6f6e5689d04b7c6e9e68a5ef97..6c89b1e18569f8fcbf6d2957d7f369063bd1a0f6 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.
+
 package ssa
 
 import (
index 1d7043ff605f14deb20817ed898687e865529066..0e46b5faef8924a6ec28d8b39fe7791951b9acb5 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.
+
 package test
 
 import "testing"
index 6bcb4601ba04d2319235886d508b7be943de54fa..1febe9d42be96c3a486c9ed9aed09ab2e6afb6cc 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2023 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 test
 
 import (
index 56e54040790227aab12ae1b2f43991b9f00f87f6..195c65a9ea0312ced6f505372ab486bb06aba220 100644 (file)
@@ -1 +1,5 @@
+// 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.
+
 package test
index deb8f2b9fc422d67dfb3026e819b7bc90af7a658..bb4df8469e48103819bf2b95015d620285918d24 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2023 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 version
 
 import (
index 6c00c80286871b40445f6c7db02cfd4b2e609fac..0e0fbf169f3f4e93718133946c12c7a3c2e78d1e 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2023 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 benchmarks
 
 import (
index 5828f3795a52892666f11217eef5f78bae71c702..f1dcc79ef816969956826bc4e5854d1f1ad812b2 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.
+
 package http_test
 
 import (
index bf75f198489ec188ad5134230720cfe0ef2403d9..67998850019f12e7ad930dc83ab30a314ecdf1eb 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.
+
 package sys_test
 
 import (
index b96b9f3ee38dc89f50c29033b8f571d1ab9f6c08..1e375f88c7a96c1ed69f7ba3be2501e6ea8e7ef3 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.
+
 package runtime_test
 
 import (
index fcb00bde5063a27dd795e2c4df517e41ea5be87d..cefd9a53e2fc4105f12e0c57714647d2867cc627 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2017 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 pprof
 
 import (
index 80fa8c99489f94cab6ca814b1dcccbad06d92910..cc4bc6296dfc800c16ea599fa5f204b9cecd57ec 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright 2023 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.
+
 // Create a large frame to force stack growth. See #62326.
 TEXT Â·testSPWrite(SB),0,$16384-0
        // Write to SP