|
|
f96e0b |
From d0d1029ea33d43710c48bd24d3905d2bbcc0d671 Mon Sep 17 00:00:00 2001
|
|
|
f96e0b |
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
|
|
|
f96e0b |
Date: Wed, 20 Mar 2013 17:16:35 +0100
|
|
|
f96e0b |
Subject: [PATCH 219/482] * grub-core/commands/boottime.c: Fix copyright
|
|
|
f96e0b |
header.
|
|
|
f96e0b |
|
|
|
f96e0b |
---
|
|
|
f96e0b |
ChangeLog | 4 ++++
|
|
|
f96e0b |
grub-core/commands/boottime.c | 3 +--
|
|
|
f96e0b |
2 files changed, 5 insertions(+), 2 deletions(-)
|
|
|
f96e0b |
|
|
|
f96e0b |
diff --git a/ChangeLog b/ChangeLog
|
|
|
f96e0b |
index 5bb93ed..69c764b 100644
|
|
|
f96e0b |
--- a/ChangeLog
|
|
|
f96e0b |
+++ b/ChangeLog
|
|
|
f96e0b |
@@ -1,5 +1,9 @@
|
|
|
f96e0b |
2013-03-20 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
f96e0b |
|
|
|
f96e0b |
+ * grub-core/commands/boottime.c: Fix copyright header.
|
|
|
f96e0b |
+
|
|
|
f96e0b |
+2013-03-20 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
f96e0b |
+
|
|
|
f96e0b |
New commands cbmemc, lscoreboot, coreboot_boottime to inspect
|
|
|
f96e0b |
coreboot tables content. Support for cbmemc.
|
|
|
f96e0b |
|
|
|
f96e0b |
diff --git a/grub-core/commands/boottime.c b/grub-core/commands/boottime.c
|
|
|
f96e0b |
index cd7f70a..7370d27 100644
|
|
|
f96e0b |
--- a/grub-core/commands/boottime.c
|
|
|
f96e0b |
+++ b/grub-core/commands/boottime.c
|
|
|
f96e0b |
@@ -1,7 +1,6 @@
|
|
|
f96e0b |
-/* cacheinfo.c - disk cache statistics */
|
|
|
f96e0b |
/*
|
|
|
f96e0b |
* GRUB -- GRand Unified Bootloader
|
|
|
f96e0b |
- * Copyright (C) 2008,2010 Free Software Foundation, Inc.
|
|
|
f96e0b |
+ * Copyright (C) 2013 Free Software Foundation, Inc.
|
|
|
f96e0b |
*
|
|
|
f96e0b |
* GRUB is free software: you can redistribute it and/or modify
|
|
|
f96e0b |
* it under the terms of the GNU General Public License as published by
|
|
|
f96e0b |
--
|
|
|
f96e0b |
1.8.2.1
|
|
|
f96e0b |
|