hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/keyboard/lkkbd.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2004 by Jan-Benedict Glaw <jbglaw@lug-owl.de>
34 */
....@@ -46,19 +47,6 @@
4647 */
4748
4849 /*
49
- * This program is free software; you can redistribute it and/or modify
50
- * it under the terms of the GNU General Public License as published by
51
- * the Free Software Foundation; either version 2 of the License, or
52
- * (at your option) any later version.
53
- *
54
- * This program is distributed in the hope that it will be useful,
55
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
56
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
57
- * GNU General Public License for more details.
58
- *
59
- * You should have received a copy of the GNU General Public License
60
- * along with this program; if not, write to the Free Software
61
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6250 */
6351
6452 #include <linux/delay.h>