diff options
Diffstat (limited to 'src/pkg/go/build/syslist.go')
-rw-r--r-- | src/pkg/go/build/syslist.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/go/build/syslist.go b/src/pkg/go/build/syslist.go index 8a2db8fa3..ea21f3c74 100644 --- a/src/pkg/go/build/syslist.go +++ b/src/pkg/go/build/syslist.go @@ -1,4 +1,6 @@ -// Generated automatically by make. +// 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. package build |