* grub-core/fs/squash4.c: Add missing GRUB_MOD_LICENSE.
This commit is contained in:
commit
09728256a8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-05-18 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* grub-core/fs/squash4.c: Add missing GRUB_MOD_LICENSE.
|
||||||
|
|
||||||
2011-05-18 Colin Watson <cjwatson@ubuntu.com>
|
2011-05-18 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* .bzrignore: Add grub-core/modinfo.sh and a number of test files.
|
* .bzrignore: Add grub-core/modinfo.sh and a number of test files.
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
#include <grub/fshelp.h>
|
#include <grub/fshelp.h>
|
||||||
#include <grub/deflate.h>
|
#include <grub/deflate.h>
|
||||||
|
|
||||||
|
GRUB_MOD_LICENSE ("GPLv3+");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
object format Pointed by
|
object format Pointed by
|
||||||
superblock RAW Fixed offset (0)
|
superblock RAW Fixed offset (0)
|
||||||
|
|
Loading…
Reference in a new issue