]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Table/TableEotReport.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / Table / TableEotReport.py
index 0a490161cda81bbf505dddda912728baaedd7486..72bc11f6dbc2944924a924cfbcf944272ec405d8 100644 (file)
@@ -2,13 +2,7 @@
 # This file is used to create/update/query/erase table for ECC reports\r
 #\r
 # Copyright (c) 2008 - 2018, 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
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 ##\r
@@ -17,7 +11,7 @@
 from __future__ import absolute_import\r
 import Common.EdkLogger as EdkLogger\r
 import Common.LongFilePathOs as os, time\r
-from .Table import Table\r
+from Table.Table import Table\r
 from Common.StringUtils import ConvertToSqlString2\r
 import Eot.EotToolError as EotToolError\r
 import Eot.EotGlobalData as EotGlobalData\r