* grub-core/lib/adler32.c: Add missing license specification.
* grub-core/lib/crc64.c: Likewise. * grub-core/loader/i386/pc/plan9.c: Likewise. * grub-core/partmap/plan.c: Likewise.
This commit is contained in:
parent
2536cf6463
commit
581ffa8a24
5 changed files with 15 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#include <grub/dl.h>
|
||||
#include <grub/crypto.h>
|
||||
|
||||
GRUB_MOD_LICENSE ("GPLv3+");
|
||||
|
||||
static grub_uint64_t crc64_table [256];
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue