]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/UtilsMsgs.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / GuidChk / UtilsMsgs.h
index 5f6c7010b402adc1469d9387883c71787930fdb6..f2f58ef94ad2d0d24918b224ef7410b6e222ec47 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, 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
@@ -25,8 +25,7 @@ Abstract:
 STATUS\r
 GetUtilityStatus (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // If someone prints an error message and didn't specify a source file name,\r
@@ -36,8 +35,7 @@ GetUtilityStatus (
 VOID\r
 SetUtilityName (\r
   INT8 *ProgramName\r
-  )\r
-;\r
+  );\r
 \r
 void\r
 Error (\r
@@ -47,8 +45,7 @@ Error (
   INT8    *OffendingText,\r
   INT8    *MsgFmt,\r
   ...\r
-  )\r
-;\r
+  );\r
 \r
 void\r
 Warning (\r
@@ -58,8 +55,7 @@ Warning (
   INT8    *OffendingText,\r
   INT8    *MsgFmt,\r
   ...\r
-  )\r
-;\r
+  );\r
 \r
 void\r
 DebugMsg (\r
@@ -69,21 +65,18 @@ DebugMsg (
   INT8    *OffendingText,\r
   INT8    *MsgFmt,\r
   ...\r
-  )\r
-;\r
+  );\r
 \r
 void\r
 SetDebugMsgMask (\r
   UINT32    MsgMask\r
-  )\r
-;\r
+  );\r
 \r
 void\r
 ParserSetPosition (\r
   INT8    *SourceFileName,\r
   UINT32  LineNum\r
-  )\r
-;\r
+  );\r
 \r
 void\r
 ParserError (\r
@@ -91,8 +84,7 @@ ParserError (
   INT8    *OffendingText,\r
   INT8    *MsgFmt,\r
   ...\r
-  )\r
-;\r
+  );\r
 \r
 void\r
 ParserWarning (\r
@@ -100,7 +92,6 @@ ParserWarning (
   INT8    *OffendingText,\r
   INT8    *MsgFmt,\r
   ...\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r