hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/powerpc/boot/hack-coff.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * hack-coff.c - hack the header of an xcoff file to fill in
34 * a few fields needed by the Open Firmware xcoff loader on
45 * Power Macs but not initialized by objcopy.
56 *
67 * Copyright (C) Paul Mackerras 1997.
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License
10
- * as published by the Free Software Foundation; either version
11
- * 2 of the License, or (at your option) any later version.
128 */
139 #include <stdio.h>
1410 #include <stdlib.h>