]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/ParseInf.h
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / C / Common / ParseInf.h
index 903ce71a047c2485d5915eca351e71caaf9d20a1..596cb3aa3bbba55abf67d5bcdd3fd59c27835aeb 100644 (file)
@@ -2,13 +2,7 @@
 Header file for helper functions useful for parsing INF files.\r
 \r
 Copyright (c) 2004 - 2018, 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
@@ -153,7 +147,7 @@ AsciiStringToUint64 (
 Routine Description:\r
 \r
   Converts a null terminated ascii string that represents a number into a\r
-  UINT64 value.  A hex number may be preceeded by a 0x, but may not be\r
+  UINT64 value.  A hex number may be preceded by a 0x, but may not be\r
   succeeded by an h.  A number without 0x or 0X is considered to be base 10\r
   unless the IsHex input is true.\r
 \r