diff options
Diffstat (limited to 'BaseTools/Source/Python/Ecc/EccGlobalData.py')
-rw-r--r-- | BaseTools/Source/Python/Ecc/EccGlobalData.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BaseTools/Source/Python/Ecc/EccGlobalData.py b/BaseTools/Source/Python/Ecc/EccGlobalData.py index c0b00a4265..79d0de680c 100644 --- a/BaseTools/Source/Python/Ecc/EccGlobalData.py +++ b/BaseTools/Source/Python/Ecc/EccGlobalData.py @@ -1,7 +1,7 @@ ## @file
# This file is used to save global datas used by ECC tool
#
-# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2018, 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 distribution. The full text of the license may be found at
@@ -24,4 +24,4 @@ gIdentifierTableList = [] gCFileList = []
gHFileList = []
gUFileList = []
-gException = None
\ No newline at end of file +gException = None
|