commit | 0bd65bd8da2ecbe7587c293ba6a48caa4680385c | [log] [tgz] |
---|---|---|
author | Emmanuel Vadot <[email protected]> | Sat Feb 15 19:09:11 2020 +0100 |
committer | Daniel Vetter <[email protected]> | Mon Feb 17 10:27:13 2020 +0100 |
tree | a5625f5a57ce52d514488e0377a2eb8c6d0f6a37 | |
parent | 6707b755060563cb6b10d3c390fae10a600eb19d [diff] [blame] |
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]
diff --git a/drivers/gpu/drm/drm_format_helper.c b/drivers/gpu/drm/drm_format_helper.c index 0897cb9..3b818f2 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 *