[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200320022114.2234-1-manu@FreeBSD.org>
Date: Fri, 20 Mar 2020 03:21:13 +0100
From: Emmanuel Vadot <manu@...eBSD.org>
To: maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
tzimmermann@...e.de, airlied@...ux.ie, daniel@...ll.ch,
matthew.d.roper@...el.com, noralf@...nnes.org, kraxel@...hat.com,
tglx@...utronix.de
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Emmanuel Vadot <manu@...eBSD.org>
Subject: [PATCH 1/2] drm/client: Dual licence the header in GPL-2 and MIT
Source file was dual licenced but the header was omitted, fix that.
Contributors for this file are:
Daniel Vetter <daniel.vetter@...ll.ch>
Matt Roper <matthew.d.roper@...el.com>
Maxime Ripard <mripard@...nel.org>
Noralf Trønnes <noralf@...nnes.org>
Thomas Zimmermann <tzimmermann@...e.de>
Signed-off-by: Emmanuel Vadot <manu@...eBSD.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
Powered by blists - more mailing lists