From 2dab3bf851fa2204d4a99549f1c4d34390840691 Mon Sep 17 00:00:00 2001 From: Philippe CORNU Date: Fri, 19 Jan 2018 12:05:16 +0100 Subject: [PATCH] drm/panel: otm8009a: Adopt SPDX identifiers Add SPDX identifiers to OriseTech OTM8009a panel driver. Signed-off-by: Philippe Cornu Signed-off-by: Thierry Reding Link: https://patchwork.freedesktop.org/patch/msgid/20180119110516.4916-1-philippe.cornu@st.com --- drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c b/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c index dbd5da5..90f1ae4 100644 --- a/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c +++ b/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c @@ -1,11 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) STMicroelectronics SA 2017 * * Authors: Philippe Cornu * Yannick Fertre - * - * License terms: GNU General Public License (GPL), version 2 */ + #include #include #include -- 2.7.4