]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GenFw/ElfConvert.h
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / GenFw / ElfConvert.h
index fc8c63f34bdcf4fb3d7acc908c72f0d364c0e3b1..801e8de4a2ed2d365ac17bdf8fb112845b655c65 100644 (file)
@@ -3,13 +3,7 @@ Header file for Elf convert solution
 \r
 Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
-This program and the accompanying materials are licensed and made available \r
-under the terms and conditions of the BSD License which accompanies this \r
-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
@@ -45,11 +39,11 @@ typedef enum {
   SECTION_TEXT,\r
   SECTION_HII,\r
   SECTION_DATA\r
-  \r
+\r
 } SECTION_FILTER_TYPES;\r
 \r
 //\r
-// FunctionTalbe\r
+// FunctionTable\r
 //\r
 typedef struct {\r
   VOID    (*ScanSections) ();\r
@@ -58,7 +52,7 @@ typedef struct {
   VOID    (*WriteDebug) ();\r
   VOID    (*SetImageSize) ();\r
   VOID    (*CleanUp) ();\r
-  \r
+\r
 } ELF_FUNCTION_TABLE;\r
 \r
 //\r