hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/touchscreen/migor_ts.c
....@@ -1,23 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * Touch Screen driver for Renesas MIGO-R Platform
34 *
45 * Copyright (c) 2008 Magnus Damm
56 * Copyright (c) 2007 Ujjwal Pande <ujjwal@kenati.com>,
67 * Kenati Technologies Pvt Ltd.
7
- *
8
- * This file is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public
10
- * License as published by the Free Software Foundation; either
11
- * version 2 of the License, or (at your option) any later version.
12
- *
13
- * This file is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
- * General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public
19
- * License along with this library; if not, write to the Free Software
20
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
218 */
229 #include <linux/module.h>
2310 #include <linux/kernel.h>