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:
parent
3a6744d890
commit
471e43cf00
@ -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 (
|
||||
|
@ -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
|
||||
|
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user