arch/z16: 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.
This commit is contained in:
Alin Jerpelea
2024-11-19 14:51:42 +01:00
committed by Xiang Xiao
parent 99d8641cdd
commit b3e1e21c65
42 changed files with 84 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/arch.h * arch/z16/include/arch.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/inttypes.h * arch/z16/include/inttypes.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/irq.h * arch/z16/include/irq.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/limits.h * arch/z16/include/limits.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/syscall.h * arch/z16/include/syscall.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/types.h * arch/z16/include/types.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/z16f/arch.h * arch/z16/include/z16f/arch.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/z16f/chip.h * arch/z16/include/z16f/chip.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/include/z16f/irq.h * arch/z16/include/z16f/irq.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 @@
############################################################################ ############################################################################
# arch/z16/src/Makefile # arch/z16/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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_allocateheap.c * arch/z16/src/common/z16_allocateheap.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_copystate.c * arch/z16/src/common/z16_copystate.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_createstack.c * arch/z16/src/common/z16_createstack.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_doirq.c * arch/z16/src/common/z16_doirq.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_exit.c * arch/z16/src/common/z16_exit.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_idle.c * arch/z16/src/common/z16_idle.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_initialize.c * arch/z16/src/common/z16_initialize.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_initialstate.c * arch/z16/src/common/z16_initialstate.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_internal.h * arch/z16/src/common/z16_internal.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_mdelay.c * arch/z16/src/common/z16_mdelay.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_nputs.c * arch/z16/src/common/z16_nputs.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_registerdump.c * arch/z16/src/common/z16_registerdump.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_releasestack.c * arch/z16/src/common/z16_releasestack.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_schedulesigaction.c * arch/z16/src/common/z16_schedulesigaction.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_sigdeliver.c * arch/z16/src/common/z16_sigdeliver.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_stackframe.c * arch/z16/src/common/z16_stackframe.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_switchcontext.c * arch/z16/src/common/z16_switchcontext.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_udelay.c * arch/z16/src/common/z16_udelay.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/common/z16_usestack.c * arch/z16/src/common/z16_usestack.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 @@
############################################################################ ############################################################################
# arch/z16/src/z16f/Make.defs # arch/z16/src/z16f/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 @@
############################################################################ ############################################################################
# arch/z16/src/z16f/Toolchain.defs # arch/z16/src/z16f/Toolchain.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/z16f/chip.h * arch/z16/src/z16f/chip.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/z16f/z16f_clkinit.c * arch/z16/src/z16f/z16f_clkinit.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/z16f/z16f_espi.c * arch/z16/src/z16f/z16f_espi.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,7 @@
/************************************************************************** /**************************************************************************
* arch/z16/src/z16f/z16f_head.S * arch/z16/src/z16f/z16f_head.S
* Z16F Reset Entry Point *
* 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

View File

@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/z16f/z16f_irq.c * arch/z16/src/z16f/z16f_irq.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,7 @@
/************************************************************************* /*************************************************************************
* arch/z16/src/z16f/z16f_lowuart.asm * arch/z16/src/z16f/z16f_lowuart.asm
* Z16F UART management *
* 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

View File

@@ -1,6 +1,8 @@
/************************************************************************* /*************************************************************************
* arch/z16/src/z16f/z16f_restoreusercontext.asm * arch/z16/src/z16f/z16f_restoreusercontext.asm
* *
* 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 @@
/************************************************************************* /*************************************************************************
* arch/z16/src/z16f/z16f_saveusercontext.asm * arch/z16/src/z16f/z16f_saveusercontext.asm
* *
* 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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/z16f/z16f_serial.c * arch/z16/src/z16f/z16f_serial.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/z16f/z16f_sysexec.c * arch/z16/src/z16f/z16f_sysexec.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 @@
/**************************************************************************** /****************************************************************************
* arch/z16/src/z16f/z16f_timerisr.c * arch/z16/src/z16f/z16f_timerisr.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