diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-26 00:19:26 -0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-09-27 13:53:11 +0200 |
commit | 6bf18d84f768a02618f5518ebc88adb4e71ae2b4 (patch) | |
tree | 3465b05565901e1fe6cf0977329357846665c042 /drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | |
parent | e077e2f5f8106ed22c245b538f1fba412f864e94 (diff) | |
download | lwn-6bf18d84f768a02618f5518ebc88adb4e71ae2b4.tar.gz lwn-6bf18d84f768a02618f5518ebc88adb4e71ae2b4.zip |
drm/panel: seiko-43wvf1g: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1532575167-14754-1-git-send-email-festevam@gmail.com
Diffstat (limited to 'drivers/gpu/drm/panel/panel-seiko-43wvf1g.c')
-rw-r--r-- | drivers/gpu/drm/panel/panel-seiko-43wvf1g.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c b/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c index 75f925390551..70654f9570d3 100644 --- a/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c +++ b/drivers/gpu/drm/panel/panel-seiko-43wvf1g.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 NXP Semiconductors. * Author: Marco Franchi <marco.franchi@nxp.com> * * Based on Panel Simple driver by Thierry Reding <treding@nvidia.com> - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License version - * 2 as published by the Free Software Foundation. */ #include <linux/backlight.h> |