hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/parisc/superio.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* National Semiconductor NS87560UBD Super I/O controller used in
23 * HP [BCJ]x000 workstations.
34 *
....@@ -13,11 +14,6 @@
1314 * (C) Copyright 2003 Grant Grundler <grundler parisc-linux org>
1415 * (C) Copyright 2005 Kyle McMartin <kyle@parisc-linux.org>
1516 * (C) Copyright 2006 Helge Deller <deller@gmx.de>
16
- *
17
- * This program is free software; you can redistribute it and/or
18
- * modify it under the terms of the GNU General Public License as
19
- * published by the Free Software Foundation; either version 2 of
20
- * the License, or (at your option) any later version.
2117 *
2218 * The initial version of this is by Martin Peterson. Alex deVries
2319 * has spent a bit of time trying to coax it into working.