From: Michael Brown Date: Mon, 18 May 2009 08:33:36 +0000 (+0100) Subject: [legal] Add FILE_LICENCE declaration to romprefix.S X-Git-Tag: v0.9.8~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4bf4e69f797e3a93e02b51aae43af303bb94525;p=thirdparty%2Fipxe.git [legal] Add FILE_LICENCE declaration to romprefix.S --- 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 #define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )