diff --git a/boards/arm/imxrt/imxrt1020-evk/include/board.h b/boards/arm/imxrt/imxrt1020-evk/include/board.h index 811dde1615f..2a1cd045c37 100644 --- a/boards/arm/imxrt/imxrt1020-evk/include/board.h +++ b/boards/arm/imxrt/imxrt1020-evk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/scripts/Make.defs b/boards/arm/imxrt/imxrt1020-evk/scripts/Make.defs index 112f04283e3..26a856f3acf 100644 --- a/boards/arm/imxrt/imxrt1020-evk/scripts/Make.defs +++ b/boards/arm/imxrt/imxrt1020-evk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1020-evk/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/scripts/flash-ocram.ld b/boards/arm/imxrt/imxrt1020-evk/scripts/flash-ocram.ld index 71f6fb7b19d..6b57ffc4851 100644 --- a/boards/arm/imxrt/imxrt1020-evk/scripts/flash-ocram.ld +++ b/boards/arm/imxrt/imxrt1020-evk/scripts/flash-ocram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/scripts/flash-ocram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/Makefile b/boards/arm/imxrt/imxrt1020-evk/src/Makefile index fa689f3ac2c..271a9274b8d 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/Makefile +++ b/boards/arm/imxrt/imxrt1020-evk/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1020-evk/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.h b/boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.h index 27f2a8de152..f4dd8cc7460 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.h +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_appinit.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_appinit.c index 8df90ba5e45..eaba3ad8258 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_appinit.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_autoleds.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_autoleds.c index 1f39d5287c5..2d892dd7199 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_autoleds.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_boot.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_boot.c index 8a43c448192..14de11626ad 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_boot.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c index ddf87cb7d56..6acfa52986c 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_buttons.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_buttons.c index e9d98300f1a..ad1f166db62 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_buttons.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c index e4a65ce783d..8006802f0b0 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.c index 1c0f2e0c766..ffd2739e23c 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.h b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.h index 4f7f52a0d06..52be9d23f14 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.h +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.c index 9f156a6208d..454354f8ebd 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.h b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.h index 1ccc4f8898d..511bf900740 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.h +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_gpio.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_gpio.c index 74ddb5c0b9f..ff3352e1cb5 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_gpio.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_spi.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_spi.c index 27ae35e1486..d3674136369 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_spi.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_usbhost.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_usbhost.c index eb878bde66d..49973312822 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_usbhost.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_userleds.c b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_userleds.c index 60dab431cd5..1b761cf2af6 100644 --- a/boards/arm/imxrt/imxrt1020-evk/src/imxrt_userleds.c +++ b/boards/arm/imxrt/imxrt1020-evk/src/imxrt_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1020-evk/src/imxrt_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/include/board.h b/boards/arm/imxrt/imxrt1050-evk/include/board.h index 16b836e9f97..65f7be21c01 100644 --- a/boards/arm/imxrt/imxrt1050-evk/include/board.h +++ b/boards/arm/imxrt/imxrt1050-evk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile b/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile index 44070be5ed8..c4165c4b2b8 100644 --- a/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile +++ b/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1050-evk/kernel/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/kernel/imxrt_userspace.c b/boards/arm/imxrt/imxrt1050-evk/kernel/imxrt_userspace.c index d94e61da890..eb0371de377 100644 --- a/boards/arm/imxrt/imxrt1050-evk/kernel/imxrt_userspace.c +++ b/boards/arm/imxrt/imxrt1050-evk/kernel/imxrt_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/kernel/imxrt_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/scripts/Make.defs b/boards/arm/imxrt/imxrt1050-evk/scripts/Make.defs index 106ffc4c13a..36050a38bcc 100644 --- a/boards/arm/imxrt/imxrt1050-evk/scripts/Make.defs +++ b/boards/arm/imxrt/imxrt1050-evk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1050-evk/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/scripts/flash-ocram.ld b/boards/arm/imxrt/imxrt1050-evk/scripts/flash-ocram.ld index 10260de0ff4..344223aa339 100644 --- a/boards/arm/imxrt/imxrt1050-evk/scripts/flash-ocram.ld +++ b/boards/arm/imxrt/imxrt1050-evk/scripts/flash-ocram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/scripts/flash-ocram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/scripts/kernel-space.ld b/boards/arm/imxrt/imxrt1050-evk/scripts/kernel-space.ld index 8398c7e1e2f..4f821e06b80 100644 --- a/boards/arm/imxrt/imxrt1050-evk/scripts/kernel-space.ld +++ b/boards/arm/imxrt/imxrt1050-evk/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/scripts/kernel-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/scripts/memory.ld b/boards/arm/imxrt/imxrt1050-evk/scripts/memory.ld index df402f0a67b..c0167bdcf6b 100644 --- a/boards/arm/imxrt/imxrt1050-evk/scripts/memory.ld +++ b/boards/arm/imxrt/imxrt1050-evk/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/scripts/memory.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/scripts/user-space.ld b/boards/arm/imxrt/imxrt1050-evk/scripts/user-space.ld index e56ee8969c5..e7649634258 100644 --- a/boards/arm/imxrt/imxrt1050-evk/scripts/user-space.ld +++ b/boards/arm/imxrt/imxrt1050-evk/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/scripts/user-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/Makefile b/boards/arm/imxrt/imxrt1050-evk/src/Makefile index 9a8880b3948..a088fb4ec62 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/Makefile +++ b/boards/arm/imxrt/imxrt1050-evk/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1050-evk/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt1050-evk.h b/boards/arm/imxrt/imxrt1050-evk/src/imxrt1050-evk.h index d5d9daa5e67..ea2a3b816ed 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt1050-evk.h +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt1050-evk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt1050-evk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_appinit.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_appinit.c index 6222c28e85d..9857be556f0 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_appinit.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_autoleds.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_autoleds.c index ddf5b30885b..4ccacb88d8b 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_autoleds.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_boot.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_boot.c index 1f44d162252..2cd63223548 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_boot.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_bringup.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_bringup.c index 8ec3a31e831..d51d154e563 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_bringup.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_buttons.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_buttons.c index dbd958b847c..333e82cd853 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_buttons.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c index 40555fcca51..12a5c22e456 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.c index 847f5720011..4467d9c54c4 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.h b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.h index 8f37895b549..7e6483b0e4b 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.h +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.c index 194bc219a23..f25c9a3375b 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.h b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.h index 71dc5b46f02..f7568d4cd13 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.h +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_gpio.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_gpio.c index 4e295e48c8d..71fba823c0f 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_gpio.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_lcd.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_lcd.c index 23b08122b3e..0d11e73c678 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_lcd.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_lcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_mmcsd_spi.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_mmcsd_spi.c index b0175043732..1f80a01794f 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_mmcsd_spi.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_mmcsd_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_mmcsd_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_sdram_ini_dcd.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_sdram_ini_dcd.c index bcffc91d609..86e6dba3b85 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_sdram_ini_dcd.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_sdram_ini_dcd.c @@ -1,7 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_sdram_ini_dcd.c * - * Copyright (C) 2017, NXP Semiconductors, Inc. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Copyright (C) 2017, NXP Semiconductors, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_spi.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_spi.c index a5a324159ba..c3777f07dbb 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_spi.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_userleds.c b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_userleds.c index 159fa68fe52..42bad616307 100644 --- a/boards/arm/imxrt/imxrt1050-evk/src/imxrt_userleds.c +++ b/boards/arm/imxrt/imxrt1050-evk/src/imxrt_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1050-evk/src/imxrt_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/include/board.h b/boards/arm/imxrt/imxrt1060-evk/include/board.h index 2b150d80816..d41bfc10ab0 100644 --- a/boards/arm/imxrt/imxrt1060-evk/include/board.h +++ b/boards/arm/imxrt/imxrt1060-evk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile b/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile index 65659c9dd6b..0069a974de5 100644 --- a/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile +++ b/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1060-evk/kernel/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/kernel/imxrt_userspace.c b/boards/arm/imxrt/imxrt1060-evk/kernel/imxrt_userspace.c index 142051853c4..28343093a37 100644 --- a/boards/arm/imxrt/imxrt1060-evk/kernel/imxrt_userspace.c +++ b/boards/arm/imxrt/imxrt1060-evk/kernel/imxrt_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/kernel/imxrt_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/scripts/Make.defs b/boards/arm/imxrt/imxrt1060-evk/scripts/Make.defs index c36d703a37d..9329b2dd330 100644 --- a/boards/arm/imxrt/imxrt1060-evk/scripts/Make.defs +++ b/boards/arm/imxrt/imxrt1060-evk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1060-evk/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/scripts/flash-ocram.ld b/boards/arm/imxrt/imxrt1060-evk/scripts/flash-ocram.ld index 4f59b496e6b..b532c1cc60b 100644 --- a/boards/arm/imxrt/imxrt1060-evk/scripts/flash-ocram.ld +++ b/boards/arm/imxrt/imxrt1060-evk/scripts/flash-ocram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/scripts/flash-ocram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld b/boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld index 643689554e0..0dc3d32d437 100644 --- a/boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld +++ b/boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/scripts/kernel-space.ld b/boards/arm/imxrt/imxrt1060-evk/scripts/kernel-space.ld index b0827afab27..e0c6253b58e 100644 --- a/boards/arm/imxrt/imxrt1060-evk/scripts/kernel-space.ld +++ b/boards/arm/imxrt/imxrt1060-evk/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/scripts/kernel-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/scripts/memory.ld b/boards/arm/imxrt/imxrt1060-evk/scripts/memory.ld index 48f8cc471c2..f2a4d6d89d7 100644 --- a/boards/arm/imxrt/imxrt1060-evk/scripts/memory.ld +++ b/boards/arm/imxrt/imxrt1060-evk/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/scripts/memory.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/scripts/user-space.ld b/boards/arm/imxrt/imxrt1060-evk/scripts/user-space.ld index a9a8e25c783..f309d57815b 100644 --- a/boards/arm/imxrt/imxrt1060-evk/scripts/user-space.ld +++ b/boards/arm/imxrt/imxrt1060-evk/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/scripts/user-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/Makefile b/boards/arm/imxrt/imxrt1060-evk/src/Makefile index 3ad472fbcad..7c0d5099ce2 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/Makefile +++ b/boards/arm/imxrt/imxrt1060-evk/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1060-evk/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt1060-evk.h b/boards/arm/imxrt/imxrt1060-evk/src/imxrt1060-evk.h index 154af509099..6735f9f7896 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt1060-evk.h +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt1060-evk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt1060-evk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_adc.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_adc.c index 4d2490ddc79..9ac0fff5dd2 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_adc.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_adc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_appinit.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_appinit.c index f74ba7ed52c..b5efb37b5c7 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_appinit.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_autoleds.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_autoleds.c index a7c7e427996..e8df6394431 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_autoleds.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_boot.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_boot.c index c40ccfeb835..d6237861a04 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_boot.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_bringup.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_bringup.c index aeed71e57fb..6428a762404 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_bringup.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_buttons.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_buttons.c index 27455244c9c..d80e8dbaab4 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_buttons.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ethernet.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ethernet.c index ee130bbdc6b..f3446b0ad9f 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexcan.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexcan.c index f71ccb9bf73..93412609367 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexcan.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.c index 671e147958a..7c90fc75519 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.h b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.h index a38be3aaa55..84e543c162d 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.h +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_boot.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.c index 635b82aff0e..2f9cfd79694 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.h b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.h index 45a5b1d3baf..768773fdbb2 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.h +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexspi_nor_flash.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ft5x06.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ft5x06.c index 8580017eb81..d3b0a9ce0f5 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ft5x06.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_ft5x06.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_ft5x06.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_gpio.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_gpio.c index 678265231d8..a5893ca00af 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_gpio.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c index 7d11f613be6..619ea8363bb 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_lcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_mmcsd_spi.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_mmcsd_spi.c index 2a24e60a2ed..9334e3b8663 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_mmcsd_spi.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_mmcsd_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_mmcsd_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_spi.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_spi.c index 96505d621cd..21f2c21dcb7 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_spi.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_usbhost.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_usbhost.c index 3b6fe08e61a..cc6265b562a 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_usbhost.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_userleds.c b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_userleds.c index 654c5ac1ace..99daf01fdd6 100644 --- a/boards/arm/imxrt/imxrt1060-evk/src/imxrt_userleds.c +++ b/boards/arm/imxrt/imxrt1060-evk/src/imxrt_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/include/board.h b/boards/arm/imxrt/imxrt1064-evk/include/board.h index 9ebeb139651..aa369782345 100644 --- a/boards/arm/imxrt/imxrt1064-evk/include/board.h +++ b/boards/arm/imxrt/imxrt1064-evk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/kernel/Makefile b/boards/arm/imxrt/imxrt1064-evk/kernel/Makefile index 3beb5504d08..15fd22726d3 100644 --- a/boards/arm/imxrt/imxrt1064-evk/kernel/Makefile +++ b/boards/arm/imxrt/imxrt1064-evk/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1064-evk/kernel/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/kernel/imxrt_userspace.c b/boards/arm/imxrt/imxrt1064-evk/kernel/imxrt_userspace.c index fb069feeca4..99962d41a63 100644 --- a/boards/arm/imxrt/imxrt1064-evk/kernel/imxrt_userspace.c +++ b/boards/arm/imxrt/imxrt1064-evk/kernel/imxrt_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/kernel/imxrt_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/Make.defs b/boards/arm/imxrt/imxrt1064-evk/scripts/Make.defs index 38e78328d19..12485a581a5 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/Make.defs +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1064-evk/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-app.ld b/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-app.ld index 73e698e9ba0..9144c6abecb 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-app.ld +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-app.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-loader.ld b/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-loader.ld index 6c69128e677..e3eb37981c7 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-loader.ld +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/flash-mcuboot-loader.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/flash-ocram.ld b/boards/arm/imxrt/imxrt1064-evk/scripts/flash-ocram.ld index e92c856733b..e203b2a32f3 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/flash-ocram.ld +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/flash-ocram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/scripts/flash-ocram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/flash.ld b/boards/arm/imxrt/imxrt1064-evk/scripts/flash.ld index 1c6ad9522e8..364a54dd3dc 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/flash.ld +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/kernel-space.ld b/boards/arm/imxrt/imxrt1064-evk/scripts/kernel-space.ld index 186890ee1c4..349eac7c58f 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/kernel-space.ld +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/scripts/kernel-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/memory.ld b/boards/arm/imxrt/imxrt1064-evk/scripts/memory.ld index 22849f06831..5df53a1da7a 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/memory.ld +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/scripts/memory.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/scripts/user-space.ld b/boards/arm/imxrt/imxrt1064-evk/scripts/user-space.ld index e87143c2266..096b4822829 100644 --- a/boards/arm/imxrt/imxrt1064-evk/scripts/user-space.ld +++ b/boards/arm/imxrt/imxrt1064-evk/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/scripts/user-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/Makefile b/boards/arm/imxrt/imxrt1064-evk/src/Makefile index 92dc98b1c18..86e1bb5f965 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/Makefile +++ b/boards/arm/imxrt/imxrt1064-evk/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1064-evk/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt1064-evk.h b/boards/arm/imxrt/imxrt1064-evk/src/imxrt1064-evk.h index 1f78427bc0e..7389d81b602 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt1064-evk.h +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt1064-evk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt1064-evk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_adc.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_adc.c index caba516fc4d..5d28dda87a6 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_adc.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_adc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_appinit.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_appinit.c index 2f0be85e092..63dad92bf56 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_appinit.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_autoleds.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_autoleds.c index ca4d43243c9..c6901cbf3ab 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_autoleds.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot.c index d3b5a2ee95a..8ff31cf02a4 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot_image.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot_image.c index 31e7e576aaa..feeef3029f3 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot_image.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot_image.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_boot_image.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_bringup.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_bringup.c index 666f68fd9b1..2c5b32e6b14 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_bringup.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_buttons.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_buttons.c index 5dd362c10a7..36c1363866e 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_buttons.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ethernet.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ethernet.c index 994d31460fd..4d4d0d1c443 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexcan.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexcan.c index 635b819a5a3..517ac93a836 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexcan.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor.c index 5adf0726bab..04f029e5965 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.c index f68bc9ff8e0..319eb5bdc71 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.h b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.h index d8e4e93e9ad..7661a20ff7a 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.h +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_boot.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.c index da1081dfd52..573a80aa92a 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.h b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.h index 26d61a285c4..7bf87159ca4 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.h +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_flexspi_nor_flash.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ft5x06.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ft5x06.c index 43abe0189ae..bb49d1ad623 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ft5x06.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_ft5x06.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_ft5x06.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_gpio.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_gpio.c index 97720280019..1057d1ef848 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_gpio.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_lcd.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_lcd.c index 6ed3a0c3e2e..359afa517a0 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_lcd.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_lcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_mmcsd_spi.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_mmcsd_spi.c index a745c39a2ab..6c72e08e3c2 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_mmcsd_spi.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_mmcsd_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_mmcsd_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_progmem.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_progmem.c index 8d8fd7f692c..36573ef9289 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_progmem.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_progmem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_reset.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_reset.c index f05c427060b..f47c50ad7a5 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_reset.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_reset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_sdram_ini_dcd.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_sdram_ini_dcd.c index 2d0c4114bcf..85b9e39d8a2 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_sdram_ini_dcd.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_sdram_ini_dcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_sdram_ini_dcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_spi.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_spi.c index 61a375bbe13..9a8014d2236 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_spi.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_usbhost.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_usbhost.c index d1fc7a4737f..909fc648d7e 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_usbhost.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_userleds.c b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_userleds.c index 47928cae017..a7bc9b24451 100644 --- a/boards/arm/imxrt/imxrt1064-evk/src/imxrt_userleds.c +++ b/boards/arm/imxrt/imxrt1064-evk/src/imxrt_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1064-evk/src/imxrt_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/include/board.h b/boards/arm/imxrt/imxrt1170-evk/include/board.h index 485ad3ac7ca..abf8f931403 100644 --- a/boards/arm/imxrt/imxrt1170-evk/include/board.h +++ b/boards/arm/imxrt/imxrt1170-evk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/kernel/Makefile b/boards/arm/imxrt/imxrt1170-evk/kernel/Makefile index 5d22490136d..90fc5fa3af3 100644 --- a/boards/arm/imxrt/imxrt1170-evk/kernel/Makefile +++ b/boards/arm/imxrt/imxrt1170-evk/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1170-evk/kernel/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/kernel/imxrt_userspace.c b/boards/arm/imxrt/imxrt1170-evk/kernel/imxrt_userspace.c index 7a26aad8a5a..7b1c51682db 100644 --- a/boards/arm/imxrt/imxrt1170-evk/kernel/imxrt_userspace.c +++ b/boards/arm/imxrt/imxrt1170-evk/kernel/imxrt_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/kernel/imxrt_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/scripts/Make.defs b/boards/arm/imxrt/imxrt1170-evk/scripts/Make.defs index c1c41c4e9e7..54d83d58712 100644 --- a/boards/arm/imxrt/imxrt1170-evk/scripts/Make.defs +++ b/boards/arm/imxrt/imxrt1170-evk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1170-evk/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/scripts/flash-ocram.ld b/boards/arm/imxrt/imxrt1170-evk/scripts/flash-ocram.ld index f429ffebd79..8e9efc650dd 100644 --- a/boards/arm/imxrt/imxrt1170-evk/scripts/flash-ocram.ld +++ b/boards/arm/imxrt/imxrt1170-evk/scripts/flash-ocram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/scripts/flash-ocram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/scripts/flash.ld b/boards/arm/imxrt/imxrt1170-evk/scripts/flash.ld index 04cbb0588ff..592780f44ef 100644 --- a/boards/arm/imxrt/imxrt1170-evk/scripts/flash.ld +++ b/boards/arm/imxrt/imxrt1170-evk/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/scripts/kernel-space.ld b/boards/arm/imxrt/imxrt1170-evk/scripts/kernel-space.ld index 5e50a07e973..a7f442ac9ce 100644 --- a/boards/arm/imxrt/imxrt1170-evk/scripts/kernel-space.ld +++ b/boards/arm/imxrt/imxrt1170-evk/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/scripts/kernel-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/scripts/memory.ld b/boards/arm/imxrt/imxrt1170-evk/scripts/memory.ld index bc620ffe77e..1eb92470397 100644 --- a/boards/arm/imxrt/imxrt1170-evk/scripts/memory.ld +++ b/boards/arm/imxrt/imxrt1170-evk/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/scripts/memory.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/scripts/user-space.ld b/boards/arm/imxrt/imxrt1170-evk/scripts/user-space.ld index 71d34a1932c..be90e785455 100644 --- a/boards/arm/imxrt/imxrt1170-evk/scripts/user-space.ld +++ b/boards/arm/imxrt/imxrt1170-evk/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/scripts/user-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/Makefile b/boards/arm/imxrt/imxrt1170-evk/src/Makefile index 155d10c7098..33b33360ed7 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/Makefile +++ b/boards/arm/imxrt/imxrt1170-evk/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/imxrt1170-evk/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt1170-evk.h b/boards/arm/imxrt/imxrt1170-evk/src/imxrt1170-evk.h index 95611afd904..787553c0852 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt1170-evk.h +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt1170-evk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt1170-evk.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_adc.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_adc.c index d4e08e0e9b1..2aa72f05134 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_adc.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_adc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_appinit.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_appinit.c index 5168cfb4315..b4e7fc7dcb4 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_appinit.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_autoleds.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_autoleds.c index 5518dfd615f..76c138a1329 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_autoleds.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_boot.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_boot.c index b0648a02c2d..801b7cf6263 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_boot.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_bringup.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_bringup.c index 002a7aafd72..27de10e0c40 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_bringup.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_buttons.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_buttons.c index 6bfc5826e59..e25b3a56afa 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_buttons.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_clockconfig.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_clockconfig.c index a87ab857a23..fe6f0b1c0e4 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_clockconfig.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_clockconfig.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ethernet.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ethernet.c index adfe3b11c7e..e1da7493cfb 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexcan.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexcan.c index 08d2c8fa61f..2dc5313c4e8 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexcan.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_fram.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_fram.c index c0ec99d3bb0..2b19161783d 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_fram.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_fram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_fram.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor.c index b7148c556b1..cf50af65d4f 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.c index 2712269f5c4..f9d04f67fa7 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.h b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.h index 3e975f7f595..64b40e304a5 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.h +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_boot.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.c index ffcc616c339..7938ad19d9c 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.h b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.h index 44453349d21..b4cb3f2d7c8 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.h +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_flexspi_nor_flash.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ft5x06.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ft5x06.c index 863577078f4..65e62da3aa9 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ft5x06.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_ft5x06.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_ft5x06.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_gpio.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_gpio.c index 93611181073..bacce706ee0 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_gpio.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_lcd.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_lcd.c index a6e37535aa3..2869c6629c8 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_lcd.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_lcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_mmcsd_spi.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_mmcsd_spi.c index ff40dc565e7..409086592f7 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_mmcsd_spi.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_mmcsd_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_mmcsd_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_sdram_ini_dcd.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_sdram_ini_dcd.c index 65122d9fe3c..3aafb24aad0 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_sdram_ini_dcd.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_sdram_ini_dcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_sdram_ini_dcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_spi.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_spi.c index 97acca49cb0..e2314b9c755 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_spi.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_usbhost.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_usbhost.c index 58b0aef18f6..c1bb4e6a299 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_usbhost.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_usbhost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_userleds.c b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_userleds.c index b84fd164fa4..0dafab29b2c 100644 --- a/boards/arm/imxrt/imxrt1170-evk/src/imxrt_userleds.c +++ b/boards/arm/imxrt/imxrt1170-evk/src/imxrt_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/imxrt1170-evk/src/imxrt_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/include/board.h b/boards/arm/imxrt/teensy-4.x/include/board.h index 11140e77525..e1fa45f6a41 100644 --- a/boards/arm/imxrt/teensy-4.x/include/board.h +++ b/boards/arm/imxrt/teensy-4.x/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/kernel/Makefile b/boards/arm/imxrt/teensy-4.x/kernel/Makefile index e34d5bdc6c5..ed38b786792 100644 --- a/boards/arm/imxrt/teensy-4.x/kernel/Makefile +++ b/boards/arm/imxrt/teensy-4.x/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/teensy-4.x/kernel/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/kernel/imxrt_userspace.c b/boards/arm/imxrt/teensy-4.x/kernel/imxrt_userspace.c index 2a895df2e61..a7ca1e3ad24 100644 --- a/boards/arm/imxrt/teensy-4.x/kernel/imxrt_userspace.c +++ b/boards/arm/imxrt/teensy-4.x/kernel/imxrt_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/kernel/imxrt_userspace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/scripts/Make.defs b/boards/arm/imxrt/teensy-4.x/scripts/Make.defs index c1bcf528cf0..1aa9359d45b 100644 --- a/boards/arm/imxrt/teensy-4.x/scripts/Make.defs +++ b/boards/arm/imxrt/teensy-4.x/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/teensy-4.x/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/scripts/flash-ocram.ld b/boards/arm/imxrt/teensy-4.x/scripts/flash-ocram.ld index bf80a21ba58..82cb1942993 100644 --- a/boards/arm/imxrt/teensy-4.x/scripts/flash-ocram.ld +++ b/boards/arm/imxrt/teensy-4.x/scripts/flash-ocram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/scripts/flash-ocram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/scripts/flash.ld b/boards/arm/imxrt/teensy-4.x/scripts/flash.ld index 7b3a118fd03..ce189d3d023 100644 --- a/boards/arm/imxrt/teensy-4.x/scripts/flash.ld +++ b/boards/arm/imxrt/teensy-4.x/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/scripts/flash.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/scripts/kernel-space.ld b/boards/arm/imxrt/teensy-4.x/scripts/kernel-space.ld index f0d448736c6..30ee4c99221 100644 --- a/boards/arm/imxrt/teensy-4.x/scripts/kernel-space.ld +++ b/boards/arm/imxrt/teensy-4.x/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/scripts/kernel-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/scripts/memory.ld b/boards/arm/imxrt/teensy-4.x/scripts/memory.ld index 9f6606cadbd..e7b2ffae449 100644 --- a/boards/arm/imxrt/teensy-4.x/scripts/memory.ld +++ b/boards/arm/imxrt/teensy-4.x/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/scripts/memory.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/scripts/user-space.ld b/boards/arm/imxrt/teensy-4.x/scripts/user-space.ld index 2607e224b16..2bb28855db4 100644 --- a/boards/arm/imxrt/teensy-4.x/scripts/user-space.ld +++ b/boards/arm/imxrt/teensy-4.x/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/scripts/user-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/Makefile b/boards/arm/imxrt/teensy-4.x/src/Makefile index da40015a158..5bb3b17c59f 100644 --- a/boards/arm/imxrt/teensy-4.x/src/Makefile +++ b/boards/arm/imxrt/teensy-4.x/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/imxrt/teensy-4.x/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_adc.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_adc.c index 30672e4a681..c146565b53e 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_adc.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_adc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_appinit.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_appinit.c index 662cf19fe2d..cefaabe207b 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_appinit.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_autoleds.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_autoleds.c index 63e5034d490..9edd6564000 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_autoleds.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_boot.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_boot.c index e6583b0837f..2c0194c433c 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_boot.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_bringup.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_bringup.c index b0c180d2e9d..0db8b1aa772 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_bringup.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_enc.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_enc.c index 0aa0226eb35..e49d5f6751f 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_enc.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_enc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_enc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_ethernet.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_ethernet.c index 196ae9ebe7f..6a90c15d8f7 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_ethernet.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexcan.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexcan.c index ea9af244408..3c59ce19f01 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexcan.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_flexcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexpwm.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexpwm.c index fe17cb838d4..36c2ab0403b 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexpwm.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexpwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_flexpwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.c index b69a386809e..1c7303bfbfa 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.h b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.h index 17bfb420fef..73b76bf5378 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.h +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_boot.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.c index 29b32d7ee47..56b52972adf 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.h b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.h index 9011682292c..09c5b33651f 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.h +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_flexspi_nor_flash.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_gpio.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_gpio.c index f9eb02c850f..f08caa55f9c 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_gpio.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_i2c.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_i2c.c index b7e05bb6b4b..2548f8120f6 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_i2c.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_reset.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_reset.c index f4f9c902e6a..933710f803b 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_reset.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_reset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_spi.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_spi.c index 288305e2105..5c14eb747b8 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_spi.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_st7789.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_st7789.c index 5d526ed24e8..7bcc5a1f271 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_st7789.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_st7789.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_st7789.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/imxrt_userleds.c b/boards/arm/imxrt/teensy-4.x/src/imxrt_userleds.c index dda6d8dc209..f2799b87ef9 100644 --- a/boards/arm/imxrt/teensy-4.x/src/imxrt_userleds.c +++ b/boards/arm/imxrt/teensy-4.x/src/imxrt_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/imxrt_userleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/imxrt/teensy-4.x/src/teensy-4.h b/boards/arm/imxrt/teensy-4.x/src/teensy-4.h index ca521b0f6f1..193b8cc4488 100644 --- a/boards/arm/imxrt/teensy-4.x/src/teensy-4.h +++ b/boards/arm/imxrt/teensy-4.x/src/teensy-4.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/imxrt/teensy-4.x/src/teensy-4.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The