diff --git a/boards/arm/stm32h7/linum-stm32h753bi/CMakeLists.txt b/boards/arm/stm32h7/linum-stm32h753bi/CMakeLists.txt index 65eea8f56c3..68125c4c775 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/CMakeLists.txt +++ b/boards/arm/stm32h7/linum-stm32h753bi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/linum-stm32h753bi/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/linum-stm32h753bi/include/board.h b/boards/arm/stm32h7/linum-stm32h753bi/include/board.h index 2c7d066c49b..e9f87e1930e 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/include/board.h +++ b/boards/arm/stm32h7/linum-stm32h753bi/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/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/stm32h7/linum-stm32h753bi/scripts/Make.defs b/boards/arm/stm32h7/linum-stm32h753bi/scripts/Make.defs index 314a05e7a64..13cd1f40def 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/scripts/Make.defs +++ b/boards/arm/stm32h7/linum-stm32h753bi/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/linum-stm32h753bi/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/stm32h7/linum-stm32h753bi/scripts/flash.ld b/boards/arm/stm32h7/linum-stm32h753bi/scripts/flash.ld index 39b95adfaef..87c8d855472 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/scripts/flash.ld +++ b/boards/arm/stm32h7/linum-stm32h753bi/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/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/stm32h7/linum-stm32h753bi/scripts/gnu-elf.ld b/boards/arm/stm32h7/linum-stm32h753bi/scripts/gnu-elf.ld index 55ff7151c93..4b7169c396d 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/scripts/gnu-elf.ld +++ b/boards/arm/stm32h7/linum-stm32h753bi/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/scripts/gnu-elf.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/stm32h7/linum-stm32h753bi/scripts/memory.ld b/boards/arm/stm32h7/linum-stm32h753bi/scripts/memory.ld index 72b41404928..796ae78993c 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/scripts/memory.ld +++ b/boards/arm/stm32h7/linum-stm32h753bi/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/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/stm32h7/linum-stm32h753bi/scripts/user-space.ld b/boards/arm/stm32h7/linum-stm32h753bi/scripts/user-space.ld index 0ce64265c77..e388efcb3c0 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/scripts/user-space.ld +++ b/boards/arm/stm32h7/linum-stm32h753bi/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/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/stm32h7/linum-stm32h753bi/src/CMakeLists.txt b/boards/arm/stm32h7/linum-stm32h753bi/src/CMakeLists.txt index 9ba9f2f42e0..2e6fdf74f62 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/CMakeLists.txt +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/linum-stm32h753bi/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/linum-stm32h753bi/src/Makefile b/boards/arm/stm32h7/linum-stm32h753bi/src/Makefile index 4a9ac36aa0e..b93701f189b 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/Makefile +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/linum-stm32h753bi/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/stm32h7/linum-stm32h753bi/src/linum-stm32h753bi.h b/boards/arm/stm32h7/linum-stm32h753bi/src/linum-stm32h753bi.h index 0c812e15c9d..bb1d8b3a091 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/linum-stm32h753bi.h +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/linum-stm32h753bi.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/linum-stm32h753bi.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/stm32h7/linum-stm32h753bi/src/stm32_appinitialize.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_appinitialize.c index 576192d9d76..30bfc1edac4 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_appinitialize.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/stm32h7/linum-stm32h753bi/src/stm32_at24.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_at24.c index fc6e1dcaa6d..ac2627d2cb4 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_at24.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_at24.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/stm32h7/linum-stm32h753bi/src/stm32_autoleds.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_autoleds.c index 0d109bcb0a9..430993c0598 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_autoleds.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_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/stm32h7/linum-stm32h753bi/src/stm32_boot.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_boot.c index 0b98bdf249b..59203d098fd 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_boot.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_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/stm32h7/linum-stm32h753bi/src/stm32_bringup.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_bringup.c index 06e88a1b0cb..e23c1aa7e02 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_bringup.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_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/stm32h7/linum-stm32h753bi/src/stm32_dma_alloc.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_dma_alloc.c index 2236dd4ffe5..0117cc417d7 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_dma_alloc.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_dma_alloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_dma_alloc.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/stm32h7/linum-stm32h753bi/src/stm32_lcd.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_lcd.c index 326b5b4b06d..ad66608c5f8 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_lcd.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_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/stm32h7/linum-stm32h753bi/src/stm32_mfrc522.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_mfrc522.c index 0363bac5ef7..a2ddd5c2dd6 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_mfrc522.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_mfrc522.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_mfrc522.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/stm32h7/linum-stm32h753bi/src/stm32_pwm.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_pwm.c index f9266ccb9d3..7410b9244ab 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_pwm.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_pwm.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/stm32h7/linum-stm32h753bi/src/stm32_qencoder.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_qencoder.c index 308adfc861a..5e09fcb4f21 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_qencoder.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_qencoder.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/stm32h7/linum-stm32h753bi/src/stm32_sdmmc.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_sdmmc.c index 5fce66e5798..4c8ab5aef2d 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_sdmmc.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_sdmmc.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/stm32h7/linum-stm32h753bi/src/stm32_spi.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_spi.c index 8d359dc0ea2..2ca3f830f19 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_spi.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_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/stm32h7/linum-stm32h753bi/src/stm32_usb.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usb.c index 98cadf4a9f0..293ad004ca0 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usb.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usb.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/stm32h7/linum-stm32h753bi/src/stm32_usbmsc.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usbmsc.c index 36c604437da..84d4dd1c800 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usbmsc.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_usbmsc.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/stm32h7/linum-stm32h753bi/src/stm32_userleds.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_userleds.c index 3120ff9357b..8d93cda9471 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_userleds.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_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/stm32h7/linum-stm32h753bi/src/stm32_w25q.c b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_w25q.c index d49ea6bfddc..947cd2fe997 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_w25q.c +++ b/boards/arm/stm32h7/linum-stm32h753bi/src/stm32_w25q.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/linum-stm32h753bi/src/stm32_w25q.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/stm32h7/nucleo-h743zi/CMakeLists.txt b/boards/arm/stm32h7/nucleo-h743zi/CMakeLists.txt index 7ddad094bc1..8e2a87bf1b8 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/CMakeLists.txt +++ b/boards/arm/stm32h7/nucleo-h743zi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/nucleo-h743zi/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/nucleo-h743zi/include/board.h b/boards/arm/stm32h7/nucleo-h743zi/include/board.h index 1252b6c3721..3393d2af011 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/include/board.h +++ b/boards/arm/stm32h7/nucleo-h743zi/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/nucleo-h743zi/kernel/Makefile b/boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile index 14ed42bd4c2..a1338fcaa28 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile +++ b/boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/nucleo-h743zi/kernel/stm32_userspace.c b/boards/arm/stm32h7/nucleo-h743zi/kernel/stm32_userspace.c index 9934ce63b33..efb0a687955 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/kernel/stm32_userspace.c +++ b/boards/arm/stm32h7/nucleo-h743zi/kernel/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/kernel/stm32_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/stm32h7/nucleo-h743zi/scripts/Make.defs b/boards/arm/stm32h7/nucleo-h743zi/scripts/Make.defs index 34594806925..378a7d43b8d 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/Make.defs +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-app.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-app.ld index d617a343525..e77b72242fb 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-app.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-app.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-app.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/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-loader.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-loader.ld index d2859fbb8aa..8aa5dab47bc 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-loader.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-loader.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/scripts/flash-mcuboot-laoder.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/stm32h7/nucleo-h743zi/scripts/flash.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld index ce1aa86af11..ded9c49a55c 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/nucleo-h743zi/scripts/kernel.space.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/kernel.space.ld index 30390dc1b30..702788c544c 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/kernel.space.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/kernel.space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/nucleo-h743zi/scripts/memory.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/memory.ld index a696c26d92b..aa26c2ba05d 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/memory.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/nucleo-h743zi/scripts/user-space.ld b/boards/arm/stm32h7/nucleo-h743zi/scripts/user-space.ld index b5b038fc0d6..f18068d7ee2 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/scripts/user-space.ld +++ b/boards/arm/stm32h7/nucleo-h743zi/scripts/user-space.ld @@ -1,5 +1,7 @@ /**************************************************************************** -* boards/arm/stm32h7/nucleo-h743zi/scripts/user-space.ld + * boards/arm/stm32h7/nucleo-h743zi/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 diff --git a/boards/arm/stm32h7/nucleo-h743zi/src/CMakeLists.txt b/boards/arm/stm32h7/nucleo-h743zi/src/CMakeLists.txt index 4d704c8836f..3d1b736ad4a 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/CMakeLists.txt +++ b/boards/arm/stm32h7/nucleo-h743zi/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/nucleo-h743zi/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/nucleo-h743zi/src/Makefile b/boards/arm/stm32h7/nucleo-h743zi/src/Makefile index 85d8e69733c..14d0b78569a 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/Makefile +++ b/boards/arm/stm32h7/nucleo-h743zi/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/nucleo-h743zi/src/nucleo-h743zi.h b/boards/arm/stm32h7/nucleo-h743zi/src/nucleo-h743zi.h index fe6cdb7b938..4787d6d8a2e 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/nucleo-h743zi.h +++ b/boards/arm/stm32h7/nucleo-h743zi/src/nucleo-h743zi.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/nucleo-h743zi.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/stm32h7/nucleo-h743zi/src/stm32_adc.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_adc.c index 82a9a831f12..993deabe383 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_adc.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_appinitialize.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_appinitialize.c index f8905ae6ed1..26d21104d6e 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_appinitialize.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/stm32h7/nucleo-h743zi/src/stm32_autoleds.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_autoleds.c index 7102558d050..5fe36b77121 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_autoleds.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_boot.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot.c index cfce50a85a5..137a004ac06 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_boot_image.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot_image.c index 9e6eb92c396..7343c3d2828 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot_image.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_boot_image.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_bringup.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c index e283674d441..22988c4eb56 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_buttons.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_buttons.c index 0bfa05aae79..4ac77a540ed 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_buttons.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_composite.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_composite.c index fa79ca1155f..f4012951d9b 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_composite.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_composite.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/stm32h7/nucleo-h743zi/src/stm32_gpio.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_gpio.c index 78fc98d5510..5a346d392f3 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_gpio.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_lsm303agr.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm303agr.c index fd13a315389..f50f72d4d1f 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm303agr.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm303agr.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm303agr.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/stm32h7/nucleo-h743zi/src/stm32_lsm6dsl.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm6dsl.c index 4be8be6a307..d6f5ce5ab64 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm6dsl.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm6dsl.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm6dsl.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/stm32h7/nucleo-h743zi/src/stm32_lsm9ds1.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm9ds1.c index 2c1c76eb40d..92129f4147d 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm9ds1.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm9ds1.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_lsm9ds1.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/stm32h7/nucleo-h743zi/src/stm32_mmcsd.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_mmcsd.c index 95a39609d1e..ccc1f57532e 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_mmcsd.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_mmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_mmcsd.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/stm32h7/nucleo-h743zi/src/stm32_nrf24l01.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_nrf24l01.c index 74508dde0a9..b350d8409fb 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_nrf24l01.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_nrf24l01.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_nrf24l01.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/stm32h7/nucleo-h743zi/src/stm32_pca9635.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_pca9635.c index 46c7bac27fb..088c49e3e65 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_pca9635.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_pca9635.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_pca9635.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/stm32h7/nucleo-h743zi/src/stm32_progmem.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c index 195608b26c8..edf2be14413 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_pwm.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_pwm.c index c8ae9f82121..fab583e8892 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_pwm.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_pwm.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/stm32h7/nucleo-h743zi/src/stm32_reset.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_reset.c index f9d70f7d5e6..be800712641 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_reset.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_romfs.h b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs.h index a1c9a023aa6..6e90378c8fd 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs.h +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs.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/stm32h7/nucleo-h743zi/src/stm32_romfs_initialize.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs_initialize.c index 78526979341..24143073271 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs_initialize.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_romfs_initialize.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/stm32h7/nucleo-h743zi/src/stm32_spi.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_spi.c index 84aaa55e635..7853b941c8d 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_spi.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi/src/stm32_ssd1306.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_ssd1306.c index 868c0d8ddee..4f76ce0e419 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_ssd1306.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_ssd1306.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_ssd1306.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/stm32h7/nucleo-h743zi/src/stm32_uid.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_uid.c index 7697ae166f8..70b24a721aa 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_uid.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_uid.c @@ -1,9 +1,10 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_uid.c * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Authors: Marawan Ragab - * David Sidrane + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_usb.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_usb.c index f03d70220b0..71e50cb4fc9 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_usb.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_usb.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/stm32h7/nucleo-h743zi/src/stm32_usbmsc.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_usbmsc.c index 0ccfaca81e9..80e041a9654 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_usbmsc.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_usbmsc.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/stm32h7/nucleo-h743zi/src/stm32_userleds.c b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_userleds.c index 3d22d5b1978..ab28937fce1 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/src/stm32_userleds.c +++ b/boards/arm/stm32h7/nucleo-h743zi/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/src/stm32_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/stm32h7/nucleo-h743zi2/CMakeLists.txt b/boards/arm/stm32h7/nucleo-h743zi2/CMakeLists.txt index 858773b7335..08269f88255 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/CMakeLists.txt +++ b/boards/arm/stm32h7/nucleo-h743zi2/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/nucleo-h743zi2/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/nucleo-h743zi2/include/board.h b/boards/arm/stm32h7/nucleo-h743zi2/include/board.h index 41b80ba563d..6c43e9d7eee 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/include/board.h +++ b/boards/arm/stm32h7/nucleo-h743zi2/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/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/stm32h7/nucleo-h743zi2/scripts/Make.defs b/boards/arm/stm32h7/nucleo-h743zi2/scripts/Make.defs index 10cc5619255..ebc4562477e 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/scripts/Make.defs +++ b/boards/arm/stm32h7/nucleo-h743zi2/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/nucleo-h743zi2/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/stm32h7/nucleo-h743zi2/scripts/flash.ld b/boards/arm/stm32h7/nucleo-h743zi2/scripts/flash.ld index b2563304533..8c15b7ed427 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/scripts/flash.ld +++ b/boards/arm/stm32h7/nucleo-h743zi2/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/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/stm32h7/nucleo-h743zi2/scripts/memory.ld b/boards/arm/stm32h7/nucleo-h743zi2/scripts/memory.ld index e1fcf3c3ff3..2b7847cc04b 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/scripts/memory.ld +++ b/boards/arm/stm32h7/nucleo-h743zi2/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/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/stm32h7/nucleo-h743zi2/scripts/user-space.ld b/boards/arm/stm32h7/nucleo-h743zi2/scripts/user-space.ld index 397b3aff1b7..9644c206431 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/scripts/user-space.ld +++ b/boards/arm/stm32h7/nucleo-h743zi2/scripts/user-space.ld @@ -1,5 +1,7 @@ /**************************************************************************** -* boards/arm/stm32h7/nucleo-h743zi2/scripts/user-space.ld + * boards/arm/stm32h7/nucleo-h743zi2/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 diff --git a/boards/arm/stm32h7/nucleo-h743zi2/src/CMakeLists.txt b/boards/arm/stm32h7/nucleo-h743zi2/src/CMakeLists.txt index 34e3e29b161..c273c83da7c 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/CMakeLists.txt +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/nucleo-h743zi2/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/nucleo-h743zi2/src/Makefile b/boards/arm/stm32h7/nucleo-h743zi2/src/Makefile index 6decb4738f5..c8e508792c1 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/Makefile +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/nucleo-h743zi2/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/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h b/boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h index f1f6c1d7d36..350947c5e24 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/nucleo-h743zi2.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/stm32h7/nucleo-h743zi2/src/stm32_adc.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_adc.c index 069219c7719..58b4ded0271 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_adc.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_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/stm32h7/nucleo-h743zi2/src/stm32_appinitialize.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_appinitialize.c index f1193e37ab0..dd2ccdd8e25 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_appinitialize.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/stm32h7/nucleo-h743zi2/src/stm32_autoleds.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_autoleds.c index d2a930b6273..2a40fae1d3e 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_autoleds.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_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/stm32h7/nucleo-h743zi2/src/stm32_boot.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_boot.c index 1c2e866809b..6f88a1e9e40 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_boot.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_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/stm32h7/nucleo-h743zi2/src/stm32_bringup.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_bringup.c index 7ed413b7df6..2f1afe47443 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_bringup.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_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/stm32h7/nucleo-h743zi2/src/stm32_gpio.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_gpio.c index 8b2d4dbd81c..eee5767f862 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_gpio.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_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/stm32h7/nucleo-h743zi2/src/stm32_pwm.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_pwm.c index b4a09a49387..5db1abb1e2a 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_pwm.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_pwm.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/stm32h7/nucleo-h743zi2/src/stm32_qencoder.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_qencoder.c index 7a5119b8c1f..415be15fc02 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_qencoder.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_qencoder.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/stm32h7/nucleo-h743zi2/src/stm32_reset.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_reset.c index 76e3d464636..5ed1e65ea63 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_reset.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_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/stm32h7/nucleo-h743zi2/src/stm32_usb.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_usb.c index 3b36e139298..d081cd9b966 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_usb.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_usb.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/stm32h7/nucleo-h743zi2/src/stm32_userleds.c b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_userleds.c index ab0d59154a4..205e21e095a 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_userleds.c +++ b/boards/arm/stm32h7/nucleo-h743zi2/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi2/src/stm32_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/stm32h7/nucleo-h745zi/CMakeLists.txt b/boards/arm/stm32h7/nucleo-h745zi/CMakeLists.txt index aab5af8d9ad..eaa3a163aa1 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/CMakeLists.txt +++ b/boards/arm/stm32h7/nucleo-h745zi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/nucleo-h745zi/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/nucleo-h745zi/include/board.h b/boards/arm/stm32h7/nucleo-h745zi/include/board.h index a6228b86d79..023e3207fe6 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/include/board.h +++ b/boards/arm/stm32h7/nucleo-h745zi/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/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/stm32h7/nucleo-h745zi/scripts/Make.defs b/boards/arm/stm32h7/nucleo-h745zi/scripts/Make.defs index fb08bb93029..111b4df20f2 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/scripts/Make.defs +++ b/boards/arm/stm32h7/nucleo-h745zi/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/nucleo-h745zi/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/stm32h7/nucleo-h745zi/scripts/flash.ld b/boards/arm/stm32h7/nucleo-h745zi/scripts/flash.ld index a114ad353ea..a4df8b00110 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/scripts/flash.ld +++ b/boards/arm/stm32h7/nucleo-h745zi/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/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/stm32h7/nucleo-h745zi/scripts/flash_m4.ld b/boards/arm/stm32h7/nucleo-h745zi/scripts/flash_m4.ld index 6b5af7fdd04..e55674b4ed1 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/scripts/flash_m4.ld +++ b/boards/arm/stm32h7/nucleo-h745zi/scripts/flash_m4.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/scripts/flash_m4.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/stm32h7/nucleo-h745zi/src/CMakeLists.txt b/boards/arm/stm32h7/nucleo-h745zi/src/CMakeLists.txt index 786901c551d..a20c432323a 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/CMakeLists.txt +++ b/boards/arm/stm32h7/nucleo-h745zi/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/nucleo-h745zi/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/nucleo-h745zi/src/Makefile b/boards/arm/stm32h7/nucleo-h745zi/src/Makefile index 561bc5d1b3a..e3b0718b1db 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/Makefile +++ b/boards/arm/stm32h7/nucleo-h745zi/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/nucleo-h745zi/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/stm32h7/nucleo-h745zi/src/nucleo-h745zi.h b/boards/arm/stm32h7/nucleo-h745zi/src/nucleo-h745zi.h index 6fb4d72bad9..28e800b3e3d 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/nucleo-h745zi.h +++ b/boards/arm/stm32h7/nucleo-h745zi/src/nucleo-h745zi.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/nucleo-h745zi.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/stm32h7/nucleo-h745zi/src/stm32_adc.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_adc.c index 5c1a4217c84..3a8f943e91d 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_adc.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_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/stm32h7/nucleo-h745zi/src/stm32_appinitialize.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_appinitialize.c index a8b535be86c..1d1b8c135d8 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_appinitialize.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/stm32h7/nucleo-h745zi/src/stm32_autoleds.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_autoleds.c index 72a7533fa38..76f6be48a0b 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_autoleds.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_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/stm32h7/nucleo-h745zi/src/stm32_boot.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_boot.c index 85a2e1a08a6..a534f2327b3 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_boot.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_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/stm32h7/nucleo-h745zi/src/stm32_bringup.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_bringup.c index f7295e0be40..9b195df0501 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_bringup.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_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/stm32h7/nucleo-h745zi/src/stm32_gpio.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_gpio.c index 2de003357c8..4ff66ae971d 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_gpio.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_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/stm32h7/nucleo-h745zi/src/stm32_pwm.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_pwm.c index b4228394d36..d49561d4d17 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_pwm.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_pwm.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/stm32h7/nucleo-h745zi/src/stm32_qencoder.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_qencoder.c index a9c146a47cf..07ec2dc95e4 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_qencoder.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_qencoder.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/stm32h7/nucleo-h745zi/src/stm32_usb.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_usb.c index d209e4a09fd..a0e52dfdbb0 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_usb.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_usb.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/stm32h7/nucleo-h745zi/src/stm32_userleds.c b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_userleds.c index 35d36f09a5e..c896ececccd 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/src/stm32_userleds.c +++ b/boards/arm/stm32h7/nucleo-h745zi/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h745zi/src/stm32_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/stm32h7/openh743i/CMakeLists.txt b/boards/arm/stm32h7/openh743i/CMakeLists.txt index a49a0def590..3d8e6bd1d8f 100644 --- a/boards/arm/stm32h7/openh743i/CMakeLists.txt +++ b/boards/arm/stm32h7/openh743i/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/openh743i/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/openh743i/include/board.h b/boards/arm/stm32h7/openh743i/include/board.h index 3e283971b8d..99a5899c0a3 100644 --- a/boards/arm/stm32h7/openh743i/include/board.h +++ b/boards/arm/stm32h7/openh743i/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/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/stm32h7/openh743i/scripts/Make.defs b/boards/arm/stm32h7/openh743i/scripts/Make.defs index 4acc499494c..8a79ef3a078 100644 --- a/boards/arm/stm32h7/openh743i/scripts/Make.defs +++ b/boards/arm/stm32h7/openh743i/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/openh743i/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/stm32h7/openh743i/scripts/flash.ld b/boards/arm/stm32h7/openh743i/scripts/flash.ld index 14d41c4220a..92aed568e0c 100644 --- a/boards/arm/stm32h7/openh743i/scripts/flash.ld +++ b/boards/arm/stm32h7/openh743i/scripts/flash.ld @@ -1,5 +1,7 @@ /**************************************************************************** -* boards/arm/stm32h7/openh743i/scripts/flash.ld + * boards/arm/stm32h7/openh743i/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 diff --git a/boards/arm/stm32h7/openh743i/src/CMakeLists.txt b/boards/arm/stm32h7/openh743i/src/CMakeLists.txt index f08137bf4a9..67c6af47217 100644 --- a/boards/arm/stm32h7/openh743i/src/CMakeLists.txt +++ b/boards/arm/stm32h7/openh743i/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/openh743i/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/openh743i/src/Makefile b/boards/arm/stm32h7/openh743i/src/Makefile index fc51176c22b..05eaa57aaa4 100644 --- a/boards/arm/stm32h7/openh743i/src/Makefile +++ b/boards/arm/stm32h7/openh743i/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/openh743i/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/stm32h7/openh743i/src/openh743i.h b/boards/arm/stm32h7/openh743i/src/openh743i.h index 8c8ba22aa7b..6073dd90466 100644 --- a/boards/arm/stm32h7/openh743i/src/openh743i.h +++ b/boards/arm/stm32h7/openh743i/src/openh743i.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/openh743i.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/stm32h7/openh743i/src/stm32_appinitialize.c b/boards/arm/stm32h7/openh743i/src/stm32_appinitialize.c index 39c57f6a6dd..098df3e0b00 100644 --- a/boards/arm/stm32h7/openh743i/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/openh743i/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/stm32_appinitialize.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/stm32h7/openh743i/src/stm32_boot.c b/boards/arm/stm32h7/openh743i/src/stm32_boot.c index 977aa487cf6..f6fbe00c43c 100644 --- a/boards/arm/stm32h7/openh743i/src/stm32_boot.c +++ b/boards/arm/stm32h7/openh743i/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/stm32_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/stm32h7/openh743i/src/stm32_bringup.c b/boards/arm/stm32h7/openh743i/src/stm32_bringup.c index d512d552c4d..f9a620015aa 100644 --- a/boards/arm/stm32h7/openh743i/src/stm32_bringup.c +++ b/boards/arm/stm32h7/openh743i/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/stm32_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/stm32h7/openh743i/src/stm32_composite.c b/boards/arm/stm32h7/openh743i/src/stm32_composite.c index c3a221c3a28..2ba24e8584a 100644 --- a/boards/arm/stm32h7/openh743i/src/stm32_composite.c +++ b/boards/arm/stm32h7/openh743i/src/stm32_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/stm32_composite.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/stm32h7/openh743i/src/stm32_sdmmc.c b/boards/arm/stm32h7/openh743i/src/stm32_sdmmc.c index dddadb282a3..eff839c26b0 100644 --- a/boards/arm/stm32h7/openh743i/src/stm32_sdmmc.c +++ b/boards/arm/stm32h7/openh743i/src/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/stm32_sdmmc.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/stm32h7/openh743i/src/stm32_usb.c b/boards/arm/stm32h7/openh743i/src/stm32_usb.c index ae3044a20bf..0661a5d4b26 100644 --- a/boards/arm/stm32h7/openh743i/src/stm32_usb.c +++ b/boards/arm/stm32h7/openh743i/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/stm32_usb.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/stm32h7/openh743i/src/stm32_usbmsc.c b/boards/arm/stm32h7/openh743i/src/stm32_usbmsc.c index 2db1df3f005..9a63339c276 100644 --- a/boards/arm/stm32h7/openh743i/src/stm32_usbmsc.c +++ b/boards/arm/stm32h7/openh743i/src/stm32_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/openh743i/src/stm32_usbmsc.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/stm32h7/stm32h745i-disco/CMakeLists.txt b/boards/arm/stm32h7/stm32h745i-disco/CMakeLists.txt index 9a11a7f4c82..86159466c71 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/CMakeLists.txt +++ b/boards/arm/stm32h7/stm32h745i-disco/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/stm32h745i-disco/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/stm32h745i-disco/include/board.h b/boards/arm/stm32h7/stm32h745i-disco/include/board.h index cb8a1135981..1e4b437cbac 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/include/board.h +++ b/boards/arm/stm32h7/stm32h745i-disco/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/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/stm32h7/stm32h745i-disco/scripts/Make.defs b/boards/arm/stm32h7/stm32h745i-disco/scripts/Make.defs index 8de2859b50e..261fabd612c 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/scripts/Make.defs +++ b/boards/arm/stm32h7/stm32h745i-disco/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/stm32h745i-disco/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/stm32h7/stm32h745i-disco/scripts/flash.ld b/boards/arm/stm32h7/stm32h745i-disco/scripts/flash.ld index a9f188b7b70..73540b36851 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/scripts/flash.ld +++ b/boards/arm/stm32h7/stm32h745i-disco/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/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/stm32h7/stm32h745i-disco/scripts/flash_m4.ld b/boards/arm/stm32h7/stm32h745i-disco/scripts/flash_m4.ld index c453148555f..005c903a465 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/scripts/flash_m4.ld +++ b/boards/arm/stm32h7/stm32h745i-disco/scripts/flash_m4.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/scripts/flash_m4.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/stm32h7/stm32h745i-disco/scripts/gnu-elf.ld b/boards/arm/stm32h7/stm32h745i-disco/scripts/gnu-elf.ld index 7521ec8c8e8..2c85a2f3fe1 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/scripts/gnu-elf.ld +++ b/boards/arm/stm32h7/stm32h745i-disco/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/scripts/gnu-elf.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/stm32h7/stm32h745i-disco/scripts/memory.ld b/boards/arm/stm32h7/stm32h745i-disco/scripts/memory.ld index 12b0c0fe213..3c48d8a851b 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/scripts/memory.ld +++ b/boards/arm/stm32h7/stm32h745i-disco/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/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/stm32h7/stm32h745i-disco/scripts/user-space.ld b/boards/arm/stm32h7/stm32h745i-disco/scripts/user-space.ld index 13884ca5b78..8fcf646dd69 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/scripts/user-space.ld +++ b/boards/arm/stm32h7/stm32h745i-disco/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/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/stm32h7/stm32h745i-disco/src/CMakeLists.txt b/boards/arm/stm32h7/stm32h745i-disco/src/CMakeLists.txt index caab40630ab..0c77b55a62c 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/CMakeLists.txt +++ b/boards/arm/stm32h7/stm32h745i-disco/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/stm32h745i-disco/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/stm32h745i-disco/src/Makefile b/boards/arm/stm32h7/stm32h745i-disco/src/Makefile index ad49e0ba194..253e470ef46 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/Makefile +++ b/boards/arm/stm32h7/stm32h745i-disco/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/stm32h745i-disco/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/stm32h7/stm32h745i-disco/src/stm32_appinitialize.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_appinitialize.c index d7b24a4e55a..d09861fbea9 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_appinitialize.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/stm32h7/stm32h745i-disco/src/stm32_autoleds.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_autoleds.c index 9801f49d7c8..519983f9100 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_autoleds.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_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/stm32h7/stm32h745i-disco/src/stm32_boot.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_boot.c index 7ff2404c8e3..6b57f23a8ba 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_boot.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_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/stm32h7/stm32h745i-disco/src/stm32_bringup.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_bringup.c index 9e633d7ca25..7b73a4e0b87 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_bringup.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_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/stm32h7/stm32h745i-disco/src/stm32_ft5x06.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_ft5x06.c index 7a3e5d12e13..1c77b3d1948 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_ft5x06.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_ft5x06.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_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/stm32h7/stm32h745i-disco/src/stm32_lcd.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_lcd.c index 2b0cbc14316..a8994ea718c 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_lcd.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_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/stm32h7/stm32h745i-disco/src/stm32_ostest.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_ostest.c index ef595de0ba5..d4065870695 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_ostest.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_ostest.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_ostest.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/stm32h7/stm32h745i-disco/src/stm32_reset.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_reset.c index d77453f461e..ed84aebc4db 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_reset.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_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/stm32h7/stm32h745i-disco/src/stm32_usb.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_usb.c index 6a318f7e38c..b83713e7ce9 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_usb.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_usb.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/stm32h7/stm32h745i-disco/src/stm32_userleds.c b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_userleds.c index 0e8056aa764..f2e8a6e2867 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32_userleds.c +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32_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/stm32h7/stm32h745i-disco/src/stm32h745i_disco.h b/boards/arm/stm32h7/stm32h745i-disco/src/stm32h745i_disco.h index 9ccd5df96ca..dda3f10c7f3 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/src/stm32h745i_disco.h +++ b/boards/arm/stm32h7/stm32h745i-disco/src/stm32h745i_disco.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h745i-disco/src/stm32h745i_disco.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/stm32h7/stm32h747i-disco/CMakeLists.txt b/boards/arm/stm32h7/stm32h747i-disco/CMakeLists.txt index 57980352947..b058185e765 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/CMakeLists.txt +++ b/boards/arm/stm32h7/stm32h747i-disco/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/stm32h747i-disco/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/stm32h747i-disco/include/board.h b/boards/arm/stm32h7/stm32h747i-disco/include/board.h index 96c74b6692c..2eeaba7d62c 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/include/board.h +++ b/boards/arm/stm32h7/stm32h747i-disco/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/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/stm32h7/stm32h747i-disco/kernel/Makefile b/boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile index 3b17dfc8add..d55f112963f 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile +++ b/boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/stm32h747i-disco/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/stm32h7/stm32h747i-disco/kernel/stm32_userspace.c b/boards/arm/stm32h7/stm32h747i-disco/kernel/stm32_userspace.c index 10a86cb3dc4..6ffbcc5c829 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/kernel/stm32_userspace.c +++ b/boards/arm/stm32h7/stm32h747i-disco/kernel/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/kernel/stm32_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/stm32h7/stm32h747i-disco/scripts/Make.defs b/boards/arm/stm32h7/stm32h747i-disco/scripts/Make.defs index 22116f90ea7..3c1f9882452 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/scripts/Make.defs +++ b/boards/arm/stm32h7/stm32h747i-disco/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/stm32h747i-disco/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/stm32h7/stm32h747i-disco/scripts/flash.ld b/boards/arm/stm32h7/stm32h747i-disco/scripts/flash.ld index 5103b90f6c9..3e3fff0e83a 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/scripts/flash.ld +++ b/boards/arm/stm32h7/stm32h747i-disco/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/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/stm32h7/stm32h747i-disco/scripts/kernel.space.ld b/boards/arm/stm32h7/stm32h747i-disco/scripts/kernel.space.ld index 8aba8f12440..452124e24c6 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/scripts/kernel.space.ld +++ b/boards/arm/stm32h7/stm32h747i-disco/scripts/kernel.space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/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/stm32h7/stm32h747i-disco/scripts/memory.ld b/boards/arm/stm32h7/stm32h747i-disco/scripts/memory.ld index 064f993cc1d..d287c5788b1 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/scripts/memory.ld +++ b/boards/arm/stm32h7/stm32h747i-disco/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/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/stm32h7/stm32h747i-disco/scripts/user-space.ld b/boards/arm/stm32h7/stm32h747i-disco/scripts/user-space.ld index 20f9e586362..a84dc5bc998 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/scripts/user-space.ld +++ b/boards/arm/stm32h7/stm32h747i-disco/scripts/user-space.ld @@ -1,5 +1,7 @@ /**************************************************************************** -* boards/arm/stm32h7/stm32h747i-disco/scripts/user-space.ld + * boards/arm/stm32h7/stm32h747i-disco/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 diff --git a/boards/arm/stm32h7/stm32h747i-disco/src/CMakeLists.txt b/boards/arm/stm32h7/stm32h747i-disco/src/CMakeLists.txt index 2bf988cc9d8..2e7b06e34eb 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/CMakeLists.txt +++ b/boards/arm/stm32h7/stm32h747i-disco/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/stm32h747i-disco/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/stm32h747i-disco/src/Makefile b/boards/arm/stm32h7/stm32h747i-disco/src/Makefile index 626e11f8dad..d3428220c8b 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/Makefile +++ b/boards/arm/stm32h7/stm32h747i-disco/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/stm32h747i-disco/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/stm32h7/stm32h747i-disco/src/stm32_adc.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_adc.c index 5a30d0be5ab..0351450da63 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_adc.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_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/stm32h7/stm32h747i-disco/src/stm32_appinitialize.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_appinitialize.c index 2fd1a2018dd..19e9911490d 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_appinitialize.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/stm32h7/stm32h747i-disco/src/stm32_autoleds.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_autoleds.c index 52e4646adbc..dd62c46ab6e 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_autoleds.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_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/stm32h7/stm32h747i-disco/src/stm32_boot.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_boot.c index be74510602c..bda44969066 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_boot.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_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/stm32h7/stm32h747i-disco/src/stm32_bringup.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_bringup.c index c7e733aac03..8c52d89d0cf 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_bringup.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_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/stm32h7/stm32h747i-disco/src/stm32_buttons.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_buttons.c index b6cfb473e1c..d78fa20d521 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_buttons.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_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/stm32h7/stm32h747i-disco/src/stm32_dma_alloc.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_dma_alloc.c index 700c00f94d3..2a0d2b31316 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_dma_alloc.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_dma_alloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_dma_alloc.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/stm32h7/stm32h747i-disco/src/stm32_sdmmc.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_sdmmc.c index 3a044a5a035..f290eecaa8f 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_sdmmc.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_sdmmc.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/stm32h7/stm32h747i-disco/src/stm32_spi.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_spi.c index eafc3f7cc50..beb3d44f696 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_spi.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_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/stm32h7/stm32h747i-disco/src/stm32_uid.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_uid.c index aeabb383fbc..dd33fb50902 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_uid.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_uid.c @@ -1,9 +1,10 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_uid.c * - * Copyright (C) 2015 Marawan Ragab. All rights reserved. - * Authors: Marawan Ragab - * David Sidrane + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Marawan Ragab. All rights reserved. + * SPDX-FileContributor: Marawan Ragab + * SPDX-FileContributor: David Sidrane * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_usb.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_usb.c index d5a2adf04c8..55045c46214 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_usb.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_usb.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/stm32h7/stm32h747i-disco/src/stm32_userleds.c b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_userleds.c index b094e340ede..c984f0e19d4 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32_userleds.c +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32_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/stm32h7/stm32h747i-disco/src/stm32h747i-disco.h b/boards/arm/stm32h7/stm32h747i-disco/src/stm32h747i-disco.h index 622b62e24c9..eb6159ec7d0 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/src/stm32h747i-disco.h +++ b/boards/arm/stm32h7/stm32h747i-disco/src/stm32h747i-disco.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/stm32h747i-disco/src/stm32h747i-disco.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/stm32h7/weact-stm32h743/CMakeLists.txt b/boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt index 25d0dc19677..7ff1b7107da 100644 --- a/boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt +++ b/boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/weact-stm32h743/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/weact-stm32h743/include/board.h b/boards/arm/stm32h7/weact-stm32h743/include/board.h index cb6d20eee4f..b3dd715fa53 100644 --- a/boards/arm/stm32h7/weact-stm32h743/include/board.h +++ b/boards/arm/stm32h7/weact-stm32h743/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/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/stm32h7/weact-stm32h743/scripts/Make.defs b/boards/arm/stm32h7/weact-stm32h743/scripts/Make.defs index dc4ea4b0475..dfc845d1687 100644 --- a/boards/arm/stm32h7/weact-stm32h743/scripts/Make.defs +++ b/boards/arm/stm32h7/weact-stm32h743/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/weact-stm32h743/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/stm32h7/weact-stm32h743/scripts/flash.ld b/boards/arm/stm32h7/weact-stm32h743/scripts/flash.ld index 86ddf38a1bd..64ce903212f 100644 --- a/boards/arm/stm32h7/weact-stm32h743/scripts/flash.ld +++ b/boards/arm/stm32h7/weact-stm32h743/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/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/stm32h7/weact-stm32h743/scripts/memory.ld b/boards/arm/stm32h7/weact-stm32h743/scripts/memory.ld index a696c26d92b..aa26c2ba05d 100644 --- a/boards/arm/stm32h7/weact-stm32h743/scripts/memory.ld +++ b/boards/arm/stm32h7/weact-stm32h743/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/nucleo-h743zi/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/stm32h7/weact-stm32h743/scripts/user-space.ld b/boards/arm/stm32h7/weact-stm32h743/scripts/user-space.ld index f7cdb7a37a6..f58860f629b 100644 --- a/boards/arm/stm32h7/weact-stm32h743/scripts/user-space.ld +++ b/boards/arm/stm32h7/weact-stm32h743/scripts/user-space.ld @@ -1,5 +1,7 @@ /**************************************************************************** -* boards/arm/stm32h7/nucleo-h743zi/scripts/user-space.ld + * boards/arm/stm32h7/nucleo-h743zi/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 diff --git a/boards/arm/stm32h7/weact-stm32h743/src/CMakeLists.txt b/boards/arm/stm32h7/weact-stm32h743/src/CMakeLists.txt index b4971222b0b..7245a37f209 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/CMakeLists.txt +++ b/boards/arm/stm32h7/weact-stm32h743/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32h7/weact-stm32h743/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/stm32h7/weact-stm32h743/src/Makefile b/boards/arm/stm32h7/weact-stm32h743/src/Makefile index 7a7b2fcb8ed..d83fdda73d5 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/Makefile +++ b/boards/arm/stm32h7/weact-stm32h743/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32h7/weact-stm32h743/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/stm32h7/weact-stm32h743/src/stm32_appinitialize.c b/boards/arm/stm32h7/weact-stm32h743/src/stm32_appinitialize.c index 6f8b9899fb3..f0d46088606 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/stm32_appinitialize.c +++ b/boards/arm/stm32h7/weact-stm32h743/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/src/stm32_appinitialize.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/stm32h7/weact-stm32h743/src/stm32_autoleds.c b/boards/arm/stm32h7/weact-stm32h743/src/stm32_autoleds.c index fbb17c505e8..cedd78acc79 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/stm32_autoleds.c +++ b/boards/arm/stm32h7/weact-stm32h743/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/src/stm32_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/stm32h7/weact-stm32h743/src/stm32_boot.c b/boards/arm/stm32h7/weact-stm32h743/src/stm32_boot.c index 4d8fd4c54d6..977e8f79031 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/stm32_boot.c +++ b/boards/arm/stm32h7/weact-stm32h743/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/src/stm32_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/stm32h7/weact-stm32h743/src/stm32_bringup.c b/boards/arm/stm32h7/weact-stm32h743/src/stm32_bringup.c index 677ecb1c94e..75cbe0738a5 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/stm32_bringup.c +++ b/boards/arm/stm32h7/weact-stm32h743/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/src/stm32_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/stm32h7/weact-stm32h743/src/stm32_ioctl.c b/boards/arm/stm32h7/weact-stm32h743/src/stm32_ioctl.c index 214cf84c6e8..03e356f4a03 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/stm32_ioctl.c +++ b/boards/arm/stm32h7/weact-stm32h743/src/stm32_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/src/stm32_ioctl.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/stm32h7/weact-stm32h743/src/stm32_usb.c b/boards/arm/stm32h7/weact-stm32h743/src/stm32_usb.c index 15100409898..bd4c6af678b 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/stm32_usb.c +++ b/boards/arm/stm32h7/weact-stm32h743/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/src/stm32_usb.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/stm32h7/weact-stm32h743/src/weact-stm32h743.h b/boards/arm/stm32h7/weact-stm32h743/src/weact-stm32h743.h index da79f743f6f..45f6c29b4fa 100644 --- a/boards/arm/stm32h7/weact-stm32h743/src/weact-stm32h743.h +++ b/boards/arm/stm32h7/weact-stm32h743/src/weact-stm32h743.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32h7/weact-stm32h743/src/weact-stm32h743.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