Index: BaseTools/Source/Python/UPT/Logger/StringTable.py
===================================================================
--- BaseTools/Source/Python/UPT/Logger/StringTable.py	(revision 17623)
+++ BaseTools/Source/Python/UPT/Logger/StringTable.py	(working copy)
@@ -1,7 +1,7 @@
 ## @file
 # This file is used to define strings used in the UPT tool
 #
-# 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 
@@ -32,7 +32,7 @@
 _ = gettext.gettext
 
 MSG_USAGE_STRING = _("\n"
-    "Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT)\n"
+    "UEFI Packaging Tool (UEFIPT)\n"
     "%prog [options]"
     )
 
@@ -40,12 +40,12 @@
 # Version and Copyright
 #
 MSG_VERSION_NUMBER = _("1.0")
-MSG_VERSION = _("Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT) - Revision " + \
+MSG_VERSION = _("UEFI Packaging Tool (UEFIPT) - Revision " + \
                 MSG_VERSION_NUMBER)
-MSG_COPYRIGHT = _("Copyright (c) 2011 Intel Corporation All Rights Reserved.")
+MSG_COPYRIGHT = _("Copyright (c) 2011 - 2015 Intel Corporation All Rights Reserved.")
 MSG_VERSION_COPYRIGHT = _("\n  %s\n  %s" % (MSG_VERSION, MSG_COPYRIGHT))
 MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT))
-MSG_DESCRIPTION = _("The Intel(r) UEFIUPT is used to create, " + \
+MSG_DESCRIPTION = _("The UEFIUPT is used to create, " + \
                     "install or remove a UEFI Distribution Package.")
 
 
Index: BaseTools/Source/Python/UPT/UPT.py
===================================================================
--- BaseTools/Source/Python/UPT/UPT.py	(revision 17623)
+++ BaseTools/Source/Python/UPT/UPT.py	(working copy)
@@ -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 
@@ -49,13 +49,6 @@
 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
