]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/CommonDataClass/CommonClass.py
Sync EDKII BaseTools to BaseTools project r2065.
[mirror_edk2.git] / BaseTools / Source / Python / CommonDataClass / CommonClass.py
index e226f1b0d6b2661ea4398b44e6b961322373f89e..7a0123b1d90f1890527ef08f1a951464266efbae 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
 # This file is used to define common items of class object\r
 #\r
-# Copyright (c) 2007, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 2010, 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
 # http://opensource.org/licenses/bsd-license.php\r
@@ -53,7 +53,7 @@ class CommonClass(object):
         self.HelpText = HelpText\r
         self.HelpTextList = []\r
 \r
-## CommonClass\r
+## CommonHeaderClass\r
 #\r
 # This class defined common items used in Module/Platform/Package files\r
 # \r
@@ -301,7 +301,7 @@ class SkuInfoClass(object):
     #  @retval Rtn Formatted String\r
     #\r
     def __str__(self):\r
-        Rtn = Rtn = 'SkuId = ' + str(self.SkuId) + "," + \\r
+        Rtn = 'SkuId = ' + str(self.SkuId) + "," + \\r
                     'SkuIdName = ' + str(self.SkuIdName) + "," + \\r
                     'VariableName = ' + str(self.VariableName) + "," + \\r
                     'VariableGuid = ' + str(self.VariableGuid) + "," + \\r