diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2018-02-24 16:02:06 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2018-02-28 15:30:23 +0800 |
commit | 25184ec33c36dcafb06271bb094741f481d91bad (patch) | |
tree | 53dc21dd0b846b30d82c321387355b8fe91ae475 /MdeModulePkg/Logo | |
parent | cdbf45ad859b1e75e055f1fd06d0c8a10452b3aa (diff) | |
download | edk2-25184ec33c36dcafb06271bb094741f481d91bad.tar.gz |
MdeModulePkg/Logo.idf: Remove incorrect comments.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Logo')
-rw-r--r-- | MdeModulePkg/Logo/Logo.idf | 5 |
1 files changed, 1 insertions, 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.<BR>
+// Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
|