From 7fd466a09e2a80d28bc3176e8785fc00c6a98a5e Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Sat, 28 Apr 2018 18:09:34 -0700 Subject: Add mising license headers. PiperOrigin-RevId: 194676372 Change-Id: I2e7fce03e70a45f2a872160c33e05f822ae2d866 --- pkg/tcpip/link/tun/tun_unsafe.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/tcpip/link/tun/tun_unsafe.go') diff --git a/pkg/tcpip/link/tun/tun_unsafe.go b/pkg/tcpip/link/tun/tun_unsafe.go index 5b6c9b4ab..f2a2ec69e 100644 --- a/pkg/tcpip/link/tun/tun_unsafe.go +++ b/pkg/tcpip/link/tun/tun_unsafe.go @@ -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 ( -- cgit v1.2.3