]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: update syslist.go package comment
authorAndrew Gerrand <adg@golang.org>
Wed, 1 Feb 2012 04:12:24 +0000 (15:12 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 1 Feb 2012 04:12:24 +0000 (15:12 +1100)
It's no longer generated by make.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5602047

src/pkg/go/build/syslist.go

index 0ee98213226067dd0c734dec628684fea0cd6f01..ea21f3c74bb83b33a9fb6fc892e1f2e76d1f52d4 100644 (file)
@@ -1,4 +1,7 @@
-// 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
 
 const goosList = "darwin freebsd linux netbsd openbsd plan9 windows "