]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/arm/setjmp.S: Add missing license section.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 3 Oct 2013 17:50:08 +0000 (19:50 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 3 Oct 2013 17:50:08 +0000 (19:50 +0200)
ChangeLog
grub-core/lib/arm/setjmp.S

index 986689772ab7b297c8ad011f1307b8ff8d1343c5..1c1bb8a652a42a1f13fbb954fc3e3129becaeb37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 9054e073e7bcb1ac97d2a09f4846d1d3ea9c7879..4f15679461bd1bb5b8443b530f2c5ca996a708b2 100644 (file)
  */
 
 #include <grub/symbol.h>
+#include <grub/dl.h>
 
        .file   "setjmp.S"
+
+GRUB_MOD_LICENSE "GPLv3+"
+
        .syntax unified
        .arm