From 631a6c2abfb2cf7a877ea80f98c504fc4e0077be Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Mon, 13 Nov 2023 08:57:14 +0000 Subject: all: add missing copyright header 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 Reviewed-by: Michael Pratt Reviewed-by: Than McIntosh Run-TryBot: Jes Cok --- src/runtime/test_amd64.s | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/runtime/test_amd64.s') 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 -- cgit v1.3-5-g9baa