Add mising license headers.

PiperOrigin-RevId: 194676372
Change-Id: I2e7fce03e70a45f2a872160c33e05f822ae2d866
This commit is contained in:
Nicolas Lacasse
2018-04-28 18:10:24 -07:00
committed by Shentubot
parent 913aa0a24d
commit 7fd466a09e
13 changed files with 46 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 gate provides a usage Gate synchronization primitive.
package gate
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 gate_test
import (
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include "textflag.h"
#define preparingG 1
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 sleep
import (
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 header_test
import (
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include "textflag.h"
// blockingPoll makes the poll() syscall while calling the version of
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 rawfile
import (
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 sniffer
import "time"
+1
View File
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package tun contains methods to open TAP and TUN devices.
package tun
import (
+1
View File
@@ -1,6 +1,7 @@
// Copyright 2016 The Netstack 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 ports
import (
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 tcp
import (
+4
View File
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 tcp_test
import (
@@ -1,3 +1,7 @@
// Copyright 2016 The Netstack 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 tcp_test
import (