diff mbox

usb: phy: fix copyright issue of phy-fsl-usb.c

Message ID 1531811402-44183-1-git-send-email-pengbo.mu@nxp.com (mailing list archive)
State New, archived
Headers show

Commit Message

Pengbo Mu July 17, 2018, 7:10 a.m. UTC
Fixed the copyright issue of drivers/usb/phy/phy-fsl-usb.c.

Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
Signed-off-by: Yinbo Zhu <yinbo.zhuu@nxp.com>
---
 drivers/usb/phy/phy-fsl-usb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Felipe Balbi July 17, 2018, 7:11 a.m. UTC | #1
Hi,

Pengbo Mu <pengbo.mu@nxp.com> writes:
> Fixed the copyright issue of drivers/usb/phy/phy-fsl-usb.c.
>
> Signed-off-by: Pengbo Mu <pengbo.mu@nxp.com>
> Signed-off-by: Yinbo Zhu <yinbo.zhuu@nxp.com>
> ---
>  drivers/usb/phy/phy-fsl-usb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/usb/phy/phy-fsl-usb.c b/drivers/usb/phy/phy-fsl-usb.c
> index 900875f..dcb531c 100644
> --- a/drivers/usb/phy/phy-fsl-usb.c
> +++ b/drivers/usb/phy/phy-fsl-usb.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0+
>  /*
> - * Copyright (C) 2007,2008 Freescale semiconductor, Inc.
> + * Copyright 2007,2008 Freescale Semiconductor, Inc.

again, what's the issue here?
Greg KH July 17, 2018, 7:19 a.m. UTC | #2
On Tue, Jul 17, 2018 at 03:10:02PM +0800, Pengbo Mu wrote:
> Fixed the copyright issue of drivers/usb/phy/phy-fsl-usb.c.

I still fail to understand what exactly the "copyright issue" is here.
Can you provide some details please.

Ideally you would have your lawyer sign off on this patch, as they know
this type of law better than we do :)

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Joe Perches July 17, 2018, 4:36 p.m. UTC | #3
On Tue, 2018-07-17 at 15:10 +0800, Pengbo Mu wrote:
> Fixed the copyright issue of drivers/usb/phy/phy-fsl-usb.c.
[]
> diff --git a/drivers/usb/phy/phy-fsl-usb.c b/drivers/usb/phy/phy-fsl-usb.c
[]
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0+
>  /*
> - * Copyright (C) 2007,2008 Freescale semiconductor, Inc.
> + * Copyright 2007,2008 Freescale Semiconductor, Inc.

What issue?

There are ~60K files in linux and ~50K of them
have "(c)" or "(C)" in them.

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/usb/phy/phy-fsl-usb.c b/drivers/usb/phy/phy-fsl-usb.c
index 900875f..dcb531c 100644
--- a/drivers/usb/phy/phy-fsl-usb.c
+++ b/drivers/usb/phy/phy-fsl-usb.c
@@ -1,6 +1,6 @@ 
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * Copyright (C) 2007,2008 Freescale semiconductor, Inc.
+ * Copyright 2007,2008 Freescale Semiconductor, Inc.
  *
  * Author: Li Yang <LeoLi@freescale.com>
  *         Jerry Huang <Chang-Ming.Huang@freescale.com>