hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/video/fbdev/mmp/panel/tpo_tj032md01bw.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * linux/drivers/video/mmp/panel/tpo_tj032md01bw.c
34 * active panel using spi interface to do init
....@@ -6,20 +7,6 @@
67 * Authors: Guoqing Li <ligq@marvell.com>
78 * Lisa Du <cldu@marvell.com>
89 * Zhou Zhu <zzhu3@marvell.com>
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License as published by the
12
- * Free Software Foundation; either version 2 of the License, or (at your
13
- * option) any later version.
14
- *
15
- * This program is distributed in the hope that it will be useful, but WITHOUT
16
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
18
- * more details.
19
- *
20
- * You should have received a copy of the GNU General Public License along with
21
- * this program. If not, see <http://www.gnu.org/licenses/>.
22
- *
2310 */
2411
2512 #include <linux/module.h>