diff --git a/arch/avr/include/arch.h b/arch/avr/include/arch.h index e46d5b1be30..b939492d2e4 100644 --- a/arch/avr/include/arch.h +++ b/arch/avr/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/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/avr/include/at32uc3/irq.h b/arch/avr/include/at32uc3/irq.h index 1d84f88ea62..19055f16580 100644 --- a/arch/avr/include/at32uc3/irq.h +++ b/arch/avr/include/at32uc3/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/at32uc3/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/avr/include/at90usb/irq.h b/arch/avr/include/at90usb/irq.h index 4967ac39b7a..75bcdc57a26 100644 --- a/arch/avr/include/at90usb/irq.h +++ b/arch/avr/include/at90usb/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/at90usb/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/avr/include/atmega/irq.h b/arch/avr/include/atmega/irq.h index 29bd4ce0d0d..9f418017995 100644 --- a/arch/avr/include/atmega/irq.h +++ b/arch/avr/include/atmega/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/atmega/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/avr/include/avr/arch.h b/arch/avr/include/avr/arch.h index c717b68eda1..a0a254c7089 100644 --- a/arch/avr/include/avr/arch.h +++ b/arch/avr/include/avr/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr/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/avr/include/avr/avr.h b/arch/avr/include/avr/avr.h index 74d7ec237ef..18749742a45 100644 --- a/arch/avr/include/avr/avr.h +++ b/arch/avr/include/avr/avr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr/avr.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/avr/include/avr/inttypes.h b/arch/avr/include/avr/inttypes.h index bb8cb5db48f..855fb7180f0 100644 --- a/arch/avr/include/avr/inttypes.h +++ b/arch/avr/include/avr/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr/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/avr/include/avr/irq.h b/arch/avr/include/avr/irq.h index 54d9037c130..7f9b90af0f7 100644 --- a/arch/avr/include/avr/irq.h +++ b/arch/avr/include/avr/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr/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/avr/include/avr/limits.h b/arch/avr/include/avr/limits.h index 3e52020f2bf..98cb990bf62 100644 --- a/arch/avr/include/avr/limits.h +++ b/arch/avr/include/avr/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr/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/avr/include/avr/types.h b/arch/avr/include/avr/types.h index 2d11975a77e..687f31af72d 100644 --- a/arch/avr/include/avr/types.h +++ b/arch/avr/include/avr/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr/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/avr/include/avr32/arch.h b/arch/avr/include/avr32/arch.h index 610a3ee9f93..467fcf4c3a7 100644 --- a/arch/avr/include/avr32/arch.h +++ b/arch/avr/include/avr32/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr32/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/avr/include/avr32/avr32.h b/arch/avr/include/avr32/avr32.h index 4f1aa2c1ff0..bbe5ad5e4be 100644 --- a/arch/avr/include/avr32/avr32.h +++ b/arch/avr/include/avr32/avr32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr32/avr32.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/avr/include/avr32/inttypes.h b/arch/avr/include/avr32/inttypes.h index dbb40a38562..23fb3f2bc6b 100644 --- a/arch/avr/include/avr32/inttypes.h +++ b/arch/avr/include/avr32/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr32/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/avr/include/avr32/irq.h b/arch/avr/include/avr32/irq.h index 52f547be0d7..aa5c5cf3f76 100644 --- a/arch/avr/include/avr32/irq.h +++ b/arch/avr/include/avr32/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr32/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/avr/include/avr32/limits.h b/arch/avr/include/avr32/limits.h index 262fb21aa4d..b145f4e55a5 100644 --- a/arch/avr/include/avr32/limits.h +++ b/arch/avr/include/avr32/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr32/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/avr/include/avr32/types.h b/arch/avr/include/avr32/types.h index a763ccba301..059e58d00fd 100644 --- a/arch/avr/include/avr32/types.h +++ b/arch/avr/include/avr32/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/avr32/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/avr/include/debug.h b/arch/avr/include/debug.h index 2e6f6d29faf..8b192c21203 100644 --- a/arch/avr/include/debug.h +++ b/arch/avr/include/debug.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/debug.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/avr/include/inttypes.h b/arch/avr/include/inttypes.h index cd21a6a78e5..e274ef26f95 100644 --- a/arch/avr/include/inttypes.h +++ b/arch/avr/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/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/avr/include/irq.h b/arch/avr/include/irq.h index 5c7aac0497f..3f35c409257 100644 --- a/arch/avr/include/irq.h +++ b/arch/avr/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/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/avr/include/limits.h b/arch/avr/include/limits.h index 36717d5b04f..f70861b8549 100644 --- a/arch/avr/include/limits.h +++ b/arch/avr/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/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/avr/include/syscall.h b/arch/avr/include/syscall.h index e88fcf94918..f2bce3bc284 100644 --- a/arch/avr/include/syscall.h +++ b/arch/avr/include/syscall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/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/avr/include/types.h b/arch/avr/include/types.h index 4eb2c437ed0..11b21bfe224 100644 --- a/arch/avr/include/types.h +++ b/arch/avr/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/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/avr/include/xmega/chip.h b/arch/avr/include/xmega/chip.h index 3a3b420e9ff..ad01b49d174 100644 --- a/arch/avr/include/xmega/chip.h +++ b/arch/avr/include/xmega/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/xmega/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/avr/include/xmega/irq.h b/arch/avr/include/xmega/irq.h index e8ded21ad8b..a3408fcd7ab 100644 --- a/arch/avr/include/xmega/irq.h +++ b/arch/avr/include/xmega/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/xmega/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/avr/include/xmega/xmegac_irq.h b/arch/avr/include/xmega/xmegac_irq.h index 8cef66eff24..a9d0bc77e5e 100644 --- a/arch/avr/include/xmega/xmegac_irq.h +++ b/arch/avr/include/xmega/xmegac_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/include/xmega/xmegac_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/avr/src/Makefile b/arch/avr/src/Makefile index f7233bc18e5..6356b043c70 100644 --- a/arch/avr/src/Makefile +++ b/arch/avr/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/avr/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/avr/src/at32uc3/Make.defs b/arch/avr/src/at32uc3/Make.defs index 81a59db5252..18d592c636c 100644 --- a/arch/avr/src/at32uc3/Make.defs +++ b/arch/avr/src/at32uc3/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/avr/src/at32uc3/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/avr/src/at32uc3/at32uc3.h b/arch/avr/src/at32uc3/at32uc3.h index 2da72a5bfac..fd753f38e73 100644 --- a/arch/avr/src/at32uc3/at32uc3.h +++ b/arch/avr/src/at32uc3/at32uc3.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3.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/avr/src/at32uc3/at32uc3_abdac.h b/arch/avr/src/at32uc3/at32uc3_abdac.h index b1b7e8e2a67..168aa8ca738 100644 --- a/arch/avr/src/at32uc3/at32uc3_abdac.h +++ b/arch/avr/src/at32uc3/at32uc3_abdac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_abdac.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/avr/src/at32uc3/at32uc3_adc.h b/arch/avr/src/at32uc3/at32uc3_adc.h index 6b48b924fdb..42850e93911 100644 --- a/arch/avr/src/at32uc3/at32uc3_adc.h +++ b/arch/avr/src/at32uc3/at32uc3_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_adc.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/avr/src/at32uc3/at32uc3_clkinit.c b/arch/avr/src/at32uc3/at32uc3_clkinit.c index dc005ed8400..1fe008b78cc 100644 --- a/arch/avr/src/at32uc3/at32uc3_clkinit.c +++ b/arch/avr/src/at32uc3/at32uc3_clkinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_clkinit.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/avr/src/at32uc3/at32uc3_config.h b/arch/avr/src/at32uc3/at32uc3_config.h index a8b5b5c1617..4003623f443 100644 --- a/arch/avr/src/at32uc3/at32uc3_config.h +++ b/arch/avr/src/at32uc3/at32uc3_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_config.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/avr/src/at32uc3/at32uc3_eic.h b/arch/avr/src/at32uc3/at32uc3_eic.h index 58e34ed86c9..35e1a3ba2b8 100644 --- a/arch/avr/src/at32uc3/at32uc3_eic.h +++ b/arch/avr/src/at32uc3/at32uc3_eic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_eic.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/avr/src/at32uc3/at32uc3_flashc.h b/arch/avr/src/at32uc3/at32uc3_flashc.h index ae9f4b00702..7f19c973f49 100644 --- a/arch/avr/src/at32uc3/at32uc3_flashc.h +++ b/arch/avr/src/at32uc3/at32uc3_flashc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_flashc.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/avr/src/at32uc3/at32uc3_gpio.c b/arch/avr/src/at32uc3/at32uc3_gpio.c index e469a0ea59b..4d00bdf7d2b 100644 --- a/arch/avr/src/at32uc3/at32uc3_gpio.c +++ b/arch/avr/src/at32uc3/at32uc3_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_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/avr/src/at32uc3/at32uc3_gpio.h b/arch/avr/src/at32uc3/at32uc3_gpio.h index a5cbc9fbfe9..1b79fdd3ebf 100644 --- a/arch/avr/src/at32uc3/at32uc3_gpio.h +++ b/arch/avr/src/at32uc3/at32uc3_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_gpio.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/avr/src/at32uc3/at32uc3_gpioirq.c b/arch/avr/src/at32uc3/at32uc3_gpioirq.c index 207ab7fc61e..15589d7507d 100644 --- a/arch/avr/src/at32uc3/at32uc3_gpioirq.c +++ b/arch/avr/src/at32uc3/at32uc3_gpioirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_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/avr/src/at32uc3/at32uc3_hmatrix.h b/arch/avr/src/at32uc3/at32uc3_hmatrix.h index c2fd819959d..625d522060f 100644 --- a/arch/avr/src/at32uc3/at32uc3_hmatrix.h +++ b/arch/avr/src/at32uc3/at32uc3_hmatrix.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_hmatrix.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/avr/src/at32uc3/at32uc3_intc.h b/arch/avr/src/at32uc3/at32uc3_intc.h index 93ffa7896c5..85f32000167 100644 --- a/arch/avr/src/at32uc3/at32uc3_intc.h +++ b/arch/avr/src/at32uc3/at32uc3_intc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_intc.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/avr/src/at32uc3/at32uc3_irq.c b/arch/avr/src/at32uc3/at32uc3_irq.c index f68954163c1..3a574f88627 100644 --- a/arch/avr/src/at32uc3/at32uc3_irq.c +++ b/arch/avr/src/at32uc3/at32uc3_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_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/avr/src/at32uc3/at32uc3_lowconsole.c b/arch/avr/src/at32uc3/at32uc3_lowconsole.c index 24154f50aa3..15a74554b8d 100644 --- a/arch/avr/src/at32uc3/at32uc3_lowconsole.c +++ b/arch/avr/src/at32uc3/at32uc3_lowconsole.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_lowconsole.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/avr/src/at32uc3/at32uc3_lowinit.c b/arch/avr/src/at32uc3/at32uc3_lowinit.c index 75fa4daf3b4..3002b581503 100644 --- a/arch/avr/src/at32uc3/at32uc3_lowinit.c +++ b/arch/avr/src/at32uc3/at32uc3_lowinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_lowinit.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/avr/src/at32uc3/at32uc3_memorymap.h b/arch/avr/src/at32uc3/at32uc3_memorymap.h index 17327c89926..c41f4024a05 100644 --- a/arch/avr/src/at32uc3/at32uc3_memorymap.h +++ b/arch/avr/src/at32uc3/at32uc3_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_memorymap.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/avr/src/at32uc3/at32uc3_pdca.h b/arch/avr/src/at32uc3/at32uc3_pdca.h index 979259d0bdd..28fe9bb31f4 100644 --- a/arch/avr/src/at32uc3/at32uc3_pdca.h +++ b/arch/avr/src/at32uc3/at32uc3_pdca.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_pdca.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/avr/src/at32uc3/at32uc3_pinmux.h b/arch/avr/src/at32uc3/at32uc3_pinmux.h index 836807cc9b0..0dd44de7613 100644 --- a/arch/avr/src/at32uc3/at32uc3_pinmux.h +++ b/arch/avr/src/at32uc3/at32uc3_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_pinmux.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/avr/src/at32uc3/at32uc3_pm.h b/arch/avr/src/at32uc3/at32uc3_pm.h index 96fc6adb496..a12c9c09784 100644 --- a/arch/avr/src/at32uc3/at32uc3_pm.h +++ b/arch/avr/src/at32uc3/at32uc3_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_pm.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/avr/src/at32uc3/at32uc3_pwm.h b/arch/avr/src/at32uc3/at32uc3_pwm.h index c323a96e4e0..8141bd2eecc 100644 --- a/arch/avr/src/at32uc3/at32uc3_pwm.h +++ b/arch/avr/src/at32uc3/at32uc3_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_pwm.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/avr/src/at32uc3/at32uc3_rtc.h b/arch/avr/src/at32uc3/at32uc3_rtc.h index e4ca7796be0..918800f0e6c 100644 --- a/arch/avr/src/at32uc3/at32uc3_rtc.h +++ b/arch/avr/src/at32uc3/at32uc3_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_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/avr/src/at32uc3/at32uc3_serial.c b/arch/avr/src/at32uc3/at32uc3_serial.c index 113651e88b5..707ffa09b8d 100644 --- a/arch/avr/src/at32uc3/at32uc3_serial.c +++ b/arch/avr/src/at32uc3/at32uc3_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_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/avr/src/at32uc3/at32uc3_spi.h b/arch/avr/src/at32uc3/at32uc3_spi.h index ffeff02dc66..da2aa79176e 100644 --- a/arch/avr/src/at32uc3/at32uc3_spi.h +++ b/arch/avr/src/at32uc3/at32uc3_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_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/avr/src/at32uc3/at32uc3_ssc.h b/arch/avr/src/at32uc3/at32uc3_ssc.h index 43737076561..c4e48673bb6 100644 --- a/arch/avr/src/at32uc3/at32uc3_ssc.h +++ b/arch/avr/src/at32uc3/at32uc3_ssc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_ssc.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/avr/src/at32uc3/at32uc3_tc.h b/arch/avr/src/at32uc3/at32uc3_tc.h index 63035b5e7cd..c0bfff090e4 100644 --- a/arch/avr/src/at32uc3/at32uc3_tc.h +++ b/arch/avr/src/at32uc3/at32uc3_tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_tc.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/avr/src/at32uc3/at32uc3_timerisr.c b/arch/avr/src/at32uc3/at32uc3_timerisr.c index e6844a248c9..eda2b5ef53b 100644 --- a/arch/avr/src/at32uc3/at32uc3_timerisr.c +++ b/arch/avr/src/at32uc3/at32uc3_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_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/avr/src/at32uc3/at32uc3_twi.h b/arch/avr/src/at32uc3/at32uc3_twi.h index 32eabc21361..577698993ca 100644 --- a/arch/avr/src/at32uc3/at32uc3_twi.h +++ b/arch/avr/src/at32uc3/at32uc3_twi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_twi.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/avr/src/at32uc3/at32uc3_usart.h b/arch/avr/src/at32uc3/at32uc3_usart.h index 81378a192c2..456853bc600 100644 --- a/arch/avr/src/at32uc3/at32uc3_usart.h +++ b/arch/avr/src/at32uc3/at32uc3_usart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_usart.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/avr/src/at32uc3/at32uc3_usbb.h b/arch/avr/src/at32uc3/at32uc3_usbb.h index 7c895809287..9393d0bd3cd 100644 --- a/arch/avr/src/at32uc3/at32uc3_usbb.h +++ b/arch/avr/src/at32uc3/at32uc3_usbb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_usbb.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/avr/src/at32uc3/at32uc3_wdt.h b/arch/avr/src/at32uc3/at32uc3_wdt.h index ca52830bcbb..387fabc7c44 100644 --- a/arch/avr/src/at32uc3/at32uc3_wdt.h +++ b/arch/avr/src/at32uc3/at32uc3_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3_wdt.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/avr/src/at32uc3/at32uc3a_pinmux.h b/arch/avr/src/at32uc3/at32uc3a_pinmux.h index aae671e0a84..af4cfb404db 100644 --- a/arch/avr/src/at32uc3/at32uc3a_pinmux.h +++ b/arch/avr/src/at32uc3/at32uc3a_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3a_pinmux.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/avr/src/at32uc3/at32uc3a_pm.h b/arch/avr/src/at32uc3/at32uc3a_pm.h index ceb103c8a40..86b86b35da2 100644 --- a/arch/avr/src/at32uc3/at32uc3a_pm.h +++ b/arch/avr/src/at32uc3/at32uc3a_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3a_pm.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/avr/src/at32uc3/at32uc3b_pinmux.h b/arch/avr/src/at32uc3/at32uc3b_pinmux.h index 087bc0f5f7c..cc5c9e85370 100644 --- a/arch/avr/src/at32uc3/at32uc3b_pinmux.h +++ b/arch/avr/src/at32uc3/at32uc3b_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3b_pinmux.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/avr/src/at32uc3/at32uc3b_pm.h b/arch/avr/src/at32uc3/at32uc3b_pm.h index 2ce9d0b4d93..f773dfa8bc9 100644 --- a/arch/avr/src/at32uc3/at32uc3b_pm.h +++ b/arch/avr/src/at32uc3/at32uc3b_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/at32uc3b_pm.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/avr/src/at32uc3/chip.h b/arch/avr/src/at32uc3/chip.h index b4b5b48e21b..54b9f96a7d7 100644 --- a/arch/avr/src/at32uc3/chip.h +++ b/arch/avr/src/at32uc3/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at32uc3/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/avr/src/at90usb/Make.defs b/arch/avr/src/at90usb/Make.defs index eac2d88f67f..d6221ce5cc6 100644 --- a/arch/avr/src/at90usb/Make.defs +++ b/arch/avr/src/at90usb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/avr/src/at90usb/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/avr/src/at90usb/at90usb.h b/arch/avr/src/at90usb/at90usb.h index 08ce5ace4b3..9cd0839d0f1 100644 --- a/arch/avr/src/at90usb/at90usb.h +++ b/arch/avr/src/at90usb/at90usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb.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/avr/src/at90usb/at90usb_config.h b/arch/avr/src/at90usb/at90usb_config.h index 5412461bb38..2e1b95e780c 100644 --- a/arch/avr/src/at90usb/at90usb_config.h +++ b/arch/avr/src/at90usb/at90usb_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb_config.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/avr/src/at90usb/at90usb_exceptions.S b/arch/avr/src/at90usb/at90usb_exceptions.S index adef3a52c8d..758017469b7 100644 --- a/arch/avr/src/at90usb/at90usb_exceptions.S +++ b/arch/avr/src/at90usb/at90usb_exceptions.S @@ -1,6 +1,8 @@ /******************************************************************************************** * arch/avr/src/at90usb/at90usb_exceptions.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/avr/src/at90usb/at90usb_head.S b/arch/avr/src/at90usb/at90usb_head.S index 8f93c171773..92a9496c8bb 100644 --- a/arch/avr/src/at90usb/at90usb_head.S +++ b/arch/avr/src/at90usb/at90usb_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr32/src/at90usb/at90usb_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/avr/src/at90usb/at90usb_lowconsole.c b/arch/avr/src/at90usb/at90usb_lowconsole.c index e5a3fe73bd3..8075b9d2e66 100644 --- a/arch/avr/src/at90usb/at90usb_lowconsole.c +++ b/arch/avr/src/at90usb/at90usb_lowconsole.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb_lowconsole.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/avr/src/at90usb/at90usb_lowinit.c b/arch/avr/src/at90usb/at90usb_lowinit.c index 33ba00dc79b..5d59c0e64d0 100644 --- a/arch/avr/src/at90usb/at90usb_lowinit.c +++ b/arch/avr/src/at90usb/at90usb_lowinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb_lowinit.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/avr/src/at90usb/at90usb_memorymap.h b/arch/avr/src/at90usb/at90usb_memorymap.h index 4871955888c..24ff1b215b1 100644 --- a/arch/avr/src/at90usb/at90usb_memorymap.h +++ b/arch/avr/src/at90usb/at90usb_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb_memorymap.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/avr/src/at90usb/at90usb_serial.c b/arch/avr/src/at90usb/at90usb_serial.c index fd7e7431209..14136d2d69f 100644 --- a/arch/avr/src/at90usb/at90usb_serial.c +++ b/arch/avr/src/at90usb/at90usb_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb_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/avr/src/at90usb/at90usb_timerisr.c b/arch/avr/src/at90usb/at90usb_timerisr.c index b92d931fbec..bc01c988cd9 100644 --- a/arch/avr/src/at90usb/at90usb_timerisr.c +++ b/arch/avr/src/at90usb/at90usb_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb_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/avr/src/at90usb/at90usb_usbdev.c b/arch/avr/src/at90usb/at90usb_usbdev.c index d8666eb4f9a..bfc5fdeed6a 100644 --- a/arch/avr/src/at90usb/at90usb_usbdev.c +++ b/arch/avr/src/at90usb/at90usb_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/at90usb_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/avr/src/at90usb/chip.h b/arch/avr/src/at90usb/chip.h index b2fe25c05a3..19702b6a351 100644 --- a/arch/avr/src/at90usb/chip.h +++ b/arch/avr/src/at90usb/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/at90usb/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/avr/src/atmega/Make.defs b/arch/avr/src/atmega/Make.defs index 9fa3569f114..8cef1e273b7 100644 --- a/arch/avr/src/atmega/Make.defs +++ b/arch/avr/src/atmega/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/avr/src/atmega/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/avr/src/atmega/atmega.h b/arch/avr/src/atmega/atmega.h index 087634e2796..14483903c5c 100644 --- a/arch/avr/src/atmega/atmega.h +++ b/arch/avr/src/atmega/atmega.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega.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/avr/src/atmega/atmega_config.h b/arch/avr/src/atmega/atmega_config.h index 75320daf1ef..add99a2753d 100644 --- a/arch/avr/src/atmega/atmega_config.h +++ b/arch/avr/src/atmega/atmega_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega_config.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/avr/src/atmega/atmega_exceptions.S b/arch/avr/src/atmega/atmega_exceptions.S index 514c61870f1..a295bcef8bd 100644 --- a/arch/avr/src/atmega/atmega_exceptions.S +++ b/arch/avr/src/atmega/atmega_exceptions.S @@ -1,6 +1,8 @@ /******************************************************************************************** * arch/avr/src/atmega/atmega_exceptions.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/avr/src/atmega/atmega_head.S b/arch/avr/src/atmega/atmega_head.S index 9ab077557ae..fb219948ab1 100644 --- a/arch/avr/src/atmega/atmega_head.S +++ b/arch/avr/src/atmega/atmega_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega_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/avr/src/atmega/atmega_lowconsole.c b/arch/avr/src/atmega/atmega_lowconsole.c index 8c024d4ee02..6aca40b356f 100644 --- a/arch/avr/src/atmega/atmega_lowconsole.c +++ b/arch/avr/src/atmega/atmega_lowconsole.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega_lowconsole.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/avr/src/atmega/atmega_lowinit.c b/arch/avr/src/atmega/atmega_lowinit.c index 477954535bd..97221661b2d 100644 --- a/arch/avr/src/atmega/atmega_lowinit.c +++ b/arch/avr/src/atmega/atmega_lowinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega_lowinit.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/avr/src/atmega/atmega_memorymap.h b/arch/avr/src/atmega/atmega_memorymap.h index a8d663765a0..a4eba19b776 100644 --- a/arch/avr/src/atmega/atmega_memorymap.h +++ b/arch/avr/src/atmega/atmega_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega_memorymap.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/avr/src/atmega/atmega_serial.c b/arch/avr/src/atmega/atmega_serial.c index 71d01652d66..e4aa06b9d84 100644 --- a/arch/avr/src/atmega/atmega_serial.c +++ b/arch/avr/src/atmega/atmega_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega_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/avr/src/atmega/atmega_timerisr.c b/arch/avr/src/atmega/atmega_timerisr.c index 2c082d5ebac..c64ce49d291 100644 --- a/arch/avr/src/atmega/atmega_timerisr.c +++ b/arch/avr/src/atmega/atmega_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/atmega_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/avr/src/atmega/chip.h b/arch/avr/src/atmega/chip.h index 636220c849d..7656ab011fe 100644 --- a/arch/avr/src/atmega/chip.h +++ b/arch/avr/src/atmega/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/atmega/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/avr/src/avr/Toolchain.defs b/arch/avr/src/avr/Toolchain.defs index 47051a5c197..7d989a92404 100644 --- a/arch/avr/src/avr/Toolchain.defs +++ b/arch/avr/src/avr/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/avr/src/avr/Toolchain.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/avr/src/avr/avr.h b/arch/avr/src/avr/avr.h index a4aa4823cf0..f2da3b7eee3 100644 --- a/arch/avr/src/avr/avr.h +++ b/arch/avr/src/avr/avr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr.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/avr/src/avr/avr_checkstack.c b/arch/avr/src/avr/avr_checkstack.c index e53dfd37f12..14485522516 100644 --- a/arch/avr/src/avr/avr_checkstack.c +++ b/arch/avr/src/avr/avr_checkstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_checkstack.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/avr/src/avr/avr_copystate.c b/arch/avr/src/avr/avr_copystate.c index 1c44e51727e..4070b9e7c2c 100644 --- a/arch/avr/src/avr/avr_copystate.c +++ b/arch/avr/src/avr/avr_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_createstack.c b/arch/avr/src/avr/avr_createstack.c index a1d158829a5..e367cc2f885 100644 --- a/arch/avr/src/avr/avr_createstack.c +++ b/arch/avr/src/avr/avr_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_doirq.c b/arch/avr/src/avr/avr_doirq.c index 0bc80302c1b..1c77bdf09a6 100644 --- a/arch/avr/src/avr/avr_doirq.c +++ b/arch/avr/src/avr/avr_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_doswitch.S b/arch/avr/src/avr/avr_doswitch.S index d7f1e0e1711..c7e5e1c001f 100644 --- a/arch/avr/src/avr/avr_doswitch.S +++ b/arch/avr/src/avr/avr_doswitch.S @@ -1,6 +1,8 @@ /************************************************************************************ * arch/avr/src/avr/avr_doswitch.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/avr/src/avr/avr_initialstate.c b/arch/avr/src/avr/avr_initialstate.c index 54cef5c3f16..31fb00dad77 100644 --- a/arch/avr/src/avr/avr_initialstate.c +++ b/arch/avr/src/avr/avr_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_irq.c b/arch/avr/src/avr/avr_irq.c index 64f4fc5aa26..bb1abb4f250 100644 --- a/arch/avr/src/avr/avr_irq.c +++ b/arch/avr/src/avr/avr_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_registerdump.c b/arch/avr/src/avr/avr_registerdump.c index 47390bed874..460f9e37ad8 100644 --- a/arch/avr/src/avr/avr_registerdump.c +++ b/arch/avr/src/avr/avr_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_romgetc.c b/arch/avr/src/avr/avr_romgetc.c index 88bd368c2a5..1c7872b99ed 100644 --- a/arch/avr/src/avr/avr_romgetc.c +++ b/arch/avr/src/avr/avr_romgetc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_romgetc.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/avr/src/avr/avr_saveusercontext.S b/arch/avr/src/avr/avr_saveusercontext.S index 8734cf7b26d..60fbe1b8c5d 100644 --- a/arch/avr/src/avr/avr_saveusercontext.S +++ b/arch/avr/src/avr/avr_saveusercontext.S @@ -1,6 +1,8 @@ /************************************************************************************ * arch/avr/src/avr/avr_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/avr/src/avr/avr_schedulesigaction.c b/arch/avr/src/avr/avr_schedulesigaction.c index 02f7d161329..3e27a221105 100644 --- a/arch/avr/src/avr/avr_schedulesigaction.c +++ b/arch/avr/src/avr/avr_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_sigdeliver.c b/arch/avr/src/avr/avr_sigdeliver.c index be1093bcfb3..fb341d5f79a 100644 --- a/arch/avr/src/avr/avr_sigdeliver.c +++ b/arch/avr/src/avr/avr_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_spi.c b/arch/avr/src/avr/avr_spi.c index 83da03248cf..b0d9009f8de 100644 --- a/arch/avr/src/avr/avr_spi.c +++ b/arch/avr/src/avr/avr_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_spi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/avr/src/avr/avr_stackframe.c b/arch/avr/src/avr/avr_stackframe.c index 3ddeffd1d44..0157892b5cf 100644 --- a/arch/avr/src/avr/avr_stackframe.c +++ b/arch/avr/src/avr/avr_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_switchcontext.c b/arch/avr/src/avr/avr_switchcontext.c index bd7194f3062..159601d7624 100644 --- a/arch/avr/src/avr/avr_switchcontext.c +++ b/arch/avr/src/avr/avr_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/avr_usestack.c b/arch/avr/src/avr/avr_usestack.c index d49d65a8179..99bca205ae9 100644 --- a/arch/avr/src/avr/avr_usestack.c +++ b/arch/avr/src/avr/avr_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/avr_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/avr/src/avr/excptmacros.h b/arch/avr/src/avr/excptmacros.h index 33e703498cd..4aad75bda16 100644 --- a/arch/avr/src/avr/excptmacros.h +++ b/arch/avr/src/avr/excptmacros.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr/excptmacros.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/avr/src/avr32/Toolchain.defs b/arch/avr/src/avr32/Toolchain.defs index 68c0f6799f2..24322a7ccdc 100644 --- a/arch/avr/src/avr32/Toolchain.defs +++ b/arch/avr/src/avr32/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/avr/src/avr32/Toolchain.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/avr/src/avr32/avr32.h b/arch/avr/src/avr32/avr32.h index c5815b9289a..a645ba846e6 100644 --- a/arch/avr/src/avr32/avr32.h +++ b/arch/avr/src/avr32/avr32.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr32.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/avr/src/avr32/avr_copystate.c b/arch/avr/src/avr32/avr_copystate.c index 58963040ec4..d023f2380bc 100644 --- a/arch/avr/src/avr32/avr_copystate.c +++ b/arch/avr/src/avr32/avr_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_createstack.c b/arch/avr/src/avr32/avr_createstack.c index ae265d8ac03..c2abb877032 100644 --- a/arch/avr/src/avr32/avr_createstack.c +++ b/arch/avr/src/avr32/avr_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_doirq.c b/arch/avr/src/avr32/avr_doirq.c index 3798248c626..964255952fd 100644 --- a/arch/avr/src/avr32/avr_doirq.c +++ b/arch/avr/src/avr32/avr_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_doswitch.S b/arch/avr/src/avr32/avr_doswitch.S index 8faae9dacba..0f6832ba959 100644 --- a/arch/avr/src/avr32/avr_doswitch.S +++ b/arch/avr/src/avr32/avr_doswitch.S @@ -1,6 +1,8 @@ /************************************************************************************ * arch/avr/src/avr32/avr_doswitch.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/avr/src/avr32/avr_exceptions.S b/arch/avr/src/avr32/avr_exceptions.S index 192f2a49521..2d311bccdec 100644 --- a/arch/avr/src/avr32/avr_exceptions.S +++ b/arch/avr/src/avr32/avr_exceptions.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_exceptions.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/avr/src/avr32/avr_fullcontextrestore.S b/arch/avr/src/avr32/avr_fullcontextrestore.S index 6f97347373e..3238184c142 100644 --- a/arch/avr/src/avr32/avr_fullcontextrestore.S +++ b/arch/avr/src/avr32/avr_fullcontextrestore.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr32/src/avr32/avr_fullcontextrestore.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/avr/src/avr32/avr_initialstate.c b/arch/avr/src/avr32/avr_initialstate.c index 14e9886a4c6..7e4ced382ac 100644 --- a/arch/avr/src/avr32/avr_initialstate.c +++ b/arch/avr/src/avr32/avr_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_nommuhead.S b/arch/avr/src/avr32/avr_nommuhead.S index 3a823386878..53337c07992 100644 --- a/arch/avr/src/avr32/avr_nommuhead.S +++ b/arch/avr/src/avr32/avr_nommuhead.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr32/src/avr32/avr_nommuhead.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/avr/src/avr32/avr_registerdump.c b/arch/avr/src/avr32/avr_registerdump.c index 9a24b58a5da..ba0700da8cc 100644 --- a/arch/avr/src/avr32/avr_registerdump.c +++ b/arch/avr/src/avr32/avr_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_saveusercontext.S b/arch/avr/src/avr32/avr_saveusercontext.S index 9be38b80e71..849f6f840e7 100644 --- a/arch/avr/src/avr32/avr_saveusercontext.S +++ b/arch/avr/src/avr32/avr_saveusercontext.S @@ -1,6 +1,8 @@ /************************************************************************************ * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_schedulesigaction.c b/arch/avr/src/avr32/avr_schedulesigaction.c index 66ead0617ab..fc9be71af9f 100644 --- a/arch/avr/src/avr32/avr_schedulesigaction.c +++ b/arch/avr/src/avr32/avr_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_sigdeliver.c b/arch/avr/src/avr32/avr_sigdeliver.c index 331ac29fd62..d799bc420e8 100644 --- a/arch/avr/src/avr32/avr_sigdeliver.c +++ b/arch/avr/src/avr32/avr_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_stackframe.c b/arch/avr/src/avr32/avr_stackframe.c index 37e49122595..3dbd7f5cc92 100644 --- a/arch/avr/src/avr32/avr_stackframe.c +++ b/arch/avr/src/avr32/avr_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_switchcontext.c b/arch/avr/src/avr32/avr_switchcontext.c index 71316ed163f..c999b205274 100644 --- a/arch/avr/src/avr32/avr_switchcontext.c +++ b/arch/avr/src/avr32/avr_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/avr32/avr_syscall6.S b/arch/avr/src/avr32/avr_syscall6.S index 4e21170399f..f8b2717bf97 100644 --- a/arch/avr/src/avr32/avr_syscall6.S +++ b/arch/avr/src/avr32/avr_syscall6.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_syscall6.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/avr/src/avr32/avr_usestack.c b/arch/avr/src/avr32/avr_usestack.c index 280596c87bb..fdc733cbd4c 100644 --- a/arch/avr/src/avr32/avr_usestack.c +++ b/arch/avr/src/avr32/avr_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/avr32/avr_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/avr/src/common/avr_allocateheap.c b/arch/avr/src/common/avr_allocateheap.c index 6c3e833eea5..c5ca45f6a75 100644 --- a/arch/avr/src/common/avr_allocateheap.c +++ b/arch/avr/src/common/avr_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_exit.c b/arch/avr/src/common/avr_exit.c index c82e02d64c4..1d304e3170b 100644 --- a/arch/avr/src/common/avr_exit.c +++ b/arch/avr/src/common/avr_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_getintstack.c b/arch/avr/src/common/avr_getintstack.c index fa2e979113a..ba22f944086 100644 --- a/arch/avr/src/common/avr_getintstack.c +++ b/arch/avr/src/common/avr_getintstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_idle.c b/arch/avr/src/common/avr_idle.c index 7b5a68158de..99f21a5ac65 100644 --- a/arch/avr/src/common/avr_idle.c +++ b/arch/avr/src/common/avr_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_initialize.c b/arch/avr/src/common/avr_initialize.c index f01711bacd7..4cb398e75f2 100644 --- a/arch/avr/src/common/avr_initialize.c +++ b/arch/avr/src/common/avr_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_internal.h b/arch/avr/src/common/avr_internal.h index ce7dc85ff55..ed10744e29a 100644 --- a/arch/avr/src/common/avr_internal.h +++ b/arch/avr/src/common/avr_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_lowputs.c b/arch/avr/src/common/avr_lowputs.c index 4d3fc0102f6..c523c694a37 100644 --- a/arch/avr/src/common/avr_lowputs.c +++ b/arch/avr/src/common/avr_lowputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_mdelay.c b/arch/avr/src/common/avr_mdelay.c index 6d660c1dd2f..315501656f8 100644 --- a/arch/avr/src/common/avr_mdelay.c +++ b/arch/avr/src/common/avr_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_modifyreg16.c b/arch/avr/src/common/avr_modifyreg16.c index 65ec60afeec..0d90d2c676d 100644 --- a/arch/avr/src/common/avr_modifyreg16.c +++ b/arch/avr/src/common/avr_modifyreg16.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_modifyreg32.c b/arch/avr/src/common/avr_modifyreg32.c index a3c3aac0b00..a4733773b94 100644 --- a/arch/avr/src/common/avr_modifyreg32.c +++ b/arch/avr/src/common/avr_modifyreg32.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_modifyreg8.c b/arch/avr/src/common/avr_modifyreg8.c index 50e087e492b..7419750c03c 100644 --- a/arch/avr/src/common/avr_modifyreg8.c +++ b/arch/avr/src/common/avr_modifyreg8.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_nputs.c b/arch/avr/src/common/avr_nputs.c index f6e57a5bef1..5c3e62bb540 100644 --- a/arch/avr/src/common/avr_nputs.c +++ b/arch/avr/src/common/avr_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_releasestack.c b/arch/avr/src/common/avr_releasestack.c index 3f757ca1ec0..f14017fdca0 100644 --- a/arch/avr/src/common/avr_releasestack.c +++ b/arch/avr/src/common/avr_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/common/avr_udelay.c b/arch/avr/src/common/avr_udelay.c index c45731921fc..c348f80afe6 100644 --- a/arch/avr/src/common/avr_udelay.c +++ b/arch/avr/src/common/avr_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/common/avr_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/avr/src/xmega/hardware/xmegac_memorymap.h b/arch/avr/src/xmega/hardware/xmegac_memorymap.h index 17814bd0052..76a3f3ed28c 100644 --- a/arch/avr/src/xmega/hardware/xmegac_memorymap.h +++ b/arch/avr/src/xmega/hardware/xmegac_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/avr/src/xmega/hardware/xmegac_memorymap.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