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 <austin@google.com>
This commit is contained in:
Michael Matloob 2016-10-28 15:58:44 -04:00
parent b33030a727
commit 0c0960a234
1 changed files with 4 additions and 0 deletions

View 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 profile
import (