Browse Source

[legal] Relicense files under GPL2_OR_LATER_OR_UBDL

Several of the assembly files in arch/i386/prefix were missed by the
automated relicensing tool due to missing licence declarations, code
dating back to the initial git revision, etc.  Manual review shows
that these files may be relicensed.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 years ago
parent
commit
bc985ca089

+ 1
- 1
src/arch/i386/prefix/hdprefix.S View File

@@ -1,4 +1,4 @@
1
-FILE_LICENCE ( GPL2_OR_LATER )
1
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2 2
 
3 3
 	.text
4 4
 	.arch i386

+ 1
- 1
src/arch/i386/prefix/lkrnprefix.S View File

@@ -1,4 +1,4 @@
1
-FILE_LICENCE ( GPL_ANY )
1
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2 2
 
3 3
 #define BZI_LOAD_HIGH_ADDR 0x100000
4 4
 

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

@@ -1,3 +1,5 @@
1
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2
+
1 3
 	.text
2 4
 	.arch i386
3 5
 	.section ".prefix", "awx", @progbits

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

@@ -1,3 +1,5 @@
1
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2
+
1 3
 	.text
2 4
 	.arch i386
3 5
 	.code16

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

@@ -1,3 +1,5 @@
1
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2
+
1 3
 	.org	0
2 4
 	.text
3 5
 	.arch i386

+ 1
- 1
src/arch/i386/prefix/pxeprefix.S View File

@@ -1,4 +1,4 @@
1
-FILE_LICENCE ( GPL2_OR_LATER )
1
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2 2
 
3 3
 #define PXENV_UNDI_SHUTDOWN		0x0005
4 4
 #define	PXENV_UNDI_GET_NIC_TYPE		0x0012

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

@@ -1,3 +1,5 @@
1
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2
+
1 3
 	.text
2 4
 	.arch i386
3 5
 	.section ".prefix", "awx", @progbits

Loading…
Cancel
Save