]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools/Upt: Update help message
authorHess Chen <hesheng.chen@intel.com>
Fri, 19 Jun 2015 00:05:25 +0000 (00:05 +0000)
committerhchen30 <hchen30@Edk2>
Fri, 19 Jun 2015 00:05:25 +0000 (00:05 +0000)
Update help message of UPT to remove Intel(R) from the string.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hess Chen <hesheng.chen@intel.com>
Reviewed-by: lhauch <larry.hauch@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17662 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Source/Python/UPT/Logger/StringTable.py
BaseTools/Source/Python/UPT/UPT.py

index a3cf29329c06e678f0f14edb4dedbd4ff8d1a503..5cc7b1496f34d7a25daa3d3588b8a82973aee552 100644 (file)
@@ -32,7 +32,7 @@ import gettext
 _ = gettext.gettext\r
 \r
 MSG_USAGE_STRING = _("\n"\r
-    "Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT)\n"\r
+    "UEFI Packaging Tool (UEFIPT)\n"\r
     "%prog [options]"\r
     )\r
 \r
@@ -40,12 +40,12 @@ MSG_USAGE_STRING = _("\n"
 # Version and Copyright\r
 #\r
 MSG_VERSION_NUMBER = _("1.0")\r
-MSG_VERSION = _("Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT) - Revision " + \\r
+MSG_VERSION = _("UEFI Packaging Tool (UEFIPT) - Revision " + \\r
                 MSG_VERSION_NUMBER)\r
-MSG_COPYRIGHT = _("Copyright (c) 2011 Intel Corporation All Rights Reserved.")\r
+MSG_COPYRIGHT = _("Copyright (c) 2011 - 2015 Intel Corporation All Rights Reserved.")\r
 MSG_VERSION_COPYRIGHT = _("\n  %s\n  %s" % (MSG_VERSION, MSG_COPYRIGHT))\r
 MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))\r
-MSG_DESCRIPTION = _("The Intel(r) UEFIUPT is used to create, " + \\r
+MSG_DESCRIPTION = _("The UEFIUPT is used to create, " + \\r
                     "install or remove a UEFI Distribution Package.")\r
 \r
 \r
index 23aff1c46dcdc7f697a0ea34aa90693ba0a8e430..e7b0a8f264b15f0e1024f0bdf6df9c1534052691 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 # This file is the main entry for UPT \r
 #\r
-# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2015, 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
@@ -50,13 +50,6 @@ from Library import GlobalData
 from Core.IpiDb import IpiDatabase\r
 from BuildVersion import gBUILD_VERSION\r
 \r
-##\r
-# Version and Copyright\r
-#\r
-#VersionNumber = "1.0"\r
-#__version__ = "Revision " + VersionNumber\r
-#__copyright__ = "Copyright (c) 2011 Intel Corporation All Rights Reserved."\r
-\r
 ## CheckConflictOption\r
 #\r
 # CheckConflictOption\r