Browse Source

[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 years ago
parent
commit
ff648c339d
2 changed files with 4 additions and 0 deletions
  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 View File

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

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

Loading…
Cancel
Save