]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdGo.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EdbCmdGo.c
index d5dee8a4711f4d7fe384cf6c37409d98dde9ee3f..e5cf857a2a87908f4cfae4ff67d25109d167f383 100644 (file)
@@ -1,25 +1,27 @@
-/*++\r
+/** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\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) 2007, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\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
 \r
-Module Name:\r
 \r
-  EdbCmdGo.c\r
+**/\r
 \r
-Abstract:\r
+#include "Edb.h"\r
 \r
+/**\r
 \r
---*/\r
+  DebuggerCommand - Go.\r
 \r
-#include "Edb.h"\r
+  @param  CommandArg      - The argument for this command\r
+  @param  DebuggerPrivate - EBC Debugger private data structure\r
+  @param  ExceptionType   - Interrupt type.\r
+  @param  SystemContext   - EBC system context.\r
+\r
+  @retval EFI_DEBUG_BREAK    - formal return value\r
+  @retval EFI_DEBUG_CONTINUE - something wrong\r
 \r
+**/\r
 EFI_DEBUG_STATUS\r
 DebuggerGo (\r
   IN     CHAR16                    *CommandArg,\r
@@ -27,25 +29,6 @@ DebuggerGo (
   IN     EFI_EXCEPTION_TYPE        ExceptionType,\r
   IN OUT EFI_SYSTEM_CONTEXT        SystemContext\r
   )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  DebuggerCommand - Go\r
-\r
-Arguments:\r
-\r
-  CommandArg      - The argument for this command\r
-  DebuggerPrivate - EBC Debugger private data structure\r
-  InterruptType   - Interrupt type.\r
-  SystemContext   - EBC system context.\r
-\r
-Returns:\r
-\r
-  EFI_DEBUG_BREAK    - formal return value\r
-  EFI_DEBUG_CONTINUE - something wrong\r
-\r
---*/\r
 {\r
   UINTN        Address;\r
   CHAR16       *CommandStr;\r