Blame SOURCES/0283-cacheinfo-Add-missing-license-information.patch

d41074
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
d41074
From: Vladimir Serbinenko <phcoder@gmail.com>
d41074
Date: Fri, 20 Mar 2015 11:13:58 +0100
d41074
Subject: [PATCH] cacheinfo: Add missing license information.
d41074
d41074
---
d41074
 grub-core/commands/cacheinfo.c | 2 ++
d41074
 1 file changed, 2 insertions(+)
d41074
d41074
diff --git a/grub-core/commands/cacheinfo.c b/grub-core/commands/cacheinfo.c
d41074
index ead6ff82cfc..d34a346964c 100644
d41074
--- a/grub-core/commands/cacheinfo.c
d41074
+++ b/grub-core/commands/cacheinfo.c
d41074
@@ -23,6 +23,8 @@
d41074
 #include <grub/i18n.h>
d41074
 #include <grub/disk.h>
d41074
 
d41074
+GRUB_MOD_LICENSE ("GPLv3+");
d41074
+
d41074
 static grub_err_t
d41074
 grub_rescue_cmd_info (struct grub_command *cmd __attribute__ ((unused)),
d41074
     int argc __attribute__ ((unused)),