diff options
author | Hess Chen <hesheng.chen@intel.com> | 2015-06-19 00:05:25 +0000 |
---|---|---|
committer | hchen30 <hchen30@Edk2> | 2015-06-19 00:05:25 +0000 |
commit | 510f154ea26776aab01f6cfe295b21bb6b2a2aa8 (patch) | |
tree | 358096faa2cf562c66365a47fd298cc6cd9f4b3a /BaseTools/Source/Python/UPT/UPT.py | |
parent | af0c61aefcc6fa2f86183aa165e96398899a6610 (diff) | |
download | edk2-510f154ea26776aab01f6cfe295b21bb6b2a2aa8.tar.gz edk2-510f154ea26776aab01f6cfe295b21bb6b2a2aa8.tar.bz2 edk2-510f154ea26776aab01f6cfe295b21bb6b2a2aa8.zip |
BaseTools/Upt: Update help message
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
Diffstat (limited to 'BaseTools/Source/Python/UPT/UPT.py')
-rw-r--r-- | BaseTools/Source/Python/UPT/UPT.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/BaseTools/Source/Python/UPT/UPT.py b/BaseTools/Source/Python/UPT/UPT.py index 23aff1c46d..e7b0a8f264 100644 --- a/BaseTools/Source/Python/UPT/UPT.py +++ b/BaseTools/Source/Python/UPT/UPT.py @@ -2,7 +2,7 @@ #
# This file is the main entry for UPT
#
-# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials are licensed and made available
# under the terms and conditions of the BSD License which accompanies this
@@ -50,13 +50,6 @@ from Library import GlobalData from Core.IpiDb import IpiDatabase
from BuildVersion import gBUILD_VERSION
-##
-# Version and Copyright
-#
-#VersionNumber = "1.0"
-#__version__ = "Revision " + VersionNumber
-#__copyright__ = "Copyright (c) 2011 Intel Corporation All Rights Reserved."
-
## CheckConflictOption
#
# CheckConflictOption
|