]> 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 4dad38429e2ab37424d519e64ba73de03b9f1377..63d0c7196f0f2602d6a9b2ed8ec516c86e69ef8c 100644 (file)
@@ -1,18 +1,24 @@
-/** @file\r
-  Print Library worker functions.\r
+/*++\r
 \r
-  Copyright (c) 2006, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+Copyright (c)  2004-2006 Intel Corporation. All rights reserved\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
@@ -44,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