linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT
@ 2020-04-30 14:55 Emmanuel Vadot
  2020-04-30 15:06 ` Maxime Ripard
  0 siblings, 1 reply; 3+ messages in thread
From: Emmanuel Vadot @ 2020-04-30 14:55 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, daniel,
	matthew.d.roper, noralf, kraxel, tglx
  Cc: dri-devel, linux-kernel, Emmanuel Vadot

Source file was dual licenced but the header was omitted, fix that.
Contributors for this file are:
Noralf Trønnes <noralf@tronnes.org>
Gerd Hoffmann <kraxel@redhat.com>
Thomas Gleixner <tglx@linutronix.de>

Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
---
 include/drm/drm_format_helper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_format_helper.h b/include/drm/drm_format_helper.h
index ac220aa1a245..7c5d4ffb2af2 100644
--- a/include/drm/drm_format_helper.h
+++ b/include/drm/drm_format_helper.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-License-Identifier: GPL-2.0 or MIT */
 /*
  * Copyright (C) 2016 Noralf Trønnes
  */
-- 
2.25.1


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

* Re: [RESEND 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT
  2020-04-30 14:55 [RESEND 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
@ 2020-04-30 15:06 ` Maxime Ripard
  2020-04-30 15:34   ` Emmanuel Vadot
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Ripard @ 2020-04-30 15:06 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, tzimmermann, airlied, daniel, matthew.d.roper,
	noralf, kraxel, tglx, dri-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 941 bytes --]

On Thu, Apr 30, 2020 at 04:55:37PM +0200, Emmanuel Vadot wrote:
> Source file was dual licenced but the header was omitted, fix that.
> Contributors for this file are:
> Noralf Trønnes <noralf@tronnes.org>
> Gerd Hoffmann <kraxel@redhat.com>
> Thomas Gleixner <tglx@linutronix.de>
> 
> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
> Acked-by: Noralf Trønnes <noralf@tronnes.org>
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---
>  include/drm/drm_format_helper.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/drm/drm_format_helper.h b/include/drm/drm_format_helper.h
> index ac220aa1a245..7c5d4ffb2af2 100644
> --- a/include/drm/drm_format_helper.h
> +++ b/include/drm/drm_format_helper.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0-or-later */
> +/* SPDX-License-Identifier: GPL-2.0 or MIT */

You changed the GPL license there, was that intentional?

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [RESEND 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT
  2020-04-30 15:06 ` Maxime Ripard
@ 2020-04-30 15:34   ` Emmanuel Vadot
  0 siblings, 0 replies; 3+ messages in thread
From: Emmanuel Vadot @ 2020-04-30 15:34 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: Emmanuel Vadot, maarten.lankhorst, tzimmermann, airlied, daniel,
	matthew.d.roper, noralf, kraxel, tglx, dri-devel, linux-kernel

On Thu, 30 Apr 2020 17:06:34 +0200
Maxime Ripard <maxime@cerno.tech> wrote:

> On Thu, Apr 30, 2020 at 04:55:37PM +0200, Emmanuel Vadot wrote:
> > Source file was dual licenced but the header was omitted, fix that.
> > Contributors for this file are:
> > Noralf Trønnes <noralf@tronnes.org>
> > Gerd Hoffmann <kraxel@redhat.com>
> > Thomas Gleixner <tglx@linutronix.de>
> > 
> > Acked-by: Gerd Hoffmann <kraxel@redhat.com>
> > Acked-by: Noralf Trønnes <noralf@tronnes.org>
> > Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> > ---
> >  include/drm/drm_format_helper.h | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/include/drm/drm_format_helper.h b/include/drm/drm_format_helper.h
> > index ac220aa1a245..7c5d4ffb2af2 100644
> > --- a/include/drm/drm_format_helper.h
> > +++ b/include/drm/drm_format_helper.h
> > @@ -1,4 +1,4 @@
> > -/* SPDX-License-Identifier: GPL-2.0-or-later */
> > +/* SPDX-License-Identifier: GPL-2.0 or MIT */
> 
> You changed the GPL license there, was that intentional?
> 
> Maxime

 No sorry, fixed in v2.
 Thanks for noticing that.

-- 
Emmanuel Vadot <manu@bidouilliste.com>

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

end of thread, other threads:[~2020-04-30 15:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 14:55 [RESEND 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
2020-04-30 15:06 ` Maxime Ripard
2020-04-30 15:34   ` Emmanuel Vadot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).