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)