mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[legal] Add FILE_LICENCE declaration to romprefix.S
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
* table so using a noticeable amount of stack space is a no-no.
|
* table so using a noticeable amount of stack space is a no-no.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER )
|
||||||
|
|
||||||
#include <config/general.h>
|
#include <config/general.h>
|
||||||
|
|
||||||
#define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )
|
#define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )
|
||||||
|
|||||||
Reference in New Issue
Block a user