Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
471e43cf
Commit
471e43cf
authored
Nov 16, 2011
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net, syscall: add missing copyright notices
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/5375099
parent
3a6744d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
src/pkg/net/pipe.go
src/pkg/net/pipe.go
+4
-0
src/pkg/syscall/zerrors_plan9_386.go
src/pkg/syscall/zerrors_plan9_386.go
+4
-0
src/pkg/syscall/ztypes_windows.go
src/pkg/syscall/ztypes_windows.go
+4
-0
No files found.
src/pkg/net/pipe.go
View file @
471e43cf
// 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
(
...
...
src/pkg/syscall/zerrors_plan9_386.go
View file @
471e43cf
// 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
...
...
src/pkg/syscall/ztypes_windows.go
View file @
471e43cf
// 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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment