dri-devel.lists.freedesktop.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: Emmanuel Vadot, 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>

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

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

^ permalink raw reply related	[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).