From 64dd5fdc00ac50ad458ccae4c6ebb66ea9f4eb35 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 18 Dec 2013 17:11:11 +0100 Subject: [PATCH] Add missing license section in macbless.mod and macho.mod. --- ChangeLog | 4 ++++ grub-core/commands/macbless.c | 2 ++ grub-core/loader/macho.c | 3 +++ 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4cb362c70..f24402d06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-18 Vladimir Serbinenko + + Add missing license section in macbless.mod and macho.mod. + 2013-12-18 Vladimir Serbinenko Allow compilation without thumb-interwork as long as no thumb is diff --git a/grub-core/commands/macbless.c b/grub-core/commands/macbless.c index df53b024f..38ca353a2 100644 --- a/grub-core/commands/macbless.c +++ b/grub-core/commands/macbless.c @@ -30,6 +30,8 @@ #include #include +GRUB_MOD_LICENSE ("GPLv3+"); + struct find_node_context { grub_uint64_t inode_found; diff --git a/grub-core/loader/macho.c b/grub-core/loader/macho.c index 3da917689..59b195e27 100644 --- a/grub-core/loader/macho.c +++ b/grub-core/loader/macho.c @@ -28,6 +28,9 @@ #include #include #include +#include + +GRUB_MOD_LICENSE ("GPLv3+"); grub_err_t grub_macho_close (grub_macho_t macho)