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/rawfile/errors.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/tcpip/link/rawfile/errors.go') diff --git a/pkg/tcpip/link/rawfile/errors.go b/pkg/tcpip/link/rawfile/errors.go index b6e7b3d71..ce58ee975 100644 --- a/pkg/tcpip/link/rawfile/errors.go +++ b/pkg/tcpip/link/rawfile/errors.go @@ -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 ( -- cgit v1.2.3