hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/pnp/pnpbios/core.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * pnpbios -- PnP BIOS driver
34 *
....@@ -17,20 +18,6 @@
1718 *
1819 * Ported to the PnP Layer and several additional improvements (C) 2002
1920 * 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
3421 */
3522
3623 /* Change Log