summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/phantom
diff options
context:
space:
mode:
authorMichael Brown2008-07-08 23:36:07 +0200
committerMichael Brown2008-07-08 23:36:07 +0200
commit22d00797f15c0d4d43918c0692f6f31b7163be16 (patch)
tree8f50f3397c2a39f79b293aff6563059665c37dda /src/drivers/net/phantom
parent[phantom] Initialise RCVPEG before reading MAC addresses (diff)
downloadipxe-22d00797f15c0d4d43918c0692f6f31b7163be16.tar.gz
ipxe-22d00797f15c0d4d43918c0692f6f31b7163be16.tar.xz
ipxe-22d00797f15c0d4d43918c0692f6f31b7163be16.zip
[phantom] Add NetXen dual copyright
Diffstat (limited to 'src/drivers/net/phantom')
-rw-r--r--src/drivers/net/phantom/phantom.c1
-rw-r--r--src/drivers/net/phantom/phantom.h19
-rw-r--r--src/drivers/net/phantom/phantom_hw.h1
3 files changed, 21 insertions, 0 deletions
diff --git a/src/drivers/net/phantom/phantom.c b/src/drivers/net/phantom/phantom.c
index a9ccd4b6..97b80882 100644
--- a/src/drivers/net/phantom/phantom.c
+++ b/src/drivers/net/phantom/phantom.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
+ * Copyright (C) 2008 NetXen, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/drivers/net/phantom/phantom.h b/src/drivers/net/phantom/phantom.h
index 9d8963f1..e68cc367 100644
--- a/src/drivers/net/phantom/phantom.h
+++ b/src/drivers/net/phantom/phantom.h
@@ -1,6 +1,25 @@
#ifndef _PHANTOM_H
#define _PHANTOM_H
+/*
+ * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
+ * Copyright (C) 2008 NetXen, Inc.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
/**
* @file
*
diff --git a/src/drivers/net/phantom/phantom_hw.h b/src/drivers/net/phantom/phantom_hw.h
index 1fe77edb..e2c3e537 100644
--- a/src/drivers/net/phantom/phantom_hw.h
+++ b/src/drivers/net/phantom/phantom_hw.h
@@ -3,6 +3,7 @@
/*
* Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
+ * Copyright (C) 2008 NetXen, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as