forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/sbus/char/openprom.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Linux/SPARC PROM Configuration Driver
34 * Copyright (C) 1996 Thomas K. Dyas (tdyas@noc.rutgers.edu)
....@@ -14,20 +15,6 @@
1415 * sanity's sake.
1516 */
1617
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 the
20
- * License, or (at your option) any later version.
21
- *
22
- * This program is distributed in the hope that it will be useful, but
23
- * WITHOUT ANY WARRANTY; without even the implied warranty of
24
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25
- * General Public License for more details.
26
- *
27
- * You should have received a copy of the GNU General Public License
28
- * along with this program; if not, write to the Free Software
29
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
30
- */
3118
3219 #include <linux/module.h>
3320 #include <linux/kernel.h>