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