Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
mcb30 committed Dec 29, 2017
1 parent be9ed28 commit ff648c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/ipxe/efi/efi_file.h
Expand Up @@ -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 );

Expand Down
2 changes: 2 additions & 0 deletions src/include/ipxe/efi/efi_snp.h
Expand Up @@ -7,6 +7,8 @@
*
*/

FILE_LICENCE ( GPL2_OR_LATER );

#include <ipxe/list.h>
#include <ipxe/netdevice.h>
#include <ipxe/efi/efi.h>
Expand Down

0 comments on commit ff648c3

Please sign in to comment.