1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:04:47 -07:00

net, syscall: add missing copyright notices

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5375099
This commit is contained in:
Mikio Hara 2011-11-16 06:59:08 +09:00
parent 3a6744d890
commit 471e43cf00
3 changed files with 12 additions and 0 deletions

View 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 (

View 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

View 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 (