diff options
Diffstat (limited to 'Tools/Source/TianoTools/String/PrintLibInternal.h')
-rw-r--r-- | Tools/Source/TianoTools/String/PrintLibInternal.h | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/Tools/Source/TianoTools/String/PrintLibInternal.h b/Tools/Source/TianoTools/String/PrintLibInternal.h index 0a2cfb48d4..87f0955e05 100644 --- a/Tools/Source/TianoTools/String/PrintLibInternal.h +++ b/Tools/Source/TianoTools/String/PrintLibInternal.h @@ -1,21 +1,24 @@ -/** @file
- Print Library.
+/*++
Copyright (c) 2004-2006 Intel Corporation. All rights reserved
-This software and associated documentation (if any) is furnished
-under a license and may only be used or copied in accordance
-with the terms of the license. Except as permitted by such
-license, no part of this software or documentation may be
-reproduced, stored in a retrieval system, or transmitted in any
-form or by any means without the express written consent of
-Intel Corporation.
+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.
+
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+Module Name:
- Module Name: PrintLibInternal.h
+ PrintLibInternal.h
+
+Abstract:
+
+ Print Library.
-**/
+--*/
@@ -83,8 +86,8 @@ BasePrintLibFillBuffer ( UINTN
EFIAPI
BasePrintLibValueToString (
- IN OUT CHAR8 *Buffer,
- IN INT64 Value,
+ IN OUT CHAR8 *Buffer,
+ IN INT64 Value,
IN UINTN Radix
);
|