From 86d734fd1e8edcab411c80ae4447c97317f8d8b5 Mon Sep 17 00:00:00 2001 From: Mark Einon Date: Sat, 1 Oct 2011 11:14:16 +0100 Subject: [PATCH] staging: et131x: Updating copyright statements and module authors Adding copyright notices and adding myself as a module author. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- drivers/staging/et131x/et1310_address_map.h | 2 ++ drivers/staging/et131x/et1310_eeprom.c | 2 ++ drivers/staging/et131x/et1310_mac.c | 2 ++ drivers/staging/et131x/et1310_phy.c | 2 ++ drivers/staging/et131x/et1310_phy.h | 2 ++ drivers/staging/et131x/et1310_pm.c | 2 ++ drivers/staging/et131x/et1310_rx.c | 2 ++ drivers/staging/et131x/et1310_rx.h | 2 ++ drivers/staging/et131x/et1310_tx.c | 2 ++ drivers/staging/et131x/et131x_adapter.h | 2 ++ drivers/staging/et131x/et131x_defs.h | 2 ++ drivers/staging/et131x/et131x_ethtool.c | 4 +--- drivers/staging/et131x/et131x_initpci.c | 3 +++ drivers/staging/et131x/et131x_isr.c | 2 ++ drivers/staging/et131x/et131x_netdev.c | 2 ++ 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 38ec56c1298..b502ce38cc2 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 + * *------------------------------------------------------------------------------ * * 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 e8102547e13..747b1dc803b 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 + * *------------------------------------------------------------------------------ * * 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 157462feeb6..b4c9df195a2 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 + * *------------------------------------------------------------------------------ * * 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 a72046ba0ac..145ec765bea 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 + * *------------------------------------------------------------------------------ * * 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 82037ac7d93..2803bdf8c68 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 + * *------------------------------------------------------------------------------ * * 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 55f2d3672b1..fd1eb6f3296 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 + * *------------------------------------------------------------------------------ * * 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 c402c5e61e4..600a8f10da8 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 + * *------------------------------------------------------------------------------ * * 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 1448aa90996..a19fab997bc 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 + * *------------------------------------------------------------------------------ * * 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 1f806511f6c..2ecb934a55b 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 + * *------------------------------------------------------------------------------ * * 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 b5195ef4f40..b062e6dc585 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 + * *------------------------------------------------------------------------------ * * 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 3d5193fdb00..872a5afc357 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 + * *------------------------------------------------------------------------------ * * 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 c4555b91a50..903b5a0ad85 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 * * 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 */ #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 8bff4a08fa7..ed2261548d3 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 + * *------------------------------------------------------------------------------ * * 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 fb108d202d3..bccd0e53323 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 + * *------------------------------------------------------------------------------ * * 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 21846827e6c..79127deebfc 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 + * *------------------------------------------------------------------------------ * * 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 2aa9bda44ac..c08b5e588d2 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" -- 2.39.2