diff options
| author | arturo182 <arturo182@tlen.pl> | 2020-01-07 22:07:27 +0100 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2020-01-07 22:07:27 +0100 |
| commit | cc7b57c8d414ea60fcdf10d57b0e887655fbbc3b (patch) | |
| tree | 73adab9f16a96b0fdb0a1aa1aa1bcef9d2c22242 | |
| parent | 19803c664fbea167bb91bd1e0da4d8566354e3dd (diff) | |
mimxrt10xx: Add license for NXP code
| -rw-r--r-- | ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1011/clocks.c | 6 | ||||
| -rw-r--r-- | ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1062/clocks.c | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1011/clocks.c b/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1011/clocks.c index fa86b967a..c03991785 100644 --- a/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1011/clocks.c +++ b/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1011/clocks.c @@ -23,6 +23,12 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +/* + * Copyright 2019 NXP + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ #include "mpconfigport.h" diff --git a/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1062/clocks.c b/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1062/clocks.c index 7f54ced0f..cafc8efc3 100644 --- a/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1062/clocks.c +++ b/ports/mimxrt10xx/peripherals/mimxrt10xx/MIMXRT1062/clocks.c @@ -23,6 +23,12 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +/* + * Copyright 2019 NXP + * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ #include "mpconfigport.h" |
