| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* National Semiconductor NS87560UBD Super I/O controller used in |
|---|
| 2 | 3 | * HP [BCJ]x000 workstations. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 13 | 14 | * (C) Copyright 2003 Grant Grundler <grundler parisc-linux org> |
|---|
| 14 | 15 | * (C) Copyright 2005 Kyle McMartin <kyle@parisc-linux.org> |
|---|
| 15 | 16 | * (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. |
|---|
| 21 | 17 | * |
|---|
| 22 | 18 | * The initial version of this is by Martin Peterson. Alex deVries |
|---|
| 23 | 19 | * has spent a bit of time trying to coax it into working. |
|---|