dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone

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

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