]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add missing license section in macbless.mod and macho.mod.
authorVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 16:11:11 +0000 (17:11 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 18 Dec 2013 16:11:11 +0000 (17:11 +0100)
ChangeLog
grub-core/commands/macbless.c
grub-core/loader/macho.c

index 4cb362c708e82751791201f4a6d7944565021ecb..f24402d065da408e383a648acdcc425f51bc813e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index df53b024fe58942d18f59c6a0ed9ffd8e921a5b4..38ca353a201f3c7ece8f0c346ccc6c130fcfb40b 100644 (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;
index 3da917689accaf6afca475d0245c97013f102189..59b195e27eaba9ff77d3bf5a0bb8ac23427fb9a4 100644 (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)