From 09f8b4e251427d009f0b9a32b7265d7b4b8a5caa Mon Sep 17 00:00:00 2001 From: AJFISH Date: Tue, 12 Jan 2010 19:22:47 +0000 Subject: A few more header fixes git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9723 6f19259b-4bc3-4df7-8a09-765794883524 --- .../EblAddExternalCommandLib.inf | 1 - EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf | 1 - EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf | 18 ++++++++++++------ EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf | 1 - .../GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf | 1 - EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf | 1 - .../PrePiExtractGuidedSectionLib.inf | 14 +++++++++++++- EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 1 - .../SemiHostingDebugLib/SemiHostingDebugLib.inf | 1 - .../SemiHostingSerialPortLib.inf | 1 - .../TemplateRealTimeClockLib.inf | 1 - .../TemplateResetSystemLib/TemplateResetSystemLib.inf | 1 - .../TemplateSerialPortLib/TemplateSerialPortLib.inf | 1 - 13 files changed, 25 insertions(+), 18 deletions(-) (limited to 'EmbeddedPkg/Library') diff --git a/EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf b/EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf index 5b0af6e75a..fbb021283e 100644 --- a/EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf +++ b/EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Component description file for the entry point to a EFIDXE Drivers # diff --git a/EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf b/EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf index b40935b838..d3ac1574e6 100644 --- a/EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf +++ b/EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Component description file for the entry point to a EFIDXE Drivers # diff --git a/EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf b/EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf index f46242fc62..db8b9135fb 100644 --- a/EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf +++ b/EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf @@ -1,9 +1,15 @@ -#%HEADER% -# -# Copyright (c) 2005 - 2009 Apple Computer, Inc. All rights reserved. -# -# -# +#/** @file +# +# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved. +# 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. +# +#**/ [Defines] INF_VERSION = 0x00010005 diff --git a/EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf b/EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf index a69fb0c423..51bd74e716 100644 --- a/EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf +++ b/EmbeddedPkg/Library/EfiFileLib/EfiFileLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Component description file for the entry point to a EFIDXE Drivers # diff --git a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf index 42a7caaa91..87b07cd4bf 100644 --- a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf +++ b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Component description file for Base PCI Cf8 Library. # diff --git a/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf b/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf index 0c8d0e6a69..10f7effe00 100644 --- a/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf +++ b/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Component description file for Base PCI Cf8 Library. # diff --git a/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf b/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf index bffe5b250a..5ec097f0e4 100644 --- a/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf +++ b/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf @@ -1,4 +1,16 @@ -#%HEADER% +#/** @file +# +# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved. +# 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. +# +#**/ + [Defines] INF_VERSION = 0x00010005 BASE_NAME = PrePiExtractGuidedSectionLib diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 278ee44722..8e4f796bb2 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Component description file for Apple Pre PI Library # diff --git a/EmbeddedPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf b/EmbeddedPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf index 683f03f2f3..ecce67c8e8 100644 --- a/EmbeddedPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf +++ b/EmbeddedPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Debug Library for UEFI drivers # diff --git a/EmbeddedPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf b/EmbeddedPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf index c0a540342a..d0b7d0ad9d 100644 --- a/EmbeddedPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf +++ b/EmbeddedPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Semihosting serail port lib # diff --git a/EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf b/EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf index b9f39dd380..68329256af 100644 --- a/EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf +++ b/EmbeddedPkg/Library/TemplateRealTimeClockLib/TemplateRealTimeClockLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Memory Status Code Library for UEFI drivers # diff --git a/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf b/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf index 4b6fa5bb1a..976fb50764 100644 --- a/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf +++ b/EmbeddedPkg/Library/TemplateResetSystemLib/TemplateResetSystemLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Memory Status Code Library for UEFI drivers # diff --git a/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.inf b/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.inf index e2a994b63e..11b4ab2157 100644 --- a/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.inf +++ b/EmbeddedPkg/Library/TemplateSerialPortLib/TemplateSerialPortLib.inf @@ -1,4 +1,3 @@ -#%HEADER% #/** @file # Memory Status Code Library for UEFI drivers # -- cgit v1.2.3