The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright
@ 2017-07-24  1:20 Kuninori Morimoto
  0 siblings, 0 replies; 6+ messages in thread
From: Kuninori Morimoto @ 2017-07-24  1:20 UTC (permalink / raw)
  To: David Airlie, Archit Taneja, Andrzej Hajda
  Cc: Linux-Renesas, Linux-Kernel, dri-devel


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This driver's Copyright is under Renesas Solutions Corp

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
index b2cf59f..d487b6b 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
@@ -1,7 +1,8 @@
 /*
  * dw-hdmi-i2s-audio.c
  *
- * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+ * Copyright (c) 2016 Renesas Solutions Corp.
+ * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
  *
  * 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright
@ 2017-08-07  2:11 Kuninori Morimoto
  2017-08-07  3:34 ` Archit Taneja
  0 siblings, 1 reply; 6+ messages in thread
From: Kuninori Morimoto @ 2017-08-07  2:11 UTC (permalink / raw)
  To: David Airlie, Archit Taneja, Andrzej Hajda
  Cc: Russell King, Mark Brown, Linux-Renesas, Linux-Kernel,
	Laurent Pinchart, Jose Abreu, dri-devel


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This driver's Copyright is under Renesas Solutions Corp

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
index b2cf59f..d487b6b 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
@@ -1,7 +1,8 @@
 /*
  * dw-hdmi-i2s-audio.c
  *
- * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+ * Copyright (c) 2016 Renesas Solutions Corp.
+ * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
  *
  * 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright
  2017-08-07  2:11 [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright Kuninori Morimoto
@ 2017-08-07  3:34 ` Archit Taneja
  2017-08-07  3:55   ` Kuninori Morimoto
  0 siblings, 1 reply; 6+ messages in thread
From: Archit Taneja @ 2017-08-07  3:34 UTC (permalink / raw)
  To: Kuninori Morimoto, David Airlie, Andrzej Hajda
  Cc: Russell King, Mark Brown, Linux-Renesas, Linux-Kernel,
	Laurent Pinchart, Jose Abreu, dri-devel



On 08/07/2017 07:41 AM, Kuninori Morimoto wrote:
> 
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> This driver's Copyright is under Renesas Solutions Corp

Can we update the year to 2017 while we're at it?

Archit

> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>   drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> index b2cf59f..d487b6b 100644
> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c
> @@ -1,7 +1,8 @@
>   /*
>    * dw-hdmi-i2s-audio.c
>    *
> - * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> + * Copyright (c) 2016 Renesas Solutions Corp.
> + * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>    *
>    * 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
> 

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright
  2017-08-07  3:34 ` Archit Taneja
@ 2017-08-07  3:55   ` Kuninori Morimoto
  2017-08-07  3:59     ` Archit Taneja
  0 siblings, 1 reply; 6+ messages in thread
From: Kuninori Morimoto @ 2017-08-07  3:55 UTC (permalink / raw)
  To: Archit Taneja
  Cc: David Airlie, Andrzej Hajda, Russell King, Mark Brown,
	Linux-Renesas, Linux-Kernel, Laurent Pinchart, Jose Abreu,
	dri-devel


Hi Archit

Thank you for your feedback

> On 08/07/2017 07:41 AM, Kuninori Morimoto wrote:
> >
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >
> > This driver's Copyright is under Renesas Solutions Corp
> 
> Can we update the year to 2017 while we're at it?

The original patch was created and applied on 2016

	2761ba6c0925ca9c5b917a95f68135d9dce443fb
	("drm: bridge: add DesignWare HDMI I2S audio support")

And moved into new synopsys folder on 2017, I think.


Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright
  2017-08-07  3:55   ` Kuninori Morimoto
@ 2017-08-07  3:59     ` Archit Taneja
  2017-08-07  4:03       ` Kuninori Morimoto
  0 siblings, 1 reply; 6+ messages in thread
From: Archit Taneja @ 2017-08-07  3:59 UTC (permalink / raw)
  To: Kuninori Morimoto
  Cc: David Airlie, Andrzej Hajda, Russell King, Mark Brown,
	Linux-Renesas, Linux-Kernel, Laurent Pinchart, Jose Abreu,
	dri-devel



On 08/07/2017 09:25 AM, Kuninori Morimoto wrote:
> 
> Hi Archit
> 
> Thank you for your feedback
> 
>> On 08/07/2017 07:41 AM, Kuninori Morimoto wrote:
>>>
>>> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>>>
>>> This driver's Copyright is under Renesas Solutions Corp
>>
>> Can we update the year to 2017 while we're at it?
> 
> The original patch was created and applied on 2016
> 
> 	2761ba6c0925ca9c5b917a95f68135d9dce443fb
> 	("drm: bridge: add DesignWare HDMI I2S audio support")
> 
> And moved into new synopsys folder on 2017, I think.

We're allowed to update the copyright year as we continue to
make changes to a file. So, I think updating to 2017 should be
okay.

Archit

> 
> 
> Best regards
> ---
> Kuninori Morimoto
> 

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright
  2017-08-07  3:59     ` Archit Taneja
@ 2017-08-07  4:03       ` Kuninori Morimoto
  0 siblings, 0 replies; 6+ messages in thread
From: Kuninori Morimoto @ 2017-08-07  4:03 UTC (permalink / raw)
  To: Archit Taneja
  Cc: David Airlie, Andrzej Hajda, Russell King, Mark Brown,
	Linux-Renesas, Linux-Kernel, Laurent Pinchart, Jose Abreu,
	dri-devel


Hi Archit

> >> On 08/07/2017 07:41 AM, Kuninori Morimoto wrote:
> >>>
> >>> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >>>
> >>> This driver's Copyright is under Renesas Solutions Corp
> >>
> >> Can we update the year to 2017 while we're at it?
> >
> > The original patch was created and applied on 2016
> >
> > 	2761ba6c0925ca9c5b917a95f68135d9dce443fb
> > 	("drm: bridge: add DesignWare HDMI I2S audio support")
> >
> > And moved into new synopsys folder on 2017, I think.
> 
> We're allowed to update the copyright year as we continue to
> make changes to a file. So, I think updating to 2017 should be
> okay.

OK, will do in v2


Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-07  4:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07  2:11 [PATCH][resend] drm: dw-hdmi-i2s: add missing company name on Copyright Kuninori Morimoto
2017-08-07  3:34 ` Archit Taneja
2017-08-07  3:55   ` Kuninori Morimoto
2017-08-07  3:59     ` Archit Taneja
2017-08-07  4:03       ` Kuninori Morimoto
  -- strict thread matches above, loose matches on Subject: below --
2017-07-24  1:20 Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox