summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2009-05-18 10:33:36 +0200
committerMichael Brown2009-05-18 10:33:36 +0200
commitf4bf4e69f797e3a93e02b51aae43af303bb94525 (patch)
treea1460cb29759804ae6a0949796f6a325a31f79eb /src/arch
parent[legal] Add a selection of FILE_LICENCE declarations (diff)
downloadipxe-f4bf4e69f797e3a93e02b51aae43af303bb94525.tar.gz
ipxe-f4bf4e69f797e3a93e02b51aae43af303bb94525.tar.xz
ipxe-f4bf4e69f797e3a93e02b51aae43af303bb94525.zip
[legal] Add FILE_LICENCE declaration to romprefix.S
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/prefix/romprefix.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S
index 7d532375..a4cfb5a0 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 ) )