fdt.mod: Add missing license tag.
This commit is contained in:
parent
254f92815b
commit
372400b419
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
#include <grub/file.h>
|
#include <grub/file.h>
|
||||||
#include <grub/efi/efi.h>
|
#include <grub/efi/efi.h>
|
||||||
|
|
||||||
|
GRUB_MOD_LICENSE ("GPLv3+");
|
||||||
|
|
||||||
static void *loaded_fdt;
|
static void *loaded_fdt;
|
||||||
static void *fdt;
|
static void *fdt;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue