diff options
Diffstat (limited to 'src/cmd/internal/obj/stack.go')
| -rw-r--r-- | src/cmd/internal/obj/stack.go | 10 | 
1 files changed, 4 insertions, 6 deletions
diff --git a/src/cmd/internal/obj/stack.go b/src/cmd/internal/obj/stack.go index b8d0350d89..9324ef6d1b 100644 --- a/src/cmd/internal/obj/stack.go +++ b/src/cmd/internal/obj/stack.go @@ -1,3 +1,7 @@ +// Copyright 2011 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. +  // Inferno utils/5l/span.c  // http://code.google.com/p/inferno-os/source/browse/utils/5l/span.c  // @@ -30,12 +34,6 @@  package obj -// Instruction layout. - -// Copyright 2011 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. -  // For the linkers. Must match Go definitions.  // TODO(rsc): Share Go definitions with linkers directly.  | 
