forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/parisc/kernel/pdc_cons.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * PDC Console support - ie use firmware to dump text via boot console
34 *
....@@ -13,21 +14,6 @@
1314 * Copyright (C) 2001 Thomas Bogendoerfer <tsbogend at parisc-linux.org>
1415 * Copyright (C) 2002 Randolph Chung <tausq with parisc-linux.org>
1516 * Copyright (C) 2010 Guy Martin <gmsoft at tuxicoman.be>
16
- *
17
- *
18
- * This program is free software; you can redistribute it and/or modify
19
- * it under the terms of the GNU General Public License as published by
20
- * the Free Software Foundation; either version 2 of the License, or
21
- * (at your option) any later version.
22
- *
23
- * This program is distributed in the hope that it will be useful,
24
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
25
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26
- * GNU General Public License for more details.
27
- *
28
- * You should have received a copy of the GNU General Public License
29
- * along with this program; if not, write to the Free Software
30
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3117 */
3218
3319 /*