| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * cyttsp4_core.h |
|---|
| 3 | 4 | * Cypress TrueTouch(TM) Standard Product V4 Core driver module. |
|---|
| .. | .. |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * Copyright (C) 2012 Cypress Semiconductor |
|---|
| 10 | 11 | * |
|---|
| 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 | | - * |
|---|
| 21 | 12 | * Contact Cypress Semiconductor at www.cypress.com <ttdrivers@cypress.com> |
|---|
| 22 | | - * |
|---|
| 23 | 13 | */ |
|---|
| 24 | 14 | |
|---|
| 25 | 15 | #ifndef _LINUX_CYTTSP4_CORE_H |
|---|