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

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: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Matt Roper <matthew.d.roper@intel.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 7402f852d3c4..eb259c2547af 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

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [RESEND 1/2] drm/client: Dual licence the header in GPL-2 and MIT
  2020-04-30 14:54 [RESEND 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
@ 2020-04-30 15:06 ` Maxime Ripard
  2020-04-30 15:08 ` Daniel Vetter
  2020-04-30 15:14 ` Thomas Zimmermann
  2 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2020-04-30 15:06 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: tzimmermann, airlied, Daniel Vetter, linux-kernel, dri-devel,
	kraxel, tglx


[-- Attachment #1.1: Type: text/plain, Size: 642 bytes --]

On Thu, Apr 30, 2020 at 04:54:38PM +0200, 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: Noralf Trønnes <noralf@tronnes.org>
> Acked-by: Matt Roper <matthew.d.roper@intel.com>
> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

Acked-by: Maxime Ripard <mripard@kernel.org>

Maxime

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [RESEND 1/2] drm/client: Dual licence the header in GPL-2 and MIT
  2020-04-30 14:54 [RESEND 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
  2020-04-30 15:06 ` Maxime Ripard
@ 2020-04-30 15:08 ` Daniel Vetter
  2020-04-30 15:14 ` Thomas Zimmermann
  2 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2020-04-30 15:08 UTC (permalink / raw)
  To: Emmanuel Vadot
  Cc: Dave Airlie, dri-devel, Linux Kernel Mailing List, Gerd Hoffmann,
	Thomas Zimmermann, Thomas Gleixner

On Thu, Apr 30, 2020 at 4:54 PM Emmanuel Vadot <manu@freebsd.org> 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: Noralf Trønnes <noralf@tronnes.org>
> Acked-by: Matt Roper <matthew.d.roper@intel.com>
> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> 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 7402f852d3c4..eb259c2547af 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
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

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


[-- Attachment #1.1.1: Type: text/plain, Size: 1277 bytes --]



Am 30.04.20 um 16:54 schrieb 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>
> 
> Acked-by: Noralf Trønnes <noralf@tronnes.org>
> Acked-by: Matt Roper <matthew.d.roper@intel.com>
> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> Signed-off-by: Emmanuel Vadot <manu@FreeBSD.org>

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>

> ---
>  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 7402f852d3c4..eb259c2547af 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_
> 

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-05-01  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30 14:54 [RESEND 1/2] drm/client: Dual licence the header in GPL-2 and MIT Emmanuel Vadot
2020-04-30 15:06 ` Maxime Ripard
2020-04-30 15:08 ` Daniel Vetter
2020-04-30 15:14 ` Thomas Zimmermann

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