From: Michael Matloob Date: Fri, 28 Oct 2016 19:58:44 +0000 (-0400) Subject: runtime/pprof/internal/profile: add copyright notice to profile_memmap.go X-Git-Tag: go1.8beta1~492 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0c0960a2349d00369f7e1781ec3d8b04d96a5b80;p=gostls13.git 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 --- 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 (