From 56d7640a53bf23a4afa211c49b82527879edf65f Mon Sep 17 00:00:00 2001 From: hhtian Date: Wed, 28 Apr 2010 12:43:04 +0000 Subject: [PATCH] Update the copyright notice format git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10439 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiTables/AcpiTables.inf | 4 ++-- OvmfPkg/AcpiTables/Dsdt.asl | 4 ++-- OvmfPkg/AcpiTables/Facp.aslc | 4 ++-- OvmfPkg/AcpiTables/Facs.aslc | 4 ++-- OvmfPkg/AcpiTables/Madt.aslc | 4 ++-- OvmfPkg/AcpiTables/Platform.h | 4 ++-- OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.c | 4 ++-- OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.h | 4 ++-- OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf | 4 ++-- OvmfPkg/BlockMmioToBlockIoDxe/ComponentName.c | 4 ++-- OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c | 4 ++-- OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h | 4 ++-- OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf | 4 ++-- OvmfPkg/Include/Library/NvVarsFileLib.h | 4 ++-- OvmfPkg/Include/Library/PlatformFvbLib.h | 4 ++-- OvmfPkg/Include/Protocol/BlockMmio.h | 4 ++-- OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c | 4 ++-- OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf | 4 ++-- OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c | 4 ++-- OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf | 4 ++-- OvmfPkg/Library/NvVarsFileLib/FsAccess.c | 4 ++-- OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c | 4 ++-- OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h | 4 ++-- OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf | 4 ++-- OvmfPkg/Library/NvVarsFileLib/VarBuffer.c | 4 ++-- OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 4 ++-- OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h | 4 ++-- OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf | 4 ++-- OvmfPkg/Library/PlatformBdsLib/PlatformData.c | 4 ++-- OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.c | 4 ++-- OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf | 4 ++-- .../SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.c | 4 ++-- .../SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf | 4 ++-- OvmfPkg/OvmfPkg.dec | 4 ++-- OvmfPkg/OvmfPkg.fdf | 4 ++-- OvmfPkg/OvmfPkgIa32.dsc | 4 ++-- OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++-- OvmfPkg/OvmfPkgIa32X64.fdf | 4 ++-- OvmfPkg/OvmfPkgX64.dsc | 4 ++-- OvmfPkg/PlatformPei/Cmos.c | 4 ++-- OvmfPkg/PlatformPei/Cmos.h | 4 ++-- OvmfPkg/PlatformPei/Fv.c | 4 ++-- OvmfPkg/PlatformPei/MemDetect.c | 4 ++-- OvmfPkg/PlatformPei/Platform.c | 4 ++-- OvmfPkg/PlatformPei/Platform.h | 4 ++-- OvmfPkg/PlatformPei/PlatformPei.inf | 4 ++-- OvmfPkg/Sec/FindPeiCore.c | 4 ++-- OvmfPkg/Sec/Ia32/SecEntry.S | 4 ++-- OvmfPkg/Sec/Ia32/SecEntry.asm | 4 ++-- OvmfPkg/Sec/Ia32/Stack.S | 4 ++-- OvmfPkg/Sec/Ia32/SwitchStack.c | 4 ++-- OvmfPkg/Sec/SecMain.c | 4 ++-- OvmfPkg/Sec/SecMain.h | 4 ++-- OvmfPkg/Sec/SecMain.inf | 4 ++-- OvmfPkg/Sec/X64/SecEntry.S | 4 ++-- OvmfPkg/Sec/X64/SecEntry.asm | 4 ++-- OvmfPkg/Sec/X64/SwitchStack.c | 4 ++-- 57 files changed, 114 insertions(+), 114 deletions(-) diff --git a/OvmfPkg/AcpiTables/AcpiTables.inf b/OvmfPkg/AcpiTables/AcpiTables.inf index da33467395..0f61df45b7 100644 --- a/OvmfPkg/AcpiTables/AcpiTables.inf +++ b/OvmfPkg/AcpiTables/AcpiTables.inf @@ -3,8 +3,8 @@ # # ACPI table data and ASL sources required to boot the platform. # -# Copyright (c) 2008 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2008 - 2010, 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 diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl index 91ec944078..ac0fec49e8 100644 --- a/OvmfPkg/AcpiTables/Dsdt.asl +++ b/OvmfPkg/AcpiTables/Dsdt.asl @@ -1,8 +1,8 @@ /** @file Contains root level name space objects for the platform - Copyright (c) 2008, Intel Corporation
All rights - reserved. This program and the accompanying materials are + Copyright (c) 2008, 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 diff --git a/OvmfPkg/AcpiTables/Facp.aslc b/OvmfPkg/AcpiTables/Facp.aslc index 3e8a5b3116..78b7ac68d2 100644 --- a/OvmfPkg/AcpiTables/Facp.aslc +++ b/OvmfPkg/AcpiTables/Facp.aslc @@ -1,8 +1,8 @@ /** @file FACP Table - Copyright (c) 2008 - 2009, Intel Corporation
All rights - reserved. This program and the accompanying materials are + Copyright (c) 2008 - 2009, 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 diff --git a/OvmfPkg/AcpiTables/Facs.aslc b/OvmfPkg/AcpiTables/Facs.aslc index 41794870e9..169ec867b2 100644 --- a/OvmfPkg/AcpiTables/Facs.aslc +++ b/OvmfPkg/AcpiTables/Facs.aslc @@ -1,8 +1,8 @@ /** @file FACS Table - Copyright (c) 2008 - 2009, Intel Corporation
All rights - reserved. This program and the accompanying materials are + Copyright (c) 2008 - 2009, 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 diff --git a/OvmfPkg/AcpiTables/Madt.aslc b/OvmfPkg/AcpiTables/Madt.aslc index c2c4a69c3d..e0e07a9390 100644 --- a/OvmfPkg/AcpiTables/Madt.aslc +++ b/OvmfPkg/AcpiTables/Madt.aslc @@ -4,8 +4,8 @@ This file contains a structure definition for the ACPI 1.0 Multiple APIC Description Table (MADT). - Copyright (c) 2008 - 2009, Intel Corporation
All rights - reserved. This program and the accompanying materials are + Copyright (c) 2008 - 2009, 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 diff --git a/OvmfPkg/AcpiTables/Platform.h b/OvmfPkg/AcpiTables/Platform.h index 336b21156a..4e56947270 100644 --- a/OvmfPkg/AcpiTables/Platform.h +++ b/OvmfPkg/AcpiTables/Platform.h @@ -1,8 +1,8 @@ /** @file Platform specific defines for constructing ACPI tables - Copyright (c) 2008, Intel Corporation
All rights - reserved. This program and the accompanying materials are + Copyright (c) 2008, 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 diff --git a/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.c b/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.c index cf68ceaae9..c046ccbbd0 100644 --- a/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.c +++ b/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.c @@ -2,8 +2,8 @@ The driver wrappers BlockMmio protocol instances to produce Block I/O Protocol instances. - Copyright (c) 2007 - 2010, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2007 - 2010, 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 diff --git a/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.h b/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.h index 18e5bcff08..d33f56448a 100644 --- a/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.h +++ b/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.h @@ -2,8 +2,8 @@ Definitions of functions for Driver Binding Protocol and Block I/O Protocol, and other internal definitions. - Copyright (c) 2007 - 2010, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2007 - 2010, 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 diff --git a/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf b/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf index c8aea2858f..d4e8a0ab2d 100644 --- a/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf +++ b/OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf @@ -2,9 +2,9 @@ # The driver wrappers BlockMmio protocol instances to produce # Block I/O Protocol instances. # -# Copyright (c) 2006 - 2010, Intel Corporation. +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/BlockMmioToBlockIoDxe/ComponentName.c b/OvmfPkg/BlockMmioToBlockIoDxe/ComponentName.c index 83eb64ea12..1baa9489d5 100644 --- a/OvmfPkg/BlockMmioToBlockIoDxe/ComponentName.c +++ b/OvmfPkg/BlockMmioToBlockIoDxe/ComponentName.c @@ -1,8 +1,8 @@ /** @file UEFI Component Name(2) protocol implementation for Block MMIO to Block IO driver. - Copyright (c) 2004 - 2007, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2004 - 2007, 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 diff --git a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c index 6836014882..4229110719 100644 --- a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c +++ b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c @@ -2,8 +2,8 @@ Firmware Block Services to support emulating non-volatile variables by pretending that a memory buffer is storage for the NV variables. - Copyright (c) 2006 - 2010, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2010, 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 diff --git a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h index d4e0065202..f34fad2cdd 100644 --- a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h +++ b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h @@ -1,7 +1,7 @@ /*++ -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials +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 diff --git a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf index 2625b1d27d..5064491ba4 100644 --- a/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf +++ b/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf @@ -2,9 +2,9 @@ # Firmware Block Services to support emulating non-volatile variables # by pretending that a memory buffer is storage for the NV variables. # -# Copyright (c) 2008 - 2010, Intel Corporation +# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/Include/Library/NvVarsFileLib.h b/OvmfPkg/Include/Library/NvVarsFileLib.h index 1a14b3fe9c..a9548678f3 100644 --- a/OvmfPkg/Include/Library/NvVarsFileLib.h +++ b/OvmfPkg/Include/Library/NvVarsFileLib.h @@ -1,8 +1,8 @@ /** @file Provides functions to save and restore NV variables in a file. - Copyright (c) 2009, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2009, 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 diff --git a/OvmfPkg/Include/Library/PlatformFvbLib.h b/OvmfPkg/Include/Library/PlatformFvbLib.h index 6e9de2e63d..d543d228a1 100644 --- a/OvmfPkg/Include/Library/PlatformFvbLib.h +++ b/OvmfPkg/Include/Library/PlatformFvbLib.h @@ -2,8 +2,8 @@ Library to define platform customization functions for a Firmare Volume Block driver. - Copyright (c) 2009, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2009, 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 diff --git a/OvmfPkg/Include/Protocol/BlockMmio.h b/OvmfPkg/Include/Protocol/BlockMmio.h index 3616464200..6edd23ca1f 100644 --- a/OvmfPkg/Include/Protocol/BlockMmio.h +++ b/OvmfPkg/Include/Protocol/BlockMmio.h @@ -1,8 +1,8 @@ /** @file Block IO (memory mapped) - Copyright (c) 2006 - 2010, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2010, 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 diff --git a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c index 949a89d713..7f41a869d8 100644 --- a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c +++ b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c @@ -1,8 +1,8 @@ /** @file ACPI Timer implements one instance of Timer Library. - Copyright (c) 2008, Intel Corporation
All rights - reserved. This program and the accompanying materials are + Copyright (c) 2008, 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 diff --git a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf index e7d4326898..3ec39c4bfe 100644 --- a/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf +++ b/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf @@ -1,8 +1,8 @@ ## @file # ACPI Timer Library Instance. # -# Copyright (c) 2008 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2008 - 2010, 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 diff --git a/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c b/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c index d16be5a5f2..7eea27c320 100644 --- a/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c +++ b/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c @@ -1,8 +1,8 @@ /** @file OVMF platform customization for EMU Variable FVB driver - Copyright (c) 2009, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2009, 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 diff --git a/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf b/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf index 79a7b65cd6..ec6764d760 100644 --- a/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf +++ b/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf @@ -3,9 +3,9 @@ # # This library handles hooks for the EMU Variable FVB driver. # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/Library/NvVarsFileLib/FsAccess.c b/OvmfPkg/Library/NvVarsFileLib/FsAccess.c index 085550c8c4..f1694051ab 100644 --- a/OvmfPkg/Library/NvVarsFileLib/FsAccess.c +++ b/OvmfPkg/Library/NvVarsFileLib/FsAccess.c @@ -1,8 +1,8 @@ /** @file File System Access for NvVarsFileLib - Copyright (c) 2004 - 2009, Intel Corporation.
- All rights reserved. This program and the accompanying materials + Copyright (c) 2004 - 2009, 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 diff --git a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c index 62fee6f031..c89bb4af7d 100644 --- a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c +++ b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c @@ -1,8 +1,8 @@ /** @file Save Non-Volatile Variables to a file system. - Copyright (c) 2009, Intel Corporation.
- All rights reserved. This program and the accompanying materials + Copyright (c) 2009, 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 diff --git a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h index 6241dc8842..b34d4fb6fb 100644 --- a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h +++ b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h @@ -1,8 +1,8 @@ /** @file Save Non-Volatile Variables to a file system. - Copyright (c) 2009, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2009, 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 diff --git a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf index a5ae93d392..dfead8bfd1 100644 --- a/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf +++ b/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf @@ -4,9 +4,9 @@ # This kibrary saves and restores non-volatile variables in a # file within a file system. # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/Library/NvVarsFileLib/VarBuffer.c b/OvmfPkg/Library/NvVarsFileLib/VarBuffer.c index 4f32d27db8..7f42b4304e 100644 --- a/OvmfPkg/Library/NvVarsFileLib/VarBuffer.c +++ b/OvmfPkg/Library/NvVarsFileLib/VarBuffer.c @@ -1,8 +1,8 @@ /** @file File System Access - Copyright (c) 2004 - 2009, Intel Corporation.
- All rights reserved. This program and the accompanying materials + Copyright (c) 2004 - 2009, 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 diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index a2a8f35a73..7537e1feda 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -1,8 +1,8 @@ /** @file Platform BDS customizations. - Copyright (c) 2004 - 2009, Intel Corporation.
- All rights reserved. This program and the accompanying materials + Copyright (c) 2004 - 2009, 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 diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h index deb51eb148..cf8bb12cde 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.h @@ -1,8 +1,8 @@ /** @file Platform BDS customizations include file. - Copyright (c) 2006 - 2007, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2007, 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 diff --git a/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf b/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf index b54330ffaa..eb773377cb 100644 --- a/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf +++ b/OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf @@ -1,8 +1,8 @@ ## @file # Platform BDS customizations library. # -# Copyright (c) 2007 - 2010, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# Copyright (c) 2007 - 2010, 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 diff --git a/OvmfPkg/Library/PlatformBdsLib/PlatformData.c b/OvmfPkg/Library/PlatformBdsLib/PlatformData.c index 74cc36b7c3..1a30531270 100644 --- a/OvmfPkg/Library/PlatformBdsLib/PlatformData.c +++ b/OvmfPkg/Library/PlatformBdsLib/PlatformData.c @@ -2,8 +2,8 @@ Defined the platform specific device path which will be used by platform Bbd to perform the platform policy connect. - Copyright (c) 2004 - 2008, Intel Corporation.
- All rights reserved. This program and the accompanying materials + Copyright (c) 2004 - 2008, 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 diff --git a/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.c b/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.c index 25607806ef..e1a39bea28 100644 --- a/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.c +++ b/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.c @@ -1,8 +1,8 @@ /** @file NULL PlatformFvbLib library instance - Copyright (c) 2009, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2009, 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 diff --git a/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf b/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf index 81ad7f0760..5f51391e82 100644 --- a/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf +++ b/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.inf @@ -3,9 +3,9 @@ # # This library handles hooks for the EMU Variable FVB driver. # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.c b/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.c index 4c4ce23f22..11c75787a7 100644 --- a/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.c +++ b/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.c @@ -1,8 +1,8 @@ /** @file Provide generic extract guided section functions for SEC phase. - Copyright (c) 2007 - 2009, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2007 - 2009, 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 diff --git a/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf b/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf index b67d6f8a2a..329ac6c9bd 100644 --- a/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf +++ b/OvmfPkg/Library/SecExtractGuidedSectionLib/SecExtractGuidedSectionLib.inf @@ -1,9 +1,9 @@ ## @file # Instance of ExtractGuidedSection Library for SEC phase. # -# Copyright (c) 2007 - 2010, Intel Corporation. +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/OvmfPkg.dec b/OvmfPkg/OvmfPkg.dec index c9d3ef7779..a765ce511c 100644 --- a/OvmfPkg/OvmfPkg.dec +++ b/OvmfPkg/OvmfPkg.dec @@ -1,9 +1,9 @@ ## @file # EFI/Framework Open Virtual Machine Firmware (OVMF) platform # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/OvmfPkg.fdf b/OvmfPkg/OvmfPkg.fdf index 16f7486f64..71d382f30f 100644 --- a/OvmfPkg/OvmfPkg.fdf +++ b/OvmfPkg/OvmfPkg.fdf @@ -1,9 +1,9 @@ ## @file # Open Virtual Machine Firmware: FDF # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc index 4892220ca1..229676b015 100644 --- a/OvmfPkg/OvmfPkgIa32.dsc +++ b/OvmfPkg/OvmfPkgIa32.dsc @@ -1,9 +1,9 @@ ## @file # EFI/Framework Open Virtual Machine Firmware (OVMF) platform # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc index 7f604cecb1..a1d3a62b08 100644 --- a/OvmfPkg/OvmfPkgIa32X64.dsc +++ b/OvmfPkg/OvmfPkgIa32X64.dsc @@ -1,9 +1,9 @@ ## @file # EFI/Framework Open Virtual Machine Firmware (OVMF) platform # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/OvmfPkgIa32X64.fdf b/OvmfPkg/OvmfPkgIa32X64.fdf index e34ef3c3b9..ee0b94b0c4 100644 --- a/OvmfPkg/OvmfPkgIa32X64.fdf +++ b/OvmfPkg/OvmfPkgIa32X64.fdf @@ -1,9 +1,9 @@ ## @file # Open Virtual Machine Firmware: FDF # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc index bbb86a66a2..607d58c1dc 100644 --- a/OvmfPkg/OvmfPkgX64.dsc +++ b/OvmfPkg/OvmfPkgX64.dsc @@ -1,9 +1,9 @@ ## @file # EFI/Framework Open Virtual Machine Firmware (OVMF) platform # -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/PlatformPei/Cmos.c b/OvmfPkg/PlatformPei/Cmos.c index 92df4a77e6..48ed2cb8f4 100644 --- a/OvmfPkg/PlatformPei/Cmos.c +++ b/OvmfPkg/PlatformPei/Cmos.c @@ -1,8 +1,8 @@ /** @file PC/AT CMOS access routines - Copyright (c) 2006 - 2009, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2009, 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 diff --git a/OvmfPkg/PlatformPei/Cmos.h b/OvmfPkg/PlatformPei/Cmos.h index 71dd9fdd57..949f884c2c 100644 --- a/OvmfPkg/PlatformPei/Cmos.h +++ b/OvmfPkg/PlatformPei/Cmos.h @@ -1,8 +1,8 @@ /** @file PC/AT CMOS access routines - Copyright (c) 2006 - 2009, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2009, 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 diff --git a/OvmfPkg/PlatformPei/Fv.c b/OvmfPkg/PlatformPei/Fv.c index f9e2635208..c812b3a9ac 100644 --- a/OvmfPkg/PlatformPei/Fv.c +++ b/OvmfPkg/PlatformPei/Fv.c @@ -1,8 +1,8 @@ /** @file Build FV related hobs for platform. - Copyright (c) 2006 - 2010, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2010, 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 diff --git a/OvmfPkg/PlatformPei/MemDetect.c b/OvmfPkg/PlatformPei/MemDetect.c index 30ee2b1772..5e09cc9375 100644 --- a/OvmfPkg/PlatformPei/MemDetect.c +++ b/OvmfPkg/PlatformPei/MemDetect.c @@ -1,8 +1,8 @@ /**@file Memory Detection for Virtual Machines. - Copyright (c) 2006 - 2009, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2009, 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 diff --git a/OvmfPkg/PlatformPei/Platform.c b/OvmfPkg/PlatformPei/Platform.c index 889ba51240..86084e466a 100644 --- a/OvmfPkg/PlatformPei/Platform.c +++ b/OvmfPkg/PlatformPei/Platform.c @@ -1,8 +1,8 @@ /**@file Platform PEI driver - Copyright (c) 2006 - 2010, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2010, 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 diff --git a/OvmfPkg/PlatformPei/Platform.h b/OvmfPkg/PlatformPei/Platform.h index 423dd844fb..53090ac2c7 100644 --- a/OvmfPkg/PlatformPei/Platform.h +++ b/OvmfPkg/PlatformPei/Platform.h @@ -1,8 +1,8 @@ /** @file Platform PEI module include file. - Copyright (c) 2006 - 2007, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2007, 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 diff --git a/OvmfPkg/PlatformPei/PlatformPei.inf b/OvmfPkg/PlatformPei/PlatformPei.inf index f84785c108..d9f905242f 100644 --- a/OvmfPkg/PlatformPei/PlatformPei.inf +++ b/OvmfPkg/PlatformPei/PlatformPei.inf @@ -2,9 +2,9 @@ # Platform PEI driver # # This module provides platform specific function to detect boot mode. -# Copyright (c) 2006 - 2010, Intel Corporation +# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/Sec/FindPeiCore.c b/OvmfPkg/Sec/FindPeiCore.c index f74872aa16..30dc13b1be 100644 --- a/OvmfPkg/Sec/FindPeiCore.c +++ b/OvmfPkg/Sec/FindPeiCore.c @@ -1,9 +1,9 @@ /** @file Locate the entry point for the PEI Core - Copyright (c) 2008 - 2010, Intel Corporation + Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
- All rights reserved. This program and the accompanying materials + 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 diff --git a/OvmfPkg/Sec/Ia32/SecEntry.S b/OvmfPkg/Sec/Ia32/SecEntry.S index 4240f3377f..4602cea0e1 100644 --- a/OvmfPkg/Sec/Ia32/SecEntry.S +++ b/OvmfPkg/Sec/Ia32/SecEntry.S @@ -1,8 +1,8 @@ # TITLE SecEntry.asm #------------------------------------------------------------------------------ #* -#* Copyright 2006 - 2009, Intel Corporation -#* All rights reserved. This program and the accompanying materials +#* Copyright (c) 2006 - 2009, 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 diff --git a/OvmfPkg/Sec/Ia32/SecEntry.asm b/OvmfPkg/Sec/Ia32/SecEntry.asm index eae2801d18..8fce624a2d 100644 --- a/OvmfPkg/Sec/Ia32/SecEntry.asm +++ b/OvmfPkg/Sec/Ia32/SecEntry.asm @@ -1,8 +1,8 @@ TITLE SecEntry.asm ;------------------------------------------------------------------------------ ;* -;* Copyright 2006 - 2009, Intel Corporation -;* All rights reserved. This program and the accompanying materials +;* Copyright (c) 2006 - 2009, 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 diff --git a/OvmfPkg/Sec/Ia32/Stack.S b/OvmfPkg/Sec/Ia32/Stack.S index 1f8ad199c6..70502d679b 100644 --- a/OvmfPkg/Sec/Ia32/Stack.S +++ b/OvmfPkg/Sec/Ia32/Stack.S @@ -1,7 +1,7 @@ #------------------------------------------------------------------------------ # -# Copyright (c) 2008, Intel Corporation -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2008, 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 diff --git a/OvmfPkg/Sec/Ia32/SwitchStack.c b/OvmfPkg/Sec/Ia32/SwitchStack.c index 54fde9494a..9fb18933da 100644 --- a/OvmfPkg/Sec/Ia32/SwitchStack.c +++ b/OvmfPkg/Sec/Ia32/SwitchStack.c @@ -1,8 +1,8 @@ /** @file Switch Stack functions. - Copyright (c) 2006 - 2007, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2007, 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 diff --git a/OvmfPkg/Sec/SecMain.c b/OvmfPkg/Sec/SecMain.c index d6c6f42722..275d8e492a 100644 --- a/OvmfPkg/Sec/SecMain.c +++ b/OvmfPkg/Sec/SecMain.c @@ -1,9 +1,9 @@ /** @file Main SEC phase code. Transitions to PEI. - Copyright (c) 2008 - 2009, Intel Corporation + Copyright (c) 2008 - 2009, Intel Corporation. All rights reserved.
- All rights reserved. This program and the accompanying materials + 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 diff --git a/OvmfPkg/Sec/SecMain.h b/OvmfPkg/Sec/SecMain.h index 1a4ed40bf7..2f9da403cb 100644 --- a/OvmfPkg/Sec/SecMain.h +++ b/OvmfPkg/Sec/SecMain.h @@ -1,9 +1,9 @@ /** @file Header file for SEC code - Copyright (c) 2008 - 2009, Intel Corporation + Copyright (c) 2008 - 2009, Intel Corporation. All rights reserved.
- All rights reserved. This program and the accompanying materials + 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 diff --git a/OvmfPkg/Sec/SecMain.inf b/OvmfPkg/Sec/SecMain.inf index fdc2bf2872..1c48a63abe 100644 --- a/OvmfPkg/Sec/SecMain.inf +++ b/OvmfPkg/Sec/SecMain.inf @@ -1,9 +1,9 @@ ## @file # SEC Driver # -# Copyright (c) 2008 - 2010, Intel Corporation +# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 diff --git a/OvmfPkg/Sec/X64/SecEntry.S b/OvmfPkg/Sec/X64/SecEntry.S index 0700656ed7..33715b7c96 100644 --- a/OvmfPkg/Sec/X64/SecEntry.S +++ b/OvmfPkg/Sec/X64/SecEntry.S @@ -1,8 +1,8 @@ # TITLE SecEntry.asm #------------------------------------------------------------------------------ #* -#* Copyright 2006 - 2009, Intel Corporation -#* All rights reserved. This program and the accompanying materials +#* Copyright (c) 2006 - 2009, 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 diff --git a/OvmfPkg/Sec/X64/SecEntry.asm b/OvmfPkg/Sec/X64/SecEntry.asm index d037cbea12..f8ea9fcedc 100644 --- a/OvmfPkg/Sec/X64/SecEntry.asm +++ b/OvmfPkg/Sec/X64/SecEntry.asm @@ -1,8 +1,8 @@ TITLE SecEntry.asm ;------------------------------------------------------------------------------ ;* -;* Copyright 2006 - 2009, Intel Corporation -;* All rights reserved. This program and the accompanying materials +;* Copyright (c) 2006 - 2009, 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 diff --git a/OvmfPkg/Sec/X64/SwitchStack.c b/OvmfPkg/Sec/X64/SwitchStack.c index 3ff98ba5c4..ca228ce7f3 100644 --- a/OvmfPkg/Sec/X64/SwitchStack.c +++ b/OvmfPkg/Sec/X64/SwitchStack.c @@ -1,8 +1,8 @@ /** @file Switch Stack functions. - Copyright (c) 2006 - 2007, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2007, 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 -- 2.39.2