forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/powerpc/sysdev/udbg_memcons.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * A udbg backend which logs messages and reads input from in memory
34 * buffers.
....@@ -11,11 +12,6 @@
1112 *
1213 * Copyright (C) 2003-2005 Anton Blanchard and Milton Miller, IBM Corp
1314 * Copyright (C) 2013 Alistair Popple, IBM Corp
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version
18
- * 2 of the License, or (at your option) any later version.
1915 */
2016
2117 #include <linux/kernel.h>