]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrString.c
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / UefiEfiIfrSupportLib / UefiIfrString.c
index c2e57dd16bc4576d8d7f771c56fe683ecb3ef83c..3fe278aaf0638a196c73e0bba648b128ab989c54 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+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
@@ -280,7 +280,7 @@ Returns:
                   );\r
 \r
   if (EFI_ERROR (Status)) {\r
-    EfiAsciiStrCpy (Lang, "en-US");\r
+    EfiAsciiStrCpy (Lang, (CHAR8 *) "en-US");\r
   }\r
 \r
   return Status;\r
@@ -337,7 +337,7 @@ GetSupportedLanguages (
 \r
 Routine Description:\r
   This function returns the list of supported languages, in the format specified\r
-  in UEFI specification Appendix M.\r
+  in UEFI specification Appendix M.\r
 \r
 Arguments:\r
   HiiHandle  - The HII package list handle.\r