hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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>