diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-24 23:37:52 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-24 23:37:52 +0000 |
commit | 8992ce066e2b0f8e74a2df30639c9cc6b04dc4df (patch) | |
tree | bedb3235763527b771d4b31940520f2a7c535bf0 /MdePkg/Include/Library | |
parent | b06f85ae30b302961b7285f18f708ee51ef23083 (diff) | |
download | edk2-platforms-8992ce066e2b0f8e74a2df30639c9cc6b04dc4df.tar.xz |
Fix file headers and a few comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9188 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r-- | MdePkg/Include/Library/BaseLib.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Library/PeCoffLib.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index 25ee996775..05014a3b6d 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -3,7 +3,7 @@ functions, and CPU architecture-specific functions.
Copyright (c) 2006 - 2008, Intel Corporation<BR>
-Portions Copyright (c) 2008-2009 Apple Inc.<BR>
+Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<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/Include/Library/PeCoffLib.h b/MdePkg/Include/Library/PeCoffLib.h index 9a7f3bd2b0..fabce4b122 100644 --- a/MdePkg/Include/Library/PeCoffLib.h +++ b/MdePkg/Include/Library/PeCoffLib.h @@ -6,7 +6,7 @@ and can be ported easily to any environment.
Copyright (c) 2006 - 2008, Intel Corporation<BR>
-Portions Copyright (c) 2008-2009 Apple Inc.<BR>
+Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<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
|