Prevent "incompatible license" error.
This commit is contained in:
parent
d8123bfb54
commit
48ac061ab6
3 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
#include <grub/net.h>
|
#include <grub/net.h>
|
||||||
#include <grub/time.h>
|
#include <grub/time.h>
|
||||||
|
|
||||||
|
GRUB_MOD_LICENSE ("GPLv3+");
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
card_open (struct grub_net_card *dev)
|
card_open (struct grub_net_card *dev)
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
#include <grub/command.h>
|
#include <grub/command.h>
|
||||||
#include <grub/env.h>
|
#include <grub/env.h>
|
||||||
|
|
||||||
|
GRUB_MOD_LICENSE ("GPLv3+");
|
||||||
|
|
||||||
struct grub_net_route
|
struct grub_net_route
|
||||||
{
|
{
|
||||||
struct grub_net_route *next;
|
struct grub_net_route *next;
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
#include <grub/dl.h>
|
#include <grub/dl.h>
|
||||||
#include <grub/file.h>
|
#include <grub/file.h>
|
||||||
|
|
||||||
|
GRUB_MOD_LICENSE ("GPLv3+");
|
||||||
|
|
||||||
static grub_err_t
|
static grub_err_t
|
||||||
tftp_open (struct grub_file *file, const char *filename)
|
tftp_open (struct grub_file *file, const char *filename)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue