mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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
This commit is contained in:
parent
e077e2f5f8
commit
6bf18d84f7
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue