| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/drivers/hil/hilkbd.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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> |
|---|
| 6 | 7 | * Copyright (C) 1999-2007 Helge Deller <deller@gmx.de> |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * Very basic HP Human Interface Loop (HIL) driver. |
|---|
| 9 | 10 | * This driver handles the keyboard on HP300 (m68k) and on some |
|---|
| 10 | 11 | * 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. |
|---|
| 16 | 12 | */ |
|---|
| 17 | 13 | |
|---|
| 18 | 14 | #include <linux/pci_ids.h> |
|---|