boards/arm/imxrt: 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-06 13:57:11 +01:00
committed by Xiang Xiao
parent 7bac5a4fe6
commit bb59a9d318
176 changed files with 352 additions and 1 deletions
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/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
@@ -1,6 +1,8 @@
############################################################################
# boards/arm/imxrt/imxrt1020-evk/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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/scripts/flash-ocram.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
@@ -1,6 +1,8 @@
############################################################################
# boards/arm/imxrt/imxrt1020-evk/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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt1020-evk.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_ethernet.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_boot.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_flexspi_nor_flash.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_gpio.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_usbhost.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1020-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/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
@@ -1,6 +1,8 @@
############################################################################
# boards/arm/imxrt/imxrt1050-evk/kernel/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/kernel/imxrt_userspace.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################
# boards/arm/imxrt/imxrt1050-evk/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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/scripts/flash-ocram.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/scripts/kernel-space.ld
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/scripts/memory.ld
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/scripts/user-space.ld
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################
# boards/arm/imxrt/imxrt1050-evk/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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt1050-evk.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_ethernet.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_boot.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_flexspi_nor_flash.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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_gpio.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_lcd.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_mmcsd_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
@@ -1,7 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_sdram_ini_dcd.c
*
* Copyright (C) 2017, NXP Semiconductors, Inc.
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: Copyright (C) 2017, NXP Semiconductors, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1050-evk/src/imxrt_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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1060-evk/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
@@ -1,6 +1,8 @@
############################################################################
# boards/arm/imxrt/imxrt1060-evk/kernel/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1060-evk/kernel/imxrt_userspace.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
@@ -1,6 +1,8 @@
############################################################################
# boards/arm/imxrt/imxrt1060-evk/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
@@ -1,6 +1,8 @@
/****************************************************************************
* boards/arm/imxrt/imxrt1060-evk/scripts/flash-ocram.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

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