.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * cyttsp_i2c_common.c |
---|
3 | 4 | * Cypress TrueTouch(TM) Standard Product (TTSP) I2C touchscreen driver. |
---|
.. | .. |
---|
11 | 12 | * Copyright (C) 2009, 2010, 2011 Cypress Semiconductor, Inc. |
---|
12 | 13 | * Copyright (C) 2012 Javier Martinez Canillas <javier@dowhile0.org> |
---|
13 | 14 | * |
---|
14 | | - * This program is free software; you can redistribute it and/or |
---|
15 | | - * modify it under the terms of the GNU General Public License |
---|
16 | | - * version 2, and only version 2, as published by the |
---|
17 | | - * Free Software Foundation. |
---|
18 | | - * |
---|
19 | | - * This program is distributed in the hope that it will be useful, |
---|
20 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
22 | | - * GNU General Public License for more details. |
---|
23 | | - * |
---|
24 | 15 | * Contact Cypress Semiconductor at www.cypress.com <ttdrivers@cypress.com> |
---|
25 | | - * |
---|
26 | 16 | */ |
---|
27 | 17 | |
---|
28 | 18 | #include <linux/device.h> |
---|