* grub-core/lib/efi/datetime.c: Add missing GRUB_MOD_LICENSE.
* grub-core/lib/efi/datetime.c: Likewise.
This commit is contained in:
parent
e8f28d4c0e
commit
0624551c22
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-04-20 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/lib/efi/datetime.c: Add missing GRUB_MOD_LICENSE.
|
||||||
|
* grub-core/lib/efi/datetime.c: Likewise.
|
||||||
|
|
||||||
2011-04-19 Vladimir Serbinenko <phcoder@gmail.com>
|
2011-04-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_flush):
|
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_flush):
|
||||||
|
|
|
@ -22,6 +22,9 @@
|
||||||
#include <grub/efi/api.h>
|
#include <grub/efi/api.h>
|
||||||
#include <grub/efi/efi.h>
|
#include <grub/efi/efi.h>
|
||||||
#include <grub/datetime.h>
|
#include <grub/datetime.h>
|
||||||
|
#include <grub/dl.h>
|
||||||
|
|
||||||
|
GRUB_MOD_LICENSE ("GPLv3+");
|
||||||
|
|
||||||
grub_err_t
|
grub_err_t
|
||||||
grub_get_datetime (struct grub_datetime *datetime)
|
grub_get_datetime (struct grub_datetime *datetime)
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
#include <grub/datetime.h>
|
#include <grub/datetime.h>
|
||||||
#include <grub/ieee1275/ieee1275.h>
|
#include <grub/ieee1275/ieee1275.h>
|
||||||
#include <grub/misc.h>
|
#include <grub/misc.h>
|
||||||
|
#include <grub/dl.h>
|
||||||
|
|
||||||
|
GRUB_MOD_LICENSE ("GPLv3+");
|
||||||
|
|
||||||
static char *rtc = 0;
|
static char *rtc = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue