]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/adler32.c: Add missing license specification.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 14 Nov 2011 13:25:09 +0000 (14:25 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 14 Nov 2011 13:25:09 +0000 (14:25 +0100)
* grub-core/lib/crc64.c: Likewise.
* grub-core/loader/i386/pc/plan9.c: Likewise.
* grub-core/partmap/plan.c: Likewise.

ChangeLog
grub-core/lib/adler32.c
grub-core/lib/crc64.c
grub-core/loader/i386/pc/plan9.c
grub-core/partmap/plan.c

index 22421a7152dbdccc2a90e685fce17c9c64a8e241..143a189c46600826401521eb4aa1d31619c6bfb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * 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.
+
 2011-11-13  Lubomir Kundrak  <lkundrak@redhat.com>
 
        Add facility to debug GRUB with gdb under qemu.
index 6fb0b00f8fd60ee80be2c03b25d2650e8ebcd82c..2a2464db396e6939c8d5a077605b856aed4c17b8 100644 (file)
@@ -21,6 +21,8 @@
 #include <grub/dl.h>
 #include <grub/crypto.h>
 
+GRUB_MOD_LICENSE ("GPLv3+");
+
 /* Based on adler32() from adler32.c of zlib-1.2.5 library. */
 
 #define BASE 65521UL
index 92c398d1e75e101e53a70c47389ce3378be36c79..4b1c92cf0d40640cdd4bf573d64a9eac129b4233 100644 (file)
@@ -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
index 7bcd4ff3ac0f18f2c2360526f5c813f19479fd53..5528b2c9f7c6d35c91a0c689c8d45f42ef909eac 100644 (file)
@@ -34,6 +34,8 @@
 #include <grub/cpu/relocator.h>
 #include <grub/extcmd.h>
 
+GRUB_MOD_LICENSE ("GPLv3+");
+
 static grub_dl_t my_mod;
 static struct grub_relocator *rel;
 static grub_uint32_t eip = 0xffffffff;
index c62d04b731695b9637c9fa39ef657ed3237f26b0..e6e311319139e15e25d1a9dd9ebce67c1489e4a5 100644 (file)
@@ -25,6 +25,8 @@
 #include <grub/types.h>
 #include <grub/err.h>
 
+GRUB_MOD_LICENSE ("GPLv3+");
+
 static struct grub_partition_map grub_plan_partition_map;
 
 static grub_err_t