X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FGenFds%2FAttribute.py;h=97b4ae01c6335e728a9a65fe05b5685c82b39cf9;hb=f7496d717357b9af78414d19679b073403812340;hp=17761f2e24f3ab2cf28a4c2a8f4f8a5cb479c903;hpb=39456d00f36e04b7e7efb208f350f4e83b6c3531;p=mirror_edk2.git diff --git a/BaseTools/Source/Python/GenFds/Attribute.py b/BaseTools/Source/Python/GenFds/Attribute.py index 17761f2e24..97b4ae01c6 100644 --- a/BaseTools/Source/Python/GenFds/Attribute.py +++ b/BaseTools/Source/Python/GenFds/Attribute.py @@ -1,7 +1,7 @@ ## @file # name value pair # -# Copyright (c) 2007, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -25,4 +25,4 @@ class Attribute: # @param self The object pointer def __init__(self): self.Name = None - self.Value = None \ No newline at end of file + self.Value = None