commit | 713699d8ad3085ffef214f6358fa9b4e0b3e9f31 | [log] [tgz] |
---|---|---|
author | Alan Donovan <adonovan@google.com> | Tue Aug 27 18:49:13 2013 -0400 |
committer | Alan Donovan <adonovan@google.com> | Tue Aug 27 18:49:13 2013 -0400 |
tree | 115efb451ee224b45dd130fe941dcc24db801b49 | |
parent | 6f6897428afc7b27b1b446d016a8df5fd19ed32b [diff] [blame] |
go.tools: add copyright messages to source files. R=r CC=golang-dev https://golang.org/cl/13305043
diff --git a/pointer/gen.go b/pointer/gen.go index b13d47a..0d2e1bd 100644 --- a/pointer/gen.go +++ b/pointer/gen.go
@@ -1,3 +1,7 @@ +// Copyright 2013 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 pointer // This file defines the constraint generation phase.