boards/arm/str71x: 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:38:56 +01:00
committed by Xiang Xiao
parent 2529200b38
commit 05d531dc82
9 changed files with 18 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/str71x/olimex-strp711/include/board.h * boards/arm/str71x/olimex-strp711/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

View File

@@ -1,6 +1,8 @@
############################################################################## ##############################################################################
# boards/arm/str71x/olimex-strp711/scripts/Make.defs # boards/arm/str71x/olimex-strp711/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

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/str71x/olimex-strp711/scripts/ld.script * boards/arm/str71x/olimex-strp711/scripts/ld.script
* *
* 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

View File

@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/arm/str71x/olimex-strp711/src/Makefile # boards/arm/str71x/olimex-strp711/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

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/str71x/olimex-strp711/src/str71_appinit.c * boards/arm/str71x/olimex-strp711/src/str71_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

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/str71x/olimex-strp711/src/str71_buttons.c * boards/arm/str71x/olimex-strp711/src/str71_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

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/str71x/olimex-strp711/src/str71_enc28j60.c * boards/arm/str71x/olimex-strp711/src/str71_enc28j60.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

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/str71x/olimex-strp711/src/str71_leds.c * boards/arm/str71x/olimex-strp711/src/str71_leds.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

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/arm/str71x/olimex-strp711/src/str71_spi.c * boards/arm/str71x/olimex-strp711/src/str71_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