]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/PatchPcdValue/PatchPcdValue.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / PatchPcdValue / PatchPcdValue.py
index cf2fc7c4f70a471210c031390f1325162fce4d57..8e243aea9603f474193eaea0192c1a3b07dc4575 100644 (file)
@@ -30,14 +30,14 @@ from Common.DataType import *
 # Version and Copyright\r
 __version_number__ = ("0.10" + " " + gBUILD_VERSION)\r
 __version__ = "%prog Version " + __version_number__\r
-__copyright__ = "Copyright (c) 2010, Intel Corporation. All rights reserved."\r
+__copyright__ = "Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved."\r
 \r
 ## PatchBinaryFile method\r
 #\r
 # This method mainly patches the data into binary file.\r
-# \r
+#\r
 # @param FileName    File path of the binary file\r
-# @param ValueOffset Offset value \r
+# @param ValueOffset Offset value\r
 # @param TypeName    DataType Name\r
 # @param Value       Value String\r
 # @param MaxSize     MaxSize value\r
@@ -173,7 +173,7 @@ def PatchBinaryFile(FileName, ValueOffset, TypeName, ValueString, MaxSize=0):
                 return PARAMETER_INVALID, "PCD Value %s is not valid dec or hex string array." % (ValueString)\r
         else:\r
             #\r
-            # Patch ascii string \r
+            # Patch ascii string\r
             #\r
             Index = 0\r
             for ByteString in ValueString[1:-1]:\r