]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ShellDynamicCommand.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / ShellDynamicCommand.h
index e9498788e1d91abb8fbb6e07b1ea3d0c70c1b2ee..7ab3104357167f0781aa3d4a5152a3c281782e7c 100644 (file)
@@ -2,14 +2,8 @@
   EFI Shell Dynamic Command registration protocol\r
 \r
   (C) Copyright 2012-2014 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2016, 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
-\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
+  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -73,7 +67,7 @@ CHAR16*
 \r
 /// EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL protocol structure.\r
 struct _EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL {\r
-  \r
+\r
   CONST CHAR16           *CommandName;\r
   SHELL_COMMAND_HANDLER  Handler;\r
   SHELL_COMMAND_GETHELP  GetHelp;\r