Browse Source

[phantom] Add NetXen dual copyright

tags/v0.9.4
Michael Brown 16 years ago
parent
commit
22d00797f1

+ 1
- 0
src/drivers/net/phantom/phantom.c View File

1
 /*
1
 /*
2
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
2
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
3
+ * Copyright (C) 2008 NetXen, Inc.
3
  *
4
  *
4
  * This program is free software; you can redistribute it and/or
5
  * This program is free software; you can redistribute it and/or
5
  * modify it under the terms of the GNU General Public License as
6
  * modify it under the terms of the GNU General Public License as

+ 19
- 0
src/drivers/net/phantom/phantom.h View File

1
 #ifndef _PHANTOM_H
1
 #ifndef _PHANTOM_H
2
 #define _PHANTOM_H
2
 #define _PHANTOM_H
3
 
3
 
4
+/*
5
+ * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
6
+ * Copyright (C) 2008 NetXen, Inc.
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU General Public License as
10
+ * published by the Free Software Foundation; either version 2 of the
11
+ * License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful, but
14
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
+ * General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program; if not, write to the Free Software
20
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
+ */
22
+
4
 /**
23
 /**
5
  * @file
24
  * @file
6
  *
25
  *

+ 1
- 0
src/drivers/net/phantom/phantom_hw.h View File

3
 
3
 
4
 /*
4
 /*
5
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
5
  * Copyright (C) 2008 Michael Brown <mbrown@fensystems.co.uk>.
6
+ * Copyright (C) 2008 NetXen, Inc.
6
  *
7
  *
7
  * This program is free software; you can redistribute it and/or
8
  * This program is free software; you can redistribute it and/or
8
  * modify it under the terms of the GNU General Public License as
9
  * modify it under the terms of the GNU General Public License as

Loading…
Cancel
Save