From 25184ec33c36dcafb06271bb094741f481d91bad Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Sat, 24 Feb 2018 16:02:06 +0800 Subject: [PATCH] MdeModulePkg/Logo.idf: Remove incorrect comments. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni Reviewed-by: Star Zeng --- MdeModulePkg/Logo/Logo.idf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/MdeModulePkg/Logo/Logo.idf b/MdeModulePkg/Logo/Logo.idf index f4c39b78c4..bad878399f 100644 --- a/MdeModulePkg/Logo/Logo.idf +++ b/MdeModulePkg/Logo/Logo.idf @@ -1,10 +1,7 @@ // /** @file // Platform Logo image definition file. // -// Console Platfrom DXE Driver that specifies whether device can be used as console -// input/output device or error output device and update global variables accordingly. -// -// Copyright (c) 2016, Intel Corporation. All rights reserved.
+// Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
// // This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License -- 2.39.2