hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/input/mouse/cypress_ps2.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Cypress Trackpad PS/2 mouse driver
34 *
....@@ -9,10 +10,6 @@
910 * Additional contributors include:
1011 * Kamal Mostafa <kamal@canonical.com>
1112 * Kyle Fazzari <git@status.e4ward.com>
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License version 2 as published by
15
- * the Free Software Foundation.
1613 */
1714
1815 #include <linux/module.h>