mirror of https://github.com/acidanthera/audk.git
BaseTools: missed a copyright update
Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
ef4f218b3d
commit
0ed0372a6b
|
@ -31,7 +31,7 @@ from Common.LongFilePathSupport import OpenLongFilePath as open
|
|||
# Version and Copyright
|
||||
__version_number__ = ("0.10" + " " + gBUILD_VERSION)
|
||||
__version__ = "%prog Version " + __version_number__
|
||||
__copyright__ = "Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved."
|
||||
__copyright__ = "Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved."
|
||||
|
||||
#====================================== Internal Libraries ========================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue