diff --git a/arch/tricore/include/arch.h b/arch/tricore/include/arch.h index f44a3976d16..8d022db9565 100644 --- a/arch/tricore/include/arch.h +++ b/arch/tricore/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/arch.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 diff --git a/arch/tricore/include/inttypes.h b/arch/tricore/include/inttypes.h index dc15bff5b68..d5b5ba723ab 100644 --- a/arch/tricore/include/inttypes.h +++ b/arch/tricore/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/inttypes.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 diff --git a/arch/tricore/include/irq.h b/arch/tricore/include/irq.h index 350a34b5cdf..a256dd24620 100644 --- a/arch/tricore/include/irq.h +++ b/arch/tricore/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/irq.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 diff --git a/arch/tricore/include/limits.h b/arch/tricore/include/limits.h index 3a68941f7fa..9ae86fd9404 100644 --- a/arch/tricore/include/limits.h +++ b/arch/tricore/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/limits.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 diff --git a/arch/tricore/include/spinlock.h b/arch/tricore/include/spinlock.h index 6f75e8fd5b0..dd0b52b0808 100644 --- a/arch/tricore/include/spinlock.h +++ b/arch/tricore/include/spinlock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/spinlock.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 diff --git a/arch/tricore/include/syscall.h b/arch/tricore/include/syscall.h index 027ca861a73..208ef318ecd 100644 --- a/arch/tricore/include/syscall.h +++ b/arch/tricore/include/syscall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/syscall.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 diff --git a/arch/tricore/include/tc3xx/irq.h b/arch/tricore/include/tc3xx/irq.h index 39b35ba97ae..d7b7b399540 100644 --- a/arch/tricore/include/tc3xx/irq.h +++ b/arch/tricore/include/tc3xx/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/tc3xx/irq.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 diff --git a/arch/tricore/include/types.h b/arch/tricore/include/types.h index 0158e7e1041..ff3a485987c 100644 --- a/arch/tricore/include/types.h +++ b/arch/tricore/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/include/types.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 diff --git a/arch/tricore/src/CMakeLists.txt b/arch/tricore/src/CMakeLists.txt index b756133b50c..c5d07320446 100644 --- a/arch/tricore/src/CMakeLists.txt +++ b/arch/tricore/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/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 diff --git a/arch/tricore/src/Makefile b/arch/tricore/src/Makefile index 157065a574e..44e03a8b557 100644 --- a/arch/tricore/src/Makefile +++ b/arch/tricore/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/tricore/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 diff --git a/arch/tricore/src/cmake/Toolchain.cmake b/arch/tricore/src/cmake/Toolchain.cmake index c3648f8f97f..ad9195e5fc2 100644 --- a/arch/tricore/src/cmake/Toolchain.cmake +++ b/arch/tricore/src/cmake/Toolchain.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/src/cmake/Toolchain.cmake # +# 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 diff --git a/arch/tricore/src/cmake/ToolchainGnuc.cmake b/arch/tricore/src/cmake/ToolchainGnuc.cmake index 4744d97145d..d715bbb7abe 100644 --- a/arch/tricore/src/cmake/ToolchainGnuc.cmake +++ b/arch/tricore/src/cmake/ToolchainGnuc.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/src/cmake/Toolchain.cmake # +# 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 diff --git a/arch/tricore/src/cmake/ToolchainTasking.cmake b/arch/tricore/src/cmake/ToolchainTasking.cmake index 2fabf17fcbb..610fa31bf79 100644 --- a/arch/tricore/src/cmake/ToolchainTasking.cmake +++ b/arch/tricore/src/cmake/ToolchainTasking.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/src/cmake/Toolchain.cmake # +# 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 diff --git a/arch/tricore/src/cmake/platform.cmake b/arch/tricore/src/cmake/platform.cmake index a2e2cf8d4da..229a5e96f74 100644 --- a/arch/tricore/src/cmake/platform.cmake +++ b/arch/tricore/src/cmake/platform.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/src/cmake/platform.cmake # +# 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 diff --git a/arch/tricore/src/cmake/tc3xx.cmake b/arch/tricore/src/cmake/tc3xx.cmake index 06d95af5286..ebf479ec82d 100644 --- a/arch/tricore/src/cmake/tc3xx.cmake +++ b/arch/tricore/src/cmake/tc3xx.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/src/cmake/tc3xx.cmake # +# 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 diff --git a/arch/tricore/src/common/CMakeLists.txt b/arch/tricore/src/common/CMakeLists.txt index 72f47638ea4..39e3e0ee365 100644 --- a/arch/tricore/src/common/CMakeLists.txt +++ b/arch/tricore/src/common/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/src/common/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 diff --git a/arch/tricore/src/common/Ifx_Cfg_Trap.h b/arch/tricore/src/common/Ifx_Cfg_Trap.h index 4a6e702c7f0..f8f74f9b3f0 100644 --- a/arch/tricore/src/common/Ifx_Cfg_Trap.h +++ b/arch/tricore/src/common/Ifx_Cfg_Trap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/Ifx_Cfg_Trap.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 diff --git a/arch/tricore/src/common/Make.defs b/arch/tricore/src/common/Make.defs index ebb666ac171..9dafdfe495a 100644 --- a/arch/tricore/src/common/Make.defs +++ b/arch/tricore/src/common/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/tricore/src/common/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 diff --git a/arch/tricore/src/common/Toolchain.defs b/arch/tricore/src/common/Toolchain.defs index 5fd8c4cdd2d..ec43c28fbfc 100644 --- a/arch/tricore/src/common/Toolchain.defs +++ b/arch/tricore/src/common/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/tricore/src/common/Toolchain.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 diff --git a/arch/tricore/src/common/ToolchainGnuc.defs b/arch/tricore/src/common/ToolchainGnuc.defs index ef1eb33afe1..163d574eab6 100644 --- a/arch/tricore/src/common/ToolchainGnuc.defs +++ b/arch/tricore/src/common/ToolchainGnuc.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/tricore/src/common/ToolchainGnuc.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 diff --git a/arch/tricore/src/common/ToolchainTasking.defs b/arch/tricore/src/common/ToolchainTasking.defs index 7aee390ad97..c4a6d66e50e 100644 --- a/arch/tricore/src/common/ToolchainTasking.defs +++ b/arch/tricore/src/common/ToolchainTasking.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/tricore/src/common/ToolchainTasking.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 diff --git a/arch/tricore/src/common/tricore_allocateheap.c b/arch/tricore/src/common/tricore_allocateheap.c index c57de7d524d..9b618277704 100644 --- a/arch/tricore/src/common/tricore_allocateheap.c +++ b/arch/tricore/src/common/tricore_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_allocateheap.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 diff --git a/arch/tricore/src/common/tricore_checkstack.c b/arch/tricore/src/common/tricore_checkstack.c index 1ae7d746129..0d17694c271 100644 --- a/arch/tricore/src/common/tricore_checkstack.c +++ b/arch/tricore/src/common/tricore_checkstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_checkstack.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 diff --git a/arch/tricore/src/common/tricore_createstack.c b/arch/tricore/src/common/tricore_createstack.c index f485c548a69..aec2c010b6c 100644 --- a/arch/tricore/src/common/tricore_createstack.c +++ b/arch/tricore/src/common/tricore_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_createstack.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 diff --git a/arch/tricore/src/common/tricore_csa.c b/arch/tricore/src/common/tricore_csa.c index 340efd0d750..74dd8931ac8 100644 --- a/arch/tricore/src/common/tricore_csa.c +++ b/arch/tricore/src/common/tricore_csa.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_csa.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 diff --git a/arch/tricore/src/common/tricore_doirq.c b/arch/tricore/src/common/tricore_doirq.c index 975ad21fef8..33271432799 100644 --- a/arch/tricore/src/common/tricore_doirq.c +++ b/arch/tricore/src/common/tricore_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_doirq.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 diff --git a/arch/tricore/src/common/tricore_exit.c b/arch/tricore/src/common/tricore_exit.c index b329ddc5097..ffa58ddc381 100644 --- a/arch/tricore/src/common/tricore_exit.c +++ b/arch/tricore/src/common/tricore_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_exit.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 diff --git a/arch/tricore/src/common/tricore_getintstack.c b/arch/tricore/src/common/tricore_getintstack.c index 5ca7249e97a..5647e8380ca 100644 --- a/arch/tricore/src/common/tricore_getintstack.c +++ b/arch/tricore/src/common/tricore_getintstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_getintstack.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 diff --git a/arch/tricore/src/common/tricore_idle.c b/arch/tricore/src/common/tricore_idle.c index 0ec6062c5c8..4f654f55b24 100644 --- a/arch/tricore/src/common/tricore_idle.c +++ b/arch/tricore/src/common/tricore_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_idle.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 diff --git a/arch/tricore/src/common/tricore_initialize.c b/arch/tricore/src/common/tricore_initialize.c index 1ee4f419dce..fe97be2472c 100644 --- a/arch/tricore/src/common/tricore_initialize.c +++ b/arch/tricore/src/common/tricore_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_initialize.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 diff --git a/arch/tricore/src/common/tricore_initialstate.c b/arch/tricore/src/common/tricore_initialstate.c index f7d394c24f0..fcd0bb8c079 100644 --- a/arch/tricore/src/common/tricore_initialstate.c +++ b/arch/tricore/src/common/tricore_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_initialstate.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 diff --git a/arch/tricore/src/common/tricore_internal.h b/arch/tricore/src/common/tricore_internal.h index b38ffa5f891..f92ba070941 100644 --- a/arch/tricore/src/common/tricore_internal.h +++ b/arch/tricore/src/common/tricore_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_internal.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 diff --git a/arch/tricore/src/common/tricore_irq.c b/arch/tricore/src/common/tricore_irq.c index 6c87de493ba..5d5a7391471 100644 --- a/arch/tricore/src/common/tricore_irq.c +++ b/arch/tricore/src/common/tricore_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_irq.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 diff --git a/arch/tricore/src/common/tricore_main.c b/arch/tricore/src/common/tricore_main.c index b62107cd050..4b45892ee09 100644 --- a/arch/tricore/src/common/tricore_main.c +++ b/arch/tricore/src/common/tricore_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_main.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 diff --git a/arch/tricore/src/common/tricore_mdelay.c b/arch/tricore/src/common/tricore_mdelay.c index 57c5f4c3822..95213e3d28f 100644 --- a/arch/tricore/src/common/tricore_mdelay.c +++ b/arch/tricore/src/common/tricore_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_mdelay.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 diff --git a/arch/tricore/src/common/tricore_nputs.c b/arch/tricore/src/common/tricore_nputs.c index 421e2b9f893..32e1557b912 100644 --- a/arch/tricore/src/common/tricore_nputs.c +++ b/arch/tricore/src/common/tricore_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_nputs.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 diff --git a/arch/tricore/src/common/tricore_registerdump.c b/arch/tricore/src/common/tricore_registerdump.c index e1dcddfe1e1..6130a0a6793 100644 --- a/arch/tricore/src/common/tricore_registerdump.c +++ b/arch/tricore/src/common/tricore_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_registerdump.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 diff --git a/arch/tricore/src/common/tricore_releasestack.c b/arch/tricore/src/common/tricore_releasestack.c index 28f4da8cb07..bd70973a48f 100644 --- a/arch/tricore/src/common/tricore_releasestack.c +++ b/arch/tricore/src/common/tricore_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_releasestack.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 diff --git a/arch/tricore/src/common/tricore_saveusercontext.c b/arch/tricore/src/common/tricore_saveusercontext.c index 6b9d6b0853b..c2b6152305b 100644 --- a/arch/tricore/src/common/tricore_saveusercontext.c +++ b/arch/tricore/src/common/tricore_saveusercontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_saveusercontext.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 diff --git a/arch/tricore/src/common/tricore_schedulesigaction.c b/arch/tricore/src/common/tricore_schedulesigaction.c index bc62436d4b0..ffac299f1ac 100644 --- a/arch/tricore/src/common/tricore_schedulesigaction.c +++ b/arch/tricore/src/common/tricore_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_schedulesigaction.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 diff --git a/arch/tricore/src/common/tricore_sigdeliver.c b/arch/tricore/src/common/tricore_sigdeliver.c index e06ac8d046b..5149dec75ba 100644 --- a/arch/tricore/src/common/tricore_sigdeliver.c +++ b/arch/tricore/src/common/tricore_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_sigdeliver.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 diff --git a/arch/tricore/src/common/tricore_stackframe.c b/arch/tricore/src/common/tricore_stackframe.c index 93a1a512834..da553c93ec4 100644 --- a/arch/tricore/src/common/tricore_stackframe.c +++ b/arch/tricore/src/common/tricore_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_stackframe.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 diff --git a/arch/tricore/src/common/tricore_svcall.c b/arch/tricore/src/common/tricore_svcall.c index 1fa5d2d6a94..a6040cf4693 100644 --- a/arch/tricore/src/common/tricore_svcall.c +++ b/arch/tricore/src/common/tricore_svcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_svcall.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 diff --git a/arch/tricore/src/common/tricore_switchcontext.c b/arch/tricore/src/common/tricore_switchcontext.c index 56111f7bb87..7b0d773e13d 100644 --- a/arch/tricore/src/common/tricore_switchcontext.c +++ b/arch/tricore/src/common/tricore_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_switchcontext.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 diff --git a/arch/tricore/src/common/tricore_systimer.c b/arch/tricore/src/common/tricore_systimer.c index 5bda6b1654c..4c9f933b074 100644 --- a/arch/tricore/src/common/tricore_systimer.c +++ b/arch/tricore/src/common/tricore_systimer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_systimer.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 diff --git a/arch/tricore/src/common/tricore_tcbinfo.c b/arch/tricore/src/common/tricore_tcbinfo.c index 15d9fd6e767..cadb3d6c9b2 100644 --- a/arch/tricore/src/common/tricore_tcbinfo.c +++ b/arch/tricore/src/common/tricore_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_tcbinfo.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 diff --git a/arch/tricore/src/common/tricore_testset.c b/arch/tricore/src/common/tricore_testset.c index a9e6dae708b..e660ad72d80 100644 --- a/arch/tricore/src/common/tricore_testset.c +++ b/arch/tricore/src/common/tricore_testset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_testset.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 diff --git a/arch/tricore/src/common/tricore_trapcall.c b/arch/tricore/src/common/tricore_trapcall.c index d024e672fa2..a83bcb21a4a 100644 --- a/arch/tricore/src/common/tricore_trapcall.c +++ b/arch/tricore/src/common/tricore_trapcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_trapcall.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 diff --git a/arch/tricore/src/common/tricore_usestack.c b/arch/tricore/src/common/tricore_usestack.c index 5952fbf611a..6cebcb3d4f8 100644 --- a/arch/tricore/src/common/tricore_usestack.c +++ b/arch/tricore/src/common/tricore_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/common/tricore_usestack.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 diff --git a/arch/tricore/src/tc3xx/CMakeLists.txt b/arch/tricore/src/tc3xx/CMakeLists.txt index c4c37c2bc0c..668a63a7e6a 100644 --- a/arch/tricore/src/tc3xx/CMakeLists.txt +++ b/arch/tricore/src/tc3xx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/tricore/src/tc3xx/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 diff --git a/arch/tricore/src/tc3xx/Make.defs b/arch/tricore/src/tc3xx/Make.defs index b94b027156c..5a238d0f4bf 100644 --- a/arch/tricore/src/tc3xx/Make.defs +++ b/arch/tricore/src/tc3xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/tricore/src/tc3xx/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 diff --git a/arch/tricore/src/tc3xx/Toolchain.defs b/arch/tricore/src/tc3xx/Toolchain.defs index 778b18ed76e..bcfc9cadcad 100644 --- a/arch/tricore/src/tc3xx/Toolchain.defs +++ b/arch/tricore/src/tc3xx/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/tricore/src/tc3xx/Toolchain.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 diff --git a/arch/tricore/src/tc3xx/chip.h b/arch/tricore/src/tc3xx/chip.h index b190de4512a..67c6c04a1ca 100644 --- a/arch/tricore/src/tc3xx/chip.h +++ b/arch/tricore/src/tc3xx/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/tc3xx/chip.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 diff --git a/arch/tricore/src/tc3xx/tc3xx_dummy.c b/arch/tricore/src/tc3xx/tc3xx_dummy.c index e69de29bb2d..8375101e279 100644 --- a/arch/tricore/src/tc3xx/tc3xx_dummy.c +++ b/arch/tricore/src/tc3xx/tc3xx_dummy.c @@ -0,0 +1,29 @@ +/**************************************************************************** + * arch/tricore/src/tc3xx/tc3xx_dummy.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 + * ASF licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the + * License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + * + ****************************************************************************/ + +/**************************************************************************** + * Included Files + ****************************************************************************/ + +/**************************************************************************** + * Public Functions + ****************************************************************************/ diff --git a/arch/tricore/src/tc3xx/tc3xx_libc.c b/arch/tricore/src/tc3xx/tc3xx_libc.c index 3c5270296b3..af9b976f2b5 100644 --- a/arch/tricore/src/tc3xx/tc3xx_libc.c +++ b/arch/tricore/src/tc3xx/tc3xx_libc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/tc3xx/tc3xx_libc.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 diff --git a/arch/tricore/src/tc3xx/tc3xx_serial.c b/arch/tricore/src/tc3xx/tc3xx_serial.c index 4edb62de907..0e40fdc6228 100644 --- a/arch/tricore/src/tc3xx/tc3xx_serial.c +++ b/arch/tricore/src/tc3xx/tc3xx_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/tc3xx/tc3xx_serial.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 diff --git a/arch/tricore/src/tc3xx/tc3xx_timerisr.c b/arch/tricore/src/tc3xx/tc3xx_timerisr.c index 4fcab8b5b2d..c52f77adf1a 100644 --- a/arch/tricore/src/tc3xx/tc3xx_timerisr.c +++ b/arch/tricore/src/tc3xx/tc3xx_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/tricore/src/tc3xx/tc3xx_timerisr.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