]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/BPDG/StringTable.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / BPDG / StringTable.py
index bbcb451198686d80d0b02d33b3046ef81335a2e2..dc116f05f4aca0d7aa00b2f84d2d3285319f27cc 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # This file is used to define strings used in the BPDG tool\r
 #\r
-# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2010 - 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
@@ -31,8 +31,8 @@ MAP_FILE_COMMENT_TEMPLATE = \
 #  THIS IS AUTO-GENERATED FILE BY BPDG TOOLS AND PLEASE DO NOT MAKE MODIFICATION.\r
 #\r
 #  This file lists all VPD informations for a platform fixed/adjusted by BPDG tool.\r
-# \r
-# Copyright (c) 2010 -2016, Intel Corporation. All rights reserved.<BR>\r
+#\r
+# Copyright (c) 2010 -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
@@ -50,18 +50,18 @@ LBL_BPDG_VERSION            = (u"1.0")
 LBL_BPDG_USAGE              = \\r
 (\r
 """BPDG options -o Filename.bin -m Filename.map Filename.txt\r
-Copyright (c) 2010 - 2016, Intel Corporation All Rights Reserved.\r
+Copyright (c) 2010 - 2018, Intel Corporation All Rights Reserved.\r
 \r
   Intel(r) Binary Product Data Generation Tool (Intel(r) BPDG)\r
-  \r
+\r
 Required Flags:\r
   -o BIN_FILENAME, --vpd-filename=BIN_FILENAME\r
             Specify the file name for the VPD binary file\r
   -m FILENAME, --map-filename=FILENAME\r
-            Generate file name for consumption during the build that contains \r
-            the mapping of Pcd name, offset, datum size and value derived \r
+            Generate file name for consumption during the build that contains\r
+            the mapping of Pcd name, offset, datum size and value derived\r
             from the input file and any automatic calculations.\r
-""" \r
+"""\r
 )\r
 \r
 MSG_OPTION_HELP             = ("Show this help message and exit.")\r