From: Andrew Gerrand Date: Wed, 1 Feb 2012 04:12:24 +0000 (+1100) Subject: go/build: update syslist.go package comment X-Git-Tag: weekly.2012-02-07~153 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=63f68a2eda5921214cb6f60318cc781711ff5751;p=gostls13.git go/build: update syslist.go package comment It's no longer generated by make. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5602047 --- diff --git a/src/pkg/go/build/syslist.go b/src/pkg/go/build/syslist.go index 0ee9821322..ea21f3c74b 100644 --- a/src/pkg/go/build/syslist.go +++ b/src/pkg/go/build/syslist.go @@ -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 "