[U-Boot] [PATCH] nxp: fix NXP copyright

Fix NXP copyright for NXP related code.
Signed-off-by: Biwen Li biwen.li@nxp.com --- arch/arm/dts/fsl-ls1088a.dtsi | 2 +- arch/arm/dts/fsl-ls2080a-qds.dts | 1 + arch/arm/dts/fsl-ls2080a.dtsi | 1 + board/freescale/common/emc2305.c | 2 +- board/freescale/common/qixis.c | 2 ++ board/freescale/common/sys_eeprom.c | 2 ++ board/freescale/common/vid.c | 1 + board/freescale/ls2080aqds/eth.c | 1 + board/freescale/ls2080aqds/ls2080aqds.c | 1 + drivers/ddr/fsl/main.c | 1 + 10 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi index 4be1ab87d2..e52e8a563d 100644 --- a/arch/arm/dts/fsl-ls1088a.dtsi +++ b/arch/arm/dts/fsl-ls1088a.dtsi @@ -2,7 +2,7 @@ /* * NXP ls1088a SOC common device tree source * - * Copyright 2017 NXP + * Copyright 2017, 2019 NXP */
/ { diff --git a/arch/arm/dts/fsl-ls2080a-qds.dts b/arch/arm/dts/fsl-ls2080a-qds.dts index 13461b5c45..4d06b0546d 100644 --- a/arch/arm/dts/fsl-ls2080a-qds.dts +++ b/arch/arm/dts/fsl-ls2080a-qds.dts @@ -3,6 +3,7 @@ * Freescale ls2080a QDS board device tree source * * Copyright 2013-2015 Freescale Semiconductor, Inc. + * Copyright 2019 NXP */
/dts-v1/; diff --git a/arch/arm/dts/fsl-ls2080a.dtsi b/arch/arm/dts/fsl-ls2080a.dtsi index 99ed33af95..9c994dce0e 100644 --- a/arch/arm/dts/fsl-ls2080a.dtsi +++ b/arch/arm/dts/fsl-ls2080a.dtsi @@ -3,6 +3,7 @@ * Freescale ls2080a SOC common device tree source * * Copyright 2013-2015 Freescale Semiconductor, Inc. + * Copyright 2019 NXP */
/ { diff --git a/board/freescale/common/emc2305.c b/board/freescale/common/emc2305.c index b1ca051db2..16467cbf1b 100644 --- a/board/freescale/common/emc2305.c +++ b/board/freescale/common/emc2305.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright 2018 NXP. + * Copyright 2018-2019 NXP * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/board/freescale/common/qixis.c b/board/freescale/common/qixis.c index 716c93b2c2..38a7ef4e05 100644 --- a/board/freescale/common/qixis.c +++ b/board/freescale/common/qixis.c @@ -4,6 +4,8 @@ * Author: Shengzhou Liu Shengzhou.Liu@freescale.com * * This file provides support for the QIXIS of some Freescale reference boards. + * + * Copyright 2019 NXP */
#include <common.h> diff --git a/board/freescale/common/sys_eeprom.c b/board/freescale/common/sys_eeprom.c index bb655ca744..21a4a3324e 100644 --- a/board/freescale/common/sys_eeprom.c +++ b/board/freescale/common/sys_eeprom.c @@ -4,6 +4,8 @@ * York Sun (yorksun@freescale.com) * Haiying Wang (haiying.wang@freescale.com) * Timur Tabi (timur@freescale.com) + * + * Copyright 2019 NXP */
#include <common.h> diff --git a/board/freescale/common/vid.c b/board/freescale/common/vid.c index b37f3bf4f8..a7918ae20c 100644 --- a/board/freescale/common/vid.c +++ b/board/freescale/common/vid.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2014 Freescale Semiconductor, Inc. + * Copyright 2019 NXP */
#include <common.h> diff --git a/board/freescale/ls2080aqds/eth.c b/board/freescale/ls2080aqds/eth.c index 6a8788c312..543971e551 100644 --- a/board/freescale/ls2080aqds/eth.c +++ b/board/freescale/ls2080aqds/eth.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2015 Freescale Semiconductor, Inc. + * Copyright 2019 NXP */
#include <common.h> diff --git a/board/freescale/ls2080aqds/ls2080aqds.c b/board/freescale/ls2080aqds/ls2080aqds.c index 91c80353ed..dd9cad547a 100644 --- a/board/freescale/ls2080aqds/ls2080aqds.c +++ b/board/freescale/ls2080aqds/ls2080aqds.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2015 Freescale Semiconductor + * Copyright 2019 NXP */ #include <common.h> #include <env.h> diff --git a/drivers/ddr/fsl/main.c b/drivers/ddr/fsl/main.c index 0aa6aedae7..cd64611423 100644 --- a/drivers/ddr/fsl/main.c +++ b/drivers/ddr/fsl/main.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* * Copyright 2008-2014 Freescale Semiconductor, Inc. + * Copyright 2019 NXP */
/*

On Mon, Sep 23, 2019 at 12:07:20PM +0800, Biwen Li wrote:
Fix NXP copyright for NXP related code.
Signed-off-by: Biwen Li biwen.li@nxp.com
arch/arm/dts/fsl-ls1088a.dtsi | 2 +- arch/arm/dts/fsl-ls2080a-qds.dts | 1 + arch/arm/dts/fsl-ls2080a.dtsi | 1 +
These should come in via the next sync from the Linux Kernel, and not by themselves.
board/freescale/common/emc2305.c | 2 +- board/freescale/common/qixis.c | 2 ++ board/freescale/common/sys_eeprom.c | 2 ++ board/freescale/common/vid.c | 1 + board/freescale/ls2080aqds/eth.c | 1 + board/freescale/ls2080aqds/ls2080aqds.c | 1 + drivers/ddr/fsl/main.c | 1 +
As the last change here was this year, the change is not wrong but I strongly prefer these to be done as part of regular changes. As, for example, drivers/ddr/fsl/main.c doesn't have 2015 nor 2016 listed but do have changes from Freescale, then NXP, in those years. And I do not want the follow-up here to be a patch or series of patches adding older copyright years.
participants (2)
-
Biwen Li
-
Tom Rini