[PATCH 2/2] drm/format_helper: Dual licence the file in GPL 2 and MIT

Emmanuel Vadot manu at FreeBSD.org
Mon Feb 10 15:35:44 UTC 2020


From: Emmanuel Vadot <manu at FreeBSD.Org>

Change the licence to a dual one with MIT so BSDs could use this file.

Signed-off-by: Emmanuel Vadot <manu at FreeBSD.org>
---
 drivers/gpu/drm/drm_format_helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c
index 0897cb9aeaff..3b818f2b2392 100644
--- a/drivers/gpu/drm/drm_format_helper.c
+++ b/drivers/gpu/drm/drm_format_helper.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+// SPDX-License-Identifier: GPL-2.0 or MIT
 /*
  * Copyright (C) 2016 Noralf Trønnes
  *
-- 
2.25.0



More information about the dri-devel mailing list