From 6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 24 Feb 2010 00:21:16 +0000 Subject: 1. Correct File header to ## @file 2. Remove unnecessary .common] postfix on section. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10052 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf | 34 +++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf') diff --git a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf index 133aad775b..d1da82dc0a 100644 --- a/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf +++ b/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf @@ -1,19 +1,19 @@ -/** @file - Instance of DxeIpIoLib. - - This module provides IP services by consuming EFI IP4 Service Binding Protocol and - EFI IP4 Protocol. - -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 - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -**/ +## @file +# Instance of DxeIpIoLib. +# +# This module provides IP services by consuming EFI IP4 Service Binding Protocol and +# EFI IP4 Protocol. +# +# 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 +# +# 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] @@ -30,7 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] DxeIpIoLib.c [Packages] -- cgit v1.2.3