From 65010412e78872ee6b966ce03dc6ce8bfde81fa4 Mon Sep 17 00:00:00 2001 From: Sandor Yu <Sandor.yu@nxp.com> Date: Fri, 6 Aug 2021 11:03:11 +0800 Subject: [PATCH] LF-4270-2: drm: imx: mhdp: correct copyright description Correct copyright description with the format: Copyright <year range> NXP description. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com> Reviewed-by: Robby Cai <robby.cai@nxp.com> --- drivers/gpu/drm/imx/mhdp/cdns-mhdp-dp-phy.c | 2 +- drivers/gpu/drm/imx/mhdp/cdns-mhdp-hdmi-phy.c | 2 +- drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx.h | 2 +- drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx8qm.c | 2 +- drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c | 2 +- drivers/gpu/drm/imx/mhdp/cdns-mhdp-phy.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-dp-phy.c b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-dp-phy.c index 3d17840b0941e4..7e86a2c2749aa2 100644 --- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-dp-phy.c +++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-dp-phy.c @@ -1,7 +1,7 @@ /* * Cadence Display Port Interface (DP) PHY driver * - * Copyright (C) 2019 NXP Semiconductor, Inc. + * Copyright 2019 NXP * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-hdmi-phy.c b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-hdmi-phy.c index 0b4a52c2d48f35..cdee2133b94746 100644 --- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-hdmi-phy.c +++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-hdmi-phy.c @@ -1,7 +1,7 @@ /* * Cadence High-Definition Multimedia Interface (HDMI) driver * - * Copyright (C) 2019-2021 NXP Semiconductor, Inc. + * Copyright 2019-2021 NXP * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx.h b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx.h index a12005ae4c53c7..e5ec3cc4073e72 100644 --- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx.h +++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx.h @@ -1,7 +1,7 @@ /* * Cadence High-Definition Multimedia Interface (HDMI) driver * - * Copyright (C) 2019-2021 NXP Semiconductor, Inc. + * Copyright 2019-2021 NXP * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx8qm.c b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx8qm.c index 46c0500da4c3d4..a9393ff16b999b 100644 --- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx8qm.c +++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imx8qm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2021 NXP semiconductor, inc. + * Copyright 2019-2021 NXP * * this program is free software; you can redistribute it and/or modify * it under the terms of the gnu general public license version 2 as diff --git a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c index 2cf7eeab84c3da..cc99df7c3bb6d7 100644 --- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c +++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 NXP semiconductor, inc. + * Copyright 2019-2020 NXP * * this program is free software; you can redistribute it and/or modify * it under the terms of the gnu general public license version 2 as diff --git a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-phy.h b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-phy.h index 7d4fdfc4e3f873..99f8e6aeb431fc 100644 --- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-phy.h +++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-phy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2021 NXP Semiconductor, Inc. + * Copyright 2019-2021 NXP * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- GitLab