summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ixgb')
-rw-r--r--sys/dev/ixgb/LICENSE4
-rw-r--r--sys/dev/ixgb/if_ixgb.c2
-rw-r--r--sys/dev/ixgb/if_ixgb.h2
-rw-r--r--sys/dev/ixgb/if_ixgb_osdep.h2
4 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/ixgb/LICENSE b/sys/dev/ixgb/LICENSE
index 35e3964..5017645 100644
--- a/sys/dev/ixgb/LICENSE
+++ b/sys/dev/ixgb/LICENSE
@@ -1,4 +1,6 @@
/*$FreeBSD$*/
+/*-
+
Copyright (c) 2001-2004, Intel Corporation
All rights reserved.
@@ -27,3 +29,5 @@ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
+
+*/
diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c
index cc47391..6e58eea 100644
--- a/sys/dev/ixgb/if_ixgb.c
+++ b/sys/dev/ixgb/if_ixgb.c
@@ -1,4 +1,4 @@
-/**************************************************************************
+/*******************************************************************************
Copyright (c) 2001-2004, Intel Corporation
All rights reserved.
diff --git a/sys/dev/ixgb/if_ixgb.h b/sys/dev/ixgb/if_ixgb.h
index a8a7a58..f0be006 100644
--- a/sys/dev/ixgb/if_ixgb.h
+++ b/sys/dev/ixgb/if_ixgb.h
@@ -1,4 +1,4 @@
-/**************************************************************************
+/*******************************************************************************
Copyright (c) 2001-2004, Intel Corporation
All rights reserved.
diff --git a/sys/dev/ixgb/if_ixgb_osdep.h b/sys/dev/ixgb/if_ixgb_osdep.h
index 999863c..31ba684 100644
--- a/sys/dev/ixgb/if_ixgb_osdep.h
+++ b/sys/dev/ixgb/if_ixgb_osdep.h
@@ -1,4 +1,4 @@
-/**************************************************************************
+/*******************************************************************************
Copyright (c) 2001-2004, Intel Corporation
All rights reserved.
OpenPOWER on IntegriCloud