From 0c0960a2349d00369f7e1781ec3d8b04d96a5b80 Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Fri, 28 Oct 2016 15:58:44 -0400 Subject: [PATCH] runtime/pprof/internal/profile: add copyright notice to profile_memmap.go Change-Id: Ia511b0aadc87eb53e084d14cdb90ba4be958a43e Reviewed-on: https://go-review.googlesource.com/32259 Reviewed-by: Austin Clements --- src/runtime/pprof/internal/profile/profile_memmap.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/runtime/pprof/internal/profile/profile_memmap.go b/src/runtime/pprof/internal/profile/profile_memmap.go index bb6cff60e0..774c03ad69 100644 --- a/src/runtime/pprof/internal/profile/profile_memmap.go +++ b/src/runtime/pprof/internal/profile/profile_memmap.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 profile import ( -- 2.48.1