diff options
| author | Jes Cok <xigua67damn@gmail.com> | 2023-11-13 08:57:14 +0000 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2023-11-17 23:34:11 +0000 |
| commit | 631a6c2abfb2cf7a877ea80f98c504fc4e0077be (patch) | |
| tree | 47ca0a86eeda89bde104b20ce3d935107171e481 /src/runtime/pprof | |
| parent | f664031bc17629080332a1c7bede38d67fd32e47 (diff) | |
| download | go-631a6c2abfb2cf7a877ea80f98c504fc4e0077be.tar.xz | |
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 <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: Jes Cok <xigua67damn@gmail.com>
Diffstat (limited to 'src/runtime/pprof')
| -rw-r--r-- | src/runtime/pprof/label_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 ( |
