diff --git a/arch/renesas/include/arch.h b/arch/renesas/include/arch.h index 02928c81da8..c5db5e1acff 100644 --- a/arch/renesas/include/arch.h +++ b/arch/renesas/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/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/renesas/include/inttypes.h b/arch/renesas/include/inttypes.h index 4342cd19be2..4f5d7cc9097 100644 --- a/arch/renesas/include/inttypes.h +++ b/arch/renesas/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/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/renesas/include/irq.h b/arch/renesas/include/irq.h index 012c2383302..cc4efe02185 100644 --- a/arch/renesas/include/irq.h +++ b/arch/renesas/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/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/renesas/include/limits.h b/arch/renesas/include/limits.h index 3935035e389..e9fd3907c01 100644 --- a/arch/renesas/include/limits.h +++ b/arch/renesas/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/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/renesas/include/m16c/arch.h b/arch/renesas/include/m16c/arch.h index bf1541d1f3d..0f719d88375 100644 --- a/arch/renesas/include/m16c/arch.h +++ b/arch/renesas/include/m16c/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/m16c/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/renesas/include/m16c/inttypes.h b/arch/renesas/include/m16c/inttypes.h index 60ae36dbfd1..5931602cc9b 100644 --- a/arch/renesas/include/m16c/inttypes.h +++ b/arch/renesas/include/m16c/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/m16c/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/renesas/include/m16c/irq.h b/arch/renesas/include/m16c/irq.h index 3ec9abb8fad..6dad943ef35 100644 --- a/arch/renesas/include/m16c/irq.h +++ b/arch/renesas/include/m16c/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/m16c/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/renesas/include/m16c/limits.h b/arch/renesas/include/m16c/limits.h index 69d7d2a23be..cf8bd109c68 100644 --- a/arch/renesas/include/m16c/limits.h +++ b/arch/renesas/include/m16c/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/m16c/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/renesas/include/m16c/types.h b/arch/renesas/include/m16c/types.h index 3f2947aab64..dea3f131282 100644 --- a/arch/renesas/include/m16c/types.h +++ b/arch/renesas/include/m16c/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/m16c/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/renesas/include/rx65n/arch.h b/arch/renesas/include/rx65n/arch.h index 2ee7623140b..27cf8b9179d 100644 --- a/arch/renesas/include/rx65n/arch.h +++ b/arch/renesas/include/rx65n/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/rx65n/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/renesas/include/rx65n/inttypes.h b/arch/renesas/include/rx65n/inttypes.h index 2f714760182..32b0a08d0a5 100644 --- a/arch/renesas/include/rx65n/inttypes.h +++ b/arch/renesas/include/rx65n/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/rx65n/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/renesas/include/rx65n/iodefine.h b/arch/renesas/include/rx65n/iodefine.h index aa6717affc0..c8c223d2f2b 100644 --- a/arch/renesas/include/rx65n/iodefine.h +++ b/arch/renesas/include/rx65n/iodefine.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/rx65n/iodefine.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/renesas/include/rx65n/irq.h b/arch/renesas/include/rx65n/irq.h index 1be2755239d..e6a9a40ad8c 100644 --- a/arch/renesas/include/rx65n/irq.h +++ b/arch/renesas/include/rx65n/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/rx65n/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/renesas/include/rx65n/limits.h b/arch/renesas/include/rx65n/limits.h index 5c07140a810..4676c701396 100644 --- a/arch/renesas/include/rx65n/limits.h +++ b/arch/renesas/include/rx65n/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/rx65n/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/renesas/include/rx65n/types.h b/arch/renesas/include/rx65n/types.h index fb73d2400ff..4d28331b032 100644 --- a/arch/renesas/include/rx65n/types.h +++ b/arch/renesas/include/rx65n/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/rx65n/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/renesas/include/setjmp.h b/arch/renesas/include/setjmp.h index 5c288b78cdc..2afde7d3b5c 100644 --- a/arch/renesas/include/setjmp.h +++ b/arch/renesas/include/setjmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/setjmp.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/renesas/include/sh1/arch.h b/arch/renesas/include/sh1/arch.h index 27cc262509e..6277a9b0613 100644 --- a/arch/renesas/include/sh1/arch.h +++ b/arch/renesas/include/sh1/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/sh1/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/renesas/include/sh1/inttypes.h b/arch/renesas/include/sh1/inttypes.h index 2d1def6c851..d43e21f9744 100644 --- a/arch/renesas/include/sh1/inttypes.h +++ b/arch/renesas/include/sh1/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/sh1/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/renesas/include/sh1/irq.h b/arch/renesas/include/sh1/irq.h index 6d07e8b9f8d..20de070a801 100644 --- a/arch/renesas/include/sh1/irq.h +++ b/arch/renesas/include/sh1/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/sh1/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/renesas/include/sh1/limits.h b/arch/renesas/include/sh1/limits.h index 68cd6ab5a30..b4a4840f146 100644 --- a/arch/renesas/include/sh1/limits.h +++ b/arch/renesas/include/sh1/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/sh1/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/renesas/include/sh1/types.h b/arch/renesas/include/sh1/types.h index 497dc0360d2..2c22e3e5615 100644 --- a/arch/renesas/include/sh1/types.h +++ b/arch/renesas/include/sh1/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/sh1/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/renesas/include/sh1Plimits.h b/arch/renesas/include/sh1Plimits.h index bfd7de4ffa1..f44b4a28e1d 100644 --- a/arch/renesas/include/sh1Plimits.h +++ b/arch/renesas/include/sh1Plimits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/sh1Plimits.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/renesas/include/sh1Ptypes.h b/arch/renesas/include/sh1Ptypes.h index c792376287e..1344a16c877 100644 --- a/arch/renesas/include/sh1Ptypes.h +++ b/arch/renesas/include/sh1Ptypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/include/sh1Ptypes.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/renesas/include/syscall.h b/arch/renesas/include/syscall.h index a146988b465..f60453bc5d7 100644 --- a/arch/renesas/include/syscall.h +++ b/arch/renesas/include/syscall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/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/renesas/include/types.h b/arch/renesas/include/types.h index f22a187b22b..3df9c6fb848 100644 --- a/arch/renesas/include/types.h +++ b/arch/renesas/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/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/renesas/src/Makefile b/arch/renesas/src/Makefile index e66ee275a25..f30605a645a 100644 --- a/arch/renesas/src/Makefile +++ b/arch/renesas/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/renesas/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/renesas/src/common/renesas_allocateheap.c b/arch/renesas/src/common/renesas_allocateheap.c index 4e35e6a0163..502fa8e0f8b 100644 --- a/arch/renesas/src/common/renesas_allocateheap.c +++ b/arch/renesas/src/common/renesas_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_createstack.c b/arch/renesas/src/common/renesas_createstack.c index fc335d65742..20da19b673f 100644 --- a/arch/renesas/src/common/renesas_createstack.c +++ b/arch/renesas/src/common/renesas_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_doirq.c b/arch/renesas/src/common/renesas_doirq.c index a6503087c4a..32c4dc8d67e 100644 --- a/arch/renesas/src/common/renesas_doirq.c +++ b/arch/renesas/src/common/renesas_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_exit.c b/arch/renesas/src/common/renesas_exit.c index 730888a7520..2d93a97d547 100644 --- a/arch/renesas/src/common/renesas_exit.c +++ b/arch/renesas/src/common/renesas_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_getintstack.c b/arch/renesas/src/common/renesas_getintstack.c index a7e4f8219de..1fcf4634d85 100644 --- a/arch/renesas/src/common/renesas_getintstack.c +++ b/arch/renesas/src/common/renesas_getintstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_idle.c b/arch/renesas/src/common/renesas_idle.c index 7d9ebed26e2..46930c27ab4 100644 --- a/arch/renesas/src/common/renesas_idle.c +++ b/arch/renesas/src/common/renesas_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_initialize.c b/arch/renesas/src/common/renesas_initialize.c index 6f531076e94..61c082c9b91 100644 --- a/arch/renesas/src/common/renesas_initialize.c +++ b/arch/renesas/src/common/renesas_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_internal.h b/arch/renesas/src/common/renesas_internal.h index d7aae84be96..6e8433a70de 100644 --- a/arch/renesas/src/common/renesas_internal.h +++ b/arch/renesas/src/common/renesas_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_lowputs.c b/arch/renesas/src/common/renesas_lowputs.c index 1e7d0218f01..308132c2da6 100644 --- a/arch/renesas/src/common/renesas_lowputs.c +++ b/arch/renesas/src/common/renesas_lowputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_lowputs.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/renesas/src/common/renesas_mdelay.c b/arch/renesas/src/common/renesas_mdelay.c index 6ab885bd1fd..23bd942b077 100644 --- a/arch/renesas/src/common/renesas_mdelay.c +++ b/arch/renesas/src/common/renesas_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_nputs.c b/arch/renesas/src/common/renesas_nputs.c index 7cc07eb6f02..99f7aa8c05c 100644 --- a/arch/renesas/src/common/renesas_nputs.c +++ b/arch/renesas/src/common/renesas_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_releasestack.c b/arch/renesas/src/common/renesas_releasestack.c index 0667f5bc6f6..22fdeb85d17 100644 --- a/arch/renesas/src/common/renesas_releasestack.c +++ b/arch/renesas/src/common/renesas_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_stackframe.c b/arch/renesas/src/common/renesas_stackframe.c index 9b9086a4584..5bcf24fc026 100644 --- a/arch/renesas/src/common/renesas_stackframe.c +++ b/arch/renesas/src/common/renesas_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_switchcontext.c b/arch/renesas/src/common/renesas_switchcontext.c index 9ff14868c91..b070c94db9a 100644 --- a/arch/renesas/src/common/renesas_switchcontext.c +++ b/arch/renesas/src/common/renesas_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/common/renesas_udelay.c b/arch/renesas/src/common/renesas_udelay.c index ed64499d4c2..6d47de90949 100644 --- a/arch/renesas/src/common/renesas_udelay.c +++ b/arch/renesas/src/common/renesas_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_udelay.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/renesas/src/common/renesas_usestack.c b/arch/renesas/src/common/renesas_usestack.c index 55dda421bb0..6d6a7811258 100644 --- a/arch/renesas/src/common/renesas_usestack.c +++ b/arch/renesas/src/common/renesas_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/common/renesas_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/renesas/src/m16c/Make.defs b/arch/renesas/src/m16c/Make.defs index 94b0992140d..d63829cf5c7 100644 --- a/arch/renesas/src/m16c/Make.defs +++ b/arch/renesas/src/m16c/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/renesas/src/m16c/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/renesas/src/m16c/chip.h b/arch/renesas/src/m16c/chip.h index 38424d7bf3d..2c4d7f983e5 100644 --- a/arch/renesas/src/m16c/chip.h +++ b/arch/renesas/src/m16c/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/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/renesas/src/m16c/m16c_copystate.c b/arch/renesas/src/m16c/m16c_copystate.c index 4c5661fd052..91784221dd9 100644 --- a/arch/renesas/src/m16c/m16c_copystate.c +++ b/arch/renesas/src/m16c/m16c_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_copystate.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/renesas/src/m16c/m16c_head.S b/arch/renesas/src/m16c/m16c_head.S index 243c2b58198..abbeb70d0e2 100644 --- a/arch/renesas/src/m16c/m16c_head.S +++ b/arch/renesas/src/m16c/m16c_head.S @@ -1,6 +1,8 @@ /************************************************************************************ * arch/renesas/src/m16c/m16c_head.S * + * 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/renesas/src/m16c/m16c_initialstate.c b/arch/renesas/src/m16c/m16c_initialstate.c index e7303ca7a53..4a3db738f1b 100644 --- a/arch/renesas/src/m16c/m16c_initialstate.c +++ b/arch/renesas/src/m16c/m16c_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_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/renesas/src/m16c/m16c_irq.c b/arch/renesas/src/m16c/m16c_irq.c index f54f06ef08d..a29ef2260a9 100644 --- a/arch/renesas/src/m16c/m16c_irq.c +++ b/arch/renesas/src/m16c/m16c_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_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/renesas/src/m16c/m16c_lowputc.c b/arch/renesas/src/m16c/m16c_lowputc.c index 0f1984ff371..5858100c6c6 100644 --- a/arch/renesas/src/m16c/m16c_lowputc.c +++ b/arch/renesas/src/m16c/m16c_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_lowputc.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/renesas/src/m16c/m16c_registerdump.c b/arch/renesas/src/m16c/m16c_registerdump.c index 23b59c6d38f..37d8db1746a 100644 --- a/arch/renesas/src/m16c/m16c_registerdump.c +++ b/arch/renesas/src/m16c/m16c_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_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/renesas/src/m16c/m16c_schedulesigaction.c b/arch/renesas/src/m16c/m16c_schedulesigaction.c index 58a5fe23e7c..a71bc1dff13 100644 --- a/arch/renesas/src/m16c/m16c_schedulesigaction.c +++ b/arch/renesas/src/m16c/m16c_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_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/renesas/src/m16c/m16c_serial.c b/arch/renesas/src/m16c/m16c_serial.c index 1d9d779c2e3..29c6a403507 100644 --- a/arch/renesas/src/m16c/m16c_serial.c +++ b/arch/renesas/src/m16c/m16c_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_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/renesas/src/m16c/m16c_sigdeliver.c b/arch/renesas/src/m16c/m16c_sigdeliver.c index 9fe660a59e9..1f9fa0ea0bb 100644 --- a/arch/renesas/src/m16c/m16c_sigdeliver.c +++ b/arch/renesas/src/m16c/m16c_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_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/renesas/src/m16c/m16c_timer.h b/arch/renesas/src/m16c/m16c_timer.h index 9b459c6e894..4ae8627d7a9 100644 --- a/arch/renesas/src/m16c/m16c_timer.h +++ b/arch/renesas/src/m16c/m16c_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_timer.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/renesas/src/m16c/m16c_timerisr.c b/arch/renesas/src/m16c/m16c_timerisr.c index 9e64d468bce..6b8389538b9 100644 --- a/arch/renesas/src/m16c/m16c_timerisr.c +++ b/arch/renesas/src/m16c/m16c_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_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 diff --git a/arch/renesas/src/m16c/m16c_uart.h b/arch/renesas/src/m16c/m16c_uart.h index 5a149e44397..b2d021e7147 100644 --- a/arch/renesas/src/m16c/m16c_uart.h +++ b/arch/renesas/src/m16c/m16c_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/m16c/m16c_uart.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/renesas/src/m16c/m16c_vectors.S b/arch/renesas/src/m16c/m16c_vectors.S index 0f9fce190e1..54dd64d413a 100644 --- a/arch/renesas/src/m16c/m16c_vectors.S +++ b/arch/renesas/src/m16c/m16c_vectors.S @@ -1,6 +1,8 @@ /************************************************************************************ * arch/renesas/src/m16c/m16c_vectors.S * + * 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/renesas/src/rx65n/Make.defs b/arch/renesas/src/rx65n/Make.defs index e73e5451d9d..5c705241e21 100644 --- a/arch/renesas/src/rx65n/Make.defs +++ b/arch/renesas/src/rx65n/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/renesas/src/rx65n/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/renesas/src/rx65n/chip.h b/arch/renesas/src/rx65n/chip.h index c61386ae16d..265955218b8 100644 --- a/arch/renesas/src/rx65n/chip.h +++ b/arch/renesas/src/rx65n/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/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/renesas/src/rx65n/rx65n_cgc.c b/arch/renesas/src/rx65n/rx65n_cgc.c index 59efbf54cf6..8c653c8daa1 100644 --- a/arch/renesas/src/rx65n/rx65n_cgc.c +++ b/arch/renesas/src/rx65n/rx65n_cgc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_cgc.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/renesas/src/rx65n/rx65n_cgc.h b/arch/renesas/src/rx65n/rx65n_cgc.h index 1b073a411a3..989269d3f88 100644 --- a/arch/renesas/src/rx65n/rx65n_cgc.h +++ b/arch/renesas/src/rx65n/rx65n_cgc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_cgc.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/renesas/src/rx65n/rx65n_cmt.h b/arch/renesas/src/rx65n/rx65n_cmt.h index 3ac4fe72b72..7272ab0cf93 100644 --- a/arch/renesas/src/rx65n/rx65n_cmt.h +++ b/arch/renesas/src/rx65n/rx65n_cmt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_cmt.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/renesas/src/rx65n/rx65n_cmtw.h b/arch/renesas/src/rx65n/rx65n_cmtw.h index 837c898b816..84c6937fba3 100644 --- a/arch/renesas/src/rx65n/rx65n_cmtw.h +++ b/arch/renesas/src/rx65n/rx65n_cmtw.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_cmtw.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/renesas/src/rx65n/rx65n_cmtw0.c b/arch/renesas/src/rx65n/rx65n_cmtw0.c index e5626a75c3d..c2123995e3f 100644 --- a/arch/renesas/src/rx65n/rx65n_cmtw0.c +++ b/arch/renesas/src/rx65n/rx65n_cmtw0.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_cmtw0.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/renesas/src/rx65n/rx65n_cmtw0.h b/arch/renesas/src/rx65n/rx65n_cmtw0.h index 0ae0cd0c4f8..0c962edb402 100644 --- a/arch/renesas/src/rx65n/rx65n_cmtw0.h +++ b/arch/renesas/src/rx65n/rx65n_cmtw0.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_cmtw0.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/renesas/src/rx65n/rx65n_copystate.c b/arch/renesas/src/rx65n/rx65n_copystate.c index d2d3377b5df..cf5e2275f2d 100644 --- a/arch/renesas/src/rx65n/rx65n_copystate.c +++ b/arch/renesas/src/rx65n/rx65n_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_copystate.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/renesas/src/rx65n/rx65n_definitions.h b/arch/renesas/src/rx65n/rx65n_definitions.h index ebddf201d14..122f46bcea6 100644 --- a/arch/renesas/src/rx65n/rx65n_definitions.h +++ b/arch/renesas/src/rx65n/rx65n_definitions.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_definitions.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/renesas/src/rx65n/rx65n_dtc.c b/arch/renesas/src/rx65n/rx65n_dtc.c index 4a8f93a8f27..89bf8140d7f 100644 --- a/arch/renesas/src/rx65n/rx65n_dtc.c +++ b/arch/renesas/src/rx65n/rx65n_dtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_dtc.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/renesas/src/rx65n/rx65n_dtc.h b/arch/renesas/src/rx65n/rx65n_dtc.h index 1ab5fa83ba0..421ad378e0f 100644 --- a/arch/renesas/src/rx65n/rx65n_dtc.h +++ b/arch/renesas/src/rx65n/rx65n_dtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_dtc.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/renesas/src/rx65n/rx65n_eth.c b/arch/renesas/src/rx65n/rx65n_eth.c index c1637685923..a3a5acd7aef 100644 --- a/arch/renesas/src/rx65n/rx65n_eth.c +++ b/arch/renesas/src/rx65n/rx65n_eth.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_eth.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/renesas/src/rx65n/rx65n_eth.h b/arch/renesas/src/rx65n/rx65n_eth.h index 914dd6bc9cc..6bb55405b99 100644 --- a/arch/renesas/src/rx65n/rx65n_eth.h +++ b/arch/renesas/src/rx65n/rx65n_eth.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_eth.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/renesas/src/rx65n/rx65n_hardware_setup.c b/arch/renesas/src/rx65n/rx65n_hardware_setup.c index ce4ae30c12e..eda38bb5799 100644 --- a/arch/renesas/src/rx65n/rx65n_hardware_setup.c +++ b/arch/renesas/src/rx65n/rx65n_hardware_setup.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_hardware_setup.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/renesas/src/rx65n/rx65n_head.S b/arch/renesas/src/rx65n/rx65n_head.S index 9f60ac8cd07..277a46ecba4 100644 --- a/arch/renesas/src/rx65n/rx65n_head.S +++ b/arch/renesas/src/rx65n/rx65n_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_head.S * + * 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/renesas/src/rx65n/rx65n_icu.c b/arch/renesas/src/rx65n/rx65n_icu.c index 912008aa1a8..7e8fcc877b2 100644 --- a/arch/renesas/src/rx65n/rx65n_icu.c +++ b/arch/renesas/src/rx65n/rx65n_icu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_icu.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/renesas/src/rx65n/rx65n_icu.h b/arch/renesas/src/rx65n/rx65n_icu.h index 0eae842fc37..3e6d49b08d4 100644 --- a/arch/renesas/src/rx65n/rx65n_icu.h +++ b/arch/renesas/src/rx65n/rx65n_icu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_icu.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/renesas/src/rx65n/rx65n_initialstate.c b/arch/renesas/src/rx65n/rx65n_initialstate.c index 4e09d2667b2..0bff2b25ac8 100644 --- a/arch/renesas/src/rx65n/rx65n_initialstate.c +++ b/arch/renesas/src/rx65n/rx65n_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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/renesas/src/rx65n/rx65n_irq.c b/arch/renesas/src/rx65n/rx65n_irq.c index 2621fc3c26f..a4f6883d368 100644 --- a/arch/renesas/src/rx65n/rx65n_irq.c +++ b/arch/renesas/src/rx65n/rx65n_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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/renesas/src/rx65n/rx65n_lowputc.c b/arch/renesas/src/rx65n/rx65n_lowputc.c index 6447d1389d4..5768854ce74 100644 --- a/arch/renesas/src/rx65n/rx65n_lowputc.c +++ b/arch/renesas/src/rx65n/rx65n_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_lowputc.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/renesas/src/rx65n/rx65n_macrodriver.h b/arch/renesas/src/rx65n/rx65n_macrodriver.h index b3e2ed5998e..3f1be630428 100644 --- a/arch/renesas/src/rx65n/rx65n_macrodriver.h +++ b/arch/renesas/src/rx65n/rx65n_macrodriver.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_macrodriver.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/renesas/src/rx65n/rx65n_port.c b/arch/renesas/src/rx65n/rx65n_port.c index 8f16a8941aa..3ea44cbc97f 100644 --- a/arch/renesas/src/rx65n/rx65n_port.c +++ b/arch/renesas/src/rx65n/rx65n_port.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_port.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/renesas/src/rx65n/rx65n_port.h b/arch/renesas/src/rx65n/rx65n_port.h index e0dc46ae73c..3961e929ebe 100644 --- a/arch/renesas/src/rx65n/rx65n_port.h +++ b/arch/renesas/src/rx65n/rx65n_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_port.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/renesas/src/rx65n/rx65n_registerdump.c b/arch/renesas/src/rx65n/rx65n_registerdump.c index 28f8373af9f..980c76523eb 100644 --- a/arch/renesas/src/rx65n/rx65n_registerdump.c +++ b/arch/renesas/src/rx65n/rx65n_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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/renesas/src/rx65n/rx65n_riic.c b/arch/renesas/src/rx65n/rx65n_riic.c index f75550f9748..6d8aec7e3d9 100644 --- a/arch/renesas/src/rx65n/rx65n_riic.c +++ b/arch/renesas/src/rx65n/rx65n_riic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_riic.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/renesas/src/rx65n/rx65n_riic.h b/arch/renesas/src/rx65n/rx65n_riic.h index efa4e427174..75b34f0b1a5 100644 --- a/arch/renesas/src/rx65n/rx65n_riic.h +++ b/arch/renesas/src/rx65n/rx65n_riic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_riic.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/renesas/src/rx65n/rx65n_rspi.c b/arch/renesas/src/rx65n/rx65n_rspi.c index 1a1e25f51fa..9649baf5e8f 100644 --- a/arch/renesas/src/rx65n/rx65n_rspi.c +++ b/arch/renesas/src/rx65n/rx65n_rspi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_rspi.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/renesas/src/rx65n/rx65n_rspi.h b/arch/renesas/src/rx65n/rx65n_rspi.h index 4aaa41700e0..538ba7ef0dc 100644 --- a/arch/renesas/src/rx65n/rx65n_rspi.h +++ b/arch/renesas/src/rx65n/rx65n_rspi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_rspi.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/renesas/src/rx65n/rx65n_rspi_sw.c b/arch/renesas/src/rx65n/rx65n_rspi_sw.c index d99a59bd052..bc8881354e2 100644 --- a/arch/renesas/src/rx65n/rx65n_rspi_sw.c +++ b/arch/renesas/src/rx65n/rx65n_rspi_sw.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_rspi_sw.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/renesas/src/rx65n/rx65n_rtc.c b/arch/renesas/src/rx65n/rx65n_rtc.c index 094ab3ff36e..5585fa3d60a 100644 --- a/arch/renesas/src/rx65n/rx65n_rtc.c +++ b/arch/renesas/src/rx65n/rx65n_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_rtc.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/renesas/src/rx65n/rx65n_rtc.h b/arch/renesas/src/rx65n/rx65n_rtc.h index 10059b0859e..3a10b360262 100644 --- a/arch/renesas/src/rx65n/rx65n_rtc.h +++ b/arch/renesas/src/rx65n/rx65n_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_rtc.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/renesas/src/rx65n/rx65n_rtc_lowerhalf.c b/arch/renesas/src/rx65n/rx65n_rtc_lowerhalf.c index af8eca50212..f5fa0edb35b 100644 --- a/arch/renesas/src/rx65n/rx65n_rtc_lowerhalf.c +++ b/arch/renesas/src/rx65n/rx65n_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_rtc_lowerhalf.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/renesas/src/rx65n/rx65n_sbram.c b/arch/renesas/src/rx65n/rx65n_sbram.c index e5d51dc03e6..5702f9707a8 100644 --- a/arch/renesas/src/rx65n/rx65n_sbram.c +++ b/arch/renesas/src/rx65n/rx65n_sbram.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_sbram.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/renesas/src/rx65n/rx65n_sbram.h b/arch/renesas/src/rx65n/rx65n_sbram.h index e4d400caad1..806f9c9db21 100644 --- a/arch/renesas/src/rx65n/rx65n_sbram.h +++ b/arch/renesas/src/rx65n/rx65n_sbram.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_sbram.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/renesas/src/rx65n/rx65n_schedulesigaction.c b/arch/renesas/src/rx65n/rx65n_schedulesigaction.c index bdbe03cb96a..67403ff0893 100644 --- a/arch/renesas/src/rx65n/rx65n_schedulesigaction.c +++ b/arch/renesas/src/rx65n/rx65n_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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/renesas/src/rx65n/rx65n_sci.c b/arch/renesas/src/rx65n/rx65n_sci.c index 899fe37a44a..81cbd23b21a 100644 --- a/arch/renesas/src/rx65n/rx65n_sci.c +++ b/arch/renesas/src/rx65n/rx65n_sci.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_sci.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/renesas/src/rx65n/rx65n_sci.h b/arch/renesas/src/rx65n/rx65n_sci.h index a2f780d9d99..37b8d6096d9 100644 --- a/arch/renesas/src/rx65n/rx65n_sci.h +++ b/arch/renesas/src/rx65n/rx65n_sci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_sci.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/renesas/src/rx65n/rx65n_serial.c b/arch/renesas/src/rx65n/rx65n_serial.c index 09195c9cb27..95fcb004c29 100644 --- a/arch/renesas/src/rx65n/rx65n_serial.c +++ b/arch/renesas/src/rx65n/rx65n_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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/renesas/src/rx65n/rx65n_sigdeliver.c b/arch/renesas/src/rx65n/rx65n_sigdeliver.c index d18f632f461..300c55dca86 100644 --- a/arch/renesas/src/rx65n/rx65n_sigdeliver.c +++ b/arch/renesas/src/rx65n/rx65n_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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/renesas/src/rx65n/rx65n_timerisr.c b/arch/renesas/src/rx65n/rx65n_timerisr.c index a4b8148f824..50945c7cdd7 100644 --- a/arch/renesas/src/rx65n/rx65n_timerisr.c +++ b/arch/renesas/src/rx65n/rx65n_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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 diff --git a/arch/renesas/src/rx65n/rx65n_usbdev.c b/arch/renesas/src/rx65n/rx65n_usbdev.c index 008c9ed40ba..e27e9336cb7 100644 --- a/arch/renesas/src/rx65n/rx65n_usbdev.c +++ b/arch/renesas/src/rx65n/rx65n_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_usbdev.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/renesas/src/rx65n/rx65n_usbdev.h b/arch/renesas/src/rx65n/rx65n_usbdev.h index a72dad7981c..3a80ba2ee79 100644 --- a/arch/renesas/src/rx65n/rx65n_usbdev.h +++ b/arch/renesas/src/rx65n/rx65n_usbdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_usbdev.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/renesas/src/rx65n/rx65n_usbhost.c b/arch/renesas/src/rx65n/rx65n_usbhost.c index fd1b2b111cb..b44885eaed9 100644 --- a/arch/renesas/src/rx65n/rx65n_usbhost.c +++ b/arch/renesas/src/rx65n/rx65n_usbhost.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_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 diff --git a/arch/renesas/src/rx65n/rx65n_usbhost.h b/arch/renesas/src/rx65n/rx65n_usbhost.h index 1226023a05a..23e74555f3f 100644 --- a/arch/renesas/src/rx65n/rx65n_usbhost.h +++ b/arch/renesas/src/rx65n/rx65n_usbhost.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_usbhost.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/renesas/src/rx65n/rx65n_vector.S b/arch/renesas/src/rx65n/rx65n_vector.S index 983b3e31b96..e95af5beb60 100644 --- a/arch/renesas/src/rx65n/rx65n_vector.S +++ b/arch/renesas/src/rx65n/rx65n_vector.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_vector.S * + * 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/renesas/src/rx65n/rx65n_vector_table.c b/arch/renesas/src/rx65n/rx65n_vector_table.c index f2b6cc63e2a..f0c9a903b23 100644 --- a/arch/renesas/src/rx65n/rx65n_vector_table.c +++ b/arch/renesas/src/rx65n/rx65n_vector_table.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/rx65n/rx65n_vector_table.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/renesas/src/sh1/Make.defs b/arch/renesas/src/sh1/Make.defs index 29036314f57..b595f373612 100644 --- a/arch/renesas/src/sh1/Make.defs +++ b/arch/renesas/src/sh1/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # arch/renesas/src/sh1/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/renesas/src/sh1/chip.h b/arch/renesas/src/sh1/chip.h index 020e2128faa..601296391ce 100644 --- a/arch/renesas/src/sh1/chip.h +++ b/arch/renesas/src/sh1/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/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/renesas/src/sh1/sh1_703x.h b/arch/renesas/src/sh1/sh1_703x.h index c27b9e3d533..f0bf5669970 100644 --- a/arch/renesas/src/sh1/sh1_703x.h +++ b/arch/renesas/src/sh1/sh1_703x.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_703x.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/renesas/src/sh1/sh1_copystate.c b/arch/renesas/src/sh1/sh1_copystate.c index 86a180ad773..8c26520b8be 100644 --- a/arch/renesas/src/sh1/sh1_copystate.c +++ b/arch/renesas/src/sh1/sh1_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_copystate.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/renesas/src/sh1/sh1_head.S b/arch/renesas/src/sh1/sh1_head.S index 503419293fc..ab8dfc30f70 100644 --- a/arch/renesas/src/sh1/sh1_head.S +++ b/arch/renesas/src/sh1/sh1_head.S @@ -1,6 +1,8 @@ /***************************************************************************** * arch/renesas/src/sh1/sh1_head.S * + * 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/renesas/src/sh1/sh1_initialstate.c b/arch/renesas/src/sh1/sh1_initialstate.c index ed2a0893390..bdec28ec82e 100644 --- a/arch/renesas/src/sh1/sh1_initialstate.c +++ b/arch/renesas/src/sh1/sh1_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_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/renesas/src/sh1/sh1_irq.c b/arch/renesas/src/sh1/sh1_irq.c index e2c1d9fb80c..b6dad499d37 100644 --- a/arch/renesas/src/sh1/sh1_irq.c +++ b/arch/renesas/src/sh1/sh1_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_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/renesas/src/sh1/sh1_lowputc.c b/arch/renesas/src/sh1/sh1_lowputc.c index 597bef3758a..48c8581ab77 100644 --- a/arch/renesas/src/sh1/sh1_lowputc.c +++ b/arch/renesas/src/sh1/sh1_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_lowputc.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/renesas/src/sh1/sh1_registerdump.c b/arch/renesas/src/sh1/sh1_registerdump.c index 72ad00026d1..0fc33825743 100644 --- a/arch/renesas/src/sh1/sh1_registerdump.c +++ b/arch/renesas/src/sh1/sh1_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_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/renesas/src/sh1/sh1_saveusercontext.S b/arch/renesas/src/sh1/sh1_saveusercontext.S index 5fb286d9459..6a213a6ce6a 100644 --- a/arch/renesas/src/sh1/sh1_saveusercontext.S +++ b/arch/renesas/src/sh1/sh1_saveusercontext.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/renesas/src/sh1/sh1_saveusercontext.S * + * 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/renesas/src/sh1/sh1_schedulesigaction.c b/arch/renesas/src/sh1/sh1_schedulesigaction.c index c5271a566ed..b6ab7721f1d 100644 --- a/arch/renesas/src/sh1/sh1_schedulesigaction.c +++ b/arch/renesas/src/sh1/sh1_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_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/renesas/src/sh1/sh1_serial.c b/arch/renesas/src/sh1/sh1_serial.c index 6d083989cd1..03136769473 100644 --- a/arch/renesas/src/sh1/sh1_serial.c +++ b/arch/renesas/src/sh1/sh1_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_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/renesas/src/sh1/sh1_sigdeliver.c b/arch/renesas/src/sh1/sh1_sigdeliver.c index a9604f85501..d6d6e542d18 100644 --- a/arch/renesas/src/sh1/sh1_sigdeliver.c +++ b/arch/renesas/src/sh1/sh1_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_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/renesas/src/sh1/sh1_timerisr.c b/arch/renesas/src/sh1/sh1_timerisr.c index b42ca38d149..54727a8625c 100644 --- a/arch/renesas/src/sh1/sh1_timerisr.c +++ b/arch/renesas/src/sh1/sh1_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/renesas/src/sh1/sh1_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 diff --git a/arch/renesas/src/sh1/sh1_vector.S b/arch/renesas/src/sh1/sh1_vector.S index 3599fddbd9d..527fb403940 100644 --- a/arch/renesas/src/sh1/sh1_vector.S +++ b/arch/renesas/src/sh1/sh1_vector.S @@ -1,6 +1,8 @@ /***************************************************************************** * arch/renesas/src/sh1/sh1_vector.S * + * 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