Преглед изворни кода

[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 пре 8 година
родитељ
комит
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
  *
7
  *
8
  */
8
  */
9
 
9
 
10
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
+
10
 extern int efi_file_install ( EFI_HANDLE handle );
12
 extern int efi_file_install ( EFI_HANDLE handle );
11
 extern void efi_file_uninstall ( EFI_HANDLE handle );
13
 extern void efi_file_uninstall ( EFI_HANDLE handle );
12
 
14
 

+ 2
- 0
src/include/ipxe/efi/efi_snp.h Прегледај датотеку

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

Loading…
Откажи
Сачувај