diff options
author | Mark Einon <mark.einon@gmail.com> | 2011-10-01 11:14:16 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-04 10:43:14 -0700 |
commit | 86d734fd1e8edcab411c80ae4447c97317f8d8b5 (patch) | |
tree | 0206e54ec64cb3ff90a8fa31029394710054ed37 | |
parent | 92c31a43e15a9ae1535ac234ab444a265fd0775c (diff) |
staging: et131x: Updating copyright statements and module authors
Adding copyright notices and adding myself as a module author.
Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/et131x/et1310_address_map.h | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_eeprom.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_mac.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_phy.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_phy.h | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_pm.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_rx.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_rx.h | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et1310_tx.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et131x_adapter.h | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et131x_defs.h | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et131x_ethtool.c | 4 | ||||
-rw-r--r-- | drivers/staging/et131x/et131x_initpci.c | 3 | ||||
-rw-r--r-- | drivers/staging/et131x/et131x_isr.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et131x_netdev.c | 2 | ||||
-rw-r--r-- | drivers/staging/et131x/et131x_version.h | 1 |
16 files changed, 31 insertions, 3 deletions
diff --git a/drivers/staging/et131x/et1310_address_map.h b/drivers/staging/et131x/et1310_address_map.h index 38ec56c12987..b502ce38cc2a 100644 --- a/drivers/staging/et131x/et1310_address_map.h +++ b/drivers/staging/et131x/et1310_address_map.h @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_address_map.h - Contains the register mapping for the ET1310 diff --git a/drivers/staging/et131x/et1310_eeprom.c b/drivers/staging/et131x/et1310_eeprom.c index e8102547e133..747b1dc803ba 100644 --- a/drivers/staging/et131x/et1310_eeprom.c +++ b/drivers/staging/et131x/et1310_eeprom.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_eeprom.c - Code used to access the device's EEPROM diff --git a/drivers/staging/et131x/et1310_mac.c b/drivers/staging/et131x/et1310_mac.c index 157462feeb6f..b4c9df195a2b 100644 --- a/drivers/staging/et131x/et1310_mac.c +++ b/drivers/staging/et131x/et1310_mac.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_mac.c - All code and routines pertaining to the MAC diff --git a/drivers/staging/et131x/et1310_phy.c b/drivers/staging/et131x/et1310_phy.c index a72046ba0ac0..145ec765beaf 100644 --- a/drivers/staging/et131x/et1310_phy.c +++ b/drivers/staging/et131x/et1310_phy.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_phy.c - Routines for configuring and accessing the PHY diff --git a/drivers/staging/et131x/et1310_phy.h b/drivers/staging/et131x/et1310_phy.h index 82037ac7d93d..2803bdf8c688 100644 --- a/drivers/staging/et131x/et1310_phy.h +++ b/drivers/staging/et131x/et1310_phy.h @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_phy.h - Defines, structs, enums, prototypes, etc. pertaining to the diff --git a/drivers/staging/et131x/et1310_pm.c b/drivers/staging/et131x/et1310_pm.c index 55f2d3672b18..fd1eb6f32966 100644 --- a/drivers/staging/et131x/et1310_pm.c +++ b/drivers/staging/et131x/et1310_pm.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_pm.c - All power management related code (not completely implemented) diff --git a/drivers/staging/et131x/et1310_rx.c b/drivers/staging/et131x/et1310_rx.c index c402c5e61e40..600a8f10da86 100644 --- a/drivers/staging/et131x/et1310_rx.c +++ b/drivers/staging/et131x/et1310_rx.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_rx.c - Routines used to perform data reception diff --git a/drivers/staging/et131x/et1310_rx.h b/drivers/staging/et131x/et1310_rx.h index 1448aa90996e..a19fab997bc6 100644 --- a/drivers/staging/et131x/et1310_rx.h +++ b/drivers/staging/et131x/et1310_rx.h @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_rx.h - Defines, structs, enums, prototypes, etc. pertaining to data diff --git a/drivers/staging/et131x/et1310_tx.c b/drivers/staging/et131x/et1310_tx.c index 1f806511f6c0..2ecb934a55b6 100644 --- a/drivers/staging/et131x/et1310_tx.c +++ b/drivers/staging/et131x/et1310_tx.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et1310_tx.c - Routines used to perform data transmission. diff --git a/drivers/staging/et131x/et131x_adapter.h b/drivers/staging/et131x/et131x_adapter.h index b5195ef4f402..b062e6dc585c 100644 --- a/drivers/staging/et131x/et131x_adapter.h +++ b/drivers/staging/et131x/et131x_adapter.h @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et131x_adapter.h - Header which includes the private adapter structure, along diff --git a/drivers/staging/et131x/et131x_defs.h b/drivers/staging/et131x/et131x_defs.h index 3d5193fdb003..872a5afc3577 100644 --- a/drivers/staging/et131x/et131x_defs.h +++ b/drivers/staging/et131x/et131x_defs.h @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et131x_defs.h - Defines, structs, enums, prototypes, etc. to assist with OS diff --git a/drivers/staging/et131x/et131x_ethtool.c b/drivers/staging/et131x/et131x_ethtool.c index c4555b91a502..903b5a0ad852 100644 --- a/drivers/staging/et131x/et131x_ethtool.c +++ b/drivers/staging/et131x/et131x_ethtool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Mark Einon + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> * * 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 @@ -14,8 +14,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Mark Einon <mark.einon@gmail.com> */ #include "et131x_version.h" #include "et131x_defs.h" diff --git a/drivers/staging/et131x/et131x_initpci.c b/drivers/staging/et131x/et131x_initpci.c index 8bff4a08fa7f..ed2261548d38 100644 --- a/drivers/staging/et131x/et131x_initpci.c +++ b/drivers/staging/et131x/et131x_initpci.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et131x_initpci.c - Routines and data used to register the driver with the @@ -945,5 +947,6 @@ module_exit(et131x_cleanup_module); /* Modinfo parameters (filled out using defines from et131x_version.h) */ MODULE_AUTHOR(DRIVER_AUTHOR); +MODULE_AUTHOR(DRIVER_AUTHOR2); MODULE_DESCRIPTION(DRIVER_INFO); MODULE_LICENSE(DRIVER_LICENSE); diff --git a/drivers/staging/et131x/et131x_isr.c b/drivers/staging/et131x/et131x_isr.c index fb108d202d3b..bccd0e533230 100644 --- a/drivers/staging/et131x/et131x_isr.c +++ b/drivers/staging/et131x/et131x_isr.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et131x_isr.c - File which contains the ISR, ISR handler, and related routines diff --git a/drivers/staging/et131x/et131x_netdev.c b/drivers/staging/et131x/et131x_netdev.c index 21846827e6ca..79127deebfc2 100644 --- a/drivers/staging/et131x/et131x_netdev.c +++ b/drivers/staging/et131x/et131x_netdev.c @@ -6,6 +6,8 @@ * All rights reserved. * http://www.agere.com * + * Copyright (c) 2011 Mark Einon <mark.einon@gmail.com> + * *------------------------------------------------------------------------------ * * et131x_netdev.c - Routines and data required by all Linux network devices. diff --git a/drivers/staging/et131x/et131x_version.h b/drivers/staging/et131x/et131x_version.h index 2aa9bda44ac0..c08b5e588d24 100644 --- a/drivers/staging/et131x/et131x_version.h +++ b/drivers/staging/et131x/et131x_version.h @@ -59,6 +59,7 @@ #define __ET131X_VERSION_H__ #define DRIVER_AUTHOR "Victor Soriano (vjsoriano@agere.com)" +#define DRIVER_AUTHOR2 "Mark Einon (mark.einon@gmail.com)" #define DRIVER_LICENSE "Dual BSD/GPL" #define DRIVER_DEVICE_STRING "ET1310" #define DRIVER_NAME "et131x" |