boards/arm/stm32u5: 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:32:45 +01:00
committed by Xiang Xiao
parent e316bdf9ba
commit a6f1605107
26 changed files with 52 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
# ##############################################################################
# boards/arm/stm32u5/b-u585i-iot02a/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

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/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

View File

@@ -1,6 +1,8 @@
##############################################################################
# boards/arm/stm32u5/b-u585i-iot02a/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

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/scripts/flash.ld
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.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

View File

@@ -1,6 +1,8 @@
# ##############################################################################
# boards/arm/stm32u5/b-u585i-iot02a/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

View File

@@ -1,6 +1,8 @@
##############################################################################
# boards/arm/stm32u5/b-u585i-iot02a/src/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/src/b-u585i-iot02a.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

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/src/stm32_appinit.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/src/stm32_boot.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/src/stm32_bringup.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/src/stm32_clockconfig.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/src/stm32_spi.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
# ##############################################################################
# boards/arm/stm32u5/nucleo-u5a5zj-q/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

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/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

View File

@@ -1,6 +1,8 @@
##############################################################################
# boards/arm/stm32u5/nucleo-u5a5zj-q/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

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/flash.ld
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.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

View File

@@ -1,6 +1,8 @@
# ##############################################################################
# boards/arm/stm32u5/nucleo-u5a5zj-q/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

View File

@@ -1,6 +1,8 @@
##############################################################################
# boards/arm/stm32u5/nucleo-u5a5zj-q/src/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/src/nucleo-u5a5zj-q.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

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_appinit.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_boot.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_bringup.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_clockconfig.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The

View File

@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_spi.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The