]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/DebugAgentLib.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Library / DebugAgentLib.h
index 01b06a73fb92fffc37158c59c77f00e9f74d59e7..b0c5de39e1e713e0f2fb2c603bb9a1b522b85914 100644 (file)
@@ -2,13 +2,7 @@
   Debug Agent Library provide source-level debug capability.\r
 \r
 Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under\r
-the terms and conditions of the BSD License that accompanies this distribution.\r
-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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -39,7 +33,7 @@ typedef struct {
 /**\r
   Caller provided function to be invoked at the end of InitializeDebugAgent().\r
 \r
-  Refer to the descrption for InitializeDebugAgent() for more details.\r
+  Refer to the description for InitializeDebugAgent() for more details.\r
 \r
   @param[in] Context    The first input parameter of InitializeDebugAgent().\r
 \r
@@ -61,7 +55,7 @@ VOID
   function and pass it into InitializeDebugAgent(). InitializeDebugAgent() is\r
   responsible to invoke the passing-in function at the end of InitializeDebugAgent().\r
 \r
-  If the parameter Function is not NULL, Debug Agent Libary instance will invoke it by\r
+  If the parameter Function is not NULL, Debug Agent Library instance will invoke it by\r
   passing in the Context to be its parameter.\r
 \r
   If Function() is NULL, Debug Agent Library instance will return after setup debug\r