summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:41:34 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:41:34 +0000
commit139839798345446a328bea1165289bf758513241 (patch)
treed4bfed159ab2a3df49796e9081fb2568c4813cea
parent01bcf89a51ced5ef0f23c4153f24be308b2e01ca (diff)
downloadedk2-139839798345446a328bea1165289bf758513241.zip
edk2-139839798345446a328bea1165289bf758513241.tar.gz
edk2-139839798345446a328bea1165289bf758513241.tar.bz2
Update License Headers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkPkg@2958 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Include/Library/BootScriptLib.h16
-rw-r--r--Library/DxeBootScriptLibNull/BootScriptLib.c18
-rw-r--r--Library/DxeBootScriptLibNull/DxeBootScriptLibNull.inf19
-rw-r--r--Library/DxeBootScriptLibNull/DxeBootScriptLibNull.msa19
4 files changed, 35 insertions, 37 deletions
diff --git a/Include/Library/BootScriptLib.h b/Include/Library/BootScriptLib.h
index 8b56c46..e1f84e8 100644
--- a/Include/Library/BootScriptLib.h
+++ b/Include/Library/BootScriptLib.h
@@ -1,13 +1,13 @@
/*++
-Copyright (c) 2006, Intel Corporation. All rights reserved.
-This software and associated documentation (if any) is furnished
-under a license and may only be used or copied in accordance
-with the terms of the license. Except as permitted by such
-license, no part of this software or documentation may be
-reproduced, stored in a retrieval system, or transmitted in any
-form or by any means without the express written consent of
-Intel Corporation.
+ Copyright (c) 2006 - 2007, 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
+ 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.
Module Name:
diff --git a/Library/DxeBootScriptLibNull/BootScriptLib.c b/Library/DxeBootScriptLibNull/BootScriptLib.c
index f0aad08..09366a1 100644
--- a/Library/DxeBootScriptLibNull/BootScriptLib.c
+++ b/Library/DxeBootScriptLibNull/BootScriptLib.c
@@ -1,15 +1,13 @@
/*++
-Copyright (c) 2007, Intel Corporation. All rights reserved. <BR>
-This software and associated documentation (if any) is furnished
-under a license and may only be used or copied in accordance
-with the terms of the license. Except as permitted by such
-license, no part of this software or documentation may be
-reproduced, stored in a retrieval system, or transmitted in any
-form or by any means without the express written consent of
-Intel Corporation.
-
-
+ Copyright (c) 2006 - 2007, 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
+ 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.
Module Name:
diff --git a/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.inf b/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.inf
index 770e557..7c54033 100644
--- a/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.inf
+++ b/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.inf
@@ -3,16 +3,15 @@
#
# This library is primarily used by platform that does not support ACPI S3 resume.
# All the library interfaces simply return EFI_SUCCESS without performing any operation.
-# Copyright (c) 2007, Intel Corporation.
-#
-# All rights reserved.
-# This software and associated documentation (if any) is furnished
-# under a license and may only be used or copied in accordance
-# with the terms of the license. Except as permitted by such
-# license, no part of this software or documentation may be
-# reproduced, stored in a retrieval system, or transmitted in any
-# form or by any means without the express written consent of
-# Intel Corporation.
+#
+# Copyright (c) 2006 - 2007, 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
+# 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.
#
#
#**/
diff --git a/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.msa b/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.msa
index a92cdb0..43728f2 100644
--- a/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.msa
+++ b/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.msa
@@ -8,15 +8,16 @@
<Abstract>BootScriptLib instance that always produces NOP operation.</Abstract>
<Description>This library is primarily used by platform that does not support ACPI S3 resume.
All the library interfaces simply return EFI_SUCCESS without performing any operation.</Description>
- <Copyright>Copyright (c) 2007, Intel Corporation.</Copyright>
- <License>All rights reserved.
- This software and associated documentation (if any) is furnished
- under a license and may only be used or copied in accordance
- with the terms of the license. Except as permitted by such
- license, no part of this software or documentation may be
- reproduced, stored in a retrieval system, or transmitted in any
- form or by any means without the express written consent of
- Intel Corporation.</License>
+ <Copyright>Copyright (c) 2006 - 2007, Intel Corporation<BR></Copyright>
+ <License>
+ 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.
+ </License>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>