Skip to content

Commit

Permalink
Add copyright and license (#8760)
Browse files Browse the repository at this point in the history
* Add copyright and license

Signed-off-by: Soren Soe <[email protected]>

* Update AIEBU for copyright changes

Signed-off-by: Soren Soe <[email protected]>

* Revert copyright/license in golden file

Signed-off-by: Soren Soe <[email protected]>

---------

Signed-off-by: Soren Soe <[email protected]>
  • Loading branch information
stsoe authored Feb 13, 2025
1 parent 24deecf commit 84c2651
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/runtime_src/core/common/aiebu
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions src/runtime_src/core/tools/xbreplay/xbreplay.bat
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/runtime_src/core/tools/xbtracer/src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/runtime_src/core/tools/xbtracer/xbtracer.bat
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
#define traceStartBroadcastChId2 7

0 comments on commit 84c2651

Please sign in to comment.