* grub-core/gnulib/regex.c: Remove GRUB_MOD_LICENSE since it's

already supplied by another part of the module (fixes compilation on
	FreeBSD).
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-25 15:29:41 +02:00
parent 6be8715dfc
commit 68797f9230
2 changed files with 6 additions and 3 deletions

View File

@ -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

View 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