From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pankaj Bansal Date: Mon, 25 Mar 2019 10:12:12 +0000 Subject: [U-Boot] [PATCH v2] driver: net: update copyright info Message-ID: <20190325153621.13726-1-pankaj.bansal@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Update copyright info for the issues reported after running check-legal test. Signed-off-by: Pankaj Bansal --- Notes: V2: - Removed past tense from commit description and body drivers/net/fsl-mc/mc.c | 3 +-- drivers/net/ldpaa_eth/ldpaa_eth.c | 2 +- drivers/net/ldpaa_eth/ldpaa_eth.h | 2 +- drivers/net/ldpaa_eth/ldpaa_wriop.c | 1 + drivers/net/ldpaa_eth/lx2160a.c | 2 +- drivers/net/phy/phy.c | 2 ++ include/fsl-mc/ldpaa_wriop.h | 1 + include/phy.h | 2 ++ 8 files changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/net/fsl-mc/mc.c b/drivers/net/fsl-mc/mc.c index cc59b21f9f..dc4dd4398a 100644 --- a/drivers/net/fsl-mc/mc.c +++ b/drivers/net/fsl-mc/mc.c @@ -1,8 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2014 Freescale Semiconductor, Inc. - * Copyright 2017 NXP - * Copyright 2017-2018 NXP + * Copyright 2017-2019 NXP */ #include #include diff --git a/drivers/net/ldpaa_eth/ldpaa_eth.c b/drivers/net/ldpaa_eth/ldpaa_eth.c index 73b7ba29df..fc732c7be9 100644 --- a/drivers/net/ldpaa_eth/ldpaa_eth.c +++ b/drivers/net/ldpaa_eth/ldpaa_eth.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2014-2016 Freescale Semiconductor, Inc. - * Copyright 2017 NXP + * Copyright 2017-2019 NXP */ #include diff --git a/drivers/net/ldpaa_eth/ldpaa_eth.h b/drivers/net/ldpaa_eth/ldpaa_eth.h index 3f9154b5bb..dd559bb78d 100644 --- a/drivers/net/ldpaa_eth/ldpaa_eth.h +++ b/drivers/net/ldpaa_eth/ldpaa_eth.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2014-2016 Freescale Semiconductor, Inc. - * Copyright 2017 NXP + * Copyright 2017-2019 NXP */ #ifndef __LDPAA_ETH_H diff --git a/drivers/net/ldpaa_eth/ldpaa_wriop.c b/drivers/net/ldpaa_eth/ldpaa_wriop.c index 06a284ad68..a5a19c6b1a 100644 --- a/drivers/net/ldpaa_eth/ldpaa_wriop.c +++ b/drivers/net/ldpaa_eth/ldpaa_wriop.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Freescale Semiconductor + * Copyright 2018-2019 NXP */ #include diff --git a/drivers/net/ldpaa_eth/lx2160a.c b/drivers/net/ldpaa_eth/lx2160a.c index 1fbeb0d14b..8a71bf40a3 100644 --- a/drivers/net/ldpaa_eth/lx2160a.c +++ b/drivers/net/ldpaa_eth/lx2160a.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright 2018 NXP + * Copyright 2018-2019 NXP */ #include #include diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 0c8b29dae4..7bf8e9ef05 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -3,6 +3,8 @@ * Generic PHY Management code * * Copyright 2011 Freescale Semiconductor, Inc. + * Copyright 2018-2019 NXP + * * author Andy Fleming * * Based loosely off of Linux's PHY Lib diff --git a/include/fsl-mc/ldpaa_wriop.h b/include/fsl-mc/ldpaa_wriop.h index b55c39cbb2..3f32c39ec9 100644 --- a/include/fsl-mc/ldpaa_wriop.h +++ b/include/fsl-mc/ldpaa_wriop.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015 Freescale Semiconductor + * Copyright 2018-2019 NXP */ #ifndef __LDPAA_WRIOP_H diff --git a/include/phy.h b/include/phy.h index f23ca63f3b..74d2e693eb 100644 --- a/include/phy.h +++ b/include/phy.h @@ -1,6 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2011 Freescale Semiconductor, Inc. + * Copyright 2018-2019 NXP + * * Andy Fleming * * This file pretty much stolen from Linux's mii.h/ethtool.h/phy.h -- 2.17.1