diff --git a/build/build.sh b/build/build.sh index 04af8410..bee56b45 100755 --- a/build/build.sh +++ b/build/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. TOOL_VERSION="2023.1" diff --git a/build/config_app.tcl b/build/config_app.tcl index ee099c4a..a5e5fce5 100644 --- a/build/config_app.tcl +++ b/build/config_app.tcl @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. setws . diff --git a/build/config_vmr_app_RMI.tcl b/build/config_vmr_app_RMI.tcl index 2ca42155..81c53b1d 100644 --- a/build/config_vmr_app_RMI.tcl +++ b/build/config_vmr_app_RMI.tcl @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. set i 0; foreach n $argv {set [incr i] $n} diff --git a/build/create_app.tcl b/build/create_app.tcl index 10474a1f..c16e996f 100644 --- a/build/create_app.tcl +++ b/build/create_app.tcl @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. setws . diff --git a/build/create_bsp.tcl b/build/create_bsp.tcl index 079d45f1..f6ee9559 100644 --- a/build/create_bsp.tcl +++ b/build/create_bsp.tcl @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. set i 0; foreach n $argv {set [incr i] $n} diff --git a/build/lscript.ld b/build/lscript.ld index 5ffbc465..20e1949a 100644 --- a/build/lscript.ld +++ b/build/lscript.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: MIT * Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. */ diff --git a/build/lscript_rave.ld b/build/lscript_rave.ld index c3416088..c42d572c 100644 --- a/build/lscript_rave.ld +++ b/build/lscript_rave.ld @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: Apache-2.0 + * SPDX-License-Identifier: MIT * Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. */ diff --git a/build/make_app.tcl b/build/make_app.tcl index 938a9862..bbed030c 100644 --- a/build/make_app.tcl +++ b/build/make_app.tcl @@ -1,4 +1,4 @@ -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. setws . diff --git a/build/regen_pdi.sh b/build/regen_pdi.sh index 13b8ac43..2ca4cd6f 100755 --- a/build/regen_pdi.sh +++ b/build/regen_pdi.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. ############################################################ diff --git a/build/regen_vmrpdi.sh b/build/regen_vmrpdi.sh index 36a3b50f..798739e2 100755 --- a/build/regen_vmrpdi.sh +++ b/build/regen_vmrpdi.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. ############################################################ diff --git a/build/stack_usage.sh b/build/stack_usage.sh index 19019a08..65018574 100755 --- a/build/stack_usage.sh +++ b/build/stack_usage.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. TOOL_VERSION="2022.1" diff --git a/build/update_VMR_vitis_project.sh b/build/update_VMR_vitis_project.sh index 51987db0..a6d8d6f9 100644 --- a/build/update_VMR_vitis_project.sh +++ b/build/update_VMR_vitis_project.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. cd vmr/ diff --git a/build/upgrade_vmr.sh b/build/upgrade_vmr.sh index a35e6fee..96c2248d 100755 --- a/build/upgrade_vmr.sh +++ b/build/upgrade_vmr.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-License-Identifier: Apache-2.0 +# SPDX-License-Identifier: MIT # Copyright (C) 2024 Advanced Micro Devices, Inc. All rights reserved. ############################################################