Commit 86d734fd authored by Mark Einon's avatar Mark Einon Committed by Greg Kroah-Hartman

staging: et131x: Updating copyright statements and module authors

Adding copyright notices and adding myself as a module author.
Signed-off-by: default avatarMark Einon <mark.einon@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 92c31a43
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_address_map.h - Contains the register mapping for the ET1310 * et1310_address_map.h - Contains the register mapping for the ET1310
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_eeprom.c - Code used to access the device's EEPROM * et1310_eeprom.c - Code used to access the device's EEPROM
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_mac.c - All code and routines pertaining to the MAC * et1310_mac.c - All code and routines pertaining to the MAC
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_phy.c - Routines for configuring and accessing the PHY * et1310_phy.c - Routines for configuring and accessing the PHY
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_phy.h - Defines, structs, enums, prototypes, etc. pertaining to the * et1310_phy.h - Defines, structs, enums, prototypes, etc. pertaining to the
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_pm.c - All power management related code (not completely implemented) * et1310_pm.c - All power management related code (not completely implemented)
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_rx.c - Routines used to perform data reception * et1310_rx.c - Routines used to perform data reception
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_rx.h - Defines, structs, enums, prototypes, etc. pertaining to data * et1310_rx.h - Defines, structs, enums, prototypes, etc. pertaining to data
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et1310_tx.c - Routines used to perform data transmission. * et1310_tx.c - Routines used to perform data transmission.
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * http://www.agere.com
* *
* Copyright (c) 2011 Mark Einon <mark.einon@gmail.com>
*
*------------------------------------------------------------------------------ *------------------------------------------------------------------------------
* *
* et131x_adapter.h - Header which includes the private adapter structure, along * et131x_adapter.h - Header which includes the private adapter structure, along
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * 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 * et131x_defs.h - Defines, structs, enums, prototypes, etc. to assist with OS
......
/* /*
* 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 * 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 * it under the terms of the GNU General Public License as published by
...@@ -14,8 +14,6 @@ ...@@ -14,8 +14,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Mark Einon <mark.einon@gmail.com>
*/ */
#include "et131x_version.h" #include "et131x_version.h"
#include "et131x_defs.h" #include "et131x_defs.h"
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * 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 * et131x_initpci.c - Routines and data used to register the driver with the
...@@ -945,5 +947,6 @@ module_exit(et131x_cleanup_module); ...@@ -945,5 +947,6 @@ module_exit(et131x_cleanup_module);
/* Modinfo parameters (filled out using defines from et131x_version.h) */ /* Modinfo parameters (filled out using defines from et131x_version.h) */
MODULE_AUTHOR(DRIVER_AUTHOR); MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_AUTHOR(DRIVER_AUTHOR2);
MODULE_DESCRIPTION(DRIVER_INFO); MODULE_DESCRIPTION(DRIVER_INFO);
MODULE_LICENSE(DRIVER_LICENSE); MODULE_LICENSE(DRIVER_LICENSE);
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * 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 * et131x_isr.c - File which contains the ISR, ISR handler, and related routines
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* All rights reserved. * All rights reserved.
* http://www.agere.com * 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. * et131x_netdev.c - Routines and data required by all Linux network devices.
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
#define __ET131X_VERSION_H__ #define __ET131X_VERSION_H__
#define DRIVER_AUTHOR "Victor Soriano (vjsoriano@agere.com)" #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_LICENSE "Dual BSD/GPL"
#define DRIVER_DEVICE_STRING "ET1310" #define DRIVER_DEVICE_STRING "ET1310"
#define DRIVER_NAME "et131x" #define DRIVER_NAME "et131x"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment