forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/input/touchscreen/cyttsp4_core.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * cyttsp4_core.h
34 * Cypress TrueTouch(TM) Standard Product V4 Core driver module.
....@@ -8,18 +9,7 @@
89 *
910 * Copyright (C) 2012 Cypress Semiconductor
1011 *
11
- * This program is free software; you can redistribute it and/or
12
- * modify it under the terms of the GNU General Public License
13
- * version 2, and only version 2, as published by the
14
- * Free Software Foundation.
15
- *
16
- * This program is distributed in the hope that it will be useful,
17
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
- * GNU General Public License for more details.
20
- *
2112 * Contact Cypress Semiconductor at www.cypress.com <ttdrivers@cypress.com>
22
- *
2313 */
2414
2515 #ifndef _LINUX_CYTTSP4_CORE_H