drivers/net/ethernet/xilinx/axi ethernet: Correct Copyright

Also fix MAINTAINERS file to reflect autorship.

Daniel and Ariane changed coding style but not any functional changes in the driver
itself.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Michal Simek 2012-04-12 01:11:12 +00:00 committed by David S. Miller
parent a8c9cb106f
commit 59a54f3082
4 changed files with 9 additions and 11 deletions

View File

@ -7577,8 +7577,8 @@ F: Documentation/filesystems/xfs.txt
F: fs/xfs/ F: fs/xfs/
XILINX AXI ETHERNET DRIVER XILINX AXI ETHERNET DRIVER
M: Ariane Keller <ariane.keller@tik.ee.ethz.ch> M: Anirudha Sarangi <anirudh@xilinx.com>
M: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch> M: John Linn <John.Linn@xilinx.com>
S: Maintained S: Maintained
F: drivers/net/ethernet/xilinx/xilinx_axienet* F: drivers/net/ethernet/xilinx/xilinx_axienet*

View File

@ -2,9 +2,7 @@
* Definitions for Xilinx Axi Ethernet device driver. * Definitions for Xilinx Axi Ethernet device driver.
* *
* Copyright (c) 2009 Secret Lab Technologies, Ltd. * Copyright (c) 2009 Secret Lab Technologies, Ltd.
* Copyright (c) 2010 Xilinx, Inc. All rights reserved. * Copyright (c) 2010 - 2012 Xilinx, Inc. All rights reserved.
* Copyright (c) 2012 Daniel Borkmann, <daniel.borkmann@tik.ee.ethz.ch>
* Copyright (c) 2012 Ariane Keller, <ariane.keller@tik.ee.ethz.ch>
*/ */
#ifndef XILINX_AXIENET_H #ifndef XILINX_AXIENET_H

View File

@ -4,9 +4,9 @@
* Copyright (c) 2008 Nissin Systems Co., Ltd., Yoshio Kashiwagi * Copyright (c) 2008 Nissin Systems Co., Ltd., Yoshio Kashiwagi
* Copyright (c) 2005-2008 DLA Systems, David H. Lynch Jr. <dhlii@dlasys.net> * Copyright (c) 2005-2008 DLA Systems, David H. Lynch Jr. <dhlii@dlasys.net>
* Copyright (c) 2008-2009 Secret Lab Technologies Ltd. * Copyright (c) 2008-2009 Secret Lab Technologies Ltd.
* Copyright (c) 2010 Xilinx, Inc. All rights reserved. * Copyright (c) 2010 - 2011 Michal Simek <monstr@monstr.eu>
* Copyright (c) 2012 Daniel Borkmann, <daniel.borkmann@tik.ee.ethz.ch> * Copyright (c) 2010 - 2011 PetaLogix
* Copyright (c) 2012 Ariane Keller, <ariane.keller@tik.ee.ethz.ch> * Copyright (c) 2010 - 2012 Xilinx, Inc. All rights reserved.
* *
* This is a driver for the Xilinx Axi Ethernet which is used in the Virtex6 * This is a driver for the Xilinx Axi Ethernet which is used in the Virtex6
* and Spartan6. * and Spartan6.

View File

@ -2,9 +2,9 @@
* MDIO bus driver for the Xilinx Axi Ethernet device * MDIO bus driver for the Xilinx Axi Ethernet device
* *
* Copyright (c) 2009 Secret Lab Technologies, Ltd. * Copyright (c) 2009 Secret Lab Technologies, Ltd.
* Copyright (c) 2010 Xilinx, Inc. All rights reserved. * Copyright (c) 2010 - 2011 Michal Simek <monstr@monstr.eu>
* Copyright (c) 2012 Daniel Borkmann, <daniel.borkmann@tik.ee.ethz.ch> * Copyright (c) 2010 - 2011 PetaLogix
* Copyright (c) 2012 Ariane Keller, <ariane.keller@tik.ee.ethz.ch> * Copyright (c) 2010 - 2012 Xilinx, Inc. All rights reserved.
*/ */
#include <linux/of_address.h> #include <linux/of_address.h>