diff options
| author | Michael Brown | 2009-05-18 10:33:36 +0200 |
|---|---|---|
| committer | Michael Brown | 2009-05-18 10:33:36 +0200 |
| commit | f4bf4e69f797e3a93e02b51aae43af303bb94525 (patch) | |
| tree | a1460cb29759804ae6a0949796f6a325a31f79eb /src | |
| parent | [legal] Add a selection of FILE_LICENCE declarations (diff) | |
| download | ipxe-f4bf4e69f797e3a93e02b51aae43af303bb94525.tar.gz ipxe-f4bf4e69f797e3a93e02b51aae43af303bb94525.tar.xz ipxe-f4bf4e69f797e3a93e02b51aae43af303bb94525.zip | |
[legal] Add FILE_LICENCE declaration to romprefix.S
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/prefix/romprefix.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index 7d5323751..a4cfb5a0f 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -6,6 +6,8 @@ * table so using a noticeable amount of stack space is a no-no. */ +FILE_LICENCE ( GPL2_OR_LATER ) + #include <config/general.h> #define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) ) |
