]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/CapsuleApp/AppSupport.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Application / CapsuleApp / AppSupport.c
index fc27343736a4d2b261c0d8a8e52485af58dfe89c..d9ce1b4843f8544b9d269d3f511264b0772fbd25 100644 (file)
@@ -2,13 +2,7 @@
   A shell application that triggers capsule update process.\r
 \r
   Copyright (c) 2016 - 2017, 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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -127,7 +121,7 @@ ReadFileToBuffer (
   // Get the file size.\r
   //\r
   Status = ShellProtocol->GetFileSize (Handle, &FileSize);\r
-  if (EFI_ERROR (Status)) {
+  if (EFI_ERROR (Status)) {\r
     ShellProtocol->CloseFile (Handle);\r
     return Status;\r
   }\r