* grub-core/lib/arm/setjmp.S: Add missing license section.
This commit is contained in:
parent
3896d6b421
commit
b2cae20c11
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-10-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/arm/setjmp.S: Add missing license section.
|
||||
|
||||
2013-10-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* po/swiss.sed: Add replacement for key names and for term computer.
|
||||
|
|
|
@ -17,8 +17,12 @@
|
|||
*/
|
||||
|
||||
#include <grub/symbol.h>
|
||||
#include <grub/dl.h>
|
||||
|
||||
.file "setjmp.S"
|
||||
|
||||
GRUB_MOD_LICENSE "GPLv3+"
|
||||
|
||||
.syntax unified
|
||||
.arm
|
||||
|
||||
|
|
Loading…
Reference in a new issue