hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/keyboard/hilkbd.c
....@@ -1,18 +1,14 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/drivers/hil/hilkbd.c
34 *
45 * Copyright (C) 1998 Philip Blundell <philb@gnu.org>
5
- * Copyright (C) 1999 Matthew Wilcox <willy@bofh.ai>
6
+ * Copyright (C) 1999 Matthew Wilcox <willy@infradead.org>
67 * Copyright (C) 1999-2007 Helge Deller <deller@gmx.de>
78 *
89 * Very basic HP Human Interface Loop (HIL) driver.
910 * This driver handles the keyboard on HP300 (m68k) and on some
1011 * HP700 (parisc) series machines.
11
- *
12
- *
13
- * This file is subject to the terms and conditions of the GNU General Public
14
- * License version 2. See the file COPYING in the main directory of this
15
- * archive for more details.
1612 */
1713
1814 #include <linux/pci_ids.h>