ソースを参照

[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年前
コミット
bc985ca089

+ 1
- 1
src/arch/i386/prefix/hdprefix.S ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

@@ -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

読み込み中…
キャンセル
保存