* grub-core/lib/efi/datetime.c: Add missing GRUB_MOD_LICENSE.

* grub-core/lib/efi/datetime.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-20 01:32:21 +02:00
parent e8f28d4c0e
commit 0624551c22
3 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,9 @@
#include <grub/datetime.h>
#include <grub/ieee1275/ieee1275.h>
#include <grub/misc.h>
#include <grub/dl.h>
GRUB_MOD_LICENSE ("GPLv3+");
static char *rtc = 0;