boards/arm/stm32l4: migrate to SPDX identifier

Most tools used for compliance and SBOM generation use SPDX identifiers
This change brings us a step closer to an easy SBOM generation.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-11-08 14:26:34 +01:00
committed by Xiang Xiao
parent 4465640587
commit 290948e4a9
173 changed files with 352 additions and 12 deletions
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/include/b-l475e-iot01a_clock.h * boards/arm/stm32l4/b-l475e-iot01a/include/b-l475e-iot01a_clock.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/include/board.h * boards/arm/stm32l4/b-l475e-iot01a/include/board.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/stm32l4/b-l475e-iot01a/scripts/Make.defs # boards/arm/stm32l4/b-l475e-iot01a/scripts/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/scripts/flash.ld * boards/arm/stm32l4/b-l475e-iot01a/scripts/flash.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/stm32l4/b-l475e-iot01a/src/Makefile # boards/arm/stm32l4/b-l475e-iot01a/src/Makefile
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/b-l475e-iot01a.h * boards/arm/stm32l4/b-l475e-iot01a/src/b-l475e-iot01a.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_appinit.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_appinit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_autoleds.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_autoleds.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_boot.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_boot.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_bringup.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_bringup.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_spi.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_spi.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_spirit.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_spirit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_timer.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_timer.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/b-l475e-iot01a/src/stm32_userleds.c * boards/arm/stm32l4/b-l475e-iot01a/src/stm32_userleds.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/include/board.h * boards/arm/stm32l4/nucleo-l432kc/include/board.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/include/nucleo-l432kc.h * boards/arm/stm32l4/nucleo-l432kc/include/nucleo-l432kc.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/stm32l4/nucleo-l432kc/scripts/Make.defs # boards/arm/stm32l4/nucleo-l432kc/scripts/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/scripts/l432kc.ld * boards/arm/stm32l4/nucleo-l432kc/scripts/l432kc.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/stm32l4/nucleo-l432kc/src/Makefile # boards/arm/stm32l4/nucleo-l432kc/src/Makefile
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/nucleo-l432kc.h * boards/arm/stm32l4/nucleo-l432kc/src/nucleo-l432kc.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_adc.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_adc.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_at45db.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_at45db.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_autoleds.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_autoleds.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_boot.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_boot.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_buttons.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_buttons.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_dac.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_dac.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_dac7571.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_dac7571.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_dac_wgen.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_dac_wgen.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_gpio.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_gpio.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_ina219.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_ina219.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_ina226.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_ina226.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_pwm.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_qencoder.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_qencoder.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_spi.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_spi.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_spwm.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_spwm.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_timer.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_timer.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_userleds.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_userleds.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l432kc/src/stm32_zerocross.c * boards/arm/stm32l4/nucleo-l432kc/src/stm32_zerocross.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/include/board.h * boards/arm/stm32l4/nucleo-l452re/include/board.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/include/nucleo-l452re.h * boards/arm/stm32l4/nucleo-l452re/include/nucleo-l452re.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/stm32l4/nucleo-l452re/scripts/Make.defs # boards/arm/stm32l4/nucleo-l452re/scripts/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/scripts/l452re-flash.ld * boards/arm/stm32l4/nucleo-l452re/scripts/l452re-flash.ld
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/stm32l4/nucleo-l452re/src/Makefile # boards/arm/stm32l4/nucleo-l452re/src/Makefile
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/src/nucleo-l452re.h * boards/arm/stm32l4/nucleo-l452re/src/nucleo-l452re.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/src/stm32_adc.c * boards/arm/stm32l4/nucleo-l452re/src/stm32_adc.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/src/stm32_appinit.c * boards/arm/stm32l4/nucleo-l452re/src/stm32_appinit.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/src/stm32_autoleds.c * boards/arm/stm32l4/nucleo-l452re/src/stm32_autoleds.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/src/stm32_boot.c * boards/arm/stm32l4/nucleo-l452re/src/stm32_boot.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/stm32l4/nucleo-l452re/src/stm32_bringup.c * boards/arm/stm32l4/nucleo-l452re/src/stm32_bringup.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The

Some files were not shown because too many files have changed in this diff Show More