ソースを参照

[legal] Add missing FILE_LICENCE declarations

Add missing FILE_LICENCE declarations to EFI headers based on the
corresponding source file.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 6年前
コミット
ff648c339d
2個のファイルの変更4行の追加0行の削除
  1. 2
    0
      src/include/ipxe/efi/efi_file.h
  2. 2
    0
      src/include/ipxe/efi/efi_snp.h

+ 2
- 0
src/include/ipxe/efi/efi_file.h ファイルの表示

@@ -7,6 +7,8 @@
7 7
  *
8 8
  */
9 9
 
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
+
10 12
 extern int efi_file_install ( EFI_HANDLE handle );
11 13
 extern void efi_file_uninstall ( EFI_HANDLE handle );
12 14
 

+ 2
- 0
src/include/ipxe/efi/efi_snp.h ファイルの表示

@@ -7,6 +7,8 @@
7 7
  *
8 8
  */
9 9
 
10
+FILE_LICENCE ( GPL2_OR_LATER );
11
+
10 12
 #include <ipxe/list.h>
11 13
 #include <ipxe/netdevice.h>
12 14
 #include <ipxe/efi/efi.h>

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