.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * pnpbios -- PnP BIOS driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
17 | 18 | * |
---|
18 | 19 | * Ported to the PnP Layer and several additional improvements (C) 2002 |
---|
19 | 20 | * by Adam Belay <ambx1@neo.rr.com> |
---|
20 | | - * |
---|
21 | | - * This program is free software; you can redistribute it and/or modify it |
---|
22 | | - * under the terms of the GNU General Public License as published by the |
---|
23 | | - * Free Software Foundation; either version 2, or (at your option) any |
---|
24 | | - * later version. |
---|
25 | | - * |
---|
26 | | - * This program is distributed in the hope that it will be useful, but |
---|
27 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
28 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
29 | | - * General Public License for more details. |
---|
30 | | - * |
---|
31 | | - * You should have received a copy of the GNU General Public License |
---|
32 | | - * along with this program; if not, write to the Free Software |
---|
33 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
34 | 21 | */ |
---|
35 | 22 | |
---|
36 | 23 | /* Change Log |
---|