Skip to content
/ ot-nxp Public
forked from openthread/ot-nxp

Commit

Permalink
[common] Update Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCouturier committed Nov 14, 2023
1 parent 8157ec6 commit c267eca
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/configs/find_jlink_probes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#
# Copyright 2023 NXP
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

import re
import subprocess

Expand Down
7 changes: 7 additions & 0 deletions boards/rt1060/peripherals.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions boards/rt1060/peripherals.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions boards/rt1170/peripherals.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions boards/rt1170/peripherals.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions third_party/k32w061_sdk/modify_coex_params.sh
Original file line number Diff line number Diff line change
@@ -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 <ELF file> [<variable> <new_value>]
Expand Down
7 changes: 6 additions & 1 deletion third_party/k32w061_sdk/mr3_fixes/patch_k32w061_mr3_sdk.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c267eca

Please sign in to comment.