diff --git a/boards/arm/stm32f7/common/CMakeLists.txt b/boards/arm/stm32f7/common/CMakeLists.txt index d3cbcd9e25e..91bb41fe7fe 100644 --- a/boards/arm/stm32f7/common/CMakeLists.txt +++ b/boards/arm/stm32f7/common/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/common/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/stm32f7/common/Makefile b/boards/arm/stm32f7/common/Makefile index 9e07f25b4a3..7e0b3fe6cf5 100644 --- a/boards/arm/stm32f7/common/Makefile +++ b/boards/arm/stm32f7/common/Makefile @@ -1,6 +1,8 @@ ############################################################################# # boards/arm/stm32f7/common/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/stm32f7/common/include/stm32_bh1750.h b/boards/arm/stm32f7/common/include/stm32_bh1750.h index 08902de8b81..0b2dd373d22 100644 --- a/boards/arm/stm32f7/common/include/stm32_bh1750.h +++ b/boards/arm/stm32f7/common/include/stm32_bh1750.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/include/stm32_bh1750.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/stm32f7/common/include/stm32_bmi270.h b/boards/arm/stm32f7/common/include/stm32_bmi270.h index a2e62b14c6b..50d4be70ae7 100644 --- a/boards/arm/stm32f7/common/include/stm32_bmi270.h +++ b/boards/arm/stm32f7/common/include/stm32_bmi270.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/include/stm32_bmi270.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/stm32f7/common/include/stm32_can_setup.h b/boards/arm/stm32f7/common/include/stm32_can_setup.h index 06463107885..5361bfe204a 100644 --- a/boards/arm/stm32f7/common/include/stm32_can_setup.h +++ b/boards/arm/stm32f7/common/include/stm32_can_setup.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/include/stm32_can_setup.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/stm32f7/common/include/stm32_cansock_setup.h b/boards/arm/stm32f7/common/include/stm32_cansock_setup.h index 800c4ed55d2..971f2216dcb 100644 --- a/boards/arm/stm32f7/common/include/stm32_cansock_setup.h +++ b/boards/arm/stm32f7/common/include/stm32_cansock_setup.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/include/stm32_cansock_setup.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/stm32f7/common/include/stm32_cs4344.h b/boards/arm/stm32f7/common/include/stm32_cs4344.h index e0570c13261..5050fb7345f 100644 --- a/boards/arm/stm32f7/common/include/stm32_cs4344.h +++ b/boards/arm/stm32f7/common/include/stm32_cs4344.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/include/stm32_cs4344.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/stm32f7/common/include/stm32_romfs.h b/boards/arm/stm32f7/common/include/stm32_romfs.h index 4c6355a1fef..3b52acfa36f 100644 --- a/boards/arm/stm32f7/common/include/stm32_romfs.h +++ b/boards/arm/stm32f7/common/include/stm32_romfs.h @@ -1,8 +1,9 @@ /**************************************************************************** * boards/arm/stm32f7/common/include/stm32_romfs.h * - * Copyright (C) 2017 Tomasz Wozniak. All rights reserved. - * Author: Tomasz Wozniak + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Tomasz Wozniak. All rights reserved. + * SPDX-FileContributor: Tomasz Wozniak * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/stm32f7/common/include/stm32_spitest.h b/boards/arm/stm32f7/common/include/stm32_spitest.h index f7db5e44318..09605759e1e 100644 --- a/boards/arm/stm32f7/common/include/stm32_spitest.h +++ b/boards/arm/stm32f7/common/include/stm32_spitest.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/include/stm32_spitest.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/stm32f7/common/src/CMakeLists.txt b/boards/arm/stm32f7/common/src/CMakeLists.txt index 00fcd922a7d..f653591bd15 100644 --- a/boards/arm/stm32f7/common/src/CMakeLists.txt +++ b/boards/arm/stm32f7/common/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/common/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/stm32f7/common/src/Make.defs b/boards/arm/stm32f7/common/src/Make.defs index b3df0015a54..04321561a58 100644 --- a/boards/arm/stm32f7/common/src/Make.defs +++ b/boards/arm/stm32f7/common/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/arm/stm32f7/common/src/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/stm32f7/common/src/stm32_bh1750.c b/boards/arm/stm32f7/common/src/stm32_bh1750.c index bf101e3f72e..94524407f62 100644 --- a/boards/arm/stm32f7/common/src/stm32_bh1750.c +++ b/boards/arm/stm32f7/common/src/stm32_bh1750.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/src/stm32_bh1750.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/stm32f7/common/src/stm32_bmi270.c b/boards/arm/stm32f7/common/src/stm32_bmi270.c index 011cc1c6983..d08129a1b41 100644 --- a/boards/arm/stm32f7/common/src/stm32_bmi270.c +++ b/boards/arm/stm32f7/common/src/stm32_bmi270.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/src/stm32_bmi270.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/stm32f7/common/src/stm32_can_setup.c b/boards/arm/stm32f7/common/src/stm32_can_setup.c index 6593872876d..00ff68791c1 100644 --- a/boards/arm/stm32f7/common/src/stm32_can_setup.c +++ b/boards/arm/stm32f7/common/src/stm32_can_setup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/src/stm32_can_setup.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/stm32f7/common/src/stm32_cansock_setup.c b/boards/arm/stm32f7/common/src/stm32_cansock_setup.c index a88059661b3..0958e09b59c 100644 --- a/boards/arm/stm32f7/common/src/stm32_cansock_setup.c +++ b/boards/arm/stm32f7/common/src/stm32_cansock_setup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/src/stm32_cansock_setup.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/stm32f7/common/src/stm32_cs4344.c b/boards/arm/stm32f7/common/src/stm32_cs4344.c index 6d52353e832..dce2e22d84a 100644 --- a/boards/arm/stm32f7/common/src/stm32_cs4344.c +++ b/boards/arm/stm32f7/common/src/stm32_cs4344.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/src/stm32_cs4344.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/stm32f7/common/src/stm32_reset.c b/boards/arm/stm32f7/common/src/stm32_reset.c index 2a223d80049..1eaa28fe9c7 100644 --- a/boards/arm/stm32f7/common/src/stm32_reset.c +++ b/boards/arm/stm32f7/common/src/stm32_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/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/stm32f7/common/src/stm32_romfs_initialize.c b/boards/arm/stm32f7/common/src/stm32_romfs_initialize.c index c053c82b69b..171e35352e7 100644 --- a/boards/arm/stm32f7/common/src/stm32_romfs_initialize.c +++ b/boards/arm/stm32f7/common/src/stm32_romfs_initialize.c @@ -1,9 +1,9 @@ /**************************************************************************** * boards/arm/stm32f7/common/src/stm32_romfs_initialize.c - * This file provides contents of an optional ROMFS volume, mounted at boot. * - * Copyright (C) 2017 Tomasz Wozniak. All rights reserved. - * Author: Tomasz Wozniak + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: Tomasz Wozniak. All rights reserved. + * SPDX-FileContributor: Tomasz Wozniak * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/stm32f7/common/src/stm32_spitest.c b/boards/arm/stm32f7/common/src/stm32_spitest.c index 8cf5536b779..ea869d3daa7 100644 --- a/boards/arm/stm32f7/common/src/stm32_spitest.c +++ b/boards/arm/stm32f7/common/src/stm32_spitest.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/common/src/stm32_spitest.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/stm32f7/nucleo-f722ze/CMakeLists.txt b/boards/arm/stm32f7/nucleo-f722ze/CMakeLists.txt index 8c31fde79e5..1dfffaa4d42 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/CMakeLists.txt +++ b/boards/arm/stm32f7/nucleo-f722ze/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/include/board.h b/boards/arm/stm32f7/nucleo-f722ze/include/board.h index 1098b6d7cce..9724f70baf3 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/include/board.h +++ b/boards/arm/stm32f7/nucleo-f722ze/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/scripts/Make.defs b/boards/arm/stm32f7/nucleo-f722ze/scripts/Make.defs index 0c54b059e28..191691fa92a 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/scripts/Make.defs +++ b/boards/arm/stm32f7/nucleo-f722ze/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/nucleo-f722ze/scriptsMake.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/stm32f7/nucleo-f722ze/scripts/flash.ld b/boards/arm/stm32f7/nucleo-f722ze/scripts/flash.ld index c5d326afb3c..7d9680fb8d8 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/scripts/flash.ld +++ b/boards/arm/stm32f7/nucleo-f722ze/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/scripts/kernel-space.ld b/boards/arm/stm32f7/nucleo-f722ze/scripts/kernel-space.ld index d65ea35baea..96957fe4d3b 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/scripts/kernel-space.ld +++ b/boards/arm/stm32f7/nucleo-f722ze/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/scripts/user-space.ld b/boards/arm/stm32f7/nucleo-f722ze/scripts/user-space.ld index a01cca16ada..46d46bed661 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/scripts/user-space.ld +++ b/boards/arm/stm32f7/nucleo-f722ze/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/CMakeLists.txt b/boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt index 11f59840f09..8cb11323474 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt +++ b/boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/Make.defs b/boards/arm/stm32f7/nucleo-f722ze/src/Make.defs index 684c5f47861..abc77c03203 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/Make.defs +++ b/boards/arm/stm32f7/nucleo-f722ze/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/nucleo-f722ze/src/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/stm32f7/nucleo-f722ze/src/nucleo-f722ze.h b/boards/arm/stm32f7/nucleo-f722ze/src/nucleo-f722ze.h index 6be7dda1021..2102d8e5bee 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/nucleo-f722ze.h +++ b/boards/arm/stm32f7/nucleo-f722ze/src/nucleo-f722ze.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/src/nucleo-f722ze.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/stm32f7/nucleo-f722ze/src/stm32_adc.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_adc.c index ab0ef941475..62c12b8b3d4 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_adc.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_appinitialize.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_appinitialize.c index 115ec16515d..6c82fbcecb4 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_appinitialize.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_autoleds.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_autoleds.c index bbb88338ea2..9d3099abdaf 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_autoleds.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_bbsram.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_bbsram.c index 1ff027c06cd..f20520848b5 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_bbsram.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_bbsram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/src/stm32_bbsram.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/stm32f7/nucleo-f722ze/src/stm32_boot.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_boot.c index 6b339fdc6c8..a53261f235f 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_boot.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_bringup.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_bringup.c index 25286cd5995..4a8a02b304e 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_bringup.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_buttons.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_buttons.c index edbe249c4a8..72ee710563c 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_buttons.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_composite.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_composite.c index 37e773c112d..218aec5c64f 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_composite.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_gpio.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_gpio.c index 92de47e7dfa..73b86efae28 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_gpio.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_pwm.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_pwm.c index fceb580ff92..fb0810d6985 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_pwm.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_qencoder.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_qencoder.c index d8457e19559..0f1c1bc098c 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_qencoder.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_sdio.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_sdio.c index 548ad49636a..eacc1b78e84 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_sdio.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/src/stm32_sdio.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/stm32f7/nucleo-f722ze/src/stm32_spi.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_spi.c index 81af1eb8d3a..1c57a1f3822 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_spi.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_usb.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_usb.c index 3037633c2ea..cb6766206c0 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_usb.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f722ze/src/stm32_userleds.c b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_userleds.c index 6a02232b7d3..d7e94f46c93 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/src/stm32_userleds.c +++ b/boards/arm/stm32f7/nucleo-f722ze/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f722ze/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/stm32f7/nucleo-f746zg/CMakeLists.txt b/boards/arm/stm32f7/nucleo-f746zg/CMakeLists.txt index ac8e937fa09..81e079b1eca 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/CMakeLists.txt +++ b/boards/arm/stm32f7/nucleo-f746zg/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/include/board.h b/boards/arm/stm32f7/nucleo-f746zg/include/board.h index 21b134cab39..0b0842b5dab 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/include/board.h +++ b/boards/arm/stm32f7/nucleo-f746zg/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/scripts/Make.defs b/boards/arm/stm32f7/nucleo-f746zg/scripts/Make.defs index db184a2c098..cb009635d76 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/scripts/Make.defs +++ b/boards/arm/stm32f7/nucleo-f746zg/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/scripts/flash.ld b/boards/arm/stm32f7/nucleo-f746zg/scripts/flash.ld index f4c1e2fa938..27437307e17 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/scripts/flash.ld +++ b/boards/arm/stm32f7/nucleo-f746zg/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/scripts/kernel-space.ld b/boards/arm/stm32f7/nucleo-f746zg/scripts/kernel-space.ld index e8503186d5a..33077a90a90 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/scripts/kernel-space.ld +++ b/boards/arm/stm32f7/nucleo-f746zg/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/scripts/memory.ld b/boards/arm/stm32f7/nucleo-f746zg/scripts/memory.ld index bafd66964f7..6261925fd59 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/scripts/memory.ld +++ b/boards/arm/stm32f7/nucleo-f746zg/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/scripts/user-space.ld b/boards/arm/stm32f7/nucleo-f746zg/scripts/user-space.ld index 4b55b602095..847ff859c71 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/scripts/user-space.ld +++ b/boards/arm/stm32f7/nucleo-f746zg/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/CMakeLists.txt b/boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt index 985966f9b4e..68d09c3d171 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt +++ b/boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/Make.defs b/boards/arm/stm32f7/nucleo-f746zg/src/Make.defs index a506f3c8930..49783595c96 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/Make.defs +++ b/boards/arm/stm32f7/nucleo-f746zg/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/nucleo-f746zg/src/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/stm32f7/nucleo-f746zg/src/nucleo-f746zg.h b/boards/arm/stm32f7/nucleo-f746zg/src/nucleo-f746zg.h index 131bcb041ba..9d949b7be24 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/nucleo-f746zg.h +++ b/boards/arm/stm32f7/nucleo-f746zg/src/nucleo-f746zg.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/src/nucleo-f746zg.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/stm32f7/nucleo-f746zg/src/stm32_adc.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_adc.c index ac4a406b39e..cb2f4a6ee93 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_adc.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_appinitialize.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_appinitialize.c index 22ed5971a98..a158fe21c92 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_appinitialize.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_autoleds.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_autoleds.c index 385b3077549..7df2fb155db 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_autoleds.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_bbsram.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_bbsram.c index 4bfcfeaa062..4bc556fd8b4 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_bbsram.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_bbsram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/src/stm32_bbsram.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/stm32f7/nucleo-f746zg/src/stm32_boot.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_boot.c index e222654a970..893daee85dd 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_boot.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_bringup.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_bringup.c index de0875f50fe..81cf5821f9a 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_bringup.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_buttons.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_buttons.c index e5a21c1d11a..15c77ba7c53 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_buttons.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_composite.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_composite.c index 8327d3814a5..113996f35df 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_composite.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_gpio.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_gpio.c index 032304ab972..1e6e979ee3f 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_gpio.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_pwm.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_pwm.c index 0f520a8741b..dd9a9242eac 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_pwm.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_qencoder.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_qencoder.c index 8d859fa7e47..7ae25260eb5 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_qencoder.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_sdio.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_sdio.c index c0312e86a03..0d10d8116dc 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_sdio.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/src/stm32_sdio.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/stm32f7/nucleo-f746zg/src/stm32_spi.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_spi.c index 743aeba7a55..dce37b50a9b 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_spi.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_usb.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_usb.c index e6ad410175e..e95997f0080 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_usb.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f746zg/src/stm32_userleds.c b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_userleds.c index 1eece4ab904..6366d66879f 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/src/stm32_userleds.c +++ b/boards/arm/stm32f7/nucleo-f746zg/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f746zg/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/stm32f7/nucleo-f767zi/CMakeLists.txt b/boards/arm/stm32f7/nucleo-f767zi/CMakeLists.txt index 9781e738408..b1e5425224d 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/CMakeLists.txt +++ b/boards/arm/stm32f7/nucleo-f767zi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/include/board.h b/boards/arm/stm32f7/nucleo-f767zi/include/board.h index 974a0d36ccf..24e377f9476 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/include/board.h +++ b/boards/arm/stm32f7/nucleo-f767zi/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/scripts/Make.defs b/boards/arm/stm32f7/nucleo-f767zi/scripts/Make.defs index 0732bfd7f6d..fc9322d7217 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/scripts/Make.defs +++ b/boards/arm/stm32f7/nucleo-f767zi/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/nucleo-f767/scriptsMake.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/stm32f7/nucleo-f767zi/scripts/flash.ld b/boards/arm/stm32f7/nucleo-f767zi/scripts/flash.ld index 1b0340dd7a3..86befe97ebb 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/scripts/flash.ld +++ b/boards/arm/stm32f7/nucleo-f767zi/scripts/flash.ld @@ -1,5 +1,7 @@ /**************************************************************************** -* boards/arm/stm32f7/nucleo-f767zi/scripts/flash.ld + * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/scripts/kernel-space.ld b/boards/arm/stm32f7/nucleo-f767zi/scripts/kernel-space.ld index e08b7915931..ee294dc6698 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/scripts/kernel-space.ld +++ b/boards/arm/stm32f7/nucleo-f767zi/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/scripts/user-space.ld b/boards/arm/stm32f7/nucleo-f767zi/scripts/user-space.ld index 846335052db..87ddd2d47b1 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/scripts/user-space.ld +++ b/boards/arm/stm32f7/nucleo-f767zi/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/CMakeLists.txt b/boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt index 409efb45490..8cdbe6dc369 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt +++ b/boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/Make.defs b/boards/arm/stm32f7/nucleo-f767zi/src/Make.defs index c3f6ba291d6..54554d97808 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/Make.defs +++ b/boards/arm/stm32f7/nucleo-f767zi/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/nucleo-f767zi/src/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/stm32f7/nucleo-f767zi/src/nucleo-f767zi.h b/boards/arm/stm32f7/nucleo-f767zi/src/nucleo-f767zi.h index f91291702af..d8322770aad 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/nucleo-f767zi.h +++ b/boards/arm/stm32f7/nucleo-f767zi/src/nucleo-f767zi.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/src/nucleo-f767zi.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/stm32f7/nucleo-f767zi/src/stm32_adc.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_adc.c index 0023b661e10..43b3f2a8e03 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_adc.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_appinitialize.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_appinitialize.c index e2878480a70..2b7ac8b355d 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_appinitialize.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_autoleds.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_autoleds.c index 9b269598bd3..d8f84841c0c 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_autoleds.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_bbsram.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_bbsram.c index 3beb416027e..e3e62257ecd 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_bbsram.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_bbsram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/src/stm32_bbsram.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/stm32f7/nucleo-f767zi/src/stm32_boot.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_boot.c index ccb69d91cfe..77675f8e909 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_boot.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_bringup.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_bringup.c index 06c41c98ba7..1abed8c9634 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_bringup.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_buttons.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_buttons.c index 6e40186fe53..8cdb1da13f0 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_buttons.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_composite.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_composite.c index 4d49c463867..579045b80ff 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_composite.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_gpio.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_gpio.c index 8d0351bf750..88fc65ebdbf 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_gpio.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_pwm.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_pwm.c index 5437d39045c..d7e46d07ced 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_pwm.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_qencoder.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_qencoder.c index b0511acf425..630f56fc3d4 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_qencoder.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_sdio.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_sdio.c index fef628b7eb0..2108fbdbd42 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_sdio.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/src/stm32_sdio.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/stm32f7/nucleo-f767zi/src/stm32_spi.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_spi.c index 1a4530c1148..d5bde80939f 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_spi.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_usb.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_usb.c index 3f1e74e322d..f49a7abd78f 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_usb.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/nucleo-f767zi/src/stm32_userleds.c b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_userleds.c index 94006d75a79..af4c82cc8aa 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/src/stm32_userleds.c +++ b/boards/arm/stm32f7/nucleo-f767zi/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/nucleo-f767zi/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/stm32f7/steval-eth001v1/CMakeLists.txt b/boards/arm/stm32f7/steval-eth001v1/CMakeLists.txt index 03ef3d06baf..e9216f14c28 100644 --- a/boards/arm/stm32f7/steval-eth001v1/CMakeLists.txt +++ b/boards/arm/stm32f7/steval-eth001v1/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/steval-eth001v1/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/stm32f7/steval-eth001v1/include/board.h b/boards/arm/stm32f7/steval-eth001v1/include/board.h index 954b1008758..cc62976fda6 100644 --- a/boards/arm/stm32f7/steval-eth001v1/include/board.h +++ b/boards/arm/stm32f7/steval-eth001v1/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/steval-eth001v1/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/stm32f7/steval-eth001v1/scripts/Make.defs b/boards/arm/stm32f7/steval-eth001v1/scripts/Make.defs index b6de2907ebb..4a865b11968 100644 --- a/boards/arm/stm32f7/steval-eth001v1/scripts/Make.defs +++ b/boards/arm/stm32f7/steval-eth001v1/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/steval-eth001v1/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/stm32f7/steval-eth001v1/scripts/flash.ld b/boards/arm/stm32f7/steval-eth001v1/scripts/flash.ld index 81842c1a36b..ead2507fbe9 100644 --- a/boards/arm/stm32f7/steval-eth001v1/scripts/flash.ld +++ b/boards/arm/stm32f7/steval-eth001v1/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/steval-eth001v1/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/stm32f7/steval-eth001v1/src/CMakeLists.txt b/boards/arm/stm32f7/steval-eth001v1/src/CMakeLists.txt index 32c92940d8e..612fb63d83a 100644 --- a/boards/arm/stm32f7/steval-eth001v1/src/CMakeLists.txt +++ b/boards/arm/stm32f7/steval-eth001v1/src/CMakeLists.txt @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/steval-eth001v1/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 diff --git a/boards/arm/stm32f7/steval-eth001v1/src/Make.defs b/boards/arm/stm32f7/steval-eth001v1/src/Make.defs index 12821be53dc..8e265b63d92 100644 --- a/boards/arm/stm32f7/steval-eth001v1/src/Make.defs +++ b/boards/arm/stm32f7/steval-eth001v1/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/steval-eth001v1/src/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/stm32f7/steval-eth001v1/src/steval-eth001v1.h b/boards/arm/stm32f7/steval-eth001v1/src/steval-eth001v1.h index 6958c2e3810..feea2d87af8 100644 --- a/boards/arm/stm32f7/steval-eth001v1/src/steval-eth001v1.h +++ b/boards/arm/stm32f7/steval-eth001v1/src/steval-eth001v1.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/steval-eth001v1/src/steval-eth001v1.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/stm32f7/steval-eth001v1/src/stm32_appinit.c b/boards/arm/stm32f7/steval-eth001v1/src/stm32_appinit.c index 75e8e6dc650..397c99adb2c 100644 --- a/boards/arm/stm32f7/steval-eth001v1/src/stm32_appinit.c +++ b/boards/arm/stm32f7/steval-eth001v1/src/stm32_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/steval-eth001v1/src/stm32_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/stm32f7/steval-eth001v1/src/stm32_boot.c b/boards/arm/stm32f7/steval-eth001v1/src/stm32_boot.c index 7b060883fdf..f23e12f1f91 100644 --- a/boards/arm/stm32f7/steval-eth001v1/src/stm32_boot.c +++ b/boards/arm/stm32f7/steval-eth001v1/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/steval-eth001v1/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/stm32f7/steval-eth001v1/src/stm32_bringup.c b/boards/arm/stm32f7/steval-eth001v1/src/stm32_bringup.c index ce901401ee1..569a777c2d6 100644 --- a/boards/arm/stm32f7/steval-eth001v1/src/stm32_bringup.c +++ b/boards/arm/stm32f7/steval-eth001v1/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/steval-eth001v1/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/stm32f7/steval-eth001v1/src/stm32_foc.c b/boards/arm/stm32f7/steval-eth001v1/src/stm32_foc.c index 6d19474784f..769f533d122 100644 --- a/boards/arm/stm32f7/steval-eth001v1/src/stm32_foc.c +++ b/boards/arm/stm32f7/steval-eth001v1/src/stm32_foc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/steval-eth001v1/src/stm32_foc.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/stm32f7/stm32f746-ws/CMakeLists.txt b/boards/arm/stm32f7/stm32f746-ws/CMakeLists.txt index 196c729eff2..2db3f4d6387 100644 --- a/boards/arm/stm32f7/stm32f746-ws/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f746-ws/CMakeLists.txt @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f746-ws/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 diff --git a/boards/arm/stm32f7/stm32f746-ws/include/board.h b/boards/arm/stm32f7/stm32f746-ws/include/board.h index 93a65df95a2..b525313ee65 100644 --- a/boards/arm/stm32f7/stm32f746-ws/include/board.h +++ b/boards/arm/stm32f7/stm32f746-ws/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/scripts/Make.defs b/boards/arm/stm32f7/stm32f746-ws/scripts/Make.defs index 17429993322..4b83e33db3d 100644 --- a/boards/arm/stm32f7/stm32f746-ws/scripts/Make.defs +++ b/boards/arm/stm32f7/stm32f746-ws/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/scripts/flash.ld b/boards/arm/stm32f7/stm32f746-ws/scripts/flash.ld index bf7d144a5c9..3e5bd33b90c 100644 --- a/boards/arm/stm32f7/stm32f746-ws/scripts/flash.ld +++ b/boards/arm/stm32f7/stm32f746-ws/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/scripts/kernel-space.ld b/boards/arm/stm32f7/stm32f746-ws/scripts/kernel-space.ld index d72969d7cab..1ce0deb04cc 100644 --- a/boards/arm/stm32f7/stm32f746-ws/scripts/kernel-space.ld +++ b/boards/arm/stm32f7/stm32f746-ws/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/scripts/memory.ld b/boards/arm/stm32f7/stm32f746-ws/scripts/memory.ld index 1b4bf3a8bd5..c0e67918c15 100644 --- a/boards/arm/stm32f7/stm32f746-ws/scripts/memory.ld +++ b/boards/arm/stm32f7/stm32f746-ws/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/scripts/user-space.ld b/boards/arm/stm32f7/stm32f746-ws/scripts/user-space.ld index 9e644861c5d..d0ca87c9872 100644 --- a/boards/arm/stm32f7/stm32f746-ws/scripts/user-space.ld +++ b/boards/arm/stm32f7/stm32f746-ws/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/src/CMakeLists.txt b/boards/arm/stm32f7/stm32f746-ws/src/CMakeLists.txt index 11a26dbe974..8fcf733f7ea 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f746-ws/src/CMakeLists.txt @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f746-ws/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 diff --git a/boards/arm/stm32f7/stm32f746-ws/src/Make.defs b/boards/arm/stm32f7/stm32f746-ws/src/Make.defs index 70c68619528..df9d49346bb 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/Make.defs +++ b/boards/arm/stm32f7/stm32f746-ws/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f746-ws/src/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/stm32f7/stm32f746-ws/src/stm32_appinitialize.c b/boards/arm/stm32f7/stm32f746-ws/src/stm32_appinitialize.c index bf391648f13..4e66086a877 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/stm32_appinitialize.c +++ b/boards/arm/stm32f7/stm32f746-ws/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/src/stm32_boot.c b/boards/arm/stm32f7/stm32f746-ws/src/stm32_boot.c index 471da058521..d97d368abaa 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/stm32_boot.c +++ b/boards/arm/stm32f7/stm32f746-ws/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/src/stm32_dma_alloc.c b/boards/arm/stm32f7/stm32f746-ws/src/stm32_dma_alloc.c index d9955de1978..f1be21dc24e 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/stm32_dma_alloc.c +++ b/boards/arm/stm32f7/stm32f746-ws/src/stm32_dma_alloc.c @@ -1,7 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/src/stm32_dma_alloc.c * - * Copyright (C) 2016 PX4 Development Team. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/stm32f7/stm32f746-ws/src/stm32_sdmmc.c b/boards/arm/stm32f7/stm32f746-ws/src/stm32_sdmmc.c index 67a6405c3e0..3bd76b41971 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/stm32_sdmmc.c +++ b/boards/arm/stm32f7/stm32f746-ws/src/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/src/stm32_spi.c b/boards/arm/stm32f7/stm32f746-ws/src/stm32_spi.c index daa56e12bc7..6ceebcffd86 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/stm32_spi.c +++ b/boards/arm/stm32f7/stm32f746-ws/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/src/stm32_usb.c b/boards/arm/stm32f7/stm32f746-ws/src/stm32_usb.c index 80c6f5d9f32..2a04ec432d5 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/stm32_usb.c +++ b/boards/arm/stm32f7/stm32f746-ws/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/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/stm32f7/stm32f746-ws/src/stm32f746-ws.h b/boards/arm/stm32f7/stm32f746-ws/src/stm32f746-ws.h index 8535ad14687..80532801ade 100644 --- a/boards/arm/stm32f7/stm32f746-ws/src/stm32f746-ws.h +++ b/boards/arm/stm32f7/stm32f746-ws/src/stm32f746-ws.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746-ws/src/stm32f746-ws.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/stm32f7/stm32f746g-disco/CMakeLists.txt b/boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt index d8031b208bf..590a335067d 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f746g-disco/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/include/board.h b/boards/arm/stm32f7/stm32f746g-disco/include/board.h index 6bfed5ab67e..b3904989749 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/include/board.h +++ b/boards/arm/stm32f7/stm32f746g-disco/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/kernel/Makefile b/boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile index 222928a9727..1a19fa884eb 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile +++ b/boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/kernel/stm32_userspace.c b/boards/arm/stm32f7/stm32f746g-disco/kernel/stm32_userspace.c index 75fe7503652..61a8bfbecab 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/kernel/stm32_userspace.c +++ b/boards/arm/stm32f7/stm32f746g-disco/kernel/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/scripts/Make.defs b/boards/arm/stm32f7/stm32f746g-disco/scripts/Make.defs index d898b8a801a..a88cc5a0a7d 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/scripts/Make.defs +++ b/boards/arm/stm32f7/stm32f746g-disco/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/scripts/flash.ld b/boards/arm/stm32f7/stm32f746g-disco/scripts/flash.ld index 3092e57d5c5..ed2ebe73281 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/scripts/flash.ld +++ b/boards/arm/stm32f7/stm32f746g-disco/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/scripts/kernel-space.ld b/boards/arm/stm32f7/stm32f746g-disco/scripts/kernel-space.ld index 63efca61e03..715753b5725 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/scripts/kernel-space.ld +++ b/boards/arm/stm32f7/stm32f746g-disco/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/scripts/memory.ld b/boards/arm/stm32f7/stm32f746g-disco/scripts/memory.ld index f1b16562b43..852a36ab59f 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/scripts/memory.ld +++ b/boards/arm/stm32f7/stm32f746g-disco/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/scripts/user-space.ld b/boards/arm/stm32f7/stm32f746g-disco/scripts/user-space.ld index b0e85c95682..f56dd7beb98 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/scripts/user-space.ld +++ b/boards/arm/stm32f7/stm32f746g-disco/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/CMakeLists.txt b/boards/arm/stm32f7/stm32f746g-disco/src/CMakeLists.txt index bd901ee506f..a20d4e5c0db 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f746g-disco/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/Make.defs b/boards/arm/stm32f7/stm32f746g-disco/src/Make.defs index 38ca82be7d3..3ebba261bab 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/Make.defs +++ b/boards/arm/stm32f7/stm32f746g-disco/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f746g-disco/src/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/stm32f7/stm32f746g-disco/src/stm32_adc.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_adc.c index d22275a3f84..04a85c89981 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_adc.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_appinitialize.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_appinitialize.c index 29f88446abc..ad1e945f474 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_appinitialize.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_autoleds.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_autoleds.c index 59021b10d05..3093ac8c248 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_autoleds.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_boot.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_boot.c index 281fb3c6cf7..682d41f7a27 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_boot.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_bringup.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_bringup.c index 6cad6615780..33f2452eacb 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_bringup.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_buttons.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_buttons.c index 08fc283ccb2..b80d47aae50 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_buttons.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_extmem.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_extmem.c index 54725f982f9..d9b9fbbb8b9 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_extmem.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_extmem.c @@ -1,8 +1,9 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-disco/src/stm32_extmem.c * - * Copyright (C) 2018 Marcin Wyrwas. All rights reserved. - * Author: Marcin Wyrwas + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Marcin Wyrwas. All rights reserved. + * SPDX-FileContributor: Marcin Wyrwas * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_lcd.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_lcd.c index ba000d25600..7f75cccb34b 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_lcd.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_n25q.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_n25q.c index 8dd8296d2de..9698ae01df5 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_n25q.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_n25q.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-disco/src/stm32_n25q.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/stm32f7/stm32f746g-disco/src/stm32_sdmmc.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_sdmmc.c index ca0d57d2fd0..edfa241bda9 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_sdmmc.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_spi.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_spi.c index 7083b1aefda..34b31b00526 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_spi.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_sporadic.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_sporadic.c index 159a149fd61..e940bc4e98d 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_sporadic.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_sporadic.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-disco/src/stm32_sporadic.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/stm32f7/stm32f746g-disco/src/stm32_touchscreen.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_touchscreen.c index 9d12da6b6f2..17153bc48e6 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_touchscreen.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_touchscreen.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-disco/src/stm32_touchscreen.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/stm32f7/stm32f746g-disco/src/stm32_usb.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_usb.c index 13ff6487012..fee23014ea9 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_usb.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_userleds.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_userleds.c index 21107d50496..d5ac2f4b79d 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_userleds.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-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/stm32f7/stm32f746g-disco/src/stm32_wm8994.c b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_wm8994.c index eab931cae43..cbc96730e4f 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32_wm8994.c +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32_wm8994.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-disco/src/stm32_wm8994.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/stm32f7/stm32f746g-disco/src/stm32f746g-disco.h b/boards/arm/stm32f7/stm32f746g-disco/src/stm32f746g-disco.h index c03cb075b6c..1eab2500bbd 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/src/stm32f746g-disco.h +++ b/boards/arm/stm32f7/stm32f746g-disco/src/stm32f746g-disco.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f746g-disco/src/stm32f746g-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/stm32f7/stm32f769i-disco/CMakeLists.txt b/boards/arm/stm32f7/stm32f769i-disco/CMakeLists.txt index b3676c8b9b7..967e0ed24b3 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f769i-disco/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/include/board.h b/boards/arm/stm32f7/stm32f769i-disco/include/board.h index 0f6e49da087..028b29b0023 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/include/board.h +++ b/boards/arm/stm32f7/stm32f769i-disco/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/kernel/Makefile b/boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile index 3ab58176281..c3603754a4f 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile +++ b/boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/kernel/stm32_userspace.c b/boards/arm/stm32f7/stm32f769i-disco/kernel/stm32_userspace.c index 7057d0e42e4..b7902970c82 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/kernel/stm32_userspace.c +++ b/boards/arm/stm32f7/stm32f769i-disco/kernel/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/scripts/Make.defs b/boards/arm/stm32f7/stm32f769i-disco/scripts/Make.defs index 2af64827123..5abc692a3dd 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/scripts/Make.defs +++ b/boards/arm/stm32f7/stm32f769i-disco/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/scripts/flash.ld b/boards/arm/stm32f7/stm32f769i-disco/scripts/flash.ld index f41f1b59155..8fc03ae0663 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/scripts/flash.ld +++ b/boards/arm/stm32f7/stm32f769i-disco/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/scripts/kernel-space.ld b/boards/arm/stm32f7/stm32f769i-disco/scripts/kernel-space.ld index 3dadf0ce313..30401a27036 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/scripts/kernel-space.ld +++ b/boards/arm/stm32f7/stm32f769i-disco/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/scripts/memory.ld b/boards/arm/stm32f7/stm32f769i-disco/scripts/memory.ld index 229c70bc6fb..b8f3d358f77 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/scripts/memory.ld +++ b/boards/arm/stm32f7/stm32f769i-disco/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/scripts/user-space.ld b/boards/arm/stm32f7/stm32f769i-disco/scripts/user-space.ld index 64efa548121..f4acf0fc99d 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/scripts/user-space.ld +++ b/boards/arm/stm32f7/stm32f769i-disco/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/CMakeLists.txt b/boards/arm/stm32f7/stm32f769i-disco/src/CMakeLists.txt index 0bfb1cc9439..dc99018b08d 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f769i-disco/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/Make.defs b/boards/arm/stm32f7/stm32f769i-disco/src/Make.defs index 9db33e44c1d..c9981eacbac 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/Make.defs +++ b/boards/arm/stm32f7/stm32f769i-disco/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f769i-disco/src/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/stm32f7/stm32f769i-disco/src/stm32_appinitialize.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_appinitialize.c index 9df855ceb51..4ea5e7ec1bc 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_appinitialize.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/stm32_autoleds.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_autoleds.c index be6699172ea..5d4c1811d70 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_autoleds.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/stm32_boot.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_boot.c index c1985e1712c..36b38e105b1 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_boot.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/stm32_bringup.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_bringup.c index 925902786a0..7c6cfcea476 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_bringup.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/stm32_buttons.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_buttons.c index 43cd8b767e1..f91b8f46f4b 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_buttons.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/stm32_extmem.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_extmem.c index 7bbf0a89a1f..a072e4b7f89 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_extmem.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_extmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-disco/src/stm32_extmem.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/stm32f7/stm32f769i-disco/src/stm32_pwm.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_pwm.c index d0950027776..c162562d2a9 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_pwm.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-disco/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/stm32f7/stm32f769i-disco/src/stm32_spi.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_spi.c index 161dafd16e4..4d41cbe4d83 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_spi.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/stm32_sporadic.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_sporadic.c index d110e27398c..b9bf2987ad0 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_sporadic.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_sporadic.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-disco/src/stm32_sporadic.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/stm32f7/stm32f769i-disco/src/stm32_userleds.c b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_userleds.c index 2b7fdda6cb8..e18a4829a4b 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32_userleds.c +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-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/stm32f7/stm32f769i-disco/src/stm32f769i-disco.h b/boards/arm/stm32f7/stm32f769i-disco/src/stm32f769i-disco.h index 17bc7fefdc9..922d9f89214 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/src/stm32f769i-disco.h +++ b/boards/arm/stm32f7/stm32f769i-disco/src/stm32f769i-disco.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f769i-disco/src/stm32f769i-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/stm32f7/stm32f777zit6-meadow/CMakeLists.txt b/boards/arm/stm32f7/stm32f777zit6-meadow/CMakeLists.txt index b9c4f5461b4..21162d4ff27 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/include/board.h b/boards/arm/stm32f7/stm32f777zit6-meadow/include/board.h index b54790dd58f..5dcb4292367 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/include/board.h +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/kernel/Makefile b/boards/arm/stm32f7/stm32f777zit6-meadow/kernel/Makefile index fa45155c062..578167086ad 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/kernel/Makefile +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/kernel/stm32_userspace.c b/boards/arm/stm32f7/stm32f777zit6-meadow/kernel/stm32_userspace.c index 07ee34d6508..58882233379 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/kernel/stm32_userspace.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/kernel/stm32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/scripts/Make.defs b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/Make.defs index a5c96280cd7..fa5e0c8fc18 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/Make.defs +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/scripts/kernel-space.ld b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/kernel-space.ld index 35dd86e1ddb..5f999b3d1f9 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/kernel-space.ld +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/scripts/ld.script b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/ld.script index f7b40ac8ed0..b5c0a31594c 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/ld.script +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/memory.ld b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/memory.ld index bb2d40409e4..e13c21e97c6 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/memory.ld +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/scripts/user-space.ld b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/user-space.ld index bf5126476e1..4aeabe24214 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/user-space.ld +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt b/boards/arm/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt index bd527f27e1e..17559db0c4d 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/Make.defs b/boards/arm/stm32f7/stm32f777zit6-meadow/src/Make.defs index ac4dbebfe29..f206e99f381 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/Make.defs +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/stm32f7/stm32f777zit6-meadow/src/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/stm32f7/stm32f777zit6-meadow/src/board_corecomp.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/board_corecomp.c index c5ba1136f7d..15237add398 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/board_corecomp.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/board_corecomp.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/src/board_corecomp.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/stm32f7/stm32f777zit6-meadow/src/board_projlab.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/board_projlab.c index 787d55dc49a..04fb297f128 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/board_projlab.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/board_projlab.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/src/board_projlab.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/stm32f7/stm32f777zit6-meadow/src/stm32_appinitialize.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_appinitialize.c index 6a6cc72129e..16a97f62980 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_appinitialize.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_appinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_autoleds.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_autoleds.c index 3c7afcc5104..35d05fe74ee 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_autoleds.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_boot.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_boot.c index d11486056eb..a5e11c3957c 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_boot.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_bringup.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_bringup.c index 601233061b3..a2ec2201162 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_bringup.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_buttons.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_buttons.c index 0ba88d48885..f4ea9ac109f 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_buttons.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_composite.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_composite.c index 9cac0ea33cc..cc0cf1db652 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_composite.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_extmem.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_extmem.c index cb2325ee8a7..f28cdcda439 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_extmem.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_extmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_extmem.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/stm32f7/stm32f777zit6-meadow/src/stm32_sdmmc.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_sdmmc.c index d2de1b37efc..d736204fb45 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_sdmmc.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_spi.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_spi.c index 87b1694749d..9b6ceedd8d8 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_spi.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_sporadic.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_sporadic.c index 00d1e824f6d..3dc661262d5 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_sporadic.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_sporadic.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_sporadic.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/stm32f7/stm32f777zit6-meadow/src/stm32_usb.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_usb.c index 469bf5d00f0..b3448d41c25 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_usb.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32_userleds.c b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_userleds.c index a0fd4677bbc..7f975b5caa5 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_userleds.c +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/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/stm32f7/stm32f777zit6-meadow/src/stm32f777zit6-meadow.h b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32f777zit6-meadow.h index 62c5ef6fcae..0d45e1e1d91 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32f777zit6-meadow.h +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32f777zit6-meadow.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32f7/stm32f777zit6-meadow/src/stm32f777zit6-meadow.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