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:
Antoine Tenart 2020-06-23 16:30:08 +02:00 committed by David S. Miller
parent 0ef44e5cab
commit c7cd2a6a7b
4 changed files with 6 additions and 6 deletions

View File

@ -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_

View File

@ -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_

View File

@ -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>

View File

@ -2,7 +2,7 @@
/*
* Driver for Microsemi VSC85xx PHYs
*
* Copyright (c) 2018 Microsemi Corporation
* Copyright (c) 2020 Microsemi Corporation
*/
#ifndef _MSCC_PHY_MACSEC_H_