From: Mikio Hara Date: Tue, 15 Nov 2011 21:59:08 +0000 (+0900) Subject: net, syscall: add missing copyright notices X-Git-Tag: weekly.2011-11-18~42 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=471e43cf00ebafa5f9763a7093bb20a9ceea35ae;p=gostls13.git net, syscall: add missing copyright notices R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5375099 --- diff --git a/src/pkg/net/pipe.go b/src/pkg/net/pipe.go index b99e6e658d..0ce7ccb9d7 100644 --- a/src/pkg/net/pipe.go +++ b/src/pkg/net/pipe.go @@ -1,3 +1,7 @@ +// Copyright 2010 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 net import ( diff --git a/src/pkg/syscall/zerrors_plan9_386.go b/src/pkg/syscall/zerrors_plan9_386.go index 65198c3ad7..694fd690cf 100644 --- a/src/pkg/syscall/zerrors_plan9_386.go +++ b/src/pkg/syscall/zerrors_plan9_386.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. + package syscall // Constants diff --git a/src/pkg/syscall/ztypes_windows.go b/src/pkg/syscall/ztypes_windows.go index 211fc0c411..1515de81a7 100644 --- a/src/pkg/syscall/ztypes_windows.go +++ b/src/pkg/syscall/ztypes_windows.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. + package syscall const (