From 84c265186aa3b10bcf5dad73f65353f4e637c34d Mon Sep 17 00:00:00 2001 From: Soren Soe <2106410+stsoe@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:52:12 -0800 Subject: [PATCH] Add copyright and license (#8760) * Add copyright and license Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> * Update AIEBU for copyright changes Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> * Revert copyright/license in golden file Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> --------- Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> --- src/runtime_src/core/common/aiebu | 2 +- .../core/tools/common/tests/TestAIEReconfigOverhead.cpp | 4 ++-- src/runtime_src/core/tools/xbreplay/xbreplay.bat | 2 ++ src/runtime_src/core/tools/xbtracer/src/lib/CMakeLists.txt | 2 ++ src/runtime_src/core/tools/xbtracer/xbtracer.bat | 2 ++ .../xdp/profile/plugin/aie_trace/client/resources_def.h | 4 +++- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/runtime_src/core/common/aiebu b/src/runtime_src/core/common/aiebu index 62772c3e07c..40a15e4fec2 160000 --- a/src/runtime_src/core/common/aiebu +++ b/src/runtime_src/core/common/aiebu @@ -1 +1 @@ -Subproject commit 62772c3e07c6c1c35c0ae783d2c9ab9ec76d5971 +Subproject commit 40a15e4fec2c8b4363de37d8a1f69bd93f77f14f diff --git a/src/runtime_src/core/tools/common/tests/TestAIEReconfigOverhead.cpp b/src/runtime_src/core/tools/common/tests/TestAIEReconfigOverhead.cpp index 204c1af8a19..553f3fb21e9 100644 --- a/src/runtime_src/core/tools/common/tests/TestAIEReconfigOverhead.cpp +++ b/src/runtime_src/core/tools/common/tests/TestAIEReconfigOverhead.cpp @@ -1,5 +1,5 @@ -// ------ I N C L U D E F I L E S ------------------------------------------- -// Local - Include Files +// SPDX-License-Identifier: Apache-2.0 +// Copyright (C) 2024-2025 Advanced Micro Devices, Inc. All rights reserved. #include "TestAIEReconfigOverhead.h" #include "TestValidateUtilities.h" diff --git a/src/runtime_src/core/tools/xbreplay/xbreplay.bat b/src/runtime_src/core/tools/xbreplay/xbreplay.bat index 227ad40dcb9..fbd6663e56f 100755 --- a/src/runtime_src/core/tools/xbreplay/xbreplay.bat +++ b/src/runtime_src/core/tools/xbreplay/xbreplay.bat @@ -1,3 +1,5 @@ +REM SPDX-License-Identifier: Apache-2.0 +REM Copyright (C) 2024-2025 Advanced Micro Devices, Inc. All rights reserved. @echo off setlocal diff --git a/src/runtime_src/core/tools/xbtracer/src/lib/CMakeLists.txt b/src/runtime_src/core/tools/xbtracer/src/lib/CMakeLists.txt index 259c60d9e61..126a9726f8f 100644 --- a/src/runtime_src/core/tools/xbtracer/src/lib/CMakeLists.txt +++ b/src/runtime_src/core/tools/xbtracer/src/lib/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright (C) 2024-2025 Advanced Micro Devices, Inc. All rights reserved. link_directories($ENV{XILINX_XRT}/lib) add_library(xrt_capture SHARED diff --git a/src/runtime_src/core/tools/xbtracer/xbtracer.bat b/src/runtime_src/core/tools/xbtracer/xbtracer.bat index 6e2181275eb..79b56c391f4 100644 --- a/src/runtime_src/core/tools/xbtracer/xbtracer.bat +++ b/src/runtime_src/core/tools/xbtracer/xbtracer.bat @@ -1,3 +1,5 @@ +REM SPDX-License-Identifier: Apache-2.0 +REM Copyright (C) 2024-2025 Advanced Micro Devices, Inc. All rights reserved. @echo off setlocal diff --git a/src/runtime_src/xdp/profile/plugin/aie_trace/client/resources_def.h b/src/runtime_src/xdp/profile/plugin/aie_trace/client/resources_def.h index a542d14b6f3..fcb59422a04 100644 --- a/src/runtime_src/xdp/profile/plugin/aie_trace/client/resources_def.h +++ b/src/runtime_src/xdp/profile/plugin/aie_trace/client/resources_def.h @@ -1,2 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 +// Copyright (C) 2024-2025 Advanced Micro Devices, Inc. All rights reserved. #define traceStartBroadcastChId1 6 -#define traceStartBroadcastChId2 7 \ No newline at end of file +#define traceStartBroadcastChId2 7