diff --git a/.vscode/configs/find_jlink_probes.py b/.vscode/configs/find_jlink_probes.py index c319f3b5..c35d2b73 100644 --- a/.vscode/configs/find_jlink_probes.py +++ b/.vscode/configs/find_jlink_probes.py @@ -1,3 +1,10 @@ +# +# Copyright 2023 NXP +# All rights reserved. +# +# SPDX-License-Identifier: BSD-3-Clause +# + import re import subprocess diff --git a/boards/rt1060/peripherals.c b/boards/rt1060/peripherals.c index 063dce50..b85f1402 100644 --- a/boards/rt1060/peripherals.c +++ b/boards/rt1060/peripherals.c @@ -1,3 +1,10 @@ +/* + * Copyright 2023 NXP + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + /*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * will be overwritten if the respective MCUXpresso Config Tools is used to update this file. diff --git a/boards/rt1060/peripherals.h b/boards/rt1060/peripherals.h index fe323e1b..60417f4a 100644 --- a/boards/rt1060/peripherals.h +++ b/boards/rt1060/peripherals.h @@ -1,3 +1,10 @@ +/* + * Copyright 2023 NXP + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + /*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * will be overwritten if the respective MCUXpresso Config Tools is used to update this file. diff --git a/boards/rt1170/peripherals.c b/boards/rt1170/peripherals.c index f645bf3e..ba801a0c 100644 --- a/boards/rt1170/peripherals.c +++ b/boards/rt1170/peripherals.c @@ -1,3 +1,10 @@ +/* + * Copyright 2023 NXP + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + /*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * will be overwritten if the respective MCUXpresso Config Tools is used to update this file. diff --git a/boards/rt1170/peripherals.h b/boards/rt1170/peripherals.h index fe323e1b..60417f4a 100644 --- a/boards/rt1170/peripherals.h +++ b/boards/rt1170/peripherals.h @@ -1,3 +1,10 @@ +/* + * Copyright 2023 NXP + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + /*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * will be overwritten if the respective MCUXpresso Config Tools is used to update this file. diff --git a/third_party/k32w061_sdk/modify_coex_params.sh b/third_party/k32w061_sdk/modify_coex_params.sh index 45aad380..d2ce4498 100755 --- a/third_party/k32w061_sdk/modify_coex_params.sh +++ b/third_party/k32w061_sdk/modify_coex_params.sh @@ -1,4 +1,10 @@ #!/bin/bash +# +# Copyright 2023 NXP +# All rights reserved. +# +# SPDX-License-Identifier: BSD-3-Clause +# if [ $# != 3 -a $# != 1 ]; then echo "Usage: $0 [ ] diff --git a/third_party/k32w061_sdk/mr3_fixes/patch_k32w061_mr3_sdk.sh b/third_party/k32w061_sdk/mr3_fixes/patch_k32w061_mr3_sdk.sh index 17eaa408..d9744644 100755 --- a/third_party/k32w061_sdk/mr3_fixes/patch_k32w061_mr3_sdk.sh +++ b/third_party/k32w061_sdk/mr3_fixes/patch_k32w061_mr3_sdk.sh @@ -1,5 +1,10 @@ #!/bin/bash - +# +# Copyright 2023 NXP +# All rights reserved. +# +# SPDX-License-Identifier: BSD-3-Clause +# CURR_PATH="`dirname \"$0\"`" if [[ ! -d $NXP_K32W0_SDK_ROOT ]]; then