]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/Attribute.py
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / Attribute.py
index 17761f2e24f3ab2cf28a4c2a8f4f8a5cb479c903..97b4ae01c6335e728a9a65fe05b5685c82b39cf9 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 # name value pair\r
 #\r
-#  Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -25,4 +25,4 @@ class Attribute:
     #   @param  self        The object pointer\r
     def __init__(self):\r
         self.Name = None\r
-        self.Value = None
\ No newline at end of file
+        self.Value = None\r