hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
kernel/arch/mips/dec/ecc-berr.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Bus error event handling code for systems equipped with ECC
34 * handling logic, i.e. DECstation/DECsystem 5000/200 (KN02),
....@@ -5,11 +6,6 @@
56 * 5900/260 (KN05) systems.
67 *
78 * Copyright (c) 2003, 2005 Maciej W. Rozycki
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * as published by the Free Software Foundation; either version
12
- * 2 of the License, or (at your option) any later version.
139 */
1410
1511 #include <linux/init.h>