]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/String/PrintLibInternal.c
Removed one useless makefile, and corrected some BSD licenses
[mirror_edk2.git] / Tools / Source / TianoTools / String / PrintLibInternal.c
index 60e8bba0df15c34a98cd0cce566a10f2a875146c..63d0c7196f0f2602d6a9b2ed8ec516c86e69ef8c 100644 (file)
@@ -1,22 +1,24 @@
-/** @file\r
-  Print Library worker functions.\r
-\r
+/*++\r
 \r
 Copyright (c)  2004-2006 Intel Corporation. All rights reserved\r
-This software and associated documentation (if any) is furnished\r
-under a license and may only be used or copied in accordance\r
-with the terms of the license. Except as permitted by such\r
-license, no part of this software or documentation may be\r
-reproduced, stored in a retrieval system, or transmitted in any\r
-form or by any means without the express written consent of\r
-Intel Corporation.\r
+This program and the accompanying materials are licensed and made available\r
+under the terms and conditions of the BSD License which accompanies this\r
+distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  PrintLibInternal.c\r
 \r
-**/\r
+Module Name:\r
+\r
+  PrintLibInternal.c\r
+\r
+Abstract:\r
+\r
+  Print Library worker functions.\r
+\r
+--*/\r
 \r
 #include <Common/UefiBaseTypes.h>\r
 #include <Library/PrintLib.h>\r
@@ -48,11 +50,11 @@ BasePrintLibFillBuffer (
   Print worker function that prints a Value as a decimal number in Buffer.\r
 \r
   @param  Buffer Location to place the Unicode or ASCII string of Value.\r
-  \r
+\r
   @param  Value Value to convert to a Decimal or Hexidecimal string in Buffer.\r
-  \r
+\r
   @param  Flags Flags to use in printing string, see file header for details.\r
-  \r
+\r
   @param  Precision Minimum number of digits to return in the ASCII string\r
 \r
   @return Number of characters printed.\r