summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-06 09:15:17 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-06 09:15:17 +0000
commit247d3676c763548f99afdc7f285249fd9cf73be0 (patch)
treeddb7f9fdf01c4269ac48c1915abb4ead7dd5e424
parentb6ee92ecea373505b056379ce168b4627a5cb265 (diff)
downloadedk2-247d3676c763548f99afdc7f285249fd9cf73be0.zip
edk2-247d3676c763548f99afdc7f285249fd9cf73be0.tar.gz
edk2-247d3676c763548f99afdc7f285249fd9cf73be0.tar.bz2
Correct comments for new null instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7832 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Library/PeCoffExtraActionLib.h2
-rw-r--r--MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf2
-rw-r--r--MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Library/PeCoffExtraActionLib.h b/MdePkg/Include/Library/PeCoffExtraActionLib.h
index b1396de..c12c18e 100644
--- a/MdePkg/Include/Library/PeCoffExtraActionLib.h
+++ b/MdePkg/Include/Library/PeCoffExtraActionLib.h
@@ -2,7 +2,7 @@
Provides services to perform additional actions to relocate and unload
PE/Coff image for some environment specific purpose say for souce level debug.
- Copyright (c) 2006 - 2008, Intel Corporation<BR>
+ Copyright (c) 2009, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf b/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
index 06eb4ee..50b5bb3 100644
--- a/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
+++ b/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
@@ -1,5 +1,5 @@
#/** @file
-# Debug Library with empty functions.
+# Null PE/Coff Extra Action library instances with empty functions.
#
# Copyright (c) 2009, Intel Corporation.
#
diff --git a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
index 4a63328..47bb0db 100644
--- a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
+++ b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
@@ -1,7 +1,7 @@
/** @file
Null PE/Coff Extra Action library instances with empty functions.
- Copyright (c) 2006 - 2008, Intel Corporation<BR>
+ Copyright (c) 2009, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at