diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-13 06:52:50 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-13 06:52:50 +0000 |
commit | 5522230ba1249f8570ebbf726778b8991fb1984c (patch) | |
tree | 55613854f69eb9efa7c739e98b9fe2e185bbe7fc /IntelFrameworkModulePkg/Universal/StatusCode/Dxe/EntryPoint.c | |
parent | 31eb2170f63ce4fa25be0153d9a77477b54e43f7 (diff) | |
download | edk2-platforms-5522230ba1249f8570ebbf726778b8991fb1984c.tar.xz |
Update the comments header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3233 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/StatusCode/Dxe/EntryPoint.c')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/StatusCode/Dxe/EntryPoint.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/EntryPoint.c b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/EntryPoint.c index 5b9a591413..61722f8d59 100644 --- a/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/EntryPoint.c +++ b/IntelFrameworkModulePkg/Universal/StatusCode/Dxe/EntryPoint.c @@ -5,11 +5,13 @@ Copyright (c) 2006, 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
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ 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
+ http://opensource.org/licenses/bsd-license.php
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
**/
#include "DxeStatusCode.h"
|