diff options
Diffstat (limited to 'drivers/net/ibmveth.h')
-rw-r--r-- | drivers/net/ibmveth.h | 48 |
1 files changed, 25 insertions, 23 deletions
diff --git a/drivers/net/ibmveth.h b/drivers/net/ibmveth.h index e6d779471770..43a794fab9ff 100644 --- a/drivers/net/ibmveth.h +++ b/drivers/net/ibmveth.h | |||
@@ -1,26 +1,28 @@ | |||
1 | /**************************************************************************/ | 1 | /* |
2 | /* */ | 2 | * IBM Power Virtual Ethernet Device Driver |
3 | /* IBM eServer i/[Series Virtual Ethernet Device Driver */ | 3 | * |
4 | /* Copyright (C) 2003 IBM Corp. */ | 4 | * This program is free software; you can redistribute it and/or modify |
5 | /* Dave Larson (larson1@us.ibm.com) */ | 5 | * it under the terms of the GNU General Public License as published by |
6 | /* Santiago Leon (santil@us.ibm.com) */ | 6 | * the Free Software Foundation; either version 2 of the License, or |
7 | /* */ | 7 | * (at your option) any later version. |
8 | /* This program is free software; you can redistribute it and/or modify */ | 8 | * |
9 | /* it under the terms of the GNU General Public License as published by */ | 9 | * This program is distributed in the hope that it will be useful, |
10 | /* the Free Software Foundation; either version 2 of the License, or */ | 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | /* (at your option) any later version. */ | 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | /* */ | 12 | * GNU General Public License for more details. |
13 | /* This program is distributed in the hope that it will be useful, */ | 13 | * |
14 | /* but WITHOUT ANY WARRANTY; without even the implied warranty of */ | 14 | * You should have received a copy of the GNU General Public License |
15 | /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */ | 15 | * along with this program; if not, write to the Free Software |
16 | /* GNU General Public License for more details. */ | 16 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
17 | /* */ | 17 | * |
18 | /* You should have received a copy of the GNU General Public License */ | 18 | * Copyright (C) IBM Corporation, 2003, 2010 |
19 | /* along with this program; if not, write to the Free Software */ | 19 | * |
20 | /* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 */ | 20 | * Authors: Dave Larson <larson1@us.ibm.com> |
21 | /* USA */ | 21 | * Santiago Leon <santil@linux.vnet.ibm.com> |
22 | /* */ | 22 | * Brian King <brking@linux.vnet.ibm.com> |
23 | /**************************************************************************/ | 23 | * Robert Jennings <rcj@linux.vnet.ibm.com> |
24 | * Anton Blanchard <anton@au.ibm.com> | ||
25 | */ | ||
24 | 26 | ||
25 | #ifndef _IBMVETH_H | 27 | #ifndef _IBMVETH_H |
26 | #define _IBMVETH_H | 28 | #define _IBMVETH_H |