diff options
author | Santiago Leon <santil@linux.vnet.ibm.com> | 2010-09-03 14:29:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-06 21:21:56 -0400 |
commit | 9d348af47656a65a697ff55a53daf294ea4d5662 (patch) | |
tree | ab68117d8cb037a26ad90f76697f25f24679ace4 /drivers/net/ibmveth.h | |
parent | c22960977ad4b01dc608579e0865eac3b2bc9ce8 (diff) |
ibmveth: Update module information and version
Add an entry to the MAINTAINERS file for ibmveth, clean up the copyright
and add all authors. Change the name of the module to reflect the product name
over the last number of years.
Considering all the changes we have made, bump the driver version.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 |