hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/touchscreen/cyttsp_spi.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Source for:
34 * Cypress TrueTouch(TM) Standard Product (TTSP) SPI touchscreen driver.
....@@ -10,18 +11,7 @@
1011 * Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org>
1112 * Copyright (C) 2013 Cypress Semiconductor
1213 *
13
- * This program is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU General Public License
15
- * version 2, and only version 2, as published by the
16
- * Free Software Foundation.
17
- *
18
- * This program is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- * GNU General Public License for more details.
22
- *
2314 * Contact Cypress Semiconductor at www.cypress.com <ttdrivers@cypress.com>
24
- *
2515 */
2616
2717 #include "cyttsp_core.h"