diff options
| author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-25 23:19:26 -0400 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2018-09-27 07:53:11 -0400 |
| commit | 6bf18d84f768a02618f5518ebc88adb4e71ae2b4 (patch) | |
| tree | 3465b05565901e1fe6cf0977329357846665c042 /drivers | |
| parent | e077e2f5f8106ed22c245b538f1fba412f864e94 (diff) | |
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')
| -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 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0 | ||
| 1 | /* | 2 | /* |
| 2 | * Copyright (C) 2017 NXP Semiconductors. | 3 | * Copyright (C) 2017 NXP Semiconductors. |
| 3 | * Author: Marco Franchi <marco.franchi@nxp.com> | 4 | * Author: Marco Franchi <marco.franchi@nxp.com> |
| 4 | * | 5 | * |
| 5 | * Based on Panel Simple driver by Thierry Reding <treding@nvidia.com> | 6 | * Based on Panel Simple driver by Thierry Reding <treding@nvidia.com> |
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or | ||
| 8 | * modify it under the terms of the GNU General Public License version | ||
| 9 | * 2 as published by the Free Software Foundation. | ||
| 10 | */ | 7 | */ |
| 11 | 8 | ||
| 12 | #include <linux/backlight.h> | 9 | #include <linux/backlight.h> |
