linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT
@ 2020-03-20  2:21 Emmanuel Vadot
  2020-03-20  2:21 ` [PATCH 2/2] drm/format_helper: " Emmanuel Vadot
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Emmanuel Vadot @ 2020-03-20  2:21 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:
Daniel Vetter <daniel.vetter@ffwll.ch>
Matt Roper <matthew.d.roper@intel.com>
Maxime Ripard <mripard@kernel.org>
Noralf Trønnes <noralf@tronnes.org>
Thomas Zimmermann <tzimmermann@suse.de>

Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
---
 include/drm/drm_client.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h
index 3ed5dee899fd..94c9c72c206d 100644
--- a/include/drm/drm_client.h
+++ b/include/drm/drm_client.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 or MIT */
 
 #ifndef _DRM_CLIENT_H_
 #define _DRM_CLIENT_H_
-- 
2.25.1


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

* [PATCH 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT
  2020-03-20  2:21 [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
@ 2020-03-20  2:21 ` Emmanuel Vadot
  2020-03-20  5:38   ` Gerd Hoffmann
  2020-03-20 12:21   ` Noralf Trønnes
  2020-03-20 12:21 ` [PATCH 1/2] drm/client: " Noralf Trønnes
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 7+ messages in thread
From: Emmanuel Vadot @ 2020-03-20  2:21 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>

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] 7+ messages in thread

* Re: [PATCH 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT
  2020-03-20  2:21 ` [PATCH 2/2] drm/format_helper: " Emmanuel Vadot
@ 2020-03-20  5:38   ` Gerd Hoffmann
  2020-03-20 12:21   ` Noralf Trønnes
  1 sibling, 0 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2020-03-20  5:38 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, daniel,
	matthew.d.roper, noralf, tglx, dri-devel, linux-kernel

On Fri, Mar 20, 2020 at 03:21:14AM +0100, 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>

> 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	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT
  2020-03-20  2:21 [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
  2020-03-20  2:21 ` [PATCH 2/2] drm/format_helper: " Emmanuel Vadot
@ 2020-03-20 12:21 ` Noralf Trønnes
  2020-03-20 15:09 ` Matt Roper
  2020-03-23 10:01 ` Daniel Vetter
  3 siblings, 0 replies; 7+ messages in thread
From: Noralf Trønnes @ 2020-03-20 12:21 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, tzimmermann, airlied,
	daniel, matthew.d.roper, kraxel, tglx
  Cc: dri-devel, linux-kernel



Den 20.03.2020 03.21, skrev Emmanuel Vadot:
> Source file was dual licenced but the header was omitted, fix that.
> Contributors for this file are:
> Daniel Vetter <daniel.vetter@ffwll.ch>
> Matt Roper <matthew.d.roper@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Thomas Zimmermann <tzimmermann@suse.de>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---

Acked-by: Noralf Trønnes <noralf@tronnes.org>

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

* Re: [PATCH 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT
  2020-03-20  2:21 ` [PATCH 2/2] drm/format_helper: " Emmanuel Vadot
  2020-03-20  5:38   ` Gerd Hoffmann
@ 2020-03-20 12:21   ` Noralf Trønnes
  1 sibling, 0 replies; 7+ messages in thread
From: Noralf Trønnes @ 2020-03-20 12:21 UTC (permalink / raw)
  To: Emmanuel Vadot, maarten.lankhorst, mripard, tzimmermann, airlied,
	daniel, matthew.d.roper, kraxel, tglx
  Cc: dri-devel, linux-kernel



Den 20.03.2020 03.21, skrev 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>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---

Acked-by: Noralf Trønnes <noralf@tronnes.org>

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

* Re: [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT
  2020-03-20  2:21 [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
  2020-03-20  2:21 ` [PATCH 2/2] drm/format_helper: " Emmanuel Vadot
  2020-03-20 12:21 ` [PATCH 1/2] drm/client: " Noralf Trønnes
@ 2020-03-20 15:09 ` Matt Roper
  2020-03-23 10:01 ` Daniel Vetter
  3 siblings, 0 replies; 7+ messages in thread
From: Matt Roper @ 2020-03-20 15:09 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, daniel, noralf,
	kraxel, tglx, dri-devel, linux-kernel

On Fri, Mar 20, 2020 at 03:21:13AM +0100, Emmanuel Vadot wrote:
> Source file was dual licenced but the header was omitted, fix that.
> Contributors for this file are:
> Daniel Vetter <daniel.vetter@ffwll.ch>
> Matt Roper <matthew.d.roper@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Thomas Zimmermann <tzimmermann@suse.de>

Acked-by: Matt Roper <matthew.d.roper@intel.com>

> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>
> ---
>  include/drm/drm_client.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h
> index 3ed5dee899fd..94c9c72c206d 100644
> --- a/include/drm/drm_client.h
> +++ b/include/drm/drm_client.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 or MIT */
>  
>  #ifndef _DRM_CLIENT_H_
>  #define _DRM_CLIENT_H_
> -- 
> 2.25.1
> 

-- 
Matt Roper
Graphics Software Engineer
VTT-OSGC Platform Enablement
Intel Corporation
(916) 356-2795

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

* Re: [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT
  2020-03-20  2:21 [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
                   ` (2 preceding siblings ...)
  2020-03-20 15:09 ` Matt Roper
@ 2020-03-23 10:01 ` Daniel Vetter
  3 siblings, 0 replies; 7+ messages in thread
From: Daniel Vetter @ 2020-03-23 10:01 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, daniel,
	matthew.d.roper, noralf, kraxel, tglx, dri-devel, linux-kernel

On Fri, Mar 20, 2020 at 03:21:13AM +0100, Emmanuel Vadot wrote:
> Source file was dual licenced but the header was omitted, fix that.
> Contributors for this file are:
> Daniel Vetter <daniel.vetter@ffwll.ch>
> Matt Roper <matthew.d.roper@intel.com>
> Maxime Ripard <mripard@kernel.org>
> Noralf Trønnes <noralf@tronnes.org>
> Thomas Zimmermann <tzimmermann@suse.de>
> 
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> ---
>  include/drm/drm_client.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h
> index 3ed5dee899fd..94c9c72c206d 100644
> --- a/include/drm/drm_client.h
> +++ b/include/drm/drm_client.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: GPL-2.0 or MIT */
>  
>  #ifndef _DRM_CLIENT_H_
>  #define _DRM_CLIENT_H_
> -- 
> 2.25.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

end of thread, other threads:[~2020-03-23 10:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20  2:21 [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
2020-03-20  2:21 ` [PATCH 2/2] drm/format_helper: " Emmanuel Vadot
2020-03-20  5:38   ` Gerd Hoffmann
2020-03-20 12:21   ` Noralf Trønnes
2020-03-20 12:21 ` [PATCH 1/2] drm/client: " Noralf Trønnes
2020-03-20 15:09 ` Matt Roper
2020-03-23 10:01 ` Daniel Vetter

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).