diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/internal/sys/intrinsics_test.go | 4 | ||||
| -rw-r--r-- | src/runtime/netpoll_os_test.go | 4 | ||||
| -rw-r--r-- | src/runtime/pprof/label_test.go | 4 | ||||
| -rw-r--r-- | src/runtime/test_amd64.s | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/src/runtime/internal/sys/intrinsics_test.go b/src/runtime/internal/sys/intrinsics_test.go index bf75f19848..6799885001 100644 --- a/src/runtime/internal/sys/intrinsics_test.go +++ b/src/runtime/internal/sys/intrinsics_test.go @@ -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 ( diff --git a/src/runtime/netpoll_os_test.go b/src/runtime/netpoll_os_test.go index b96b9f3ee3..1e375f88c7 100644 --- a/src/runtime/netpoll_os_test.go +++ b/src/runtime/netpoll_os_test.go @@ -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 ( diff --git a/src/runtime/pprof/label_test.go b/src/runtime/pprof/label_test.go index fcb00bde50..cefd9a53e2 100644 --- a/src/runtime/pprof/label_test.go +++ b/src/runtime/pprof/label_test.go @@ -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 ( diff --git a/src/runtime/test_amd64.s b/src/runtime/test_amd64.s index 80fa8c9948..cc4bc6296d 100644 --- a/src/runtime/test_amd64.s +++ b/src/runtime/test_amd64.s @@ -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 |
