diff options
author | Emmanuel Vadot <[email protected]> | 2020-02-15 19:09:11 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2020-02-17 10:27:13 +0100 |
commit | 0bd65bd8da2ecbe7587c293ba6a48caa4680385c (patch) | |
tree | a5625f5a57ce52d514488e0377a2eb8c6d0f6a37 | |
parent | 6707b755060563cb6b10d3c390fae10a600eb19d (diff) |
drm/format_helper: Dual licence the file in GPL 2 and MIT
Contributors for this file are :
Gerd Hoffmann <[email protected]>
Maxime Ripard <[email protected]>
Noralf Trønnes <[email protected]>
Acked-by: Noralf Trønnes <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Acked-by: Maxime Ripard <[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-- | drivers/gpu/drm/drm_format_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |