From: Michael Brown Date: Tue, 8 Jul 2008 21:36:07 +0000 (+0100) Subject: [phantom] Add NetXen dual copyright X-Git-Tag: v0.9.4~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d00797f15c0d4d43918c0692f6f31b7163be16;p=thirdparty%2Fipxe.git [phantom] Add NetXen dual copyright --- diff --git a/src/drivers/net/phantom/phantom.c b/src/drivers/net/phantom/phantom.c index a9ccd4b69..97b808829 100644 --- a/src/drivers/net/phantom/phantom.c +++ b/src/drivers/net/phantom/phantom.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2008 Michael Brown . + * 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 9d8963f16..e68cc367c 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 . + * 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 1fe77edb6..e2c3e537b 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 . + * 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