diff options
author | Emmanuel Vadot <[email protected]> | 2020-04-30 17:33:46 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2020-05-05 10:53:05 +0200 |
commit | ca96088aa0de3400048093adb2fa13eb10569023 (patch) | |
tree | 0a359fe14d25ec88d557d0c398cdea2b586ff773 | |
parent | 9bcaa3fe58ab7559e71df798bcff6e0795158695 (diff) |
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 <[email protected]>
Matt Roper <[email protected]>
Maxime Ripard <[email protected]>
Noralf Trønnes <[email protected]>
Thomas Zimmermann <[email protected]>
Acked-by: Noralf Trønnes <[email protected]>
Acked-by: Matt Roper <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Signed-off-by: Emmanuel Vadot <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/drm/drm_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h index 7402f852d3c4..eb259c2547af 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_ |