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

@ -1,3 +1,7 @@
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
Add missing license section in macbless.mod and macho.mod.
2013-12-18 Vladimir Serbinenko <phcoder@gmail.com>
Allow compilation without thumb-interwork as long as no thumb is

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;

View file

@ -28,6 +28,9 @@
#include <grub/misc.h>
#include <grub/mm.h>
#include <grub/i18n.h>
#include <grub/dl.h>
GRUB_MOD_LICENSE ("GPLv3+");
grub_err_t
grub_macho_close (grub_macho_t macho)