diff mbox series

[v5,7/7] usb: dwc3: dwc3-octeon: Add SPDX header and copyright

Message ID ZMeAAYx6Z3hlQBNQ@lenoch (mailing list archive)
State Accepted
Commit d9216d3ef538c32a7e413f3401cd6b606b81a708
Headers show
Series Cleanup Octeon DWC3 glue code | expand

Commit Message

Ladislav Michl July 31, 2023, 9:33 a.m. UTC
From: Ladislav Michl <ladis@linux-mips.org>

Assign copyright to indicate driver rewrite is done for RACOM s.r.o.
As David no longer works for Marvell (Cavium), I'm to blame for breakage.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 CHANGES:
 - v2: None
 - v3: None
 - v4: Assign copyring to RACOM s.r.o., Mírová 1283, Nové Město na Moravě
 - v5: None

 drivers/usb/dwc3/dwc3-octeon.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Comments

Thinh Nguyen Aug. 1, 2023, 12:45 a.m. UTC | #1
On Mon, Jul 31, 2023, Ladislav Michl wrote:
> From: Ladislav Michl <ladis@linux-mips.org>
> 
> Assign copyright to indicate driver rewrite is done for RACOM s.r.o.
> As David no longer works for Marvell (Cavium), I'm to blame for breakage.
> 
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>  CHANGES:
>  - v2: None
>  - v3: None
>  - v4: Assign copyring to RACOM s.r.o., Mírová 1283, Nové Město na Moravě
>  - v5: None
> 
>  drivers/usb/dwc3/dwc3-octeon.c | 10 ++++------
>  1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/usb/dwc3/dwc3-octeon.c b/drivers/usb/dwc3/dwc3-octeon.c
> index d578110f7afb..6f47262a117a 100644
> --- a/drivers/usb/dwc3/dwc3-octeon.c
> +++ b/drivers/usb/dwc3/dwc3-octeon.c
> @@ -1,11 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
> - * XHCI HCD glue for Cavium Octeon III SOCs.
> + * DWC3 glue for Cavium Octeon III SOCs.
>   *
>   * Copyright (C) 2010-2017 Cavium Networks
> - *
> - * This file is subject to the terms and conditions of the GNU General Public
> - * License.  See the file "COPYING" in the main directory of this archive
> - * for more details.
> + * Copyright (C) 2023 RACOM s.r.o.
>   */
>  
>  #include <linux/bitfield.h>
> @@ -537,6 +535,6 @@ static struct platform_driver dwc3_octeon_driver = {
>  module_platform_driver(dwc3_octeon_driver);
>  
>  MODULE_ALIAS("platform:dwc3-octeon");
> -MODULE_AUTHOR("David Daney <david.daney@cavium.com>");
> +MODULE_AUTHOR("Ladislav Michl <ladis@linux-mips.org>");
>  MODULE_LICENSE("GPL");
>  MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer");
> -- 
> 2.39.2
> 

Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>

Thanks,
Thinh
Philippe Mathieu-Daudé Aug. 1, 2023, 1:50 p.m. UTC | #2
On 31/7/23 11:33, Ladislav Michl wrote:
> From: Ladislav Michl <ladis@linux-mips.org>
> 
> Assign copyright to indicate driver rewrite is done for RACOM s.r.o.
> As David no longer works for Marvell (Cavium), I'm to blame for breakage.
> 
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>   CHANGES:
>   - v2: None
>   - v3: None
>   - v4: Assign copyring to RACOM s.r.o., Mírová 1283, Nové Město na Moravě
>   - v5: None
> 
>   drivers/usb/dwc3/dwc3-octeon.c | 10 ++++------
>   1 file changed, 4 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/usb/dwc3/dwc3-octeon.c b/drivers/usb/dwc3/dwc3-octeon.c
> index d578110f7afb..6f47262a117a 100644
> --- a/drivers/usb/dwc3/dwc3-octeon.c
> +++ b/drivers/usb/dwc3/dwc3-octeon.c
> @@ -1,11 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
> - * XHCI HCD glue for Cavium Octeon III SOCs.
> + * DWC3 glue for Cavium Octeon III SOCs.
>    *
>    * Copyright (C) 2010-2017 Cavium Networks
> - *
> - * This file is subject to the terms and conditions of the GNU General Public
> - * License.  See the file "COPYING" in the main directory of this archive
> - * for more details.
> + * Copyright (C) 2023 RACOM s.r.o.
>    */
>   
>   #include <linux/bitfield.h>
> @@ -537,6 +535,6 @@ static struct platform_driver dwc3_octeon_driver = {
>   module_platform_driver(dwc3_octeon_driver);
>   
>   MODULE_ALIAS("platform:dwc3-octeon");
> -MODULE_AUTHOR("David Daney <david.daney@cavium.com>");
> +MODULE_AUTHOR("Ladislav Michl <ladis@linux-mips.org>");
>   MODULE_LICENSE("GPL");
>   MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer");

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
David Daney Aug. 1, 2023, 2:24 p.m. UTC | #3
Acked-by: David Daney <daviddaney@microsoft.com>

... and apologies for the Outlook style top-post. What have I become?
-----Original Message-----
From: Philippe Mathieu-Daudé <philmd@linaro.org> 
Sent: Tuesday, August 1, 2023 8:51 AM
To: Ladislav Michl <oss-lists@triops.cz>; David Daney <daviddaney@microsoft.com>
Cc: linux-mips@vger.kernel.org; Thinh Nguyen <Thinh.Nguyen@synopsys.com>; linux-usb@vger.kernel.org; Liang He <windhl@126.com>; Greg Kroah-Hartman <gregkh@linuxfoundation.org>; Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Subject: [EXTERNAL] Re: [PATCH v5 7/7] usb: dwc3: dwc3-octeon: Add SPDX header and copyright

[You don't often get email from philmd@linaro.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]

On 31/7/23 11:33, Ladislav Michl wrote:
> From: Ladislav Michl <ladis@linux-mips.org>
>
> Assign copyright to indicate driver rewrite is done for RACOM s.r.o.
> As David no longer works for Marvell (Cavium), I'm to blame for breakage.
>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> ---
>   CHANGES:
>   - v2: None
>   - v3: None
>   - v4: Assign copyring to RACOM s.r.o., Mírová 1283, Nové Město na Moravě
>   - v5: None
>
>   drivers/usb/dwc3/dwc3-octeon.c | 10 ++++------
>   1 file changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/usb/dwc3/dwc3-octeon.c 
> b/drivers/usb/dwc3/dwc3-octeon.c index d578110f7afb..6f47262a117a 
> 100644
> --- a/drivers/usb/dwc3/dwc3-octeon.c
> +++ b/drivers/usb/dwc3/dwc3-octeon.c
> @@ -1,11 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>   /*
> - * XHCI HCD glue for Cavium Octeon III SOCs.
> + * DWC3 glue for Cavium Octeon III SOCs.
>    *
>    * Copyright (C) 2010-2017 Cavium Networks
> - *
> - * This file is subject to the terms and conditions of the GNU 
> General Public
> - * License.  See the file "COPYING" in the main directory of this 
> archive
> - * for more details.
> + * Copyright (C) 2023 RACOM s.r.o.
>    */
>
>   #include <linux/bitfield.h>
> @@ -537,6 +535,6 @@ static struct platform_driver dwc3_octeon_driver = {
>   module_platform_driver(dwc3_octeon_driver);
>
>   MODULE_ALIAS("platform:dwc3-octeon");
> -MODULE_AUTHOR("David Daney <david.daney@cavium.com>");
> +MODULE_AUTHOR("Ladislav Michl <ladis@linux-mips.org>");
>   MODULE_LICENSE("GPL");
>   MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer");

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff mbox series

Patch

diff --git a/drivers/usb/dwc3/dwc3-octeon.c b/drivers/usb/dwc3/dwc3-octeon.c
index d578110f7afb..6f47262a117a 100644
--- a/drivers/usb/dwc3/dwc3-octeon.c
+++ b/drivers/usb/dwc3/dwc3-octeon.c
@@ -1,11 +1,9 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
- * XHCI HCD glue for Cavium Octeon III SOCs.
+ * DWC3 glue for Cavium Octeon III SOCs.
  *
  * Copyright (C) 2010-2017 Cavium Networks
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
+ * Copyright (C) 2023 RACOM s.r.o.
  */
 
 #include <linux/bitfield.h>
@@ -537,6 +535,6 @@  static struct platform_driver dwc3_octeon_driver = {
 module_platform_driver(dwc3_octeon_driver);
 
 MODULE_ALIAS("platform:dwc3-octeon");
-MODULE_AUTHOR("David Daney <david.daney@cavium.com>");
+MODULE_AUTHOR("Ladislav Michl <ladis@linux-mips.org>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer");