net: phy: mscc: fix copyright and author information in MACsec
All headers in the MSCC PHY driver have been copied and pasted from the original mscc.c file. However the information is not necessarily correct, as in the MACsec support. Fix this. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0ef44e5cab
commit
c7cd2a6a7b
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Driver for Microsemi VSC85xx PHYs
|
||||
*
|
||||
* Copyright (C) 2019 Microsemi Corporation
|
||||
* Copyright (C) 2020 Microsemi Corporation
|
||||
*/
|
||||
|
||||
#ifndef _MSCC_PHY_FC_BUFFER_H_
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Driver for Microsemi VSC85xx PHYs
|
||||
*
|
||||
* Copyright (c) 2017 Microsemi Corporation
|
||||
* Copyright (c) 2020 Microsemi Corporation
|
||||
*/
|
||||
|
||||
#ifndef _MSCC_PHY_LINE_MAC_H_
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||||
/*
|
||||
* Driver for Microsemi VSC85xx PHYs
|
||||
* Driver for Microsemi VSC85xx PHYs - MACsec support
|
||||
*
|
||||
* Author: Nagaraju Lakkaraju
|
||||
* Author: Antoine Tenart
|
||||
* License: Dual MIT/GPL
|
||||
* Copyright (c) 2016 Microsemi Corporation
|
||||
* Copyright (c) 2020 Microsemi Corporation
|
||||
*/
|
||||
|
||||
#include <linux/phy.h>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Driver for Microsemi VSC85xx PHYs
|
||||
*
|
||||
* Copyright (c) 2018 Microsemi Corporation
|
||||
* Copyright (c) 2020 Microsemi Corporation
|
||||
*/
|
||||
|
||||
#ifndef _MSCC_PHY_MACSEC_H_
|
||||
|
|
Loading…
Reference in New Issue