]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/pprof/internal/profile: add copyright notice to profile_memmap.go
authorMichael Matloob <matloob@golang.org>
Fri, 28 Oct 2016 19:58:44 +0000 (15:58 -0400)
committerMichael Matloob <matloob@golang.org>
Fri, 28 Oct 2016 20:03:40 +0000 (20:03 +0000)
Change-Id: Ia511b0aadc87eb53e084d14cdb90ba4be958a43e
Reviewed-on: https://go-review.googlesource.com/32259
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/pprof/internal/profile/profile_memmap.go

index bb6cff60e0e19f7080cf0c1ee15366cec2bddc06..774c03ad6934b154c9b86e7c4ff527876ad6c608 100644 (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 (