From fb48bc448cb72b8e009dc659a84f43dd1dedafdc Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Mon, 23 Oct 2017 09:53:57 +0200 Subject: [PATCH] sti: fix STMicroelectronics copyright Uniformize all STMicroelectronics copyrights headers for STi related code. Signed-off-by: Patrice Chotard --- arch/arm/include/asm/arch-stih410/sdhci.h | 3 ++- arch/arm/include/asm/arch-stih410/sys_proto.h | 4 ++-- board/st/stih410-b2260/Makefile | 4 ++-- board/st/stih410-b2260/board.c | 5 ++--- drivers/mmc/sti_sdhci.c | 6 +++--- drivers/phy/sti_usb_phy.c | 4 ++-- drivers/pinctrl/pinctrl-sti.c | 6 +++--- drivers/reset/sti-reset.c | 4 ++-- drivers/serial/serial_sti_asc.c | 6 +++--- drivers/sysreset/sysreset_sti.c | 3 ++- drivers/timer/sti-timer.c | 3 ++- drivers/usb/host/dwc3-sti-glue.c | 4 ++-- include/configs/stih410-b2260.h | 4 ++-- include/dwc3-sti-glue.h | 4 ++-- 14 files changed, 31 insertions(+), 29 deletions(-) diff --git a/arch/arm/include/asm/arch-stih410/sdhci.h b/arch/arm/include/asm/arch-stih410/sdhci.h index 8cd77fc687..928614326b 100644 --- a/arch/arm/include/asm/arch-stih410/sdhci.h +++ b/arch/arm/include/asm/arch-stih410/sdhci.h @@ -1,5 +1,6 @@ /* - * (C) Copyright 2017 Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/arch/arm/include/asm/arch-stih410/sys_proto.h b/arch/arm/include/asm/arch-stih410/sys_proto.h index 5c40d3b0a4..524f22c213 100644 --- a/arch/arm/include/asm/arch-stih410/sys_proto.h +++ b/arch/arm/include/asm/arch-stih410/sys_proto.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/board/st/stih410-b2260/Makefile b/board/st/stih410-b2260/Makefile index 68a7903712..8293ae914d 100644 --- a/board/st/stih410-b2260/Makefile +++ b/board/st/stih410-b2260/Makefile @@ -1,6 +1,6 @@ # -# (C) Copyright 2017 -# Patrice Chotard, +# Copyright (C) 2017, STMicroelectronics - All Rights Reserved +# Author(s): Patrice CHOTARD, for STMicroelectronics. # # SPDX-License-Identifier: GPL-2.0+ # diff --git a/board/st/stih410-b2260/board.c b/board/st/stih410-b2260/board.c index d6cbbb866a..fe639dcc2e 100644 --- a/board/st/stih410-b2260/board.c +++ b/board/st/stih410-b2260/board.c @@ -1,7 +1,6 @@ /* - * Board init file for STiH410-B2260 - * - * (C) Copyright 2017 Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/mmc/sti_sdhci.c b/drivers/mmc/sti_sdhci.c index a98c1eba0f..1c92bb2b37 100644 --- a/drivers/mmc/sti_sdhci.c +++ b/drivers/mmc/sti_sdhci.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * - * SPDX-License-Identifier: GPL-2.0 + * SPDX-License-Identifier: GPL-2.0+ */ #include diff --git a/drivers/phy/sti_usb_phy.c b/drivers/phy/sti_usb_phy.c index 88fcfbb3e5..c671ac648c 100644 --- a/drivers/phy/sti_usb_phy.c +++ b/drivers/phy/sti_usb_phy.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/pinctrl/pinctrl-sti.c b/drivers/pinctrl/pinctrl-sti.c index 735e412f60..a9c1495f55 100644 --- a/drivers/pinctrl/pinctrl-sti.c +++ b/drivers/pinctrl/pinctrl-sti.c @@ -1,10 +1,10 @@ /* * Pinctrl driver for STMicroelectronics STi SoCs * - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * - * SPDX-License-Identifier: GPL-2.0 + * SPDX-License-Identifier: GPL-2.0+ */ #include diff --git a/drivers/reset/sti-reset.c b/drivers/reset/sti-reset.c index 024b996f0c..17786f976a 100644 --- a/drivers/reset/sti-reset.c +++ b/drivers/reset/sti-reset.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/serial/serial_sti_asc.c b/drivers/serial/serial_sti_asc.c index 8dcd4f8d25..00773cca50 100644 --- a/drivers/serial/serial_sti_asc.c +++ b/drivers/serial/serial_sti_asc.c @@ -1,10 +1,10 @@ /* * Support for Serial I/O using STMicroelectronics' on-chip ASC. * - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * - * SPDX-License-Identifier: GPL-2.0 + * SPDX-License-Identifier: GPL-2.0+ */ #include diff --git a/drivers/sysreset/sysreset_sti.c b/drivers/sysreset/sysreset_sti.c index bf698a737b..910f486516 100644 --- a/drivers/sysreset/sysreset_sti.c +++ b/drivers/sysreset/sysreset_sti.c @@ -1,5 +1,6 @@ /* - * (C) Copyright 2017 Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/timer/sti-timer.c b/drivers/timer/sti-timer.c index e1419c4976..a8bd139e0e 100644 --- a/drivers/timer/sti-timer.c +++ b/drivers/timer/sti-timer.c @@ -1,5 +1,6 @@ /* - * (C) Copyright 2017 Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/drivers/usb/host/dwc3-sti-glue.c b/drivers/usb/host/dwc3-sti-glue.c index 6dc656af89..67b256140e 100644 --- a/drivers/usb/host/dwc3-sti-glue.c +++ b/drivers/usb/host/dwc3-sti-glue.c @@ -1,8 +1,8 @@ /* * STiH407 family DWC3 specific Glue layer * - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h index 958d5cc54c..856a408cd9 100644 --- a/include/configs/stih410-b2260.h +++ b/include/configs/stih410-b2260.h @@ -1,6 +1,6 @@ /* - * (C) Copyright 2017 - * Patrice Chotard, + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ diff --git a/include/dwc3-sti-glue.h b/include/dwc3-sti-glue.h index 98e76961b6..e1dc9b8030 100644 --- a/include/dwc3-sti-glue.h +++ b/include/dwc3-sti-glue.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2017 - * Patrice Chotard + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Patrice Chotard, for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ -- 2.39.2