[PATCH v2 2/2] drm/format_helper: Dual licence the header in GPL-2 and MIT

Emmanuel Vadot manu at FreeBSD.org
Thu Apr 30 15:34:06 UTC 2020


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

Acked-by: Gerd Hoffmann <kraxel at redhat.com>
Acked-by: Noralf Trønnes <noralf at tronnes.org>
Signed-off-by: Emmanuel Vadot <manu at FreeBSD.org>
---
Change in v2:
Retain the GPL-2.0-or-later SPDF identifier.

 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..b8ddf473ef77 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-later or MIT */
 /*
  * Copyright (C) 2016 Noralf Trønnes
  */
-- 
2.25.1



More information about the dri-devel mailing list