]> Cypherpunks repositories - gostls13.git/commitdiff
net, syscall: add missing copyright notices
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 15 Nov 2011 21:59:08 +0000 (06:59 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 15 Nov 2011 21:59:08 +0000 (06:59 +0900)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5375099

src/pkg/net/pipe.go
src/pkg/syscall/zerrors_plan9_386.go
src/pkg/syscall/ztypes_windows.go

index b99e6e658def4e8834d6c3f861a08df91ea55520..0ce7ccb9d7b1af1144adf5d8d33cfbfe5a86578e 100644 (file)
@@ -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 (
index 65198c3ad7adf29d185e83dfb8b4704b8aaaee72..694fd690cfbbf19e5fb498d5fed6c0511f447c15 100644 (file)
@@ -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
index 211fc0c4110745c66d218f7fbb26839d00cbd69f..1515de81a7b7fbd111a97986f39c08ef6a404c1e 100644 (file)
@@ -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 (