diff --git a/arch/hc/include/arch.h b/arch/hc/include/arch.h index 9c9570585cf..a020c9727ba 100644 --- a/arch/hc/include/arch.h +++ b/arch/hc/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/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/hc/include/hc12/irq.h b/arch/hc/include/hc12/irq.h index c6030d6d56d..a67b3f53cc4 100644 --- a/arch/hc/include/hc12/irq.h +++ b/arch/hc/include/hc12/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/include/hc12/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/hc/include/hc12/limits.h b/arch/hc/include/hc12/limits.h index 7acd8fa607d..729df3be5f4 100644 --- a/arch/hc/include/hc12/limits.h +++ b/arch/hc/include/hc12/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/include/hc12/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/hc/include/hc12/types.h b/arch/hc/include/hc12/types.h index 62b5c0beb7b..279e5a5f82a 100644 --- a/arch/hc/include/hc12/types.h +++ b/arch/hc/include/hc12/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/include/hc12/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/hc/include/hcs12/irq.h b/arch/hc/include/hcs12/irq.h index bf74aae9d20..fe218fe5eb9 100644 --- a/arch/hc/include/hcs12/irq.h +++ b/arch/hc/include/hcs12/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/include/hcs12/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/hc/include/hcs12/limits.h b/arch/hc/include/hcs12/limits.h index 9436e1e3689..18f8e2ee76b 100644 --- a/arch/hc/include/hcs12/limits.h +++ b/arch/hc/include/hcs12/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/include/hcs12/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/hc/include/hcs12/types.h b/arch/hc/include/hcs12/types.h index 9dbf3d93f02..a3bc55fc7bc 100644 --- a/arch/hc/include/hcs12/types.h +++ b/arch/hc/include/hcs12/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/include/hcs12/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/hc/include/inttypes.h b/arch/hc/include/inttypes.h index 512a0e2bcc9..03480a37da7 100644 --- a/arch/hc/include/inttypes.h +++ b/arch/hc/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/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/hc/include/irq.h b/arch/hc/include/irq.h index b6698c02afc..6e6ccafcb15 100644 --- a/arch/hc/include/irq.h +++ b/arch/hc/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/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/hc/include/limits.h b/arch/hc/include/limits.h index 9fbd220d31f..4aaf9ef40ff 100644 --- a/arch/hc/include/limits.h +++ b/arch/hc/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/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/hc/include/m9s12/irq.h b/arch/hc/include/m9s12/irq.h index 89334fd9fe8..49340a21d79 100644 --- a/arch/hc/include/m9s12/irq.h +++ b/arch/hc/include/m9s12/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/include/m9s12/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/hc/include/syscall.h b/arch/hc/include/syscall.h index bff3f419ac7..2ac8c05365a 100644 --- a/arch/hc/include/syscall.h +++ b/arch/hc/include/syscall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/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/hc/include/types.h b/arch/hc/include/types.h index 23a02d19ce2..a8031469029 100644 --- a/arch/hc/include/types.h +++ b/arch/hc/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/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/hc/src/Makefile b/arch/hc/src/Makefile index 907b7bd65a6..8754cc9df26 100644 --- a/arch/hc/src/Makefile +++ b/arch/hc/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/hc/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/hc/src/common/hc_allocateheap.c b/arch/hc/src/common/hc_allocateheap.c index d0a654245d1..da3f8e57a39 100644 --- a/arch/hc/src/common/hc_allocateheap.c +++ b/arch/hc/src/common/hc_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_copystate.c b/arch/hc/src/common/hc_copystate.c index d7e62d2c71a..797b351656f 100644 --- a/arch/hc/src/common/hc_copystate.c +++ b/arch/hc/src/common/hc_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_createstack.c b/arch/hc/src/common/hc_createstack.c index 4bc50638602..641b4755144 100644 --- a/arch/hc/src/common/hc_createstack.c +++ b/arch/hc/src/common/hc_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_doirq.c b/arch/hc/src/common/hc_doirq.c index 2142687a456..82232bf6398 100644 --- a/arch/hc/src/common/hc_doirq.c +++ b/arch/hc/src/common/hc_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_exit.c b/arch/hc/src/common/hc_exit.c index 146da1c88e0..fd413d4fb95 100644 --- a/arch/hc/src/common/hc_exit.c +++ b/arch/hc/src/common/hc_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_getintstack.c b/arch/hc/src/common/hc_getintstack.c index 1264c32ad14..9831201e750 100644 --- a/arch/hc/src/common/hc_getintstack.c +++ b/arch/hc/src/common/hc_getintstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_idle.c b/arch/hc/src/common/hc_idle.c index e2e95b6c753..740f39150eb 100644 --- a/arch/hc/src/common/hc_idle.c +++ b/arch/hc/src/common/hc_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_initialize.c b/arch/hc/src/common/hc_initialize.c index 03315334f76..45aee3e7edd 100644 --- a/arch/hc/src/common/hc_initialize.c +++ b/arch/hc/src/common/hc_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_internal.h b/arch/hc/src/common/hc_internal.h index ea10381ec3f..42897b562b4 100644 --- a/arch/hc/src/common/hc_internal.h +++ b/arch/hc/src/common/hc_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_mdelay.c b/arch/hc/src/common/hc_mdelay.c index 9b262f2eca5..8af76550f5a 100644 --- a/arch/hc/src/common/hc_mdelay.c +++ b/arch/hc/src/common/hc_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_modifyreg16.c b/arch/hc/src/common/hc_modifyreg16.c index 3a9f4eb60af..663409165d9 100644 --- a/arch/hc/src/common/hc_modifyreg16.c +++ b/arch/hc/src/common/hc_modifyreg16.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_modifyreg16.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/hc/src/common/hc_modifyreg32.c b/arch/hc/src/common/hc_modifyreg32.c index fc61a38b2ce..b10296f720e 100644 --- a/arch/hc/src/common/hc_modifyreg32.c +++ b/arch/hc/src/common/hc_modifyreg32.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_modifyreg32.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/hc/src/common/hc_modifyreg8.c b/arch/hc/src/common/hc_modifyreg8.c index 9f19f71afca..05e08e9f1e9 100644 --- a/arch/hc/src/common/hc_modifyreg8.c +++ b/arch/hc/src/common/hc_modifyreg8.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_modifyreg8.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/hc/src/common/hc_nputs.c b/arch/hc/src/common/hc_nputs.c index a776b70081a..bd581764aea 100644 --- a/arch/hc/src/common/hc_nputs.c +++ b/arch/hc/src/common/hc_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_releasestack.c b/arch/hc/src/common/hc_releasestack.c index 6865a94ac9c..dc77e261a9a 100644 --- a/arch/hc/src/common/hc_releasestack.c +++ b/arch/hc/src/common/hc_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_stackframe.c b/arch/hc/src/common/hc_stackframe.c index edfc438f0e4..569c2b9952f 100644 --- a/arch/hc/src/common/hc_stackframe.c +++ b/arch/hc/src/common/hc_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_switchcontext.c b/arch/hc/src/common/hc_switchcontext.c index f75ee8576b8..182b39998f3 100644 --- a/arch/hc/src/common/hc_switchcontext.c +++ b/arch/hc/src/common/hc_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_udelay.c b/arch/hc/src/common/hc_udelay.c index 4b6348f157f..5ecd3b7919c 100644 --- a/arch/hc/src/common/hc_udelay.c +++ b/arch/hc/src/common/hc_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/common/hc_usestack.c b/arch/hc/src/common/hc_usestack.c index 494734bb10c..71e64b36201 100644 --- a/arch/hc/src/common/hc_usestack.c +++ b/arch/hc/src/common/hc_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/common/hc_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/hc/src/m9s12/Make.defs b/arch/hc/src/m9s12/Make.defs index be6f1e1919a..2486eacb07c 100644 --- a/arch/hc/src/m9s12/Make.defs +++ b/arch/hc/src/m9s12/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/hc/src/m9s12/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/hc/src/m9s12/chip.h b/arch/hc/src/m9s12/chip.h index a6710e8b546..117b2ae2f61 100644 --- a/arch/hc/src/m9s12/chip.h +++ b/arch/hc/src/m9s12/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/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/hc/src/m9s12/m9s12.h b/arch/hc/src/m9s12/m9s12.h index edf9b45357c..df93a5d7aef 100644 --- a/arch/hc/src/m9s12/m9s12.h +++ b/arch/hc/src/m9s12/m9s12.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12.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/hc/src/m9s12/m9s12_atd.h b/arch/hc/src/m9s12/m9s12_atd.h index 116aef3781b..cf6059708fd 100644 --- a/arch/hc/src/m9s12/m9s12_atd.h +++ b/arch/hc/src/m9s12/m9s12_atd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_atd.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/hc/src/m9s12/m9s12_crg.h b/arch/hc/src/m9s12/m9s12_crg.h index e2314985d3e..f8e42a9de02 100644 --- a/arch/hc/src/m9s12/m9s12_crg.h +++ b/arch/hc/src/m9s12/m9s12_crg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_crg.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/hc/src/m9s12/m9s12_dumpgpio.c b/arch/hc/src/m9s12/m9s12_dumpgpio.c index 90b8e3a092c..e0cf38f7d17 100644 --- a/arch/hc/src/m9s12/m9s12_dumpgpio.c +++ b/arch/hc/src/m9s12/m9s12_dumpgpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_dumpgpio.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/hc/src/m9s12/m9s12_emac.h b/arch/hc/src/m9s12/m9s12_emac.h index ed252ee537d..1fcdfe43820 100644 --- a/arch/hc/src/m9s12/m9s12_emac.h +++ b/arch/hc/src/m9s12/m9s12_emac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_emac.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/hc/src/m9s12/m9s12_ethernet.c b/arch/hc/src/m9s12/m9s12_ethernet.c index 270c91bdc20..3c6a43bddb9 100644 --- a/arch/hc/src/m9s12/m9s12_ethernet.c +++ b/arch/hc/src/m9s12/m9s12_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_ethernet.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/hc/src/m9s12/m9s12_flash.h b/arch/hc/src/m9s12/m9s12_flash.h index d8788103a59..4943b72b566 100644 --- a/arch/hc/src/m9s12/m9s12_flash.h +++ b/arch/hc/src/m9s12/m9s12_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_flash.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/hc/src/m9s12/m9s12_gpio.c b/arch/hc/src/m9s12/m9s12_gpio.c index 8108217b6d0..bea91770106 100644 --- a/arch/hc/src/m9s12/m9s12_gpio.c +++ b/arch/hc/src/m9s12/m9s12_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/hc/src/m9s12/m9s12_gpioirq.c b/arch/hc/src/m9s12/m9s12_gpioirq.c index e10a3c77047..63b30c8ea61 100644 --- a/arch/hc/src/m9s12/m9s12_gpioirq.c +++ b/arch/hc/src/m9s12/m9s12_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_gpioirq.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/hc/src/m9s12/m9s12_iic.h b/arch/hc/src/m9s12/m9s12_iic.h index 08394f9844e..0e5438b5355 100644 --- a/arch/hc/src/m9s12/m9s12_iic.h +++ b/arch/hc/src/m9s12/m9s12_iic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_iic.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/hc/src/m9s12/m9s12_initialstate.c b/arch/hc/src/m9s12/m9s12_initialstate.c index 2a33a0c53a0..7cf76c88e71 100644 --- a/arch/hc/src/m9s12/m9s12_initialstate.c +++ b/arch/hc/src/m9s12/m9s12_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_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/hc/src/m9s12/m9s12_int.h b/arch/hc/src/m9s12/m9s12_int.h index 96da8de127a..d43015b920c 100644 --- a/arch/hc/src/m9s12/m9s12_int.h +++ b/arch/hc/src/m9s12/m9s12_int.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_int.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/hc/src/m9s12/m9s12_irq.c b/arch/hc/src/m9s12/m9s12_irq.c index 9136dfaee24..7b92c9a1508 100644 --- a/arch/hc/src/m9s12/m9s12_irq.c +++ b/arch/hc/src/m9s12/m9s12_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_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/hc/src/m9s12/m9s12_lowputc.S b/arch/hc/src/m9s12/m9s12_lowputc.S index f44c92c07fc..25bea915e99 100644 --- a/arch/hc/src/m9s12/m9s12_lowputc.S +++ b/arch/hc/src/m9s12/m9s12_lowputc.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/hc/src/m9s12/m9s12_lowputc.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/hc/src/m9s12/m9s12_mebi.h b/arch/hc/src/m9s12/m9s12_mebi.h index 4752ca0a013..57980912ded 100644 --- a/arch/hc/src/m9s12/m9s12_mebi.h +++ b/arch/hc/src/m9s12/m9s12_mebi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_mebi.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/hc/src/m9s12/m9s12_mmc.h b/arch/hc/src/m9s12/m9s12_mmc.h index 46eb78ffaf1..5b285a8f7c4 100644 --- a/arch/hc/src/m9s12/m9s12_mmc.h +++ b/arch/hc/src/m9s12/m9s12_mmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_mmc.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/hc/src/m9s12/m9s12_phy.h b/arch/hc/src/m9s12/m9s12_phy.h index 9f43b9290c7..b2a6f2ba7f6 100644 --- a/arch/hc/src/m9s12/m9s12_phy.h +++ b/arch/hc/src/m9s12/m9s12_phy.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_phy.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/hc/src/m9s12/m9s12_pim.h b/arch/hc/src/m9s12/m9s12_pim.h index 7fab31d2e00..a6750d35d01 100644 --- a/arch/hc/src/m9s12/m9s12_pim.h +++ b/arch/hc/src/m9s12/m9s12_pim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_pim.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/hc/src/m9s12/m9s12_registerdump.c b/arch/hc/src/m9s12/m9s12_registerdump.c index 5bd278639b3..dde8fed1c54 100644 --- a/arch/hc/src/m9s12/m9s12_registerdump.c +++ b/arch/hc/src/m9s12/m9s12_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_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/hc/src/m9s12/m9s12_saveusercontext.S b/arch/hc/src/m9s12/m9s12_saveusercontext.S index 2fbe9f76738..6455d51d00d 100644 --- a/arch/hc/src/m9s12/m9s12_saveusercontext.S +++ b/arch/hc/src/m9s12/m9s12_saveusercontext.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/hc/src/m9s12/m9s12_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/hc/src/m9s12/m9s12_sci.h b/arch/hc/src/m9s12/m9s12_sci.h index b1046f96749..1f300d83de3 100644 --- a/arch/hc/src/m9s12/m9s12_sci.h +++ b/arch/hc/src/m9s12/m9s12_sci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_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/hc/src/m9s12/m9s12_serial.c b/arch/hc/src/m9s12/m9s12_serial.c index 67e3cf08295..bac472ef044 100644 --- a/arch/hc/src/m9s12/m9s12_serial.c +++ b/arch/hc/src/m9s12/m9s12_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_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/hc/src/m9s12/m9s12_serial.h b/arch/hc/src/m9s12/m9s12_serial.h index 3642817c2f5..483dc7dd8e6 100644 --- a/arch/hc/src/m9s12/m9s12_serial.h +++ b/arch/hc/src/m9s12/m9s12_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_serial.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/hc/src/m9s12/m9s12_spi.h b/arch/hc/src/m9s12/m9s12_spi.h index c123fa8e8e1..15a89af5fa1 100644 --- a/arch/hc/src/m9s12/m9s12_spi.h +++ b/arch/hc/src/m9s12/m9s12_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_spi.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/hc/src/m9s12/m9s12_start.S b/arch/hc/src/m9s12/m9s12_start.S index 51dc1756cce..52c8450cb2a 100644 --- a/arch/hc/src/m9s12/m9s12_start.S +++ b/arch/hc/src/m9s12/m9s12_start.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_start.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/hc/src/m9s12/m9s12_tim.h b/arch/hc/src/m9s12/m9s12_tim.h index b3aca329762..02eb46b5d11 100644 --- a/arch/hc/src/m9s12/m9s12_tim.h +++ b/arch/hc/src/m9s12/m9s12_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_tim.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/hc/src/m9s12/m9s12_timerisr.c b/arch/hc/src/m9s12/m9s12_timerisr.c index 300c389262c..f7d209816a4 100644 --- a/arch/hc/src/m9s12/m9s12_timerisr.c +++ b/arch/hc/src/m9s12/m9s12_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/hc/src/m9s12/m9s12_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/hc/src/m9s12/m9s12_vectors.S b/arch/hc/src/m9s12/m9s12_vectors.S index ba3c482174b..68d38f2e805 100644 --- a/arch/hc/src/m9s12/m9s12_vectors.S +++ b/arch/hc/src/m9s12/m9s12_vectors.S @@ -1,6 +1,8 @@ /************************************************************************************ * arch/hc/src/m9s12/m9s12_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