forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/x86/kernel/apm_32.c
....@@ -1,19 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* -*- linux-c -*-
23 * APM BIOS driver for Linux
34 * Copyright 1994-2001 Stephen Rothwell (sfr@canb.auug.org.au)
45 *
56 * Initial development of this driver was funded by NEC Australia P/L
67 * and NEC Corporation
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2, or (at your option) any
11
- * later version.
12
- *
13
- * This program is distributed in the hope that it will be useful, but
14
- * WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
- * General Public License for more details.
178 *
189 * October 1995, Rik Faith (faith@cs.unc.edu):
1910 * Minor enhancements and updates (to the patch set) for 1.3.x