Add missing license section in macbless.mod and macho.mod.

This commit is contained in:
Vladimir Serbinenko 2013-12-18 17:11:11 +01:00
parent a29f317af1
commit 64dd5fdc00
3 changed files with 9 additions and 0 deletions

View file

@ -30,6 +30,8 @@
#include <grub/mm.h>
#include <grub/err.h>
GRUB_MOD_LICENSE ("GPLv3+");
struct find_node_context
{
grub_uint64_t inode_found;