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

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