diff options
author | Michael Brown | 2017-12-29 12:53:46 +0100 |
---|---|---|
committer | Michael Brown | 2017-12-29 12:54:59 +0100 |
commit | ff648c339d25589a343a284286137058d19c17c2 (patch) | |
tree | 78160ba6f7e04a4b90bccb150782dfd9308231ee /src/include/ipxe | |
parent | [image] Omit URI query string and fragment from download progress messages (diff) | |
download | ipxe-ff648c339d25589a343a284286137058d19c17c2.tar.gz ipxe-ff648c339d25589a343a284286137058d19c17c2.tar.xz ipxe-ff648c339d25589a343a284286137058d19c17c2.zip |
[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>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r-- | src/include/ipxe/efi/efi_file.h | 2 | ||||
-rw-r--r-- | src/include/ipxe/efi/efi_snp.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_file.h b/src/include/ipxe/efi/efi_file.h index e4db0305..79c073cf 100644 --- a/src/include/ipxe/efi/efi_file.h +++ b/src/include/ipxe/efi/efi_file.h @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + extern int efi_file_install ( EFI_HANDLE handle ); extern void efi_file_uninstall ( EFI_HANDLE handle ); diff --git a/src/include/ipxe/efi/efi_snp.h b/src/include/ipxe/efi/efi_snp.h index a9f67cfc..9076f1d5 100644 --- a/src/include/ipxe/efi/efi_snp.h +++ b/src/include/ipxe/efi/efi_snp.h @@ -7,6 +7,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <ipxe/list.h> #include <ipxe/netdevice.h> #include <ipxe/efi/efi.h> |