diff options
| author | Michael Brown | 2010-10-18 02:33:33 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-10-18 02:33:55 +0200 |
| commit | 44dbf0e03686b317054a47068bfde23b43b8eb8d (patch) | |
| tree | 59e681d5a81e9ddf486480bbdb74ee0d4047f688 /src | |
| parent | [legal] Ignore config/local header files for licensing purposes (diff) | |
| download | ipxe-44dbf0e03686b317054a47068bfde23b43b8eb8d.tar.gz ipxe-44dbf0e03686b317054a47068bfde23b43b8eb8d.tar.xz ipxe-44dbf0e03686b317054a47068bfde23b43b8eb8d.zip | |
[romprefix] Add missing FILE_LICENCE declaration to undiloader.S
undiloader.S was originally part of romprefix.S, and so inherits its
licence.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/prefix/undiloader.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/undiloader.S b/src/arch/i386/prefix/undiloader.S index 6fab3a34d..951b5c1ce 100644 --- a/src/arch/i386/prefix/undiloader.S +++ b/src/arch/i386/prefix/undiloader.S @@ -1,3 +1,5 @@ +FILE_LICENCE ( GPL2_OR_LATER ) + .text .code16 .arch i386 |
