]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Logger/StringTable.py
BaseTools: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Logger / StringTable.py
index 061943925aaaf3ff4870c9d6964209e6c2fdb4b3..59f71d390befa7adc7c541bd904ac6ff9c036768 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2011 - 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
 This file contains user visible strings in a format that can be used for\r
@@ -135,7 +129,7 @@ ERR_INF_PARSER_LIBRARY_SECTION_CONTENT_ERROR = \
 ERR_INF_PARSER_LIBRARY_SECTION_LIBNAME_MISSING = \\r
     _("Format invalid. Please specify a library name.")\r
 ERR_INF_PARSER_SOURCES_SECTION_CONTENT_ERROR = \\r
-    _("The format is incorrect. It should be formated as follows: "\r
+    _("The format is incorrect. It should be formatted as follows: "\r
       "FileName, Family | TagName | ToolCode | FeatureFlagExpr.")\r
 ERR_INF_PARSER_PCD_SECTION_TYPE_ERROR = \\r
     _("The PCD section type is incorrect. The value should be this list: %s")\r
@@ -147,10 +141,10 @@ ERR_INF_PARSER_PCD_NAME_FORMAT_ERROR = \
       "Should like following: <TokenSpaceGuidCName>.<PcdCName> ")\r
 ERR_INF_PARSER_GUID_PPI_PROTOCOL_SECTION_CONTENT_ERROR = \\r
     _("The format is incorrect. "\r
-      "It should be formated as follows: CName | FeatureFlag.")\r
+      "It should be formatted as follows: CName | FeatureFlag.")\r
 ERR_INF_PARSER_PACKAGE_SECTION_CONTENT_ERROR = \\r
     _("The format is incorrect. "\r
-      "It should be formated as follows:  <TokenSpaceGuidCName>.<PcdCName>")\r
+      "It should be formatted as follows:  <TokenSpaceGuidCName>.<PcdCName>")\r
 ERR_INF_PARSER_PCD_TAIL_COMMENTS_INVALID = \\r
     _("The format is incorrect. "\r
       "Multiple usage descriptions must be described on subsequent lines.")\r
@@ -197,7 +191,7 @@ ERR_INF_PARSER_FILE_MISS_DEFINE = \
     _("The following file listed in the module "\r
       "directory is not listed in the INF: %s")\r
 ERR_INF_PARSER_VERSION_NUMBER_DEPRICATED = \\r
-    _("VERSION_NUMBER depricated.  "\r
+    _("VERSION_NUMBER deprecated.  "\r
       "The INF file %s should be modified to use the VERSION_STRING instead.")\r
 ERR_INF_PARSER_VER_EXIST_BOTH_NUM_STR = \\r
     _("The INF file %s defines both VERSION_NUMBER and VERSION_STRING, "\r
@@ -585,7 +579,7 @@ _("Only a distribution file name without a path is allowed for "
   "the distribution to be replaced during replace. Current given: '%s'.")\r
 ERR_UNIPARSE_DBLQUOTE_UNMATCHED = \\r
 _("Only Language entry can contain a couple of matched quote in one line")\r
-ERR_UNIPARSE_NO_SECTION_EXIST = _("No PakcageDef or ModuleDef section exists in the UNI file.")\r
+ERR_UNIPARSE_NO_SECTION_EXIST = _("No PackageDef or ModuleDef section exists in the UNI file.")\r
 ERR_UNIPARSE_STRNAME_FORMAT_ERROR = _("The String Token Name %s must start with \"STR_\"")\r
 ERR_UNIPARSE_SEP_LANGENTRY_LINE = _("Each <LangEntry> should be in a separate line :%s.")\r
 ERR_UNIPARSE_MULTI_ENTRY_EXIST = \\r
@@ -724,7 +718,7 @@ _("Incorrect GUID value format, must be <GuidValueInCFormat:"
 ERR_DECPARSE_CGUID_NOT_FOUND = _("Unable to find the GUID value of this GUID CName : '%s'.")\r
 ERR_DECPARSE_FILEOPEN               = _("Unable to open: [%s].")\r
 ERR_DECPARSE_SECTION_EMPTY          = _("Empty sections are not allowed.")\r
-ERR_DECPARSE_SECTION_UE             = _("Incorrect UserExtentions format. "\r
+ERR_DECPARSE_SECTION_UE             = _("Incorrect UserExtensions format. "\r
                             "Must be UserExtenxions.UserId.IdString[.Arch]+.")\r
 ERR_DECPARSE_SECTION_UE_USERID      = _("Invalid UserId, must be underscore"\r
                                         "or alphanumeric characters.")\r