]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/gnulib/regex.c: Remove GRUB_MOD_LICENSE since it's
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 25 Apr 2011 13:29:41 +0000 (15:29 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 25 Apr 2011 13:29:41 +0000 (15:29 +0200)
already supplied by another part of the module (fixes compilation on
FreeBSD).

ChangeLog
grub-core/gnulib/regex.c

index 2de8578ff16b8836a0612dfbe99de24a7c05d31e..b464d83a895cd8ae4b910467909191228a85f923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/gnulib/regex.c: Remove GRUB_MOD_LICENSE since it's
+       already supplied by another part of the module (fixes compilation on
+       FreeBSD).
+
 2011-04-25  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Make mdraid UUID
index 4c2243f64bd479675ed4bca529a7c4570fcbe837..ba0eebee728f9690d90477599680ccb134d24ce4 100644 (file)
@@ -19,9 +19,6 @@
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
 
 #include <config.h>
-#include <grub/dl.h>
-
-GRUB_MOD_LICENSE ("GPLv3+");
 
 /* Make sure noone compiles this code with a C++ compiler.  */
 #if defined __cplusplus && defined _LIBC