Browse Source

[legal] Add FILE_LICENCE declaration to romprefix.S

tags/v0.9.8
Michael Brown 15 years ago
parent
commit
f4bf4e69f7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/arch/i386/prefix/romprefix.S

+ 2
- 0
src/arch/i386/prefix/romprefix.S View File

6
  * table so using a noticeable amount of stack space is a no-no.
6
  * table so using a noticeable amount of stack space is a no-no.
7
  */
7
  */
8
 
8
 
9
+FILE_LICENCE ( GPL2_OR_LATER )
10
+
9
 #include <config/general.h>
11
 #include <config/general.h>
10
 
12
 
11
 #define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )
13
 #define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )

Loading…
Cancel
Save