Skip to content

Commit

Permalink
Add copyrights to files missing them.
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnell committed Oct 4, 2013
1 parent 3940864 commit 7167728
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions afpacket/afpacket.go
@@ -1,3 +1,9 @@
// Copyright 2012 Google, Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree.

// +build linux

// Package afpacket provides Go bindings for MMap'd AF_PACKET socket reading.
Expand Down
6 changes: 6 additions & 0 deletions afpacket/afpacket_test.go
@@ -1,3 +1,9 @@
// Copyright 2012 Google, Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree.

// +build linux

package afpacket
Expand Down
6 changes: 6 additions & 0 deletions afpacket/header.go
@@ -1,3 +1,9 @@
// Copyright 2012 Google, Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree.

// +build linux

package afpacket
Expand Down
6 changes: 6 additions & 0 deletions afpacket/options.go
@@ -1,3 +1,9 @@
// Copyright 2012 Google, Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree.

// +build linux

package afpacket
Expand Down
6 changes: 6 additions & 0 deletions writer_test.go
@@ -1,3 +1,9 @@
// Copyright 2012 Google, Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree.

package gopacket

import (
Expand Down

0 comments on commit 7167728

Please sign in to comment.