.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * hack-coff.c - hack the header of an xcoff file to fill in |
---|
3 | 4 | * a few fields needed by the Open Firmware xcoff loader on |
---|
4 | 5 | * Power Macs but not initialized by objcopy. |
---|
5 | 6 | * |
---|
6 | 7 | * 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. |
---|
12 | 8 | */ |
---|
13 | 9 | #include <stdio.h> |
---|
14 | 10 | #include <stdlib.h> |
---|