diff --git a/boards/arm/nrf52/arduino-nano-33ble-rev2/CMakeLists.txt b/boards/arm/nrf52/arduino-nano-33ble-rev2/CMakeLists.txt index 5a3a35ad087..2254b5342e7 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/CMakeLists.txt +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/arduino-nano-33ble-rev2/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/nrf52/arduino-nano-33ble-rev2/include/board.h b/boards/arm/nrf52/arduino-nano-33ble-rev2/include/board.h index 62d33341442..67fcb210252 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/include/board.h +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/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/nrf52/arduino-nano-33ble-rev2/scripts/Make.defs b/boards/arm/nrf52/arduino-nano-33ble-rev2/scripts/Make.defs index fb31eff41db..0450e834252 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/scripts/Make.defs +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/arduino-nano-33ble-rev2/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/nrf52/arduino-nano-33ble-rev2/scripts/flash_config.ld b/boards/arm/nrf52/arduino-nano-33ble-rev2/scripts/flash_config.ld index 176ca6bc046..799c51c0257 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/scripts/flash_config.ld +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/scripts/flash_config.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/nrf52/arduino-nano-33ble-rev2/src/CMakeLists.txt b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/CMakeLists.txt index ad1dfbc870a..3f2416725b2 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/CMakeLists.txt +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/arduino-nano-33ble-rev2/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/nrf52/arduino-nano-33ble-rev2/src/Make.defs b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/Make.defs index 3905012074a..34cf5c8e741 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/Make.defs +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/arduino-nano-33ble-rev2/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/nrf52/arduino-nano-33ble-rev2/src/arduino-nano-33ble.h b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/arduino-nano-33ble.h index de2cd715d26..da7488c6ad9 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/arduino-nano-33ble.h +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/arduino-nano-33ble.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/arduino-nano-33ble.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/nrf52/arduino-nano-33ble-rev2/src/nrf52_appinit.c b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_appinit.c index d90f4dc5b2d..c7d65e6c93e 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_appinit.c +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_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/nrf52/arduino-nano-33ble-rev2/src/nrf52_autoleds.c b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_autoleds.c index 060bd8ce438..a16b3b901bd 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_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/nrf52/arduino-nano-33ble-rev2/src/nrf52_boot.c b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_boot.c index e97d62178b1..73a4bcd3b65 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_boot.c +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_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/nrf52/arduino-nano-33ble-rev2/src/nrf52_bringup.c b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_bringup.c index f36a702dd1e..6a80d4be0d6 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_bringup.c +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_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/nrf52/arduino-nano-33ble-rev2/src/nrf52_composite.c b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_composite.c index fd59434ba0d..d88e96fe1c5 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_composite.c +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_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/nrf52/arduino-nano-33ble-rev2/src/nrf52_usb.c b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_usb.c index e70dfda0123..2cd1e20346c 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_usb.c +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_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/nrf52/arduino-nano-33ble-rev2/src/nrf52_userleds.c b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_userleds.c index 17568656547..29971878c55 100644 --- a/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_userleds.c +++ b/boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble-rev2/src/nrf52_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/nrf52/arduino-nano-33ble/CMakeLists.txt b/boards/arm/nrf52/arduino-nano-33ble/CMakeLists.txt index a3f06db88c3..d7f6526ce84 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/CMakeLists.txt +++ b/boards/arm/nrf52/arduino-nano-33ble/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/arduino-nano-33ble/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/nrf52/arduino-nano-33ble/include/board.h b/boards/arm/nrf52/arduino-nano-33ble/include/board.h index 1b475a19383..356582b7541 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/include/board.h +++ b/boards/arm/nrf52/arduino-nano-33ble/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/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/nrf52/arduino-nano-33ble/scripts/Make.defs b/boards/arm/nrf52/arduino-nano-33ble/scripts/Make.defs index 557b9a3c47d..0761a1dab28 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/scripts/Make.defs +++ b/boards/arm/nrf52/arduino-nano-33ble/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/arduino-nano-33ble/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/nrf52/arduino-nano-33ble/scripts/flash_config.ld b/boards/arm/nrf52/arduino-nano-33ble/scripts/flash_config.ld index 40b956d4de8..fb95bc533b9 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/scripts/flash_config.ld +++ b/boards/arm/nrf52/arduino-nano-33ble/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/scripts/flash_config.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/nrf52/arduino-nano-33ble/src/CMakeLists.txt b/boards/arm/nrf52/arduino-nano-33ble/src/CMakeLists.txt index d383ee3f3bf..7b2c9b748aa 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/CMakeLists.txt +++ b/boards/arm/nrf52/arduino-nano-33ble/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/arduino-nano-33ble/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/nrf52/arduino-nano-33ble/src/Make.defs b/boards/arm/nrf52/arduino-nano-33ble/src/Make.defs index a70c05a4ef6..b61c4e963cd 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/Make.defs +++ b/boards/arm/nrf52/arduino-nano-33ble/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/arduino-nano-33ble/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/nrf52/arduino-nano-33ble/src/arduino-nano-33ble.h b/boards/arm/nrf52/arduino-nano-33ble/src/arduino-nano-33ble.h index ba06449bfdf..3fb7b143954 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/arduino-nano-33ble.h +++ b/boards/arm/nrf52/arduino-nano-33ble/src/arduino-nano-33ble.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/arduino-nano-33ble.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/nrf52/arduino-nano-33ble/src/nrf52_appinit.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_appinit.c index f4d221feeb0..7258eb3aee9 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_appinit.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_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/nrf52/arduino-nano-33ble/src/nrf52_autoleds.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_autoleds.c index 659f94c8001..5d987702a5b 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_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/nrf52/arduino-nano-33ble/src/nrf52_boot.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_boot.c index 3c36da6b59a..6dc5bd0de16 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_boot.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_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/nrf52/arduino-nano-33ble/src/nrf52_bringup.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_bringup.c index 7a8bf23bc68..e0293bd3777 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_bringup.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_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/nrf52/arduino-nano-33ble/src/nrf52_composite.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_composite.c index f8f0948e667..019c30436b6 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_composite.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_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/nrf52/arduino-nano-33ble/src/nrf52_lsm9ds1.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_lsm9ds1.c index 684b0bd31e2..c2a164effaa 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_lsm9ds1.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_lsm9ds1.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_lsm9ds1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_usb.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_usb.c index 4068d3fc77d..bbdb8004a0a 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_usb.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_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/nrf52/arduino-nano-33ble/src/nrf52_userleds.c b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_userleds.c index e230887dae3..c920003dc87 100644 --- a/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_userleds.c +++ b/boards/arm/nrf52/arduino-nano-33ble/src/nrf52_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/arduino-nano-33ble/src/nrf52_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/nrf52/common/CMakeLists.txt b/boards/arm/nrf52/common/CMakeLists.txt index 9f56781e40a..0642d7f2e63 100644 --- a/boards/arm/nrf52/common/CMakeLists.txt +++ b/boards/arm/nrf52/common/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/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/nrf52/common/Makefile b/boards/arm/nrf52/common/Makefile index d187fb1b045..1d3dd2aa5ba 100644 --- a/boards/arm/nrf52/common/Makefile +++ b/boards/arm/nrf52/common/Makefile @@ -1,6 +1,8 @@ ############################################################################# # boards/arm/nrf52/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/nrf52/common/include/nrf52_ieee802154.h b/boards/arm/nrf52/common/include/nrf52_ieee802154.h index 187348bf9eb..14eaba90d21 100644 --- a/boards/arm/nrf52/common/include/nrf52_ieee802154.h +++ b/boards/arm/nrf52/common/include/nrf52_ieee802154.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/include/nrf52_ieee802154.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/nrf52/common/include/nrf52_lsm9ds1.h b/boards/arm/nrf52/common/include/nrf52_lsm9ds1.h index 80f79c9c51c..95921c7093e 100644 --- a/boards/arm/nrf52/common/include/nrf52_lsm9ds1.h +++ b/boards/arm/nrf52/common/include/nrf52_lsm9ds1.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/include/nrf52_lsm9ds1.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/nrf52/common/include/nrf52_mrf24j40.h b/boards/arm/nrf52/common/include/nrf52_mrf24j40.h index cde0af36881..0c36ca3b574 100644 --- a/boards/arm/nrf52/common/include/nrf52_mrf24j40.h +++ b/boards/arm/nrf52/common/include/nrf52_mrf24j40.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/include/nrf52_mrf24j40.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/nrf52/common/include/nrf52_progmem.h b/boards/arm/nrf52/common/include/nrf52_progmem.h index f4dfab7dda2..dfcb93e00b8 100644 --- a/boards/arm/nrf52/common/include/nrf52_progmem.h +++ b/boards/arm/nrf52/common/include/nrf52_progmem.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/include/nrf52_progmem.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/nrf52/common/include/nrf52_timer.h b/boards/arm/nrf52/common/include/nrf52_timer.h index 09f6d54c24c..8676da1a514 100644 --- a/boards/arm/nrf52/common/include/nrf52_timer.h +++ b/boards/arm/nrf52/common/include/nrf52_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/include/nrf52_timer.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/nrf52/common/scripts/flash_config.ld b/boards/arm/nrf52/common/scripts/flash_config.ld index 961ddec4fbd..c5746759d2c 100644 --- a/boards/arm/nrf52/common/scripts/flash_config.ld +++ b/boards/arm/nrf52/common/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/scripts/flash_config.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/nrf52/common/src/CMakeLists.txt b/boards/arm/nrf52/common/src/CMakeLists.txt index ade42fdd19d..e424e5a5698 100644 --- a/boards/arm/nrf52/common/src/CMakeLists.txt +++ b/boards/arm/nrf52/common/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/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/nrf52/common/src/Make.defs b/boards/arm/nrf52/common/src/Make.defs index 90031c5cf2f..91275631247 100644 --- a/boards/arm/nrf52/common/src/Make.defs +++ b/boards/arm/nrf52/common/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/arm/nrf52/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/nrf52/common/src/nrf52_boot_image.c b/boards/arm/nrf52/common/src/nrf52_boot_image.c index d5fd7668c07..658c131eb9c 100644 --- a/boards/arm/nrf52/common/src/nrf52_boot_image.c +++ b/boards/arm/nrf52/common/src/nrf52_boot_image.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/src/nrf52_boot_image.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/common/src/nrf52_ieee802154.c b/boards/arm/nrf52/common/src/nrf52_ieee802154.c index d2dcedd0861..e6bc68966bf 100644 --- a/boards/arm/nrf52/common/src/nrf52_ieee802154.c +++ b/boards/arm/nrf52/common/src/nrf52_ieee802154.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/src/nrf52_ieee802154.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/common/src/nrf52_lsm9ds1.c b/boards/arm/nrf52/common/src/nrf52_lsm9ds1.c index df22f74b232..df5b6a72e5c 100644 --- a/boards/arm/nrf52/common/src/nrf52_lsm9ds1.c +++ b/boards/arm/nrf52/common/src/nrf52_lsm9ds1.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/src/nrf52_lsm9ds1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/common/src/nrf52_mrf24j40.c b/boards/arm/nrf52/common/src/nrf52_mrf24j40.c index dcfbf40840f..fefa8160d2e 100644 --- a/boards/arm/nrf52/common/src/nrf52_mrf24j40.c +++ b/boards/arm/nrf52/common/src/nrf52_mrf24j40.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/src/nrf52_mrf24j40.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/common/src/nrf52_progmem.c b/boards/arm/nrf52/common/src/nrf52_progmem.c index de7ce8e66bd..484ef98183c 100644 --- a/boards/arm/nrf52/common/src/nrf52_progmem.c +++ b/boards/arm/nrf52/common/src/nrf52_progmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/src/nrf52_progmem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/common/src/nrf52_reset.c b/boards/arm/nrf52/common/src/nrf52_reset.c index b701315f27e..37e93d55a09 100644 --- a/boards/arm/nrf52/common/src/nrf52_reset.c +++ b/boards/arm/nrf52/common/src/nrf52_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/src/nrf52_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/nrf52/common/src/nrf52_timer.c b/boards/arm/nrf52/common/src/nrf52_timer.c index 15e0ef67935..deb40967120 100644 --- a/boards/arm/nrf52/common/src/nrf52_timer.c +++ b/boards/arm/nrf52/common/src/nrf52_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/common/src/nrf52_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52-feather/CMakeLists.txt b/boards/arm/nrf52/nrf52-feather/CMakeLists.txt index e37293135ec..7d59062a179 100644 --- a/boards/arm/nrf52/nrf52-feather/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52-feather/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52-feather/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/nrf52/nrf52-feather/include/board.h b/boards/arm/nrf52/nrf52-feather/include/board.h index e38150ade38..a05865ce7be 100644 --- a/boards/arm/nrf52/nrf52-feather/include/board.h +++ b/boards/arm/nrf52/nrf52-feather/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/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/nrf52/nrf52-feather/scripts/Make.defs b/boards/arm/nrf52/nrf52-feather/scripts/Make.defs index cd8de7b035e..9bd063a5bcb 100644 --- a/boards/arm/nrf52/nrf52-feather/scripts/Make.defs +++ b/boards/arm/nrf52/nrf52-feather/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52-feather/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/nrf52/nrf52-feather/scripts/flash_config.ld b/boards/arm/nrf52/nrf52-feather/scripts/flash_config.ld index 2340a646aee..d880c7df0ee 100644 --- a/boards/arm/nrf52/nrf52-feather/scripts/flash_config.ld +++ b/boards/arm/nrf52/nrf52-feather/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/scripts/flash_config.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/nrf52/nrf52-feather/src/CMakeLists.txt b/boards/arm/nrf52/nrf52-feather/src/CMakeLists.txt index e9e1b859aad..62b276ebc58 100644 --- a/boards/arm/nrf52/nrf52-feather/src/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52-feather/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52-feather/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/nrf52/nrf52-feather/src/Make.defs b/boards/arm/nrf52/nrf52-feather/src/Make.defs index 67aaec48335..97eec9d9e92 100644 --- a/boards/arm/nrf52/nrf52-feather/src/Make.defs +++ b/boards/arm/nrf52/nrf52-feather/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52-feather/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/nrf52/nrf52-feather/src/nrf52-feather.h b/boards/arm/nrf52/nrf52-feather/src/nrf52-feather.h index 783c7434fe1..858c1d5045d 100644 --- a/boards/arm/nrf52/nrf52-feather/src/nrf52-feather.h +++ b/boards/arm/nrf52/nrf52-feather/src/nrf52-feather.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/src/nrf52-feather.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/nrf52/nrf52-feather/src/nrf52_appinit.c b/boards/arm/nrf52/nrf52-feather/src/nrf52_appinit.c index 0a0505212f9..ed7f42c998a 100644 --- a/boards/arm/nrf52/nrf52-feather/src/nrf52_appinit.c +++ b/boards/arm/nrf52/nrf52-feather/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/src/nrf52_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/nrf52/nrf52-feather/src/nrf52_autoleds.c b/boards/arm/nrf52/nrf52-feather/src/nrf52_autoleds.c index b7e140dcd4f..c66f999ca08 100644 --- a/boards/arm/nrf52/nrf52-feather/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/nrf52-feather/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/src/nrf52_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/nrf52/nrf52-feather/src/nrf52_boot.c b/boards/arm/nrf52/nrf52-feather/src/nrf52_boot.c index 8d88820cbf8..2592a0c1a7f 100644 --- a/boards/arm/nrf52/nrf52-feather/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf52-feather/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/src/nrf52_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/nrf52/nrf52-feather/src/nrf52_bringup.c b/boards/arm/nrf52/nrf52-feather/src/nrf52_bringup.c index 49f67b46f64..a74f7fd64d8 100644 --- a/boards/arm/nrf52/nrf52-feather/src/nrf52_bringup.c +++ b/boards/arm/nrf52/nrf52-feather/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/src/nrf52_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/nrf52/nrf52-feather/src/nrf52_i2c.c b/boards/arm/nrf52/nrf52-feather/src/nrf52_i2c.c index 1ea360a989b..7223c09798d 100644 --- a/boards/arm/nrf52/nrf52-feather/src/nrf52_i2c.c +++ b/boards/arm/nrf52/nrf52-feather/src/nrf52_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/src/nrf52_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52-feather/src/nrf52_userleds.c b/boards/arm/nrf52/nrf52-feather/src/nrf52_userleds.c index 8f3e3deda9e..96cb6696843 100644 --- a/boards/arm/nrf52/nrf52-feather/src/nrf52_userleds.c +++ b/boards/arm/nrf52/nrf52-feather/src/nrf52_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52-feather/src/nrf52_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/nrf52/nrf52832-dk/CMakeLists.txt b/boards/arm/nrf52/nrf52832-dk/CMakeLists.txt index 9a01d41c345..178d7984c6f 100644 --- a/boards/arm/nrf52/nrf52832-dk/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52832-dk/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52832-dk/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/nrf52/nrf52832-dk/include/board.h b/boards/arm/nrf52/nrf52832-dk/include/board.h index 092a3a0e10b..4092bf74b29 100644 --- a/boards/arm/nrf52/nrf52832-dk/include/board.h +++ b/boards/arm/nrf52/nrf52832-dk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/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/nrf52/nrf52832-dk/scripts/Make.defs b/boards/arm/nrf52/nrf52832-dk/scripts/Make.defs index 3089f07cc96..ebb00b8db5b 100644 --- a/boards/arm/nrf52/nrf52832-dk/scripts/Make.defs +++ b/boards/arm/nrf52/nrf52832-dk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52832-dk/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/nrf52/nrf52832-dk/scripts/flash_config.ld b/boards/arm/nrf52/nrf52832-dk/scripts/flash_config.ld index 197a77ab5ca..3a85e2f93ad 100644 --- a/boards/arm/nrf52/nrf52832-dk/scripts/flash_config.ld +++ b/boards/arm/nrf52/nrf52832-dk/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/scripts/flash_config.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/nrf52/nrf52832-dk/src/CMakeLists.txt b/boards/arm/nrf52/nrf52832-dk/src/CMakeLists.txt index d09591c71e5..c2ca172e09d 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52832-dk/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52832-dk/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/nrf52/nrf52832-dk/src/Make.defs b/boards/arm/nrf52/nrf52832-dk/src/Make.defs index 7b6364940c3..e8817659f96 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/Make.defs +++ b/boards/arm/nrf52/nrf52832-dk/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52832-dk/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/nrf52/nrf52832-dk/src/nrf52832-dk.h b/boards/arm/nrf52/nrf52832-dk/src/nrf52832-dk.h index c857ac3e5d5..4fe208367cb 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52832-dk.h +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52832-dk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52832-dk.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/nrf52/nrf52832-dk/src/nrf52_appinit.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_appinit.c index 231c4ff14fb..5e38cd18f30 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_appinit.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_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/nrf52/nrf52832-dk/src/nrf52_autoleds.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_autoleds.c index 55b15d4d5d8..07efa72c684 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_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/nrf52/nrf52832-dk/src/nrf52_boot.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_boot.c index aeaf57d6305..2c2075fd9f6 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_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/nrf52/nrf52832-dk/src/nrf52_bringup.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_bringup.c index aca8f50019c..c5dbc7a44a0 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_bringup.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_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/nrf52/nrf52832-dk/src/nrf52_buttons.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_buttons.c index 334d3323e2b..9af67263ee7 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_buttons.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_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/nrf52/nrf52832-dk/src/nrf52_ieee802154_mrf24j40.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_ieee802154_mrf24j40.c index 13986ab94f3..a2100d1388e 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_ieee802154_mrf24j40.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_ieee802154_mrf24j40.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_ieee802154_mrf24j40.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52832-dk/src/nrf52_spi.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_spi.c index 7e8e6d3adfa..7ecb6e648a1 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_spi.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_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/nrf52/nrf52832-dk/src/nrf52_userleds.c b/boards/arm/nrf52/nrf52832-dk/src/nrf52_userleds.c index cee7dd19002..d5fc54a03bc 100644 --- a/boards/arm/nrf52/nrf52832-dk/src/nrf52_userleds.c +++ b/boards/arm/nrf52/nrf52832-dk/src/nrf52_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-dk/src/nrf52_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/nrf52/nrf52832-mdk/CMakeLists.txt b/boards/arm/nrf52/nrf52832-mdk/CMakeLists.txt index dfb1f72e861..eaee3622ae1 100644 --- a/boards/arm/nrf52/nrf52832-mdk/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52832-mdk/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52832-mdk/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/nrf52/nrf52832-mdk/include/board.h b/boards/arm/nrf52/nrf52832-mdk/include/board.h index 88c83969bb9..583a64012fc 100644 --- a/boards/arm/nrf52/nrf52832-mdk/include/board.h +++ b/boards/arm/nrf52/nrf52832-mdk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-mdk/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/nrf52/nrf52832-mdk/scripts/Make.defs b/boards/arm/nrf52/nrf52832-mdk/scripts/Make.defs index 2b718223b20..bb381a6d7ae 100644 --- a/boards/arm/nrf52/nrf52832-mdk/scripts/Make.defs +++ b/boards/arm/nrf52/nrf52832-mdk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52832-mdk/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/nrf52/nrf52832-mdk/scripts/flash_config.ld b/boards/arm/nrf52/nrf52832-mdk/scripts/flash_config.ld index 994f15d2d88..975e1f98bbf 100644 --- a/boards/arm/nrf52/nrf52832-mdk/scripts/flash_config.ld +++ b/boards/arm/nrf52/nrf52832-mdk/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-mdk/scripts/flash_config.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/nrf52/nrf52832-mdk/src/CMakeLists.txt b/boards/arm/nrf52/nrf52832-mdk/src/CMakeLists.txt index 7d55afff33b..a2ae45718ed 100644 --- a/boards/arm/nrf52/nrf52832-mdk/src/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52832-mdk/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52832-mdk/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/nrf52/nrf52832-mdk/src/Make.defs b/boards/arm/nrf52/nrf52832-mdk/src/Make.defs index d0e114f101e..c928f6ea0a8 100644 --- a/boards/arm/nrf52/nrf52832-mdk/src/Make.defs +++ b/boards/arm/nrf52/nrf52832-mdk/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52832-mdk/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/nrf52/nrf52832-mdk/src/nrf52832-mdk.h b/boards/arm/nrf52/nrf52832-mdk/src/nrf52832-mdk.h index c73a0f9db04..9f87514a7bd 100644 --- a/boards/arm/nrf52/nrf52832-mdk/src/nrf52832-mdk.h +++ b/boards/arm/nrf52/nrf52832-mdk/src/nrf52832-mdk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-mdk/src/nrf52832-mdk.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/nrf52/nrf52832-mdk/src/nrf52_appinit.c b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_appinit.c index 11c53e17123..c8cf47fa26a 100644 --- a/boards/arm/nrf52/nrf52832-mdk/src/nrf52_appinit.c +++ b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-mdk/src/nrf52_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/nrf52/nrf52832-mdk/src/nrf52_autoleds.c b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_autoleds.c index 6b6c59206e6..c3ebbe7d8f3 100644 --- a/boards/arm/nrf52/nrf52832-mdk/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-mdk/src/nrf52_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/nrf52/nrf52832-mdk/src/nrf52_boot.c b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_boot.c index 01485e312cb..42918204636 100644 --- a/boards/arm/nrf52/nrf52832-mdk/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-mdk/src/nrf52_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/nrf52/nrf52832-mdk/src/nrf52_bringup.c b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_bringup.c index 0dfb4cd0b49..fa3da7ec8d3 100644 --- a/boards/arm/nrf52/nrf52832-mdk/src/nrf52_bringup.c +++ b/boards/arm/nrf52/nrf52832-mdk/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-mdk/src/nrf52_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/nrf52/nrf52832-sparkfun/CMakeLists.txt b/boards/arm/nrf52/nrf52832-sparkfun/CMakeLists.txt index 51220dc8e17..9fe2fcd30a2 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52832-sparkfun/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52832-sparkfun/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/nrf52/nrf52832-sparkfun/include/board.h b/boards/arm/nrf52/nrf52832-sparkfun/include/board.h index 4099d4e1cb6..f4886a43ea3 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/include/board.h +++ b/boards/arm/nrf52/nrf52832-sparkfun/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-sparkfun/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/nrf52/nrf52832-sparkfun/scripts/Make.defs b/boards/arm/nrf52/nrf52832-sparkfun/scripts/Make.defs index 9704ed16859..d0ebb879c0c 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/scripts/Make.defs +++ b/boards/arm/nrf52/nrf52832-sparkfun/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52832-sparkfun/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/nrf52/nrf52832-sparkfun/scripts/flash_config.ld b/boards/arm/nrf52/nrf52832-sparkfun/scripts/flash_config.ld index bb7c35ce67d..4ff8b85944c 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/scripts/flash_config.ld +++ b/boards/arm/nrf52/nrf52832-sparkfun/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-sparkfun/scripts/flash_config.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/nrf52/nrf52832-sparkfun/src/CMakeLists.txt b/boards/arm/nrf52/nrf52832-sparkfun/src/CMakeLists.txt index 33d11db5c0d..979d808c74e 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52832-sparkfun/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/nrf52/nrf52832-sparkfun/src/Make.defs b/boards/arm/nrf52/nrf52832-sparkfun/src/Make.defs index 88ec5533d71..9ca77094bb2 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/Make.defs +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52832-sparkfun/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/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h index ffe2bbdb390..45548ce6a90 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.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/nrf52/nrf52832-sparkfun/src/nrf52_appinit.c b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_appinit.c index 7ea58f60718..b9c9564d790 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_appinit.c +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_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/nrf52/nrf52832-sparkfun/src/nrf52_autoleds.c b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_autoleds.c index 2c53eb9c2d7..6c8c0818c59 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_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/nrf52/nrf52832-sparkfun/src/nrf52_boot.c b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c index 694171052ad..a7414b3084c 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_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/nrf52/nrf52832-sparkfun/src/nrf52_bringup.c b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_bringup.c index 8674dfa0dd7..11ab95615a9 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_bringup.c +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_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/nrf52/nrf52840-dk/CMakeLists.txt b/boards/arm/nrf52/nrf52840-dk/CMakeLists.txt index 819061a7cbf..71fe39b2779 100644 --- a/boards/arm/nrf52/nrf52840-dk/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52840-dk/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52840-dk/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/nrf52/nrf52840-dk/include/board.h b/boards/arm/nrf52/nrf52840-dk/include/board.h index d8ea193c88d..9e5d0e0fd4a 100644 --- a/boards/arm/nrf52/nrf52840-dk/include/board.h +++ b/boards/arm/nrf52/nrf52840-dk/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/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/nrf52/nrf52840-dk/scripts/Make.defs b/boards/arm/nrf52/nrf52840-dk/scripts/Make.defs index 883a26eeb8c..4fd9241aabc 100644 --- a/boards/arm/nrf52/nrf52840-dk/scripts/Make.defs +++ b/boards/arm/nrf52/nrf52840-dk/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52840-dk/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/nrf52/nrf52840-dk/scripts/flash_config.ld b/boards/arm/nrf52/nrf52840-dk/scripts/flash_config.ld index acddbe92a70..ef58f94948b 100644 --- a/boards/arm/nrf52/nrf52840-dk/scripts/flash_config.ld +++ b/boards/arm/nrf52/nrf52840-dk/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/scripts/flash_config.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/nrf52/nrf52840-dk/src/CMakeLists.txt b/boards/arm/nrf52/nrf52840-dk/src/CMakeLists.txt index a027f1f7edc..e6f7cfd1e1b 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52840-dk/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52840-dk/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/nrf52/nrf52840-dk/src/Make.defs b/boards/arm/nrf52/nrf52840-dk/src/Make.defs index f9840193b68..d76b1fe5b12 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/Make.defs +++ b/boards/arm/nrf52/nrf52840-dk/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52840-dk/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/nrf52/nrf52840-dk/src/nrf52840-dk.h b/boards/arm/nrf52/nrf52840-dk/src/nrf52840-dk.h index 21ffa425896..1acd4e9aa6e 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52840-dk.h +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52840-dk.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52840-dk.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/nrf52/nrf52840-dk/src/nrf52_adc.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_adc.c index c9f7dfa0bc0..019986e996f 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_adc.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_appinit.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_appinit.c index 4fc09573eb9..8cf2e686702 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_appinit.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_autoleds.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_autoleds.c index 67e9a6f765a..82976532d48 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_boot.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_boot.c index 5be5ac107f7..f8e102b5316 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_bringup.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_bringup.c index 26e8ea89ae1..75e36a5958c 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_bringup.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_buttons.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_buttons.c index 9b52fac6d19..eeb2c66d42c 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_buttons.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_composite.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_composite.c index 44bef5af5c0..2705ec68ea5 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_composite.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_highpri.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_highpri.c index 9036c79cafe..26d1b203c23 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_highpri.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_highpri.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_highpri.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52840-dk/src/nrf52_hts221.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_hts221.c index 825079eb077..ab2d1558f26 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_hts221.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_hts221.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_hts221.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm303agr.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm303agr.c index d27aa86c761..9c86ec0f439 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm303agr.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm303agr.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm303agr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm6dsl.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm6dsl.c index b5064201c0e..1295940c9d6 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm6dsl.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm6dsl.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_lsm6dsl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52840-dk/src/nrf52_mx25.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_mx25.c index 14e53998511..09372d05955 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_mx25.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_mx25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_mx25.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52840-dk/src/nrf52_pwm.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_pwm.c index 75ded836ac8..02c5f1dc151 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_pwm.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_spi.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_spi.c index 3ef431904cd..292bd3d0535 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_spi.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_sx127x.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_sx127x.c index e65a24bc27f..02e7ee4e191 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_sx127x.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_sx127x.c @@ -1,6 +1,7 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_sx127x.c - * This logic is specific for the RFM98 modules (433MHz) + * + * SPDX-License-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/nrf52/nrf52840-dk/src/nrf52_timer.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_timer.c index 2e6ab7c831b..1a6b4eb0402 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_timer.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_timer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/nrf52840-dk/src/nrf52_usb.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_usb.c index 9b53abc5367..f50022f147e 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_usb.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dk/src/nrf52_userleds.c b/boards/arm/nrf52/nrf52840-dk/src/nrf52_userleds.c index 16bf340d493..47766fa2ddc 100644 --- a/boards/arm/nrf52/nrf52840-dk/src/nrf52_userleds.c +++ b/boards/arm/nrf52/nrf52840-dk/src/nrf52_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dk/src/nrf52_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/nrf52/nrf52840-dongle/CMakeLists.txt b/boards/arm/nrf52/nrf52840-dongle/CMakeLists.txt index 6c101471538..03df39f581c 100644 --- a/boards/arm/nrf52/nrf52840-dongle/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52840-dongle/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52840-dongle/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/nrf52/nrf52840-dongle/include/board.h b/boards/arm/nrf52/nrf52840-dongle/include/board.h index 46b1bdc08f1..70c2d589503 100644 --- a/boards/arm/nrf52/nrf52840-dongle/include/board.h +++ b/boards/arm/nrf52/nrf52840-dongle/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/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/nrf52/nrf52840-dongle/scripts/Make.defs b/boards/arm/nrf52/nrf52840-dongle/scripts/Make.defs index 92b59019f56..66127d5b326 100644 --- a/boards/arm/nrf52/nrf52840-dongle/scripts/Make.defs +++ b/boards/arm/nrf52/nrf52840-dongle/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52840-dongle/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/nrf52/nrf52840-dongle/scripts/flash_config.ld b/boards/arm/nrf52/nrf52840-dongle/scripts/flash_config.ld index 1a3e52ee052..bb65031310c 100644 --- a/boards/arm/nrf52/nrf52840-dongle/scripts/flash_config.ld +++ b/boards/arm/nrf52/nrf52840-dongle/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/scripts/flash_config.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/nrf52/nrf52840-dongle/src/CMakeLists.txt b/boards/arm/nrf52/nrf52840-dongle/src/CMakeLists.txt index 08ea0cdd76c..a927b954851 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/CMakeLists.txt +++ b/boards/arm/nrf52/nrf52840-dongle/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf52840-dongle/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/nrf52/nrf52840-dongle/src/Make.defs b/boards/arm/nrf52/nrf52840-dongle/src/Make.defs index 8ba97c8c4f9..6f332700ba5 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/Make.defs +++ b/boards/arm/nrf52/nrf52840-dongle/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf52840-dongle/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/nrf52/nrf52840-dongle/src/nrf52840-dongle.h b/boards/arm/nrf52/nrf52840-dongle/src/nrf52840-dongle.h index 6c179173834..5ca378706dd 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52840-dongle.h +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52840-dongle.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52840-dongle.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/nrf52/nrf52840-dongle/src/nrf52_appinit.c b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_appinit.c index 91f53c704f7..5a3e9d83744 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52_appinit.c +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52_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/nrf52/nrf52840-dongle/src/nrf52_autoleds.c b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_autoleds.c index 6ecb47ac9c3..4f636b26314 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52_autoleds.c +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52_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/nrf52/nrf52840-dongle/src/nrf52_boot.c b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_boot.c index 46ccebde21b..d2fb160ea33 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52_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/nrf52/nrf52840-dongle/src/nrf52_bringup.c b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_bringup.c index fbcf6b4475e..79c973864b6 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52_bringup.c +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52_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/nrf52/nrf52840-dongle/src/nrf52_composite.c b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_composite.c index be5d7b67880..0764065aa5b 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52_composite.c +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52_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/nrf52/nrf52840-dongle/src/nrf52_usb.c b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_usb.c index 85abb747e80..3d203b1aa80 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52_usb.c +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52_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/nrf52/nrf52840-dongle/src/nrf52_userleds.c b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_userleds.c index 36682c96e66..b7cc1b4f492 100644 --- a/boards/arm/nrf52/nrf52840-dongle/src/nrf52_userleds.c +++ b/boards/arm/nrf52/nrf52840-dongle/src/nrf52_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf52840-dongle/src/nrf52_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/nrf52/nrf9160-dk-nrf52/CMakeLists.txt b/boards/arm/nrf52/nrf9160-dk-nrf52/CMakeLists.txt index 3846f4fe6f6..c943e3269e5 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/CMakeLists.txt +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf9160-dk-nrf52/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/nrf52/nrf9160-dk-nrf52/include/board.h b/boards/arm/nrf52/nrf9160-dk-nrf52/include/board.h index e8bc5620c86..af72ac1f236 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/include/board.h +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf9160-dk-nrf52/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/nrf52/nrf9160-dk-nrf52/scripts/Make.defs b/boards/arm/nrf52/nrf9160-dk-nrf52/scripts/Make.defs index c2a0a0b78a4..37816d934d6 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/scripts/Make.defs +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf9160-dk-nrf52/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/nrf52/nrf9160-dk-nrf52/scripts/flash_config.ld b/boards/arm/nrf52/nrf9160-dk-nrf52/scripts/flash_config.ld index 56cec5b1a3e..4c4d452541a 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/scripts/flash_config.ld +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf9160-dk-nrf52/scripts/flash_config.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/nrf52/nrf9160-dk-nrf52/src/CMakeLists.txt b/boards/arm/nrf52/nrf9160-dk-nrf52/src/CMakeLists.txt index ff37ce9abaa..c9a2a81b5eb 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/src/CMakeLists.txt +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/nrf9160-dk-nrf52/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/nrf52/nrf9160-dk-nrf52/src/Make.defs b/boards/arm/nrf52/nrf9160-dk-nrf52/src/Make.defs index 96f1fac5c1e..5c72c8e7c13 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/src/Make.defs +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/nrf9160-dk-nrf52/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/nrf52/nrf9160-dk-nrf52/src/nrf52_appinit.c b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_appinit.c index 6a06de7a720..26001135c30 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_appinit.c +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_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/nrf52/nrf9160-dk-nrf52/src/nrf52_boot.c b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_boot.c index 33c48b1a40d..625e342b795 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_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/nrf52/nrf9160-dk-nrf52/src/nrf52_bringup.c b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_bringup.c index 095fb9d4962..95b50900857 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_bringup.c +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf52_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/nrf52/nrf9160-dk-nrf52/src/nrf9160-dk-nrf52.h b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf9160-dk-nrf52.h index 95744c94243..1a4cda4e3ba 100644 --- a/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf9160-dk-nrf52.h +++ b/boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf9160-dk-nrf52.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/nrf9160-dk-nrf52/src/nrf9160-dk-nrf52.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/nrf52/thingy52/CMakeLists.txt b/boards/arm/nrf52/thingy52/CMakeLists.txt index 952abf1e540..4dc45c4114e 100644 --- a/boards/arm/nrf52/thingy52/CMakeLists.txt +++ b/boards/arm/nrf52/thingy52/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/thingy52/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/nrf52/thingy52/include/board.h b/boards/arm/nrf52/thingy52/include/board.h index d94dadd656f..cabecb020fc 100644 --- a/boards/arm/nrf52/thingy52/include/board.h +++ b/boards/arm/nrf52/thingy52/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/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/nrf52/thingy52/scripts/Make.defs b/boards/arm/nrf52/thingy52/scripts/Make.defs index ed2898fe353..635a0c622a9 100644 --- a/boards/arm/nrf52/thingy52/scripts/Make.defs +++ b/boards/arm/nrf52/thingy52/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/thingy52/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/nrf52/thingy52/scripts/flash_config.ld b/boards/arm/nrf52/thingy52/scripts/flash_config.ld index 53181f803b1..e794f96987a 100644 --- a/boards/arm/nrf52/thingy52/scripts/flash_config.ld +++ b/boards/arm/nrf52/thingy52/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/scripts/flash_config.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/nrf52/thingy52/src/CMakeLists.txt b/boards/arm/nrf52/thingy52/src/CMakeLists.txt index fb36f68cc0c..ee1463d8fd4 100644 --- a/boards/arm/nrf52/thingy52/src/CMakeLists.txt +++ b/boards/arm/nrf52/thingy52/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/thingy52/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/nrf52/thingy52/src/Make.defs b/boards/arm/nrf52/thingy52/src/Make.defs index 9a28fbfcbc4..a91cfc3041b 100644 --- a/boards/arm/nrf52/thingy52/src/Make.defs +++ b/boards/arm/nrf52/thingy52/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/thingy52/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/nrf52/thingy52/src/nrf52_appinit.c b/boards/arm/nrf52/thingy52/src/nrf52_appinit.c index 8961c6b2b62..136bd610e3d 100644 --- a/boards/arm/nrf52/thingy52/src/nrf52_appinit.c +++ b/boards/arm/nrf52/thingy52/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/src/nrf52_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/nrf52/thingy52/src/nrf52_boot.c b/boards/arm/nrf52/thingy52/src/nrf52_boot.c index db0e9690113..ce37a09eb31 100644 --- a/boards/arm/nrf52/thingy52/src/nrf52_boot.c +++ b/boards/arm/nrf52/thingy52/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/src/nrf52_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/nrf52/thingy52/src/nrf52_bringup.c b/boards/arm/nrf52/thingy52/src/nrf52_bringup.c index 01f32b6d365..a6f92da5a7b 100644 --- a/boards/arm/nrf52/thingy52/src/nrf52_bringup.c +++ b/boards/arm/nrf52/thingy52/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/src/nrf52_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/nrf52/thingy52/src/nrf52_buttons.c b/boards/arm/nrf52/thingy52/src/nrf52_buttons.c index 29481783ced..da9524a1e93 100644 --- a/boards/arm/nrf52/thingy52/src/nrf52_buttons.c +++ b/boards/arm/nrf52/thingy52/src/nrf52_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/src/nrf52_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/nrf52/thingy52/src/nrf52_sx1509.c b/boards/arm/nrf52/thingy52/src/nrf52_sx1509.c index 563cc79975d..8798cd7a1b0 100644 --- a/boards/arm/nrf52/thingy52/src/nrf52_sx1509.c +++ b/boards/arm/nrf52/thingy52/src/nrf52_sx1509.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/src/nrf52_sx1509.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/nrf52/thingy52/src/thingy52.h b/boards/arm/nrf52/thingy52/src/thingy52.h index 733ae691e89..b00e0dffc30 100644 --- a/boards/arm/nrf52/thingy52/src/thingy52.h +++ b/boards/arm/nrf52/thingy52/src/thingy52.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy52/src/thingy52.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/nrf52/thingy91-nrf52/CMakeLists.txt b/boards/arm/nrf52/thingy91-nrf52/CMakeLists.txt index 7c90dc2a053..3fff271dc92 100644 --- a/boards/arm/nrf52/thingy91-nrf52/CMakeLists.txt +++ b/boards/arm/nrf52/thingy91-nrf52/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/thingy91-nrf52/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/nrf52/thingy91-nrf52/include/board.h b/boards/arm/nrf52/thingy91-nrf52/include/board.h index 9c27c8dacc3..c61f8188915 100644 --- a/boards/arm/nrf52/thingy91-nrf52/include/board.h +++ b/boards/arm/nrf52/thingy91-nrf52/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/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/nrf52/thingy91-nrf52/scripts/Make.defs b/boards/arm/nrf52/thingy91-nrf52/scripts/Make.defs index beca97bd369..a72916ee22b 100644 --- a/boards/arm/nrf52/thingy91-nrf52/scripts/Make.defs +++ b/boards/arm/nrf52/thingy91-nrf52/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/thingy91-nrf52/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/nrf52/thingy91-nrf52/scripts/flash_config.ld b/boards/arm/nrf52/thingy91-nrf52/scripts/flash_config.ld index f6c88b78bc0..a5d992c3a73 100644 --- a/boards/arm/nrf52/thingy91-nrf52/scripts/flash_config.ld +++ b/boards/arm/nrf52/thingy91-nrf52/scripts/flash_config.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/scripts/flash_config.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/nrf52/thingy91-nrf52/src/CMakeLists.txt b/boards/arm/nrf52/thingy91-nrf52/src/CMakeLists.txt index d654689c04c..364a224d0f2 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/CMakeLists.txt +++ b/boards/arm/nrf52/thingy91-nrf52/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/nrf52/thingy91-nrf52/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/nrf52/thingy91-nrf52/src/Make.defs b/boards/arm/nrf52/thingy91-nrf52/src/Make.defs index 55124012909..0b8a0b5882d 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/Make.defs +++ b/boards/arm/nrf52/thingy91-nrf52/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nrf52/thingy91-nrf52/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/nrf52/thingy91-nrf52/src/nrf52_appinit.c b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_appinit.c index ff2b94ca5d1..9148e1a132b 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/nrf52_appinit.c +++ b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/src/nrf52_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/nrf52/thingy91-nrf52/src/nrf52_boot.c b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_boot.c index 4bba70dbc09..f74247ab1d0 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/nrf52_boot.c +++ b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/src/nrf52_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/nrf52/thingy91-nrf52/src/nrf52_bringup.c b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_bringup.c index 3f0018d22b2..c340213b24a 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/nrf52_bringup.c +++ b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/src/nrf52_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/nrf52/thingy91-nrf52/src/nrf52_composite.c b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_composite.c index 9f5e4f93715..eb6684b94d4 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/nrf52_composite.c +++ b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/src/nrf52_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/nrf52/thingy91-nrf52/src/nrf52_usb.c b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_usb.c index 53e99c81021..8b69a9ea2f3 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/nrf52_usb.c +++ b/boards/arm/nrf52/thingy91-nrf52/src/nrf52_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/src/nrf52_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/nrf52/thingy91-nrf52/src/thingy91-nrf52.h b/boards/arm/nrf52/thingy91-nrf52/src/thingy91-nrf52.h index f2ebac6474d..44e54a00674 100644 --- a/boards/arm/nrf52/thingy91-nrf52/src/thingy91-nrf52.h +++ b/boards/arm/nrf52/thingy91-nrf52/src/thingy91-nrf52.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nrf52/thingy91-nrf52/src/thingy91-nrf52.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