From 471e43cf00ebafa5f9763a7093bb20a9ceea35ae Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Wed, 16 Nov 2011 06:59:08 +0900 Subject: [PATCH] net, syscall: add missing copyright notices R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5375099 --- src/pkg/net/pipe.go | 4 ++++ src/pkg/syscall/zerrors_plan9_386.go | 4 ++++ src/pkg/syscall/ztypes_windows.go | 4 ++++ 3 files changed, 12 insertions(+) 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 ( -- 2.50.0