From: Emmanuel Vadot Date: Thu, 30 Apr 2020 15:33:46 +0000 (+0200) Subject: drm/client: Dual licence the header in GPL-2 and MIT X-Git-Tag: baikal/mips/sdk5.9~13559^2~13^2~13 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=e994edc3313d550c316c33aab5e4b9cfb6f70818;p=kernel.git 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 Matt Roper Maxime Ripard Noralf Trønnes Thomas Zimmermann Acked-by: Noralf Trønnes Acked-by: Matt Roper Acked-by: Daniel Vetter Acked-by: Maxime Ripard Acked-by: Thomas Zimmermann Signed-off-by: Emmanuel Vadot Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20200430153347.85323-1-manu@FreeBSD.org --- diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h index 7402f852d3c47..eb259c2547af7 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_