diff --git a/arch/risc-v/CMakeLists.txt b/arch/risc-v/CMakeLists.txt index 18545e111d..a22b3a4e1e 100644 --- a/arch/risc-v/CMakeLists.txt +++ b/arch/risc-v/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/include/arch.h b/arch/risc-v/include/arch.h index c885e03118..be4e600fa0 100644 --- a/arch/risc-v/include/arch.h +++ b/arch/risc-v/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/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/risc-v/include/barriers.h b/arch/risc-v/include/barriers.h index 3ba9d73218..b5e393c159 100644 --- a/arch/risc-v/include/barriers.h +++ b/arch/risc-v/include/barriers.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/barriers.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/risc-v/include/bl602/chip.h b/arch/risc-v/include/bl602/chip.h index 837c29ed81..debf22c33e 100644 --- a/arch/risc-v/include/bl602/chip.h +++ b/arch/risc-v/include/bl602/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/bl602/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/risc-v/include/bl602/irq.h b/arch/risc-v/include/bl602/irq.h index cfcf71554e..ed6c2a7dad 100644 --- a/arch/risc-v/include/bl602/irq.h +++ b/arch/risc-v/include/bl602/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/bl602/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/risc-v/include/bl808/chip.h b/arch/risc-v/include/bl808/chip.h index 27e71ac06e..15d526fc41 100644 --- a/arch/risc-v/include/bl808/chip.h +++ b/arch/risc-v/include/bl808/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/bl808/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/risc-v/include/bl808/irq.h b/arch/risc-v/include/bl808/irq.h index a368a51198..3c0dbbdb84 100644 --- a/arch/risc-v/include/bl808/irq.h +++ b/arch/risc-v/include/bl808/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/bl808/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/risc-v/include/c906/chip.h b/arch/risc-v/include/c906/chip.h index c946ae7478..8e74f2732e 100644 --- a/arch/risc-v/include/c906/chip.h +++ b/arch/risc-v/include/c906/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/c906/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/risc-v/include/c906/irq.h b/arch/risc-v/include/c906/irq.h index f797e9dfdb..2da15c349b 100644 --- a/arch/risc-v/include/c906/irq.h +++ b/arch/risc-v/include/c906/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/c906/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/risc-v/include/csr.h b/arch/risc-v/include/csr.h index 2350982313..b26d772a44 100644 --- a/arch/risc-v/include/csr.h +++ b/arch/risc-v/include/csr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/csr.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/risc-v/include/elf.h b/arch/risc-v/include/elf.h index c6d45984f8..31d88a9fd8 100644 --- a/arch/risc-v/include/elf.h +++ b/arch/risc-v/include/elf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/elf.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/risc-v/include/esp32c3-legacy/chip.h b/arch/risc-v/include/esp32c3-legacy/chip.h index 58a0a7f3a6..bcf0414c18 100644 --- a/arch/risc-v/include/esp32c3-legacy/chip.h +++ b/arch/risc-v/include/esp32c3-legacy/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/esp32c3-legacy/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/risc-v/include/esp32c3-legacy/esp_efuse_table.h b/arch/risc-v/include/esp32c3-legacy/esp_efuse_table.h index 960f687660..1a80694440 100644 --- a/arch/risc-v/include/esp32c3-legacy/esp_efuse_table.h +++ b/arch/risc-v/include/esp32c3-legacy/esp_efuse_table.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/esp32c3-legacy/esp_efuse_table.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/risc-v/include/esp32c3-legacy/irq.h b/arch/risc-v/include/esp32c3-legacy/irq.h index c05200fb8b..bb5c6b9d7c 100644 --- a/arch/risc-v/include/esp32c3-legacy/irq.h +++ b/arch/risc-v/include/esp32c3-legacy/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/esp32c3-legacy/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/risc-v/include/esp32c3/chip.h b/arch/risc-v/include/esp32c3/chip.h index 44938d956c..b1fd658fa5 100644 --- a/arch/risc-v/include/esp32c3/chip.h +++ b/arch/risc-v/include/esp32c3/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/esp32c3/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/risc-v/include/esp32c6/chip.h b/arch/risc-v/include/esp32c6/chip.h index 12b241b8b7..43eae32667 100644 --- a/arch/risc-v/include/esp32c6/chip.h +++ b/arch/risc-v/include/esp32c6/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/esp32c6/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/risc-v/include/esp32h2/chip.h b/arch/risc-v/include/esp32h2/chip.h index 64d4e2b27d..e6593dae4a 100644 --- a/arch/risc-v/include/esp32h2/chip.h +++ b/arch/risc-v/include/esp32h2/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/esp32h2/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/risc-v/include/fe310/chip.h b/arch/risc-v/include/fe310/chip.h index b712124ad0..377ecbe473 100644 --- a/arch/risc-v/include/fe310/chip.h +++ b/arch/risc-v/include/fe310/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/fe310/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/risc-v/include/fe310/irq.h b/arch/risc-v/include/fe310/irq.h index 8b336125c0..c1f10eacda 100644 --- a/arch/risc-v/include/fe310/irq.h +++ b/arch/risc-v/include/fe310/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/fe310/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/risc-v/include/hpm6000/chip.h b/arch/risc-v/include/hpm6000/chip.h index b0d4be3867..fcb0e65489 100644 --- a/arch/risc-v/include/hpm6000/chip.h +++ b/arch/risc-v/include/hpm6000/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/hpm6000/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/risc-v/include/hpm6000/hpm_irq.h b/arch/risc-v/include/hpm6000/hpm_irq.h index 3d6a35043e..7c2ee8cc25 100644 --- a/arch/risc-v/include/hpm6000/hpm_irq.h +++ b/arch/risc-v/include/hpm6000/hpm_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/hpm6000/hpm_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/risc-v/include/hpm6000/irq.h b/arch/risc-v/include/hpm6000/irq.h index c9ec41a1ae..6e20740360 100644 --- a/arch/risc-v/include/hpm6000/irq.h +++ b/arch/risc-v/include/hpm6000/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/hpm6000/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/risc-v/include/hpm6750/chip.h b/arch/risc-v/include/hpm6750/chip.h index e0a630d6c5..3f581a7155 100644 --- a/arch/risc-v/include/hpm6750/chip.h +++ b/arch/risc-v/include/hpm6750/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/hpm6750/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/risc-v/include/hpm6750/irq.h b/arch/risc-v/include/hpm6750/irq.h index f625aedc93..8238520b10 100644 --- a/arch/risc-v/include/hpm6750/irq.h +++ b/arch/risc-v/include/hpm6750/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/hpm6750/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/risc-v/include/inttypes.h b/arch/risc-v/include/inttypes.h index 629533d68f..f008d1a919 100644 --- a/arch/risc-v/include/inttypes.h +++ b/arch/risc-v/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/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/risc-v/include/irq.h b/arch/risc-v/include/irq.h index a19de9ade9..f501e2c9a5 100644 --- a/arch/risc-v/include/irq.h +++ b/arch/risc-v/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/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/risc-v/include/jh7110/chip.h b/arch/risc-v/include/jh7110/chip.h index 703bff5b18..3574ab1141 100644 --- a/arch/risc-v/include/jh7110/chip.h +++ b/arch/risc-v/include/jh7110/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/jh7110/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/risc-v/include/jh7110/irq.h b/arch/risc-v/include/jh7110/irq.h index 8c5b93b9a4..ae4cfa7207 100644 --- a/arch/risc-v/include/jh7110/irq.h +++ b/arch/risc-v/include/jh7110/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/jh7110/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/risc-v/include/k210/chip.h b/arch/risc-v/include/k210/chip.h index 10c6e94fd6..0b0bf99e28 100644 --- a/arch/risc-v/include/k210/chip.h +++ b/arch/risc-v/include/k210/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/k210/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/risc-v/include/k210/irq.h b/arch/risc-v/include/k210/irq.h index 0cede0e33b..9d4fc6de75 100644 --- a/arch/risc-v/include/k210/irq.h +++ b/arch/risc-v/include/k210/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/k210/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/risc-v/include/k230/chip.h b/arch/risc-v/include/k230/chip.h index 17e7bf7238..fc70c50448 100644 --- a/arch/risc-v/include/k230/chip.h +++ b/arch/risc-v/include/k230/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/k230/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/risc-v/include/k230/irq.h b/arch/risc-v/include/k230/irq.h index 4b9b439a4e..d93dd62c3b 100644 --- a/arch/risc-v/include/k230/irq.h +++ b/arch/risc-v/include/k230/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/k230/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/risc-v/include/limits.h b/arch/risc-v/include/limits.h index f56e50b8f9..34bf72c9fd 100644 --- a/arch/risc-v/include/limits.h +++ b/arch/risc-v/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/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/risc-v/include/litex/chip.h b/arch/risc-v/include/litex/chip.h index 5072b88b35..e5c0e04866 100644 --- a/arch/risc-v/include/litex/chip.h +++ b/arch/risc-v/include/litex/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/litex/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/risc-v/include/litex/irq.h b/arch/risc-v/include/litex/irq.h index e01b414391..dab4063ee5 100644 --- a/arch/risc-v/include/litex/irq.h +++ b/arch/risc-v/include/litex/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/litex/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/risc-v/include/mode.h b/arch/risc-v/include/mode.h index e8f7be5ca8..c39523d4f2 100644 --- a/arch/risc-v/include/mode.h +++ b/arch/risc-v/include/mode.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/mode.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/risc-v/include/mpfs/chip.h b/arch/risc-v/include/mpfs/chip.h index 145dc266e9..f8599a000e 100644 --- a/arch/risc-v/include/mpfs/chip.h +++ b/arch/risc-v/include/mpfs/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/mpfs/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/risc-v/include/mpfs/irq.h b/arch/risc-v/include/mpfs/irq.h index d33e9c24ce..ddb020e67f 100644 --- a/arch/risc-v/include/mpfs/irq.h +++ b/arch/risc-v/include/mpfs/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/mpfs/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/risc-v/include/qemu-rv/chip.h b/arch/risc-v/include/qemu-rv/chip.h index 9f087b2ec2..5453b6e10b 100644 --- a/arch/risc-v/include/qemu-rv/chip.h +++ b/arch/risc-v/include/qemu-rv/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/qemu-rv/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/risc-v/include/qemu-rv/irq.h b/arch/risc-v/include/qemu-rv/irq.h index 833633909e..c8c621e47f 100644 --- a/arch/risc-v/include/qemu-rv/irq.h +++ b/arch/risc-v/include/qemu-rv/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/qemu-rv/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/risc-v/include/rv32m1/chip.h b/arch/risc-v/include/rv32m1/chip.h index 3e9e6291c6..6c201ba4b5 100644 --- a/arch/risc-v/include/rv32m1/chip.h +++ b/arch/risc-v/include/rv32m1/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/rv32m1/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/risc-v/include/rv32m1/irq.h b/arch/risc-v/include/rv32m1/irq.h index a11dea4a70..22ec993053 100644 --- a/arch/risc-v/include/rv32m1/irq.h +++ b/arch/risc-v/include/rv32m1/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/rv32m1/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/risc-v/include/rv32m1/rv32m1ri5cy_irq.h b/arch/risc-v/include/rv32m1/rv32m1ri5cy_irq.h index 56e10a763c..f57fe7bb2d 100644 --- a/arch/risc-v/include/rv32m1/rv32m1ri5cy_irq.h +++ b/arch/risc-v/include/rv32m1/rv32m1ri5cy_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/rv32m1/rv32m1ri5cy_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/risc-v/include/setjmp.h b/arch/risc-v/include/setjmp.h index 71a9f38928..64e5fd5c38 100644 --- a/arch/risc-v/include/setjmp.h +++ b/arch/risc-v/include/setjmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/setjmp.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/include/sg2000/chip.h b/arch/risc-v/include/sg2000/chip.h index 11e35c89d8..5877ba8de9 100644 --- a/arch/risc-v/include/sg2000/chip.h +++ b/arch/risc-v/include/sg2000/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/sg2000/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/risc-v/include/sg2000/irq.h b/arch/risc-v/include/sg2000/irq.h index 9db0b6046b..cd0beb6038 100644 --- a/arch/risc-v/include/sg2000/irq.h +++ b/arch/risc-v/include/sg2000/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/sg2000/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/risc-v/include/spinlock.h b/arch/risc-v/include/spinlock.h index 925ee2a650..6e0f3c27bf 100644 --- a/arch/risc-v/include/spinlock.h +++ b/arch/risc-v/include/spinlock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/spinlock.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/include/stdarg.h b/arch/risc-v/include/stdarg.h index 943f17ede4..3c9402fb6d 100644 --- a/arch/risc-v/include/stdarg.h +++ b/arch/risc-v/include/stdarg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/stdarg.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/risc-v/include/syscall.h b/arch/risc-v/include/syscall.h index 5598b5d27d..185557ed74 100644 --- a/arch/risc-v/include/syscall.h +++ b/arch/risc-v/include/syscall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/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/risc-v/include/thead/c9xx_csr.h b/arch/risc-v/include/thead/c9xx_csr.h index 426181ce96..e674136845 100644 --- a/arch/risc-v/include/thead/c9xx_csr.h +++ b/arch/risc-v/include/thead/c9xx_csr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/include/thead/c9xx_csr.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/risc-v/include/types.h b/arch/risc-v/include/types.h index 9183cf78fa..a42793b5be 100644 --- a/arch/risc-v/include/types.h +++ b/arch/risc-v/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/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/risc-v/src/CMakeLists.txt b/arch/risc-v/src/CMakeLists.txt index 6aaeb2bd65..7047ecc058 100644 --- a/arch/risc-v/src/CMakeLists.txt +++ b/arch/risc-v/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/Makefile b/arch/risc-v/src/Makefile index 37ab9c6a5c..15e2f1db2e 100644 --- a/arch/risc-v/src/Makefile +++ b/arch/risc-v/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/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/risc-v/src/bl602/Make.defs b/arch/risc-v/src/bl602/Make.defs index c6d5464f89..2abce81fbe 100644 --- a/arch/risc-v/src/bl602/Make.defs +++ b/arch/risc-v/src/bl602/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/bl602/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/risc-v/src/bl602/bl602_allocateheap.c b/arch/risc-v/src/bl602/bl602_allocateheap.c index f0d8eea3c1..e69b26720c 100644 --- a/arch/risc-v/src/bl602/bl602_allocateheap.c +++ b/arch/risc-v/src/bl602/bl602_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_boot2.h b/arch/risc-v/src/bl602/bl602_boot2.h index 7b344cfbbb..fa4702529e 100644 --- a/arch/risc-v/src/bl602/bl602_boot2.h +++ b/arch/risc-v/src/bl602/bl602_boot2.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_boot2.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/risc-v/src/bl602/bl602_config.h b/arch/risc-v/src/bl602/bl602_config.h index 74c199c3c5..6f859ff7ed 100644 --- a/arch/risc-v/src/bl602/bl602_config.h +++ b/arch/risc-v/src/bl602/bl602_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_dma.c b/arch/risc-v/src/bl602/bl602_dma.c index 5702500342..e19deb303e 100644 --- a/arch/risc-v/src/bl602/bl602_dma.c +++ b/arch/risc-v/src/bl602/bl602_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_dma.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/risc-v/src/bl602/bl602_dma.h b/arch/risc-v/src/bl602/bl602_dma.h index 2ae8d5b44b..ab28b11bfe 100644 --- a/arch/risc-v/src/bl602/bl602_dma.h +++ b/arch/risc-v/src/bl602/bl602_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_dma.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/risc-v/src/bl602/bl602_efuse.c b/arch/risc-v/src/bl602/bl602_efuse.c index 7f1aa51537..0e275a038f 100644 --- a/arch/risc-v/src/bl602/bl602_efuse.c +++ b/arch/risc-v/src/bl602/bl602_efuse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_efuse.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/risc-v/src/bl602/bl602_efuse.h b/arch/risc-v/src/bl602/bl602_efuse.h index fa1266c4af..68ea1bf2a4 100644 --- a/arch/risc-v/src/bl602/bl602_efuse.h +++ b/arch/risc-v/src/bl602/bl602_efuse.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_efuse.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/risc-v/src/bl602/bl602_flash.c b/arch/risc-v/src/bl602/bl602_flash.c index 9a124d1410..dc4341493b 100644 --- a/arch/risc-v/src/bl602/bl602_flash.c +++ b/arch/risc-v/src/bl602/bl602_flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_flash.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/risc-v/src/bl602/bl602_flash.h b/arch/risc-v/src/bl602/bl602_flash.h index 5049444e93..c7e379575b 100644 --- a/arch/risc-v/src/bl602/bl602_flash.h +++ b/arch/risc-v/src/bl602/bl602_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_glb.c b/arch/risc-v/src/bl602/bl602_glb.c index 2d0c4f70e3..62963762d7 100644 --- a/arch/risc-v/src/bl602/bl602_glb.c +++ b/arch/risc-v/src/bl602/bl602_glb.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_glb.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/risc-v/src/bl602/bl602_glb.h b/arch/risc-v/src/bl602/bl602_glb.h index 3bdd5cca55..738517ad8f 100644 --- a/arch/risc-v/src/bl602/bl602_glb.h +++ b/arch/risc-v/src/bl602/bl602_glb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_glb.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/risc-v/src/bl602/bl602_gpio.c b/arch/risc-v/src/bl602/bl602_gpio.c index 6ed4951b00..6bd074cb3f 100644 --- a/arch/risc-v/src/bl602/bl602_gpio.c +++ b/arch/risc-v/src/bl602/bl602_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_gpio.h b/arch/risc-v/src/bl602/bl602_gpio.h index b3f43c7948..9bdb681235 100644 --- a/arch/risc-v/src/bl602/bl602_gpio.h +++ b/arch/risc-v/src/bl602/bl602_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_hbn.c b/arch/risc-v/src/bl602/bl602_hbn.c index 9455695245..2124be5a29 100644 --- a/arch/risc-v/src/bl602/bl602_hbn.c +++ b/arch/risc-v/src/bl602/bl602_hbn.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_hbn.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/risc-v/src/bl602/bl602_hbn.h b/arch/risc-v/src/bl602/bl602_hbn.h index 267267476e..34599f9b9e 100644 --- a/arch/risc-v/src/bl602/bl602_hbn.h +++ b/arch/risc-v/src/bl602/bl602_hbn.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_hbn.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/risc-v/src/bl602/bl602_head.S b/arch/risc-v/src/bl602/bl602_head.S index b98c2f8e1d..59c4098c72 100644 --- a/arch/risc-v/src/bl602/bl602_head.S +++ b/arch/risc-v/src/bl602/bl602_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_i2c.c b/arch/risc-v/src/bl602/bl602_i2c.c index 9a1d4cead0..9d0162cbc7 100644 --- a/arch/risc-v/src/bl602/bl602_i2c.c +++ b/arch/risc-v/src/bl602/bl602_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_i2c.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/risc-v/src/bl602/bl602_i2c.h b/arch/risc-v/src/bl602/bl602_i2c.h index c93fba5452..6cfacc71ad 100644 --- a/arch/risc-v/src/bl602/bl602_i2c.h +++ b/arch/risc-v/src/bl602/bl602_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_i2c.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/risc-v/src/bl602/bl602_irq.c b/arch/risc-v/src/bl602/bl602_irq.c index f93e1bc807..6dc3c1e461 100644 --- a/arch/risc-v/src/bl602/bl602_irq.c +++ b/arch/risc-v/src/bl602/bl602_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_irq_dispatch.c b/arch/risc-v/src/bl602/bl602_irq_dispatch.c index e8f2ed4a92..e600324a1e 100644 --- a/arch/risc-v/src/bl602/bl602_irq_dispatch.c +++ b/arch/risc-v/src/bl602/bl602_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_irq_dispatch.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/risc-v/src/bl602/bl602_lowputc.c b/arch/risc-v/src/bl602/bl602_lowputc.c index 06dd41784f..ca54ec05a5 100644 --- a/arch/risc-v/src/bl602/bl602_lowputc.c +++ b/arch/risc-v/src/bl602/bl602_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/bl602_lowputc.h b/arch/risc-v/src/bl602/bl602_lowputc.h index 16e662b2f4..9451ea6773 100644 --- a/arch/risc-v/src/bl602/bl602_lowputc.h +++ b/arch/risc-v/src/bl602/bl602_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_lowputc.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/risc-v/src/bl602/bl602_netdev.c b/arch/risc-v/src/bl602/bl602_netdev.c index 539655441e..779c987203 100644 --- a/arch/risc-v/src/bl602/bl602_netdev.c +++ b/arch/risc-v/src/bl602/bl602_netdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_netdev.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/risc-v/src/bl602/bl602_netdev.h b/arch/risc-v/src/bl602/bl602_netdev.h index b0378353bb..2788ebe0b4 100644 --- a/arch/risc-v/src/bl602/bl602_netdev.h +++ b/arch/risc-v/src/bl602/bl602_netdev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_netdev.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/risc-v/src/bl602/bl602_oneshot_lowerhalf.c b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c index bab862be6b..0aa85123b4 100644 --- a/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c +++ b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h index f6f4d2e8a8..4b0b01455c 100644 --- a/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h +++ b/arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.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/risc-v/src/bl602/bl602_os_hal.c b/arch/risc-v/src/bl602/bl602_os_hal.c index 375140f3c8..a724ba5963 100644 --- a/arch/risc-v/src/bl602/bl602_os_hal.c +++ b/arch/risc-v/src/bl602/bl602_os_hal.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_os_hal.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/risc-v/src/bl602/bl602_os_hal.h b/arch/risc-v/src/bl602/bl602_os_hal.h index 2b52e2281a..1ec5998b7d 100644 --- a/arch/risc-v/src/bl602/bl602_os_hal.h +++ b/arch/risc-v/src/bl602/bl602_os_hal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_os_hal.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/risc-v/src/bl602/bl602_pwm_lowerhalf.c b/arch/risc-v/src/bl602/bl602_pwm_lowerhalf.c index cbf144fe25..6f95856de7 100644 --- a/arch/risc-v/src/bl602/bl602_pwm_lowerhalf.c +++ b/arch/risc-v/src/bl602/bl602_pwm_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_pwm_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/bl602_pwm_lowerhalf.h b/arch/risc-v/src/bl602/bl602_pwm_lowerhalf.h index a25164d4bc..9363750bcf 100644 --- a/arch/risc-v/src/bl602/bl602_pwm_lowerhalf.h +++ b/arch/risc-v/src/bl602/bl602_pwm_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_pwm_lowerhalf.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/risc-v/src/bl602/bl602_romapi.h b/arch/risc-v/src/bl602/bl602_romapi.h index 7f45c66adc..9e6d8feff4 100644 --- a/arch/risc-v/src/bl602/bl602_romapi.h +++ b/arch/risc-v/src/bl602/bl602_romapi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_romapi.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/risc-v/src/bl602/bl602_rtc.c b/arch/risc-v/src/bl602/bl602_rtc.c index e11e0dd803..b40007818d 100644 --- a/arch/risc-v/src/bl602/bl602_rtc.c +++ b/arch/risc-v/src/bl602/bl602_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_rtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/bl602_rtc.h b/arch/risc-v/src/bl602/bl602_rtc.h index b3a1bb3e9d..0c43169e73 100644 --- a/arch/risc-v/src/bl602/bl602_rtc.h +++ b/arch/risc-v/src/bl602/bl602_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_rtc_lowerhalf.c b/arch/risc-v/src/bl602/bl602_rtc_lowerhalf.c index f6e4b2774e..829a4d7a79 100644 --- a/arch/risc-v/src/bl602/bl602_rtc_lowerhalf.c +++ b/arch/risc-v/src/bl602/bl602_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/bl602_serial.c b/arch/risc-v/src/bl602/bl602_serial.c index 163f3a7c82..fa83aea645 100644 --- a/arch/risc-v/src/bl602/bl602_serial.c +++ b/arch/risc-v/src/bl602/bl602_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_spi.c b/arch/risc-v/src/bl602/bl602_spi.c index 4e4604ab1b..23f93402c6 100644 --- a/arch/risc-v/src/bl602/bl602_spi.c +++ b/arch/risc-v/src/bl602/bl602_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_spi.h b/arch/risc-v/src/bl602/bl602_spi.h index ddf13f97f2..e15d163f70 100644 --- a/arch/risc-v/src/bl602/bl602_spi.h +++ b/arch/risc-v/src/bl602/bl602_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_spiflash.c b/arch/risc-v/src/bl602/bl602_spiflash.c index 732f94fe1f..2fcea73291 100644 --- a/arch/risc-v/src/bl602/bl602_spiflash.c +++ b/arch/risc-v/src/bl602/bl602_spiflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_spiflash.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/risc-v/src/bl602/bl602_spiflash.h b/arch/risc-v/src/bl602/bl602_spiflash.h index f35812ce96..0d12f59702 100644 --- a/arch/risc-v/src/bl602/bl602_spiflash.h +++ b/arch/risc-v/src/bl602/bl602_spiflash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_spiflash.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/risc-v/src/bl602/bl602_start.c b/arch/risc-v/src/bl602/bl602_start.c index c3ecc556af..d8dc01f5d0 100644 --- a/arch/risc-v/src/bl602/bl602_start.c +++ b/arch/risc-v/src/bl602/bl602_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_start.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/risc-v/src/bl602/bl602_systemreset.c b/arch/risc-v/src/bl602/bl602_systemreset.c index 3c73d70687..75925b8a1d 100644 --- a/arch/risc-v/src/bl602/bl602_systemreset.c +++ b/arch/risc-v/src/bl602/bl602_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_systemreset.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/risc-v/src/bl602/bl602_systemreset.h b/arch/risc-v/src/bl602/bl602_systemreset.h index d4335f2b01..c4529b4028 100644 --- a/arch/risc-v/src/bl602/bl602_systemreset.h +++ b/arch/risc-v/src/bl602/bl602_systemreset.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_systemreset.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/risc-v/src/bl602/bl602_tim.c b/arch/risc-v/src/bl602/bl602_tim.c index bd75510044..b24f7b964c 100644 --- a/arch/risc-v/src/bl602/bl602_tim.c +++ b/arch/risc-v/src/bl602/bl602_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_tim.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/risc-v/src/bl602/bl602_tim.h b/arch/risc-v/src/bl602/bl602_tim.h index b939ab1588..a5365d03f0 100644 --- a/arch/risc-v/src/bl602/bl602_tim.h +++ b/arch/risc-v/src/bl602/bl602_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_tim_lowerhalf.c b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.c index af2d5ac2ff..9063b4f579 100644 --- a/arch/risc-v/src/bl602/bl602_tim_lowerhalf.c +++ b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h index 932d744bc5..ce7f42ec90 100644 --- a/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h +++ b/arch/risc-v/src/bl602/bl602_tim_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_tim_lowerhalf.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/risc-v/src/bl602/bl602_timerisr.c b/arch/risc-v/src/bl602/bl602_timerisr.c index 3eed8180eb..c8dd6354a4 100644 --- a/arch/risc-v/src/bl602/bl602_timerisr.c +++ b/arch/risc-v/src/bl602/bl602_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_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/risc-v/src/bl602/bl602_wdt_lowerhalf.c b/arch/risc-v/src/bl602/bl602_wdt_lowerhalf.c index 13d51501a2..d8836690b7 100644 --- a/arch/risc-v/src/bl602/bl602_wdt_lowerhalf.c +++ b/arch/risc-v/src/bl602/bl602_wdt_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_wdt_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/bl602_wdt_lowerhalf.h b/arch/risc-v/src/bl602/bl602_wdt_lowerhalf.h index a10ebace57..632130f04a 100644 --- a/arch/risc-v/src/bl602/bl602_wdt_lowerhalf.h +++ b/arch/risc-v/src/bl602/bl602_wdt_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/bl602_wdt_lowerhalf.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/risc-v/src/bl602/chip.h b/arch/risc-v/src/bl602/chip.h index 970d2080ba..7208c67560 100644 --- a/arch/risc-v/src/bl602/chip.h +++ b/arch/risc-v/src/bl602/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/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/risc-v/src/bl602/hardware/bl602_aon.h b/arch/risc-v/src/bl602/hardware/bl602_aon.h index 33308d2b05..daa25d6d67 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_aon.h +++ b/arch/risc-v/src/bl602/hardware/bl602_aon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_aon.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/risc-v/src/bl602/hardware/bl602_cci.h b/arch/risc-v/src/bl602/hardware/bl602_cci.h index 101f9c83d7..5534492809 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_cci.h +++ b/arch/risc-v/src/bl602/hardware/bl602_cci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_cci.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/risc-v/src/bl602/hardware/bl602_cks.h b/arch/risc-v/src/bl602/hardware/bl602_cks.h index fb69f316e4..deefb290c9 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_cks.h +++ b/arch/risc-v/src/bl602/hardware/bl602_cks.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_cks.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/risc-v/src/bl602/hardware/bl602_clic.h b/arch/risc-v/src/bl602/hardware/bl602_clic.h index c40c182a5e..e44d62c84f 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_clic.h +++ b/arch/risc-v/src/bl602/hardware/bl602_clic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_clic.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/risc-v/src/bl602/hardware/bl602_dma.h b/arch/risc-v/src/bl602/hardware/bl602_dma.h index 67e4a965a4..979769e2a9 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_dma.h +++ b/arch/risc-v/src/bl602/hardware/bl602_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_dma.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/risc-v/src/bl602/hardware/bl602_ef.h b/arch/risc-v/src/bl602/hardware/bl602_ef.h index 11cfc9b8fd..1e8c42e542 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_ef.h +++ b/arch/risc-v/src/bl602/hardware/bl602_ef.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_ef.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/risc-v/src/bl602/hardware/bl602_glb.h b/arch/risc-v/src/bl602/hardware/bl602_glb.h index 15b5b2fb2e..37e41b356c 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_glb.h +++ b/arch/risc-v/src/bl602/hardware/bl602_glb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_glb.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/risc-v/src/bl602/hardware/bl602_gpip.h b/arch/risc-v/src/bl602/hardware/bl602_gpip.h index 2dfea94188..fbf56eca15 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_gpip.h +++ b/arch/risc-v/src/bl602/hardware/bl602_gpip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_gpip.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/risc-v/src/bl602/hardware/bl602_hbn.h b/arch/risc-v/src/bl602/hardware/bl602_hbn.h index 2954b452d1..6af9a88b01 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_hbn.h +++ b/arch/risc-v/src/bl602/hardware/bl602_hbn.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_hbn.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/risc-v/src/bl602/hardware/bl602_i2c.h b/arch/risc-v/src/bl602/hardware/bl602_i2c.h index 4efa7ea02a..94d0138a29 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_i2c.h +++ b/arch/risc-v/src/bl602/hardware/bl602_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_i2c.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/risc-v/src/bl602/hardware/bl602_ir.h b/arch/risc-v/src/bl602/hardware/bl602_ir.h index d9e7cb1d4d..e34e6dfe8e 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_ir.h +++ b/arch/risc-v/src/bl602/hardware/bl602_ir.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_ir.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/risc-v/src/bl602/hardware/bl602_l1c.h b/arch/risc-v/src/bl602/hardware/bl602_l1c.h index 2254a5f66e..1b9da60008 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_l1c.h +++ b/arch/risc-v/src/bl602/hardware/bl602_l1c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_l1c.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/risc-v/src/bl602/hardware/bl602_memorymap.h b/arch/risc-v/src/bl602/hardware/bl602_memorymap.h index 5787ec45d2..a667492b54 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_memorymap.h +++ b/arch/risc-v/src/bl602/hardware/bl602_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_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/risc-v/src/bl602/hardware/bl602_pds.h b/arch/risc-v/src/bl602/hardware/bl602_pds.h index d396d8eff1..653ed6dd0e 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_pds.h +++ b/arch/risc-v/src/bl602/hardware/bl602_pds.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_pds.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/risc-v/src/bl602/hardware/bl602_pwm.h b/arch/risc-v/src/bl602/hardware/bl602_pwm.h index f658f46910..9d4b2bd300 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_pwm.h +++ b/arch/risc-v/src/bl602/hardware/bl602_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_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/risc-v/src/bl602/hardware/bl602_rf.h b/arch/risc-v/src/bl602/hardware/bl602_rf.h index a24f1478dc..a5c1903de3 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_rf.h +++ b/arch/risc-v/src/bl602/hardware/bl602_rf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_rf.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/risc-v/src/bl602/hardware/bl602_sec.h b/arch/risc-v/src/bl602/hardware/bl602_sec.h index cd7f19873d..1e086129e5 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_sec.h +++ b/arch/risc-v/src/bl602/hardware/bl602_sec.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_sec.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/risc-v/src/bl602/hardware/bl602_sf.h b/arch/risc-v/src/bl602/hardware/bl602_sf.h index e1d7180d03..614756211d 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_sf.h +++ b/arch/risc-v/src/bl602/hardware/bl602_sf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_sf.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/risc-v/src/bl602/hardware/bl602_spi.h b/arch/risc-v/src/bl602/hardware/bl602_spi.h index 5032767496..59151b02d3 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_spi.h +++ b/arch/risc-v/src/bl602/hardware/bl602_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_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/risc-v/src/bl602/hardware/bl602_timer.h b/arch/risc-v/src/bl602/hardware/bl602_timer.h index 3d4b0e1d18..6acfc3b8d0 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_timer.h +++ b/arch/risc-v/src/bl602/hardware/bl602_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl602/hardware/bl602_tzc.h b/arch/risc-v/src/bl602/hardware/bl602_tzc.h index 5a9ac3c1b9..6701a3dcd4 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_tzc.h +++ b/arch/risc-v/src/bl602/hardware/bl602_tzc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_tzc.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/risc-v/src/bl602/hardware/bl602_uart.h b/arch/risc-v/src/bl602/hardware/bl602_uart.h index 7ee43d0e87..b79cefeaae 100644 --- a/arch/risc-v/src/bl602/hardware/bl602_uart.h +++ b/arch/risc-v/src/bl602/hardware/bl602_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl602/hardware/bl602_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl808/Make.defs b/arch/risc-v/src/bl808/Make.defs index 9fa806413d..d81c3781c9 100644 --- a/arch/risc-v/src/bl808/Make.defs +++ b/arch/risc-v/src/bl808/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/bl808/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/risc-v/src/bl808/bl808_allocateheap.c b/arch/risc-v/src/bl808/bl808_allocateheap.c index e5f9ae00ca..b710728715 100644 --- a/arch/risc-v/src/bl808/bl808_allocateheap.c +++ b/arch/risc-v/src/bl808/bl808_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_gpadc.c b/arch/risc-v/src/bl808/bl808_gpadc.c index a051411dde..0c5cc841e9 100644 --- a/arch/risc-v/src/bl808/bl808_gpadc.c +++ b/arch/risc-v/src/bl808/bl808_gpadc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_gpadc.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/risc-v/src/bl808/bl808_gpadc.h b/arch/risc-v/src/bl808/bl808_gpadc.h index 1ecdb26007..25d6001f17 100644 --- a/arch/risc-v/src/bl808/bl808_gpadc.h +++ b/arch/risc-v/src/bl808/bl808_gpadc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_gpadc.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/risc-v/src/bl808/bl808_gpio.c b/arch/risc-v/src/bl808/bl808_gpio.c index e1a5452fd4..bae7107235 100644 --- a/arch/risc-v/src/bl808/bl808_gpio.c +++ b/arch/risc-v/src/bl808/bl808_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_gpio.h b/arch/risc-v/src/bl808/bl808_gpio.h index d51bdea699..eab60845cd 100644 --- a/arch/risc-v/src/bl808/bl808_gpio.h +++ b/arch/risc-v/src/bl808/bl808_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_head.S b/arch/risc-v/src/bl808/bl808_head.S index 090fd91252..1c1aa0d16a 100644 --- a/arch/risc-v/src/bl808/bl808_head.S +++ b/arch/risc-v/src/bl808/bl808_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_irq.c b/arch/risc-v/src/bl808/bl808_irq.c index 343a109418..af32ea6c18 100644 --- a/arch/risc-v/src/bl808/bl808_irq.c +++ b/arch/risc-v/src/bl808/bl808_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_irq_dispatch.c b/arch/risc-v/src/bl808/bl808_irq_dispatch.c index 298b947b35..ab151ad095 100644 --- a/arch/risc-v/src/bl808/bl808_irq_dispatch.c +++ b/arch/risc-v/src/bl808/bl808_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_irq_dispatch.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/risc-v/src/bl808/bl808_memorymap.h b/arch/risc-v/src/bl808/bl808_memorymap.h index d820cc412c..59687c80f3 100644 --- a/arch/risc-v/src/bl808/bl808_memorymap.h +++ b/arch/risc-v/src/bl808/bl808_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_mm_init.c b/arch/risc-v/src/bl808/bl808_mm_init.c index ce60e1439b..4c9a2e8016 100644 --- a/arch/risc-v/src/bl808/bl808_mm_init.c +++ b/arch/risc-v/src/bl808/bl808_mm_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_mm_init.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/risc-v/src/bl808/bl808_mm_init.h b/arch/risc-v/src/bl808/bl808_mm_init.h index aac25fb5e3..19a2fa409c 100644 --- a/arch/risc-v/src/bl808/bl808_mm_init.h +++ b/arch/risc-v/src/bl808/bl808_mm_init.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_mm_init.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/risc-v/src/bl808/bl808_pgalloc.c b/arch/risc-v/src/bl808/bl808_pgalloc.c index 30a571ce82..6805a5aa25 100644 --- a/arch/risc-v/src/bl808/bl808_pgalloc.c +++ b/arch/risc-v/src/bl808/bl808_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_pgalloc.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/risc-v/src/bl808/bl808_serial.c b/arch/risc-v/src/bl808/bl808_serial.c index d0840d6cef..64accd5d9b 100644 --- a/arch/risc-v/src/bl808/bl808_serial.c +++ b/arch/risc-v/src/bl808/bl808_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_serial.h b/arch/risc-v/src/bl808/bl808_serial.h index 361d94c09a..125956869a 100644 --- a/arch/risc-v/src/bl808/bl808_serial.h +++ b/arch/risc-v/src/bl808/bl808_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_spi.c b/arch/risc-v/src/bl808/bl808_spi.c index 2e00f32a6a..40185d2acf 100644 --- a/arch/risc-v/src/bl808/bl808_spi.c +++ b/arch/risc-v/src/bl808/bl808_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_spi.h b/arch/risc-v/src/bl808/bl808_spi.h index 6bcb3fb043..083333a6ab 100644 --- a/arch/risc-v/src/bl808/bl808_spi.h +++ b/arch/risc-v/src/bl808/bl808_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_start.c b/arch/risc-v/src/bl808/bl808_start.c index 7e0663b603..f92ed3ab47 100644 --- a/arch/risc-v/src/bl808/bl808_start.c +++ b/arch/risc-v/src/bl808/bl808_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_start.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/risc-v/src/bl808/bl808_timer.c b/arch/risc-v/src/bl808/bl808_timer.c index 0eda8b0714..f180e959b4 100644 --- a/arch/risc-v/src/bl808/bl808_timer.c +++ b/arch/risc-v/src/bl808/bl808_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_timer.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/risc-v/src/bl808/bl808_timer.h b/arch/risc-v/src/bl808/bl808_timer.h index 6c7f5cfb1a..f699db821a 100644 --- a/arch/risc-v/src/bl808/bl808_timer.h +++ b/arch/risc-v/src/bl808/bl808_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl808/bl808_timerisr.c b/arch/risc-v/src/bl808/bl808_timerisr.c index 2cfc5c0cc3..131c195656 100644 --- a/arch/risc-v/src/bl808/bl808_timerisr.c +++ b/arch/risc-v/src/bl808/bl808_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/bl808_wdt.c b/arch/risc-v/src/bl808/bl808_wdt.c index 1cb9e6b153..8e92d7e705 100644 --- a/arch/risc-v/src/bl808/bl808_wdt.c +++ b/arch/risc-v/src/bl808/bl808_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_wdt.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/risc-v/src/bl808/bl808_wdt.h b/arch/risc-v/src/bl808/bl808_wdt.h index 00084c2337..6201dc2f49 100644 --- a/arch/risc-v/src/bl808/bl808_wdt.h +++ b/arch/risc-v/src/bl808/bl808_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/bl808_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/risc-v/src/bl808/chip.h b/arch/risc-v/src/bl808/chip.h index 4afaaa224e..d93c039e04 100644 --- a/arch/risc-v/src/bl808/chip.h +++ b/arch/risc-v/src/bl808/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/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/risc-v/src/bl808/hardware/bl808_glb.h b/arch/risc-v/src/bl808/hardware/bl808_glb.h index 23f907a065..2808bb8744 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_glb.h +++ b/arch/risc-v/src/bl808/hardware/bl808_glb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_glb.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/risc-v/src/bl808/hardware/bl808_gpadc.h b/arch/risc-v/src/bl808/hardware/bl808_gpadc.h index c7c98fbd01..d4215451ed 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_gpadc.h +++ b/arch/risc-v/src/bl808/hardware/bl808_gpadc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_gpadc.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/risc-v/src/bl808/hardware/bl808_m0ic.h b/arch/risc-v/src/bl808/hardware/bl808_m0ic.h index 30d5cfce64..5b75067404 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_m0ic.h +++ b/arch/risc-v/src/bl808/hardware/bl808_m0ic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_m0ic.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/risc-v/src/bl808/hardware/bl808_memorymap.h b/arch/risc-v/src/bl808/hardware/bl808_memorymap.h index 397e0809ea..c3bc204493 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_memorymap.h +++ b/arch/risc-v/src/bl808/hardware/bl808_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_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/risc-v/src/bl808/hardware/bl808_mm_glb.h b/arch/risc-v/src/bl808/hardware/bl808_mm_glb.h index a23e0001da..226b44cc7a 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_mm_glb.h +++ b/arch/risc-v/src/bl808/hardware/bl808_mm_glb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_mm_glb.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/risc-v/src/bl808/hardware/bl808_plic.h b/arch/risc-v/src/bl808/hardware/bl808_plic.h index 4493273862..3ec962d452 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_plic.h +++ b/arch/risc-v/src/bl808/hardware/bl808_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_plic.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/risc-v/src/bl808/hardware/bl808_spi.h b/arch/risc-v/src/bl808/hardware/bl808_spi.h index 6b7343d946..3dcf12a860 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_spi.h +++ b/arch/risc-v/src/bl808/hardware/bl808_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_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/risc-v/src/bl808/hardware/bl808_timer.h b/arch/risc-v/src/bl808/hardware/bl808_timer.h index 8d4efdba6a..23108d3ae7 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_timer.h +++ b/arch/risc-v/src/bl808/hardware/bl808_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/bl808/hardware/bl808_uart.h b/arch/risc-v/src/bl808/hardware/bl808_uart.h index 2c7ffcc1a7..8babf1c53f 100644 --- a/arch/risc-v/src/bl808/hardware/bl808_uart.h +++ b/arch/risc-v/src/bl808/hardware/bl808_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/bl808/hardware/bl808_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/c906/Make.defs b/arch/risc-v/src/c906/Make.defs index 79173d159c..93bce51c03 100644 --- a/arch/risc-v/src/c906/Make.defs +++ b/arch/risc-v/src/c906/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/c906/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/risc-v/src/c906/c906.h b/arch/risc-v/src/c906/c906.h index 4984e8aedb..083eb719b1 100644 --- a/arch/risc-v/src/c906/c906.h +++ b/arch/risc-v/src/c906/c906.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906.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/risc-v/src/c906/c906_allocateheap.c b/arch/risc-v/src/c906/c906_allocateheap.c index bf8dbb338d..d8afdd52b9 100644 --- a/arch/risc-v/src/c906/c906_allocateheap.c +++ b/arch/risc-v/src/c906/c906_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_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 @@ -129,4 +131,4 @@ void up_allocate_kheap(void **heap_start, size_t *heap_size) void riscv_addregion(void) { } -#endif \ No newline at end of file +#endif diff --git a/arch/risc-v/src/c906/c906_clockconfig.c b/arch/risc-v/src/c906/c906_clockconfig.c index fe685e1fd2..2077d6c395 100644 --- a/arch/risc-v/src/c906/c906_clockconfig.c +++ b/arch/risc-v/src/c906/c906_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_clockconfig.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/risc-v/src/c906/c906_clockconfig.h b/arch/risc-v/src/c906/c906_clockconfig.h index b67c1a0d83..a20e5c066e 100644 --- a/arch/risc-v/src/c906/c906_clockconfig.h +++ b/arch/risc-v/src/c906/c906_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_clockconfig.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/risc-v/src/c906/c906_config.h b/arch/risc-v/src/c906/c906_config.h index 25693eefc5..869a331319 100644 --- a/arch/risc-v/src/c906/c906_config.h +++ b/arch/risc-v/src/c906/c906_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_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/risc-v/src/c906/c906_head.S b/arch/risc-v/src/c906/c906_head.S index 707b62db81..3560ef4b26 100644 --- a/arch/risc-v/src/c906/c906_head.S +++ b/arch/risc-v/src/c906/c906_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_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/risc-v/src/c906/c906_irq.c b/arch/risc-v/src/c906/c906_irq.c index f79d5dd9b7..cbd1676519 100644 --- a/arch/risc-v/src/c906/c906_irq.c +++ b/arch/risc-v/src/c906/c906_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_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/risc-v/src/c906/c906_irq_dispatch.c b/arch/risc-v/src/c906/c906_irq_dispatch.c index 6167ea0d09..a1b8de98be 100644 --- a/arch/risc-v/src/c906/c906_irq_dispatch.c +++ b/arch/risc-v/src/c906/c906_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_irq_dispatch.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/risc-v/src/c906/c906_lowputc.c b/arch/risc-v/src/c906/c906_lowputc.c index 2ed851ce3b..077f01fd28 100644 --- a/arch/risc-v/src/c906/c906_lowputc.c +++ b/arch/risc-v/src/c906/c906_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/c906/c906_lowputc.h b/arch/risc-v/src/c906/c906_lowputc.h index 9b028c9d8c..15e671f088 100644 --- a/arch/risc-v/src/c906/c906_lowputc.h +++ b/arch/risc-v/src/c906/c906_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_lowputc.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/risc-v/src/c906/c906_memorymap.h b/arch/risc-v/src/c906/c906_memorymap.h index 8ee10abee2..45ce15b336 100644 --- a/arch/risc-v/src/c906/c906_memorymap.h +++ b/arch/risc-v/src/c906/c906_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_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/risc-v/src/c906/c906_serial.c b/arch/risc-v/src/c906/c906_serial.c index af3c34f67d..51de7e4738 100644 --- a/arch/risc-v/src/c906/c906_serial.c +++ b/arch/risc-v/src/c906/c906_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_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/risc-v/src/c906/c906_start.c b/arch/risc-v/src/c906/c906_start.c index a6ec7d9d38..447bc42899 100644 --- a/arch/risc-v/src/c906/c906_start.c +++ b/arch/risc-v/src/c906/c906_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_start.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/risc-v/src/c906/c906_timerisr.c b/arch/risc-v/src/c906/c906_timerisr.c index 81905a033d..0bcd3ed3b9 100644 --- a/arch/risc-v/src/c906/c906_timerisr.c +++ b/arch/risc-v/src/c906/c906_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_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/risc-v/src/c906/c906_userspace.c b/arch/risc-v/src/c906/c906_userspace.c index ea6411e07f..e4eb9051a0 100644 --- a/arch/risc-v/src/c906/c906_userspace.c +++ b/arch/risc-v/src/c906/c906_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_userspace.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/risc-v/src/c906/c906_userspace.h b/arch/risc-v/src/c906/c906_userspace.h index fa54a1387b..4688ab8ac5 100644 --- a/arch/risc-v/src/c906/c906_userspace.h +++ b/arch/risc-v/src/c906/c906_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/c906_userspace.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/risc-v/src/c906/chip.h b/arch/risc-v/src/c906/chip.h index 4c9ae770a2..a5f3bd34f1 100644 --- a/arch/risc-v/src/c906/chip.h +++ b/arch/risc-v/src/c906/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/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/risc-v/src/c906/hardware/c906_clint.h b/arch/risc-v/src/c906/hardware/c906_clint.h index fe3a2e1dfe..5cf443b37a 100644 --- a/arch/risc-v/src/c906/hardware/c906_clint.h +++ b/arch/risc-v/src/c906/hardware/c906_clint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/hardware/c906_clint.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/risc-v/src/c906/hardware/c906_memorymap.h b/arch/risc-v/src/c906/hardware/c906_memorymap.h index 07ba456ff6..82a54114f1 100644 --- a/arch/risc-v/src/c906/hardware/c906_memorymap.h +++ b/arch/risc-v/src/c906/hardware/c906_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/hardware/c906_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/risc-v/src/c906/hardware/c906_plic.h b/arch/risc-v/src/c906/hardware/c906_plic.h index d333f7270d..62ab9ef0b6 100644 --- a/arch/risc-v/src/c906/hardware/c906_plic.h +++ b/arch/risc-v/src/c906/hardware/c906_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/hardware/c906_plic.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/risc-v/src/c906/hardware/c906_sysctl.h b/arch/risc-v/src/c906/hardware/c906_sysctl.h index 6198a4a584..06b9d29641 100644 --- a/arch/risc-v/src/c906/hardware/c906_sysctl.h +++ b/arch/risc-v/src/c906/hardware/c906_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/hardware/c906_sysctl.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/risc-v/src/c906/hardware/c906_uart.h b/arch/risc-v/src/c906/hardware/c906_uart.h index 303cacf997..c6346128f8 100644 --- a/arch/risc-v/src/c906/hardware/c906_uart.h +++ b/arch/risc-v/src/c906/hardware/c906_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/c906/hardware/c906_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/cmake/Toolchain.cmake b/arch/risc-v/src/cmake/Toolchain.cmake index f9ebc58cc9..b155953a05 100644 --- a/arch/risc-v/src/cmake/Toolchain.cmake +++ b/arch/risc-v/src/cmake/Toolchain.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/cmake/Toolchain.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/cmake/platform.cmake b/arch/risc-v/src/cmake/platform.cmake index fe582f713d..1a426fea47 100644 --- a/arch/risc-v/src/cmake/platform.cmake +++ b/arch/risc-v/src/cmake/platform.cmake @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/cmake/platform.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/common/CMakeLists.txt b/arch/risc-v/src/common/CMakeLists.txt index 30def6db5e..b7713708e0 100644 --- a/arch/risc-v/src/common/CMakeLists.txt +++ b/arch/risc-v/src/common/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/common/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/common/Make.defs b/arch/risc-v/src/common/Make.defs index 76970c9b4c..7b1cafdaa0 100644 --- a/arch/risc-v/src/common/Make.defs +++ b/arch/risc-v/src/common/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/common/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/Toolchain.defs b/arch/risc-v/src/common/Toolchain.defs index f0d6e02856..ef13c63a78 100644 --- a/arch/risc-v/src/common/Toolchain.defs +++ b/arch/risc-v/src/common/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/common/Toolchain.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/addrenv.h b/arch/risc-v/src/common/addrenv.h index 7be666e84e..233f7c4ecd 100644 --- a/arch/risc-v/src/common/addrenv.h +++ b/arch/risc-v/src/common/addrenv.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/addrenv.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/risc-v/src/common/crt0.c b/arch/risc-v/src/common/crt0.c index 77cd07959b..db7d51d8d5 100644 --- a/arch/risc-v/src/common/crt0.c +++ b/arch/risc-v/src/common/crt0.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/crt0.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/risc-v/src/common/espressif/Bootloader.mk b/arch/risc-v/src/common/espressif/Bootloader.mk index b622a9da1d..5975f31d93 100644 --- a/arch/risc-v/src/common/espressif/Bootloader.mk +++ b/arch/risc-v/src/common/espressif/Bootloader.mk @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/common/espressif/Bootloader.mk # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/Make.defs b/arch/risc-v/src/common/espressif/Make.defs index c608fdfda3..476cce3975 100644 --- a/arch/risc-v/src/common/espressif/Make.defs +++ b/arch/risc-v/src/common/espressif/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/common/espressif/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/risc-v/src/common/espressif/Wireless.mk b/arch/risc-v/src/common/espressif/Wireless.mk index c63e1d190f..3a5536a426 100644 --- a/arch/risc-v/src/common/espressif/Wireless.mk +++ b/arch/risc-v/src/common/espressif/Wireless.mk @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/common/espressif/Wireless.mk # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/chip.h b/arch/risc-v/src/common/espressif/chip.h index 6c16bb48dc..c86b62ea36 100644 --- a/arch/risc-v/src/common/espressif/chip.h +++ b/arch/risc-v/src/common/espressif/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/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/risc-v/src/common/espressif/esp_allocateheap.c b/arch/risc-v/src/common/espressif/esp_allocateheap.c index 4c3343c199..981e6f705f 100644 --- a/arch/risc-v/src/common/espressif/esp_allocateheap.c +++ b/arch/risc-v/src/common/espressif/esp_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_config.h b/arch/risc-v/src/common/espressif/esp_config.h index 7a7477dfc4..e1b0e2af24 100644 --- a/arch/risc-v/src/common/espressif/esp_config.h +++ b/arch/risc-v/src/common/espressif/esp_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_dma.c b/arch/risc-v/src/common/espressif/esp_dma.c index 542c8042ec..233b717c25 100644 --- a/arch/risc-v/src/common/espressif/esp_dma.c +++ b/arch/risc-v/src/common/espressif/esp_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_dma.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/risc-v/src/common/espressif/esp_dma.h b/arch/risc-v/src/common/espressif/esp_dma.h index 99bbf30569..d1b43156eb 100644 --- a/arch/risc-v/src/common/espressif/esp_dma.h +++ b/arch/risc-v/src/common/espressif/esp_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_dma.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/risc-v/src/common/espressif/esp_ets_timer_legacy.c b/arch/risc-v/src/common/espressif/esp_ets_timer_legacy.c index f083778246..406b8a8e75 100644 --- a/arch/risc-v/src/common/espressif/esp_ets_timer_legacy.c +++ b/arch/risc-v/src/common/espressif/esp_ets_timer_legacy.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_ets_timer_legacy.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 args for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_gpio.c b/arch/risc-v/src/common/espressif/esp_gpio.c index fcdb720021..e453acc879 100644 --- a/arch/risc-v/src/common/espressif/esp_gpio.c +++ b/arch/risc-v/src/common/espressif/esp_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_gpio.h b/arch/risc-v/src/common/espressif/esp_gpio.h index 6c9651e591..85916bb0ac 100644 --- a/arch/risc-v/src/common/espressif/esp_gpio.h +++ b/arch/risc-v/src/common/espressif/esp_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_head.S b/arch/risc-v/src/common/espressif/esp_head.S index aed416631b..65effe2a06 100644 --- a/arch/risc-v/src/common/espressif/esp_head.S +++ b/arch/risc-v/src/common/espressif/esp_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_hr_timer.c b/arch/risc-v/src/common/espressif/esp_hr_timer.c index 8cbddd3f01..01a16a6909 100644 --- a/arch/risc-v/src/common/espressif/esp_hr_timer.c +++ b/arch/risc-v/src/common/espressif/esp_hr_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_hr_timer.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 args for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_hr_timer.h b/arch/risc-v/src/common/espressif/esp_hr_timer.h index c098e6afc2..42c95a8aa1 100644 --- a/arch/risc-v/src/common/espressif/esp_hr_timer.h +++ b/arch/risc-v/src/common/espressif/esp_hr_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_hr_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_i2c.c b/arch/risc-v/src/common/espressif/esp_i2c.c index d95076753c..29ebbbc8b3 100644 --- a/arch/risc-v/src/common/espressif/esp_i2c.c +++ b/arch/risc-v/src/common/espressif/esp_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_i2c.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/risc-v/src/common/espressif/esp_i2c.h b/arch/risc-v/src/common/espressif/esp_i2c.h index dac49699a3..faea37fc97 100644 --- a/arch/risc-v/src/common/espressif/esp_i2c.h +++ b/arch/risc-v/src/common/espressif/esp_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_i2c.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/risc-v/src/common/espressif/esp_i2c_bitbang.c b/arch/risc-v/src/common/espressif/esp_i2c_bitbang.c index b728c8a457..eca68d187a 100644 --- a/arch/risc-v/src/common/espressif/esp_i2c_bitbang.c +++ b/arch/risc-v/src/common/espressif/esp_i2c_bitbang.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_i2c_bitbang.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/risc-v/src/common/espressif/esp_i2c_bitbang.h b/arch/risc-v/src/common/espressif/esp_i2c_bitbang.h index 7e5a96ef6d..bcdb53b562 100644 --- a/arch/risc-v/src/common/espressif/esp_i2c_bitbang.h +++ b/arch/risc-v/src/common/espressif/esp_i2c_bitbang.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_i2c_bitbang.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/risc-v/src/common/espressif/esp_idle.c b/arch/risc-v/src/common/espressif/esp_idle.c index 29ee677eeb..ba82604762 100644 --- a/arch/risc-v/src/common/espressif/esp_idle.c +++ b/arch/risc-v/src/common/espressif/esp_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_irq.c b/arch/risc-v/src/common/espressif/esp_irq.c index 37f179b3c9..482dc55e1a 100644 --- a/arch/risc-v/src/common/espressif/esp_irq.c +++ b/arch/risc-v/src/common/espressif/esp_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_irq.h b/arch/risc-v/src/common/espressif/esp_irq.h index 8e41986870..f2b72ad930 100644 --- a/arch/risc-v/src/common/espressif/esp_irq.h +++ b/arch/risc-v/src/common/espressif/esp_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_ledc.c b/arch/risc-v/src/common/espressif/esp_ledc.c index e0b43b756d..cbc791b681 100644 --- a/arch/risc-v/src/common/espressif/esp_ledc.c +++ b/arch/risc-v/src/common/espressif/esp_ledc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_ledc.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/risc-v/src/common/espressif/esp_ledc.h b/arch/risc-v/src/common/espressif/esp_ledc.h index 484a869ca8..6b8db6221e 100644 --- a/arch/risc-v/src/common/espressif/esp_ledc.h +++ b/arch/risc-v/src/common/espressif/esp_ledc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_ledc.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/risc-v/src/common/espressif/esp_libc_stubs.c b/arch/risc-v/src/common/espressif/esp_libc_stubs.c index f7cb7afca3..5cfd85ccff 100644 --- a/arch/risc-v/src/common/espressif/esp_libc_stubs.c +++ b/arch/risc-v/src/common/espressif/esp_libc_stubs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_libc_stubs.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/risc-v/src/common/espressif/esp_libc_stubs.h b/arch/risc-v/src/common/espressif/esp_libc_stubs.h index c26de3a668..35413aafe2 100644 --- a/arch/risc-v/src/common/espressif/esp_libc_stubs.h +++ b/arch/risc-v/src/common/espressif/esp_libc_stubs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_libc_stubs.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/risc-v/src/common/espressif/esp_lowputc.c b/arch/risc-v/src/common/espressif/esp_lowputc.c index 12995456b0..b861fb6955 100644 --- a/arch/risc-v/src/common/espressif/esp_lowputc.c +++ b/arch/risc-v/src/common/espressif/esp_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_lowputc.h b/arch/risc-v/src/common/espressif/esp_lowputc.h index 41adb3c737..ebbbe878fc 100644 --- a/arch/risc-v/src/common/espressif/esp_lowputc.h +++ b/arch/risc-v/src/common/espressif/esp_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_lowputc.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/risc-v/src/common/espressif/esp_mcpwm.c b/arch/risc-v/src/common/espressif/esp_mcpwm.c index 217535d2f8..56b38ef04a 100644 --- a/arch/risc-v/src/common/espressif/esp_mcpwm.c +++ b/arch/risc-v/src/common/espressif/esp_mcpwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_mcpwm.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/risc-v/src/common/espressif/esp_mcpwm.h b/arch/risc-v/src/common/espressif/esp_mcpwm.h index 6177905d63..606261c9ca 100644 --- a/arch/risc-v/src/common/espressif/esp_mcpwm.h +++ b/arch/risc-v/src/common/espressif/esp_mcpwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_mcpwm.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/risc-v/src/common/espressif/esp_memorymap.h b/arch/risc-v/src/common/espressif/esp_memorymap.h index 0a34a43ee2..d6604b6901 100644 --- a/arch/risc-v/src/common/espressif/esp_memorymap.h +++ b/arch/risc-v/src/common/espressif/esp_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_oneshot.c b/arch/risc-v/src/common/espressif/esp_oneshot.c index 81972faba4..6451e95e3a 100644 --- a/arch/risc-v/src/common/espressif/esp_oneshot.c +++ b/arch/risc-v/src/common/espressif/esp_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_oneshot.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/risc-v/src/common/espressif/esp_oneshot.h b/arch/risc-v/src/common/espressif/esp_oneshot.h index 61db61ea07..7150b8e7f3 100644 --- a/arch/risc-v/src/common/espressif/esp_oneshot.h +++ b/arch/risc-v/src/common/espressif/esp_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_oneshot.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/risc-v/src/common/espressif/esp_qencoder.c b/arch/risc-v/src/common/espressif/esp_qencoder.c index b7649248fe..8e0f53b881 100644 --- a/arch/risc-v/src/common/espressif/esp_qencoder.c +++ b/arch/risc-v/src/common/espressif/esp_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_qencoder.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/risc-v/src/common/espressif/esp_qencoder.h b/arch/risc-v/src/common/espressif/esp_qencoder.h index 7fadc0f715..16cd5cd2d9 100644 --- a/arch/risc-v/src/common/espressif/esp_qencoder.h +++ b/arch/risc-v/src/common/espressif/esp_qencoder.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_qencoder.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/risc-v/src/common/espressif/esp_random.c b/arch/risc-v/src/common/espressif/esp_random.c index 261b7238ec..72b00a0ea2 100644 --- a/arch/risc-v/src/common/espressif/esp_random.c +++ b/arch/risc-v/src/common/espressif/esp_random.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_random.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/risc-v/src/common/espressif/esp_rmt.c b/arch/risc-v/src/common/espressif/esp_rmt.c index d5f05e31b7..238ff5ca4f 100644 --- a/arch/risc-v/src/common/espressif/esp_rmt.c +++ b/arch/risc-v/src/common/espressif/esp_rmt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_rmt.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/risc-v/src/common/espressif/esp_rmt.h b/arch/risc-v/src/common/espressif/esp_rmt.h index 84bec403e9..fe163f9930 100644 --- a/arch/risc-v/src/common/espressif/esp_rmt.h +++ b/arch/risc-v/src/common/espressif/esp_rmt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_rmt.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/risc-v/src/common/espressif/esp_rtc.c b/arch/risc-v/src/common/espressif/esp_rtc.c index 2aba3c9edc..d3bbc54eed 100644 --- a/arch/risc-v/src/common/espressif/esp_rtc.c +++ b/arch/risc-v/src/common/espressif/esp_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_rtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_rtc.h b/arch/risc-v/src/common/espressif/esp_rtc.h index ef2dfee402..c7bf0bf5cc 100644 --- a/arch/risc-v/src/common/espressif/esp_rtc.h +++ b/arch/risc-v/src/common/espressif/esp_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_rtc_gpio.c b/arch/risc-v/src/common/espressif/esp_rtc_gpio.c index 62dc537bd6..5fa8cc498d 100644 --- a/arch/risc-v/src/common/espressif/esp_rtc_gpio.c +++ b/arch/risc-v/src/common/espressif/esp_rtc_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_rtc_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/risc-v/src/common/espressif/esp_rtc_gpio.h b/arch/risc-v/src/common/espressif/esp_rtc_gpio.h index 81535aa71f..7790c91fad 100644 --- a/arch/risc-v/src/common/espressif/esp_rtc_gpio.h +++ b/arch/risc-v/src/common/espressif/esp_rtc_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_rtc_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/risc-v/src/common/espressif/esp_serial.c b/arch/risc-v/src/common/espressif/esp_serial.c index 3b62cbc7f2..f087816089 100644 --- a/arch/risc-v/src/common/espressif/esp_serial.c +++ b/arch/risc-v/src/common/espressif/esp_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_spi.c b/arch/risc-v/src/common/espressif/esp_spi.c index 0884c19c2a..2519b038fd 100644 --- a/arch/risc-v/src/common/espressif/esp_spi.c +++ b/arch/risc-v/src/common/espressif/esp_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_spi.h b/arch/risc-v/src/common/espressif/esp_spi.h index 9d53befe64..17eef88e10 100644 --- a/arch/risc-v/src/common/espressif/esp_spi.h +++ b/arch/risc-v/src/common/espressif/esp_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_spi_bitbang.c b/arch/risc-v/src/common/espressif/esp_spi_bitbang.c index 45928d9d18..4891e36aa7 100644 --- a/arch/risc-v/src/common/espressif/esp_spi_bitbang.c +++ b/arch/risc-v/src/common/espressif/esp_spi_bitbang.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_spi_bitbang.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/risc-v/src/common/espressif/esp_spi_bitbang.h b/arch/risc-v/src/common/espressif/esp_spi_bitbang.h index 3afa6b3cc1..7c6a9e5cc0 100644 --- a/arch/risc-v/src/common/espressif/esp_spi_bitbang.h +++ b/arch/risc-v/src/common/espressif/esp_spi_bitbang.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_spi_bitbang.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/risc-v/src/common/espressif/esp_spi_slave.c b/arch/risc-v/src/common/espressif/esp_spi_slave.c index 23ece5e4fe..5dbdb7bcbb 100644 --- a/arch/risc-v/src/common/espressif/esp_spi_slave.c +++ b/arch/risc-v/src/common/espressif/esp_spi_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_spi_slave.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/risc-v/src/common/espressif/esp_spiflash.c b/arch/risc-v/src/common/espressif/esp_spiflash.c index e84f0f61e7..2c157427c7 100644 --- a/arch/risc-v/src/common/espressif/esp_spiflash.c +++ b/arch/risc-v/src/common/espressif/esp_spiflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_spiflash.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/risc-v/src/common/espressif/esp_spiflash.h b/arch/risc-v/src/common/espressif/esp_spiflash.h index 0aedef7f51..d74eb2d934 100644 --- a/arch/risc-v/src/common/espressif/esp_spiflash.h +++ b/arch/risc-v/src/common/espressif/esp_spiflash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_spiflash.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/risc-v/src/common/espressif/esp_spiflash_mtd.c b/arch/risc-v/src/common/espressif/esp_spiflash_mtd.c index bd033bc30f..46e3b1a7a9 100644 --- a/arch/risc-v/src/common/espressif/esp_spiflash_mtd.c +++ b/arch/risc-v/src/common/espressif/esp_spiflash_mtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_spiflash_mtd.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/risc-v/src/common/espressif/esp_spiflash_mtd.h b/arch/risc-v/src/common/espressif/esp_spiflash_mtd.h index 83946835d5..dd21450859 100644 --- a/arch/risc-v/src/common/espressif/esp_spiflash_mtd.h +++ b/arch/risc-v/src/common/espressif/esp_spiflash_mtd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_spiflash_mtd.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/risc-v/src/common/espressif/esp_start.c b/arch/risc-v/src/common/espressif/esp_start.c index 625439296e..9e71296345 100644 --- a/arch/risc-v/src/common/espressif/esp_start.c +++ b/arch/risc-v/src/common/espressif/esp_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_start.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/risc-v/src/common/espressif/esp_start.h b/arch/risc-v/src/common/espressif/esp_start.h index ed513d0963..3b87bdf068 100644 --- a/arch/risc-v/src/common/espressif/esp_start.h +++ b/arch/risc-v/src/common/espressif/esp_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_start.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/risc-v/src/common/espressif/esp_systemreset.c b/arch/risc-v/src/common/espressif/esp_systemreset.c index a808ca9dac..e58a327837 100644 --- a/arch/risc-v/src/common/espressif/esp_systemreset.c +++ b/arch/risc-v/src/common/espressif/esp_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_systemreset.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/risc-v/src/common/espressif/esp_systemreset.h b/arch/risc-v/src/common/espressif/esp_systemreset.h index 509c604bc6..5f51d8bb3d 100644 --- a/arch/risc-v/src/common/espressif/esp_systemreset.h +++ b/arch/risc-v/src/common/espressif/esp_systemreset.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_systemreset.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/risc-v/src/common/espressif/esp_temperature_sensor.c b/arch/risc-v/src/common/espressif/esp_temperature_sensor.c index f3ac8419c0..2d0389d2c1 100644 --- a/arch/risc-v/src/common/espressif/esp_temperature_sensor.c +++ b/arch/risc-v/src/common/espressif/esp_temperature_sensor.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_temperature_sensor.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/risc-v/src/common/espressif/esp_temperature_sensor.h b/arch/risc-v/src/common/espressif/esp_temperature_sensor.h index b9b4d381cc..1138c85ff2 100644 --- a/arch/risc-v/src/common/espressif/esp_temperature_sensor.h +++ b/arch/risc-v/src/common/espressif/esp_temperature_sensor.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_temperature_sensor.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/risc-v/src/common/espressif/esp_tickless.c b/arch/risc-v/src/common/espressif/esp_tickless.c index 1f8a43e4f5..b4ce4806a8 100644 --- a/arch/risc-v/src/common/espressif/esp_tickless.c +++ b/arch/risc-v/src/common/espressif/esp_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_tickless.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/risc-v/src/common/espressif/esp_tickless.h b/arch/risc-v/src/common/espressif/esp_tickless.h index 88f6d2fc25..93203b7f92 100644 --- a/arch/risc-v/src/common/espressif/esp_tickless.h +++ b/arch/risc-v/src/common/espressif/esp_tickless.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_tickless.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/risc-v/src/common/espressif/esp_timer.c b/arch/risc-v/src/common/espressif/esp_timer.c index 860393fd22..65776aabb4 100644 --- a/arch/risc-v/src/common/espressif/esp_timer.c +++ b/arch/risc-v/src/common/espressif/esp_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_timer.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/risc-v/src/common/espressif/esp_timer.h b/arch/risc-v/src/common/espressif/esp_timer.h index 17adff7e34..72a0fe6e96 100644 --- a/arch/risc-v/src/common/espressif/esp_timer.h +++ b/arch/risc-v/src/common/espressif/esp_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_timerisr.c b/arch/risc-v/src/common/espressif/esp_timerisr.c index f758b88d83..c8a20fc639 100644 --- a/arch/risc-v/src/common/espressif/esp_timerisr.c +++ b/arch/risc-v/src/common/espressif/esp_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_twai.c b/arch/risc-v/src/common/espressif/esp_twai.c index 11ffc26f07..26604ca123 100644 --- a/arch/risc-v/src/common/espressif/esp_twai.c +++ b/arch/risc-v/src/common/espressif/esp_twai.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_twai.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/risc-v/src/common/espressif/esp_twai.h b/arch/risc-v/src/common/espressif/esp_twai.h index ca168d6331..d064a58698 100644 --- a/arch/risc-v/src/common/espressif/esp_twai.h +++ b/arch/risc-v/src/common/espressif/esp_twai.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_twai.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/risc-v/src/common/espressif/esp_usbserial.c b/arch/risc-v/src/common/espressif/esp_usbserial.c index 088ae9a1a7..8a25e590d2 100644 --- a/arch/risc-v/src/common/espressif/esp_usbserial.c +++ b/arch/risc-v/src/common/espressif/esp_usbserial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_usbserial.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/risc-v/src/common/espressif/esp_usbserial.h b/arch/risc-v/src/common/espressif/esp_usbserial.h index 7b3414844d..208b0f727f 100644 --- a/arch/risc-v/src/common/espressif/esp_usbserial.h +++ b/arch/risc-v/src/common/espressif/esp_usbserial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_usbserial.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/risc-v/src/common/espressif/esp_vectors.S b/arch/risc-v/src/common/espressif/esp_vectors.S index 28d50a5843..a939489dea 100644 --- a/arch/risc-v/src/common/espressif/esp_vectors.S +++ b/arch/risc-v/src/common/espressif/esp_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_wdt.c b/arch/risc-v/src/common/espressif/esp_wdt.c index b7e1bbeba3..81a4d8e17b 100644 --- a/arch/risc-v/src/common/espressif/esp_wdt.c +++ b/arch/risc-v/src/common/espressif/esp_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_wdt.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/risc-v/src/common/espressif/esp_wdt.h b/arch/risc-v/src/common/espressif/esp_wdt.h index ef1296a182..29b424f64f 100644 --- a/arch/risc-v/src/common/espressif/esp_wdt.h +++ b/arch/risc-v/src/common/espressif/esp_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_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/risc-v/src/common/espressif/esp_wifi_init.c b/arch/risc-v/src/common/espressif/esp_wifi_init.c index 4939ef9ff4..315522f135 100644 --- a/arch/risc-v/src/common/espressif/esp_wifi_init.c +++ b/arch/risc-v/src/common/espressif/esp_wifi_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_wifi_init.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 args for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/espressif/esp_wifi_utils.c b/arch/risc-v/src/common/espressif/esp_wifi_utils.c index 506cc2ceb5..c25353a124 100644 --- a/arch/risc-v/src/common/espressif/esp_wifi_utils.c +++ b/arch/risc-v/src/common/espressif/esp_wifi_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_wifi_utils.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/risc-v/src/common/espressif/esp_wifi_utils.h b/arch/risc-v/src/common/espressif/esp_wifi_utils.h index 488011cd9e..8de9e13600 100644 --- a/arch/risc-v/src/common/espressif/esp_wifi_utils.h +++ b/arch/risc-v/src/common/espressif/esp_wifi_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_wifi_utils.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/risc-v/src/common/espressif/esp_wlan.c b/arch/risc-v/src/common/espressif/esp_wlan.c index 443b8d525c..231cfab461 100644 --- a/arch/risc-v/src/common/espressif/esp_wlan.c +++ b/arch/risc-v/src/common/espressif/esp_wlan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_wlan.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/risc-v/src/common/espressif/esp_wlan.h b/arch/risc-v/src/common/espressif/esp_wlan.h index f23c215268..a3dfc83bab 100644 --- a/arch/risc-v/src/common/espressif/esp_wlan.h +++ b/arch/risc-v/src/common/espressif/esp_wlan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_wlan.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/risc-v/src/common/espressif/esp_ws2812.c b/arch/risc-v/src/common/espressif/esp_ws2812.c index cc4e14865a..4f50efade9 100644 --- a/arch/risc-v/src/common/espressif/esp_ws2812.c +++ b/arch/risc-v/src/common/espressif/esp_ws2812.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_ws2812.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/risc-v/src/common/espressif/esp_ws2812.h b/arch/risc-v/src/common/espressif/esp_ws2812.h index 4c6b62f843..098a3f0592 100644 --- a/arch/risc-v/src/common/espressif/esp_ws2812.h +++ b/arch/risc-v/src/common/espressif/esp_ws2812.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/esp_ws2812.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/risc-v/src/common/espressif/platform_include/sys/lock.h b/arch/risc-v/src/common/espressif/platform_include/sys/lock.h index 4f177097bc..c994f338a8 100644 --- a/arch/risc-v/src/common/espressif/platform_include/sys/lock.h +++ b/arch/risc-v/src/common/espressif/platform_include/sys/lock.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/espressif/platform_include/sys/lock.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/risc-v/src/common/fork.S b/arch/risc-v/src/common/fork.S index a7ca257f05..108ff00f80 100644 --- a/arch/risc-v/src/common/fork.S +++ b/arch/risc-v/src/common/fork.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/fork.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/risc-v/src/common/pgalloc.h b/arch/risc-v/src/common/pgalloc.h index be39da0d3a..8a772c104c 100644 --- a/arch/risc-v/src/common/pgalloc.h +++ b/arch/risc-v/src/common/pgalloc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/pgalloc.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/risc-v/src/common/riscv_addrenv.c b/arch/risc-v/src/common/riscv_addrenv.c index 4e3afd1bce..58c0963adb 100644 --- a/arch/risc-v/src/common/riscv_addrenv.c +++ b/arch/risc-v/src/common/riscv_addrenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_addrenv.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/risc-v/src/common/riscv_addrenv_kstack.c b/arch/risc-v/src/common/riscv_addrenv_kstack.c index 3c72bea4e2..8d77eaa049 100644 --- a/arch/risc-v/src/common/riscv_addrenv_kstack.c +++ b/arch/risc-v/src/common/riscv_addrenv_kstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_addrenv_kstack.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/risc-v/src/common/riscv_addrenv_perms.c b/arch/risc-v/src/common/riscv_addrenv_perms.c index eb9bff1784..40a4bfcea4 100644 --- a/arch/risc-v/src/common/riscv_addrenv_perms.c +++ b/arch/risc-v/src/common/riscv_addrenv_perms.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_addrenv_perms.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/risc-v/src/common/riscv_addrenv_pgmap.c b/arch/risc-v/src/common/riscv_addrenv_pgmap.c index 08335387a0..f7d3436aef 100644 --- a/arch/risc-v/src/common/riscv_addrenv_pgmap.c +++ b/arch/risc-v/src/common/riscv_addrenv_pgmap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_addrenv_pgmap.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/risc-v/src/common/riscv_addrenv_shm.c b/arch/risc-v/src/common/riscv_addrenv_shm.c index 8db8434782..cf71a4e896 100644 --- a/arch/risc-v/src/common/riscv_addrenv_shm.c +++ b/arch/risc-v/src/common/riscv_addrenv_shm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_addrenv_shm.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/risc-v/src/common/riscv_addrenv_utils.c b/arch/risc-v/src/common/riscv_addrenv_utils.c index e13fb89ff9..3a146082c9 100644 --- a/arch/risc-v/src/common/riscv_addrenv_utils.c +++ b/arch/risc-v/src/common/riscv_addrenv_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_addrenv_utils.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/risc-v/src/common/riscv_aia.h b/arch/risc-v/src/common/riscv_aia.h index 5cae3e6215..cd1e993a84 100644 --- a/arch/risc-v/src/common/riscv_aia.h +++ b/arch/risc-v/src/common/riscv_aia.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_aia.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/risc-v/src/common/riscv_allocateheap.c b/arch/risc-v/src/common/riscv_allocateheap.c index b4c741a0c4..964b8443d7 100644 --- a/arch/risc-v/src/common/riscv_allocateheap.c +++ b/arch/risc-v/src/common/riscv_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_aplic.c b/arch/risc-v/src/common/riscv_aplic.c index a5b09386cf..9020d0c10f 100644 --- a/arch/risc-v/src/common/riscv_aplic.c +++ b/arch/risc-v/src/common/riscv_aplic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_aplic.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/risc-v/src/common/riscv_backtrace.c b/arch/risc-v/src/common/riscv_backtrace.c index 4fe7309f44..a6d638258b 100644 --- a/arch/risc-v/src/common/riscv_backtrace.c +++ b/arch/risc-v/src/common/riscv_backtrace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_backtrace.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/risc-v/src/common/riscv_checkstack.c b/arch/risc-v/src/common/riscv_checkstack.c index 8e7d3d7736..d32b9a1d06 100644 --- a/arch/risc-v/src/common/riscv_checkstack.c +++ b/arch/risc-v/src/common/riscv_checkstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_common_memorymap.h b/arch/risc-v/src/common/riscv_common_memorymap.h index f6352fb48e..cba0929e58 100644 --- a/arch/risc-v/src/common/riscv_common_memorymap.h +++ b/arch/risc-v/src/common/riscv_common_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_common_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/risc-v/src/common/riscv_cpuidlestack.c b/arch/risc-v/src/common/riscv_cpuidlestack.c index 6bde88ace6..781abe897c 100644 --- a/arch/risc-v/src/common/riscv_cpuidlestack.c +++ b/arch/risc-v/src/common/riscv_cpuidlestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_cpuidlestack.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/risc-v/src/common/riscv_cpuindex.c b/arch/risc-v/src/common/riscv_cpuindex.c index c8c5c45703..68e04d93a7 100644 --- a/arch/risc-v/src/common/riscv_cpuindex.c +++ b/arch/risc-v/src/common/riscv_cpuindex.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_cpuindex.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/risc-v/src/common/riscv_cpuinfo.c b/arch/risc-v/src/common/riscv_cpuinfo.c index bd7d491d9f..3d1b8480e0 100644 --- a/arch/risc-v/src/common/riscv_cpuinfo.c +++ b/arch/risc-v/src/common/riscv_cpuinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_cpuinfo.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/risc-v/src/common/riscv_cpustart.c b/arch/risc-v/src/common/riscv_cpustart.c index 1b96d4ff4e..5b046ca326 100644 --- a/arch/risc-v/src/common/riscv_cpustart.c +++ b/arch/risc-v/src/common/riscv_cpustart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_cpustart.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/risc-v/src/common/riscv_createstack.c b/arch/risc-v/src/common/riscv_createstack.c index 122710fb60..ba8c4236fc 100644 --- a/arch/risc-v/src/common/riscv_createstack.c +++ b/arch/risc-v/src/common/riscv_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_debug.c b/arch/risc-v/src/common/riscv_debug.c index ac330b1bf4..ee7d7b41ee 100644 --- a/arch/risc-v/src/common/riscv_debug.c +++ b/arch/risc-v/src/common/riscv_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_debug.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/risc-v/src/common/riscv_doirq.c b/arch/risc-v/src/common/riscv_doirq.c index dd8e094cd9..eed6a227e1 100644 --- a/arch/risc-v/src/common/riscv_doirq.c +++ b/arch/risc-v/src/common/riscv_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_exception.c b/arch/risc-v/src/common/riscv_exception.c index 482bc8975f..154b10bb8e 100644 --- a/arch/risc-v/src/common/riscv_exception.c +++ b/arch/risc-v/src/common/riscv_exception.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_exception.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/risc-v/src/common/riscv_exception_common.S b/arch/risc-v/src/common/riscv_exception_common.S index 24223067f8..b8e99bc32a 100644 --- a/arch/risc-v/src/common/riscv_exception_common.S +++ b/arch/risc-v/src/common/riscv_exception_common.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_exception_common.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/risc-v/src/common/riscv_exit.c b/arch/risc-v/src/common/riscv_exit.c index 820ead73f5..a5d4369ee9 100644 --- a/arch/risc-v/src/common/riscv_exit.c +++ b/arch/risc-v/src/common/riscv_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_fork.c b/arch/risc-v/src/common/riscv_fork.c index 76a784a4f5..f77ce42f8e 100644 --- a/arch/risc-v/src/common/riscv_fork.c +++ b/arch/risc-v/src/common/riscv_fork.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_fork.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/risc-v/src/common/riscv_fork.h b/arch/risc-v/src/common/riscv_fork.h index bfb2560f1f..e7babc20c4 100644 --- a/arch/risc-v/src/common/riscv_fork.h +++ b/arch/risc-v/src/common/riscv_fork.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_fork.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/risc-v/src/common/riscv_fpu.S b/arch/risc-v/src/common/riscv_fpu.S index 11f24b90ca..43679d3116 100644 --- a/arch/risc-v/src/common/riscv_fpu.S +++ b/arch/risc-v/src/common/riscv_fpu.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_fpu.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/risc-v/src/common/riscv_fpucmp.c b/arch/risc-v/src/common/riscv_fpucmp.c index 86abe6cdb8..af9f6218b0 100644 --- a/arch/risc-v/src/common/riscv_fpucmp.c +++ b/arch/risc-v/src/common/riscv_fpucmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_fpucmp.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/risc-v/src/common/riscv_getintstack.c b/arch/risc-v/src/common/riscv_getintstack.c index de06859c5d..e7452c18c9 100644 --- a/arch/risc-v/src/common/riscv_getintstack.c +++ b/arch/risc-v/src/common/riscv_getintstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_getnewintctx.c b/arch/risc-v/src/common/riscv_getnewintctx.c index cd6a98c7ac..be5d459d0b 100644 --- a/arch/risc-v/src/common/riscv_getnewintctx.c +++ b/arch/risc-v/src/common/riscv_getnewintctx.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_getnewintctx.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/risc-v/src/common/riscv_hostfs.c b/arch/risc-v/src/common/riscv_hostfs.c index 0e5687ebfb..aa1409d6a0 100644 --- a/arch/risc-v/src/common/riscv_hostfs.c +++ b/arch/risc-v/src/common/riscv_hostfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_hostfs.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/risc-v/src/common/riscv_idle.c b/arch/risc-v/src/common/riscv_idle.c index 73aa510b89..d6f0d02dcb 100644 --- a/arch/risc-v/src/common/riscv_idle.c +++ b/arch/risc-v/src/common/riscv_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_imsic.c b/arch/risc-v/src/common/riscv_imsic.c index 7ea8f52ad8..7f47776396 100644 --- a/arch/risc-v/src/common/riscv_imsic.c +++ b/arch/risc-v/src/common/riscv_imsic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_imsic.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/risc-v/src/common/riscv_initialize.c b/arch/risc-v/src/common/riscv_initialize.c index 9d0f1c81d7..54adfdd391 100644 --- a/arch/risc-v/src/common/riscv_initialize.c +++ b/arch/risc-v/src/common/riscv_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_initialstate.c b/arch/risc-v/src/common/riscv_initialstate.c index 7eb4aebcad..8a3527204c 100644 --- a/arch/risc-v/src/common/riscv_initialstate.c +++ b/arch/risc-v/src/common/riscv_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_internal.h b/arch/risc-v/src/common/riscv_internal.h index ffc565c740..8f226c3938 100644 --- a/arch/risc-v/src/common/riscv_internal.h +++ b/arch/risc-v/src/common/riscv_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_ipi.h b/arch/risc-v/src/common/riscv_ipi.h index 666aa546d1..dae7faf571 100644 --- a/arch/risc-v/src/common/riscv_ipi.h +++ b/arch/risc-v/src/common/riscv_ipi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_ipi.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/risc-v/src/common/riscv_macros.S b/arch/risc-v/src/common/riscv_macros.S index 78068b482f..11c246cef2 100644 --- a/arch/risc-v/src/common/riscv_macros.S +++ b/arch/risc-v/src/common/riscv_macros.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_macros.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/risc-v/src/common/riscv_mdelay.c b/arch/risc-v/src/common/riscv_mdelay.c index dac6c552b8..6a790773bc 100644 --- a/arch/risc-v/src/common/riscv_mdelay.c +++ b/arch/risc-v/src/common/riscv_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_mhartid.S b/arch/risc-v/src/common/riscv_mhartid.S index d58ac68937..8506685bbf 100644 --- a/arch/risc-v/src/common/riscv_mhartid.S +++ b/arch/risc-v/src/common/riscv_mhartid.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_mhartid.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/risc-v/src/common/riscv_misaligned.c b/arch/risc-v/src/common/riscv_misaligned.c index 6d43ea4dac..f06e4c2458 100644 --- a/arch/risc-v/src/common/riscv_misaligned.c +++ b/arch/risc-v/src/common/riscv_misaligned.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_misaligned.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/risc-v/src/common/riscv_mmu.c b/arch/risc-v/src/common/riscv_mmu.c index efe69389d1..aec5aba3b0 100644 --- a/arch/risc-v/src/common/riscv_mmu.c +++ b/arch/risc-v/src/common/riscv_mmu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_mmu.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/risc-v/src/common/riscv_mmu.h b/arch/risc-v/src/common/riscv_mmu.h index 96ab0c038e..a7c0b48699 100644 --- a/arch/risc-v/src/common/riscv_mmu.h +++ b/arch/risc-v/src/common/riscv_mmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_mmu.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/risc-v/src/common/riscv_modifyreg32.c b/arch/risc-v/src/common/riscv_modifyreg32.c index 922c7782b4..478351764e 100644 --- a/arch/risc-v/src/common/riscv_modifyreg32.c +++ b/arch/risc-v/src/common/riscv_modifyreg32.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_mtimer.c b/arch/risc-v/src/common/riscv_mtimer.c index fd134425c9..20022ae6d2 100644 --- a/arch/risc-v/src/common/riscv_mtimer.c +++ b/arch/risc-v/src/common/riscv_mtimer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_mtimer.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/risc-v/src/common/riscv_mtimer.h b/arch/risc-v/src/common/riscv_mtimer.h index e375c237b1..a1d70805f3 100644 --- a/arch/risc-v/src/common/riscv_mtimer.h +++ b/arch/risc-v/src/common/riscv_mtimer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_mtimer.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/risc-v/src/common/riscv_nputs.c b/arch/risc-v/src/common/riscv_nputs.c index 04944752c1..2e156b4a6d 100644 --- a/arch/risc-v/src/common/riscv_nputs.c +++ b/arch/risc-v/src/common/riscv_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_percpu.c b/arch/risc-v/src/common/riscv_percpu.c index a74d114c35..5c704e4c86 100644 --- a/arch/risc-v/src/common/riscv_percpu.c +++ b/arch/risc-v/src/common/riscv_percpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_percpu.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/risc-v/src/common/riscv_percpu.h b/arch/risc-v/src/common/riscv_percpu.h index a4bd2ae964..4e6ea27976 100644 --- a/arch/risc-v/src/common/riscv_percpu.h +++ b/arch/risc-v/src/common/riscv_percpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_percpu.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/risc-v/src/common/riscv_perf_cycle.c b/arch/risc-v/src/common/riscv_perf_cycle.c index 13e233ad9b..1bceac80b3 100644 --- a/arch/risc-v/src/common/riscv_perf_cycle.c +++ b/arch/risc-v/src/common/riscv_perf_cycle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_perf_cycle.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 args for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/riscv_perf_time.c b/arch/risc-v/src/common/riscv_perf_time.c index da09723167..2d27eb1842 100644 --- a/arch/risc-v/src/common/riscv_perf_time.c +++ b/arch/risc-v/src/common/riscv_perf_time.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_perf_time.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 args for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/riscv_pgalloc.c b/arch/risc-v/src/common/riscv_pgalloc.c index 338ac595e2..8f93cbb563 100644 --- a/arch/risc-v/src/common/riscv_pgalloc.c +++ b/arch/risc-v/src/common/riscv_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_pgalloc.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/risc-v/src/common/riscv_pmp.c b/arch/risc-v/src/common/riscv_pmp.c index 718cb4e693..f20633b7b1 100644 --- a/arch/risc-v/src/common/riscv_pmp.c +++ b/arch/risc-v/src/common/riscv_pmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_pmp.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/risc-v/src/common/riscv_pthread_start.c b/arch/risc-v/src/common/riscv_pthread_start.c index 4d3056efa0..f5d173f629 100644 --- a/arch/risc-v/src/common/riscv_pthread_start.c +++ b/arch/risc-v/src/common/riscv_pthread_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_pthread_start.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/risc-v/src/common/riscv_registerdump.c b/arch/risc-v/src/common/riscv_registerdump.c index e291329494..c4f00f99bc 100644 --- a/arch/risc-v/src/common/riscv_registerdump.c +++ b/arch/risc-v/src/common/riscv_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_releasestack.c b/arch/risc-v/src/common/riscv_releasestack.c index 884b52c723..4c96b0f3fd 100644 --- a/arch/risc-v/src/common/riscv_releasestack.c +++ b/arch/risc-v/src/common/riscv_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_saveusercontext.S b/arch/risc-v/src/common/riscv_saveusercontext.S index 0b4f9beaea..3bdf09d6ef 100644 --- a/arch/risc-v/src/common/riscv_saveusercontext.S +++ b/arch/risc-v/src/common/riscv_saveusercontext.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_sbi.h b/arch/risc-v/src/common/riscv_sbi.h index ff33464c65..01547a6c7b 100644 --- a/arch/risc-v/src/common/riscv_sbi.h +++ b/arch/risc-v/src/common/riscv_sbi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_sbi.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/risc-v/src/common/riscv_schedulesigaction.c b/arch/risc-v/src/common/riscv_schedulesigaction.c index 076d11f1fb..ffc9d4d17e 100644 --- a/arch/risc-v/src/common/riscv_schedulesigaction.c +++ b/arch/risc-v/src/common/riscv_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_semihost.S b/arch/risc-v/src/common/riscv_semihost.S index 0bd9db2f81..4101b5cab9 100644 --- a/arch/risc-v/src/common/riscv_semihost.S +++ b/arch/risc-v/src/common/riscv_semihost.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_semihost.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/risc-v/src/common/riscv_sigdeliver.c b/arch/risc-v/src/common/riscv_sigdeliver.c index 81c73a6dd8..d9ddfd5765 100644 --- a/arch/risc-v/src/common/riscv_sigdeliver.c +++ b/arch/risc-v/src/common/riscv_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_signal_dispatch.c b/arch/risc-v/src/common/riscv_signal_dispatch.c index b322053ec8..80416c0694 100644 --- a/arch/risc-v/src/common/riscv_signal_dispatch.c +++ b/arch/risc-v/src/common/riscv_signal_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_signal_dispatch.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/risc-v/src/common/riscv_signal_handler.S b/arch/risc-v/src/common/riscv_signal_handler.S index cd3e66302d..698145acc2 100644 --- a/arch/risc-v/src/common/riscv_signal_handler.S +++ b/arch/risc-v/src/common/riscv_signal_handler.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_signal_handler.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/risc-v/src/common/riscv_smpcall.c b/arch/risc-v/src/common/riscv_smpcall.c index 46b5f17bda..97c7782944 100644 --- a/arch/risc-v/src/common/riscv_smpcall.c +++ b/arch/risc-v/src/common/riscv_smpcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_smpcall.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/risc-v/src/common/riscv_stackframe.c b/arch/risc-v/src/common/riscv_stackframe.c index 4535f15abb..61531c6f87 100644 --- a/arch/risc-v/src/common/riscv_stackframe.c +++ b/arch/risc-v/src/common/riscv_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_swint.c b/arch/risc-v/src/common/riscv_swint.c index f28857a525..2266cbafab 100644 --- a/arch/risc-v/src/common/riscv_swint.c +++ b/arch/risc-v/src/common/riscv_swint.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_swint.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/risc-v/src/common/riscv_switchcontext.c b/arch/risc-v/src/common/riscv_switchcontext.c index 5eb2f35072..3ec995bc2a 100644 --- a/arch/risc-v/src/common/riscv_switchcontext.c +++ b/arch/risc-v/src/common/riscv_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_task_start.c b/arch/risc-v/src/common/riscv_task_start.c index c664392f27..9d46a634a3 100644 --- a/arch/risc-v/src/common/riscv_task_start.c +++ b/arch/risc-v/src/common/riscv_task_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_task_start.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/risc-v/src/common/riscv_tcbinfo.c b/arch/risc-v/src/common/riscv_tcbinfo.c index 52e0b9c875..1d46c89f55 100644 --- a/arch/risc-v/src/common/riscv_tcbinfo.c +++ b/arch/risc-v/src/common/riscv_tcbinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_tcbinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/riscv_tls.c b/arch/risc-v/src/common/riscv_tls.c index 40cff6edc9..e15b313341 100644 --- a/arch/risc-v/src/common/riscv_tls.c +++ b/arch/risc-v/src/common/riscv_tls.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_tls.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/risc-v/src/common/riscv_udelay.c b/arch/risc-v/src/common/riscv_udelay.c index a2d5a0c81a..1bfac9ee0c 100644 --- a/arch/risc-v/src/common/riscv_udelay.c +++ b/arch/risc-v/src/common/riscv_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_usestack.c b/arch/risc-v/src/common/riscv_usestack.c index 98d77010ae..ea3e17afb1 100644 --- a/arch/risc-v/src/common/riscv_usestack.c +++ b/arch/risc-v/src/common/riscv_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_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/risc-v/src/common/riscv_vectors.S b/arch/risc-v/src/common/riscv_vectors.S index 19f535345f..75239956e5 100644 --- a/arch/risc-v/src/common/riscv_vectors.S +++ b/arch/risc-v/src/common/riscv_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/common/riscv_vpu.S b/arch/risc-v/src/common/riscv_vpu.S index a2ae763812..bb4369f978 100644 --- a/arch/risc-v/src/common/riscv_vpu.S +++ b/arch/risc-v/src/common/riscv_vpu.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/riscv_vpu.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/risc-v/src/common/supervisor/CMakeLists.txt b/arch/risc-v/src/common/supervisor/CMakeLists.txt index 376ded80b3..f940a28b1e 100644 --- a/arch/risc-v/src/common/supervisor/CMakeLists.txt +++ b/arch/risc-v/src/common/supervisor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/common/supervisor/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/common/supervisor/Make.defs b/arch/risc-v/src/common/supervisor/Make.defs index 65375a3f09..6e5fd81c1a 100644 --- a/arch/risc-v/src/common/supervisor/Make.defs +++ b/arch/risc-v/src/common/supervisor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/common/supervisor/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/risc-v/src/common/supervisor/riscv_perform_syscall.c b/arch/risc-v/src/common/supervisor/riscv_perform_syscall.c index 00fd5f54b2..594e388f75 100644 --- a/arch/risc-v/src/common/supervisor/riscv_perform_syscall.c +++ b/arch/risc-v/src/common/supervisor/riscv_perform_syscall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/supervisor/riscv_perform_syscall.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/risc-v/src/common/supervisor/riscv_sbi.c b/arch/risc-v/src/common/supervisor/riscv_sbi.c index 626e2d068f..81780dd8fd 100644 --- a/arch/risc-v/src/common/supervisor/riscv_sbi.c +++ b/arch/risc-v/src/common/supervisor/riscv_sbi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/supervisor/riscv_sbi.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/risc-v/src/common/supervisor/riscv_syscall.S b/arch/risc-v/src/common/supervisor/riscv_syscall.S index 1d7da7ee31..d6c113f0b0 100644 --- a/arch/risc-v/src/common/supervisor/riscv_syscall.S +++ b/arch/risc-v/src/common/supervisor/riscv_syscall.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/common/supervisor/riscv_syscall.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/risc-v/src/esp32c3-legacy/Bootloader.mk b/arch/risc-v/src/esp32c3-legacy/Bootloader.mk index bedd5e4604..8ad3fd37de 100644 --- a/arch/risc-v/src/esp32c3-legacy/Bootloader.mk +++ b/arch/risc-v/src/esp32c3-legacy/Bootloader.mk @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32c3-legacy/Bootloader.mk # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/Make.defs b/arch/risc-v/src/esp32c3-legacy/Make.defs index 9aea2122b5..86f37c9276 100644 --- a/arch/risc-v/src/esp32c3-legacy/Make.defs +++ b/arch/risc-v/src/esp32c3-legacy/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32c3-legacy/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/risc-v/src/esp32c3-legacy/esp32c3.h b/arch/risc-v/src/esp32c3-legacy/esp32c3.h index a332d20e70..fc6682c077 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3.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/risc-v/src/esp32c3-legacy/esp32c3_adc.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_adc.c index a3f4af707d..f056dddbbb 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_adc.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_adc.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/risc-v/src/esp32c3-legacy/esp32c3_adc.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_adc.h index a7577b34cc..07299c302d 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_adc.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_aes.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_aes.c index 2eeddf0081..f6d9e4ff65 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_aes.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_aes.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_aes.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/risc-v/src/esp32c3-legacy/esp32c3_aes.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_aes.h index e906135696..22de8e4226 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_aes.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_aes.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/risc-v/src/esp32c3-legacy/esp32c3_allocateheap.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_allocateheap.c index e6417ddfb2..19cb90df5a 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_allocateheap.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_attr.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_attr.h index 960d46ed05..31cb17ca7e 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_attr.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_attr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_attr.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/risc-v/src/esp32c3-legacy/esp32c3_bignum.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.c index 8c8189478c..08512c10b9 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.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/risc-v/src/esp32c3-legacy/esp32c3_bignum.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.h index b8a5914b7b..b9bc168792 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_bignum.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/risc-v/src/esp32c3-legacy/esp32c3_ble.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble.c index 6c8f4bc2e6..7e4595e2f8 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ble.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ble.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/risc-v/src/esp32c3-legacy/esp32c3_ble.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble.h index ad5e503752..e8fa078c44 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ble.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ble.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/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.c index 75a7b72fe3..f34fc466a9 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.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/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.h index d5898413cb..d85264ef69 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ble_adapter.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/risc-v/src/esp32c3-legacy/esp32c3_brownout.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.c index 3e1cd857c4..a4ecb7fe7e 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.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/risc-v/src/esp32c3-legacy/esp32c3_brownout.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.h index 363416219a..f1d35d2f1b 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_brownout.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/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.c index 11361f0ae0..30dc5a2cf7 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.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/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.h index d5262caaef..61269165ac 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_clockconfig.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/risc-v/src/esp32c3-legacy/esp32c3_config.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_config.h index c5057107cd..e9e81e9622 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_config.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_crypto.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_crypto.c index 76cb1d0a93..396ffbf265 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_crypto.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_crypto.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_crypto.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/risc-v/src/esp32c3-legacy/esp32c3_dma.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_dma.c index 90472717c6..58caccdaf7 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_dma.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_dma.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/risc-v/src/esp32c3-legacy/esp32c3_dma.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_dma.h index c0d4d9d59d..aab31f9598 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_dma.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_dma.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/risc-v/src/esp32c3-legacy/esp32c3_efuse.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.c index fc23911c9d..3b67e4ad76 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.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/risc-v/src/esp32c3-legacy/esp32c3_efuse.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.h index c3d6b85656..593ad48f2e 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_efuse.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/risc-v/src/esp32c3-legacy/esp32c3_efuse_lowerhalf.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_lowerhalf.c index 210e46f038..e131570495 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_lowerhalf.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_table.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_table.c index 98a0dba348..59d81ddd19 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_table.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_table.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_efuse_table.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_extraheaps.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_extraheaps.c index 4a10b735fc..5d51c8a62a 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_extraheaps.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_extraheaps.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_extraheaps.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/risc-v/src/esp32c3-legacy/esp32c3_freerun.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.c index 4cc1b4d749..f793e5f0b0 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.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/risc-v/src/esp32c3-legacy/esp32c3_freerun.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.h index cc47c469a7..69f2888c76 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_freerun.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/risc-v/src/esp32c3-legacy/esp32c3_gpio.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_gpio.c index 6fc1d05629..c308a78165 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_gpio.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_gpio.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_gpio.h index dc99f0a691..254908a7b4 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_gpio.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_head.S b/arch/risc-v/src/esp32c3-legacy/esp32c3_head.S index 14323dec1d..9b274aa129 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_head.S +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_i2c.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.c index eaf0e0e885..309392c1a3 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.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/risc-v/src/esp32c3-legacy/esp32c3_i2c.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.h index 9b096dbb7f..db556149d1 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_i2c.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/risc-v/src/esp32c3-legacy/esp32c3_ice40.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.c index 983ce50a49..0694e3ad52 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.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/risc-v/src/esp32c3-legacy/esp32c3_ice40.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h index 1669fe7076..fe9abf3228 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ice40.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_idle.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_idle.c index 5a7fa1c3a5..b3279ee15e 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_idle.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_irq.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_irq.c index fc3b5b2b13..c884571865 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_irq.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_irq.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_irq.h index 2e38073d3a..ea06cfaaef 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_irq.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_ledc.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.c index c62b242fe1..c289aafbd7 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.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/risc-v/src/esp32c3-legacy/esp32c3_ledc.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.h index 0046a22a8f..4a15bf4931 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_ledc.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/risc-v/src/esp32c3-legacy/esp32c3_libc_stubs.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_libc_stubs.c index 0bd7866bbc..b5afe3f934 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_libc_stubs.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_libc_stubs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_libc_stubs.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/risc-v/src/esp32c3-legacy/esp32c3_lowputc.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.c index 4620942e47..69aae3de83 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.h index 232e46664b..e91098072c 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_lowputc.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/risc-v/src/esp32c3-legacy/esp32c3_memorymap.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_memorymap.h index 9893d1d466..6d94b532af 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_memorymap.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_oneshot.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.c index a499d42ae9..58df950390 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.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/risc-v/src/esp32c3-legacy/esp32c3_oneshot.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.h index 6bba13c057..c36a881046 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot.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/risc-v/src/esp32c3-legacy/esp32c3_oneshot_lowerhalf.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot_lowerhalf.c index ae400ca6d0..415d25ee2f 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot_lowerhalf.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_oneshot_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_partition.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_partition.c index 338db2091c..1763a23177 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_partition.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_partition.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_partition.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/risc-v/src/esp32c3-legacy/esp32c3_partition.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_partition.h index de9413b163..7c83511a4f 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_partition.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_partition.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_partition.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/risc-v/src/esp32c3-legacy/esp32c3_perf.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_perf.c index 716b2c42b0..49c25c35d8 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_perf.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_perf.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 args for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_pm.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_pm.c index 7c578a49c0..d9943d0694 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_pm.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_pm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_pm.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/risc-v/src/esp32c3-legacy/esp32c3_pm.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_pm.h index 0b7eb87d35..fce8da337d 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_pm.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_pm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_pminitialize.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_pminitialize.c index 274b1cad7f..5821165b1c 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_pminitialize.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_pminitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_pminitialize.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/risc-v/src/esp32c3-legacy/esp32c3_region.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_region.c index cf766993d4..2b92158717 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_region.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_region.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_region.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/risc-v/src/esp32c3-legacy/esp32c3_region.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_region.h index 0528b7e9ff..59e7ed609c 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_region.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_region.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_region.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/risc-v/src/esp32c3-legacy/esp32c3_resetcause.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.c index 4d61d08b7b..7bea7ce952 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.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/risc-v/src/esp32c3-legacy/esp32c3_resetcause.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.h index fbbcc65005..12174a193e 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_resetcause.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/risc-v/src/esp32c3-legacy/esp32c3_rng.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_rng.c index e7d0d0f571..f2798538d6 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rng.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rng.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rng.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/risc-v/src/esp32c3-legacy/esp32c3_rsa.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.c index a9d2057b47..db05e7e67b 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.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/risc-v/src/esp32c3-legacy/esp32c3_rsa.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.h index 22e4c0a77e..0f1ba0414f 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rsa.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/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.c index c5bfa8cd98..c5f1651e2c 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.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 args for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.h index b54c7237a1..424115f96a 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rt_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.c index 8019e9a0ac..cff41741f9 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.h index 203b290237..9a67794672 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.c index d8c419303e..69983ed625 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_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 @@ -264,4 +266,4 @@ void esp32c3_rtcioirqdisable(int irq) up_enable_irq(ESP32C3_IRQ_RTC_CORE); } -#endif \ No newline at end of file +#endif diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.h index 7eb8a2f667..07f233b41b 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_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/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.c index e962490f11..643310d551 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.h index 8c42f967ce..3ea6177f60 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rtc_lowerhalf.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/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.c index c7ada6ed76..bade9010e9 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.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/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.h index 2925346680..2fd5e70d72 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_rtcheap.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/risc-v/src/esp32c3-legacy/esp32c3_serial.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_serial.c index 2541e5f896..297ae92b42 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_serial.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_sha.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_sha.c index cd83b72af7..f85ed74f97 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_sha.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_sha.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_sha.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/risc-v/src/esp32c3-legacy/esp32c3_sha.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_sha.h index a5ccdaf6f8..ea18c0041f 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_sha.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_sha.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_sha.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/risc-v/src/esp32c3-legacy/esp32c3_spi.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_spi.c index f1ad8f840d..17dba8645c 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_spi.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_spi.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_spi.h index 68a62e8eb8..d42722a385 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_spi.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_spi_slave.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_spi_slave.c index 93ddf17930..302b2a5a0b 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_spi_slave.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_spi_slave.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_spi_slave.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/risc-v/src/esp32c3-legacy/esp32c3_spiflash.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.c index 3f3efae19d..b675bd56cb 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.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/risc-v/src/esp32c3-legacy/esp32c3_spiflash.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.h index 2747f6a0f0..129c70255c 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash.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/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.c index f7ec873ce7..ac850ed355 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.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/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.h index cc23bf09b5..b7caa58fed 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_spiflash_mtd.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/risc-v/src/esp32c3-legacy/esp32c3_start.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_start.c index 29f5dc9feb..2c39d30387 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_start.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_start.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/risc-v/src/esp32c3-legacy/esp32c3_start.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_start.h index 3e4db7ebe2..2d924c09e5 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_start.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_start.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_start.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/risc-v/src/esp32c3-legacy/esp32c3_systemreset.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.c index b6a99c7003..487ae94fc8 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.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/risc-v/src/esp32c3-legacy/esp32c3_systemreset.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.h index 5ce011bb0f..95ead2e6d0 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_systemreset.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/risc-v/src/esp32c3-legacy/esp32c3_textheap.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_textheap.c index 6286d24f75..1054d95c68 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_textheap.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_textheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_textheap.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/risc-v/src/esp32c3-legacy/esp32c3_tickless.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.c index 127419dd86..4176ccee90 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.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/risc-v/src/esp32c3-legacy/esp32c3_tickless.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.h index 8efee32e50..bfe72d3f2d 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_tickless.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/risc-v/src/esp32c3-legacy/esp32c3_tim.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim.c index 280cd265b0..b07467ab7b 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_tim.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_tim.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/risc-v/src/esp32c3-legacy/esp32c3_tim.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim.h index 5d15492870..b708b18022 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_tim.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.c index 6a45de98b6..3c62492deb 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.h index 06f6839b61..cc525b5858 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_tim_lowerhalf.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/risc-v/src/esp32c3-legacy/esp32c3_timerisr.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_timerisr.c index 49536f0247..77ec74202f 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_timerisr.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_twai.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_twai.c index c99e091907..b6c95601a2 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_twai.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_twai.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_twai.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/risc-v/src/esp32c3-legacy/esp32c3_twai.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_twai.h index de007589db..e23c8724bf 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_twai.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_twai.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_twai.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/risc-v/src/esp32c3-legacy/esp32c3_uid.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_uid.c index bc31744f4e..9d900ac3bb 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_uid.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_uid.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/risc-v/src/esp32c3-legacy/esp32c3_uid.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_uid.h index 5c9e28db37..72bf913b6d 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_uid.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_uid.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_uid.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/risc-v/src/esp32c3-legacy/esp32c3_usbserial.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.c index 0fc2d518f7..382a6a01de 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.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/risc-v/src/esp32c3-legacy/esp32c3_usbserial.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.h index d9d2e5c75a..4f747a2cb4 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_usbserial.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/risc-v/src/esp32c3-legacy/esp32c3_userspace.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.c index fd8137788d..b96afeba8b 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.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/risc-v/src/esp32c3-legacy/esp32c3_userspace.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.h index 216ec30d77..fba341d361 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_userspace.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/risc-v/src/esp32c3-legacy/esp32c3_vectors.S b/arch/risc-v/src/esp32c3-legacy/esp32c3_vectors.S index ec69546f31..9d7770eca6 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_vectors.S +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.c index a908dc00fd..d01b871ab4 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.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/risc-v/src/esp32c3-legacy/esp32c3_wdt.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.h index 78f00761fc..489f3e38cf 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_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/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.c index e01295a956..b167d9d38d 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.h index b16f94ddd5..aedca1d60e 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wdt_lowerhalf.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/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.c index e946c12131..504499d89e 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.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/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.h index 5d81fa0954..78b36d00f8 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_adapter.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/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.c index df5388755e..5683aca8dd 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.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/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.h index 250b99f985..f7c8fc8e66 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wifi_utils.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/risc-v/src/esp32c3-legacy/esp32c3_wireless.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.c index 3c51037fce..9a4676be3d 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.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/risc-v/src/esp32c3-legacy/esp32c3_wireless.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.h index 6f6bde1f93..df69acc9be 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wireless.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/risc-v/src/esp32c3-legacy/esp32c3_wlan.c b/arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.c index d56ae4ac0b..2cb2a96ee0 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.c +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.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/risc-v/src/esp32c3-legacy/esp32c3_wlan.h b/arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.h index 7d649946df..25e952e046 100644 --- a/arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.h +++ b/arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/esp32c3_wlan.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/risc-v/src/esp32c3-legacy/hardware/apb_ctrl_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/apb_ctrl_reg.h index 21467bbddb..0cfe9100da 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/apb_ctrl_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/apb_ctrl_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/apb_ctrl_reg.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/risc-v/src/esp32c3-legacy/hardware/bb_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/bb_reg.h index ad0164844d..a9f35fcf4c 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/bb_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/bb_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/bb_reg.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_aes.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_aes.h index 7e1e6bfc4b..442feba116 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_aes.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_aes.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_cache_memory.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_cache_memory.h index 51484d3419..f855efe165 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_cache_memory.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_cache_memory.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_cache_memory.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_dma.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_dma.h index a31fb4845f..bd34239b93 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_dma.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_dma.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_efuse.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_efuse.h index dd0076fb2f..4cb25be169 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_efuse.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_efuse.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_efuse.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio.h index 98ae519502..4c6fd4b464 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_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/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio_sigmap.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio_sigmap.h index 19bb79905c..ff21433695 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio_sigmap.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio_sigmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_gpio_sigmap.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_i2c.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_i2c.h index 3552e17b87..4de2f8a778 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_i2c.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_i2c.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_interrupt.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_interrupt.h index b776802f45..74754ae38b 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_interrupt.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_interrupt.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_interrupt.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_iomux.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_iomux.h index b75eb46c21..dc3f6d766e 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_iomux.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_iomux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_iomux.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_ledc.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_ledc.h index 7fa402cd58..aa84128f7f 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_ledc.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_ledc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_ledc.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_memorymap.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_memorymap.h index a8bc4e3429..c16e18b9f1 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_memorymap.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_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/risc-v/src/esp32c3-legacy/hardware/esp32c3_pinmap.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_pinmap.h index febe9eccd0..1d5e7a7fc9 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_pinmap.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_pinmap.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_rom_layout.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rom_layout.h index 560b22d03d..f65f34bc4c 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rom_layout.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rom_layout.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rom_layout.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_rsa.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rsa.h index 162f586387..c7e1a7194e 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rsa.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rsa.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rsa.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_rtccntl.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rtccntl.h index 0905977844..a124bcfb16 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rtccntl.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rtccntl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_rtccntl.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_saradc.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_saradc.h index edd6da0bc7..41cd8d09da 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_saradc.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_saradc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_saradc.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_sha.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_sha.h index d4d1383475..4a732f44c6 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_sha.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_sha.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_sha.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_soc.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_soc.h index 4cf63e6737..63d46d498c 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_soc.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_soc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_soc.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_spi.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_spi.h index f765015f14..d6ef19c47c 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_spi.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_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/risc-v/src/esp32c3-legacy/hardware/esp32c3_syscon.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_syscon.h index 01a46aab89..fd3a8d8b67 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_syscon.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_syscon.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_syscon.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_system.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_system.h index 1b49d6b56f..edb131c3ec 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_system.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_system.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_system.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_systimer.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_systimer.h index a21aee905b..4ce4873d8b 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_systimer.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_systimer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_systimer.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_tim.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_tim.h index f8a812b7db..e98021083e 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_tim.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_tim.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_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/risc-v/src/esp32c3-legacy/hardware/esp32c3_twai.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_twai.h index 94161252d4..4105e80714 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_twai.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_twai.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_twai.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/risc-v/src/esp32c3-legacy/hardware/esp32c3_uart.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_uart.h index 7aff24a069..08031de0ec 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_uart.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The @@ -2203,4 +2205,4 @@ #define UART_UPDATE_V 0x1 #define UART_UPDATE_S 31 -#endif /* __ARCH_RISCV_SRC_ESP32C3_LEGACY_HARDWARE_ESP32C3_UART_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_ESP32C3_LEGACY_HARDWARE_ESP32C3_UART_H */ diff --git a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_usb_serial_jtag.h b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_usb_serial_jtag.h index b51a892e52..69492f9e3f 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_usb_serial_jtag.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_usb_serial_jtag.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/esp32c3_usb_serial_jtag.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/risc-v/src/esp32c3-legacy/hardware/extmem_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/extmem_reg.h index dfd110ed67..282973336c 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/extmem_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/extmem_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/extmem_reg.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/risc-v/src/esp32c3-legacy/hardware/fe_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/fe_reg.h index 629d418615..9c0a22514a 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/fe_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/fe_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/fe_reg.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/risc-v/src/esp32c3-legacy/hardware/nrx_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/nrx_reg.h index fd8998e562..39c7aa3a3e 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/nrx_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/nrx_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/nrx_reg.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/risc-v/src/esp32c3-legacy/hardware/regi2c_bbpll.h b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_bbpll.h index fdee8afa8a..199492de5b 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_bbpll.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_bbpll.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/regi2c_bbpll.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/risc-v/src/esp32c3-legacy/hardware/regi2c_brownout.h b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_brownout.h index bf186d6102..93e76c9bb2 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_brownout.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_brownout.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/regi2c_brownout.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/risc-v/src/esp32c3-legacy/hardware/regi2c_ctrl.h b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_ctrl.h index ca2cf03a76..592017ab21 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_ctrl.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_ctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/regi2c_ctrl.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/risc-v/src/esp32c3-legacy/hardware/regi2c_dig_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_dig_reg.h index d4ed9b6dc5..c6f726c9b8 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_dig_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_dig_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/regi2c_dig_reg.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/risc-v/src/esp32c3-legacy/hardware/regi2c_lp_bias.h b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_lp_bias.h index b887e8b9e7..842a290522 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_lp_bias.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_lp_bias.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/regi2c_lp_bias.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/risc-v/src/esp32c3-legacy/hardware/regi2c_saradc.h b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_saradc.h index 74518d97d5..baf2ad99c3 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_saradc.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/regi2c_saradc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/regi2c_saradc.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/risc-v/src/esp32c3-legacy/hardware/spi_mem_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/spi_mem_reg.h index eff6f45043..c94a588329 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/spi_mem_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/spi_mem_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/spi_mem_reg.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/risc-v/src/esp32c3-legacy/hardware/wdev_reg.h b/arch/risc-v/src/esp32c3-legacy/hardware/wdev_reg.h index 3d50359cbc..e39b7c21c1 100644 --- a/arch/risc-v/src/esp32c3-legacy/hardware/wdev_reg.h +++ b/arch/risc-v/src/esp32c3-legacy/hardware/wdev_reg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/hardware/wdev_reg.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/risc-v/src/esp32c3-legacy/rom/esp32c3_libc_stubs.h b/arch/risc-v/src/esp32c3-legacy/rom/esp32c3_libc_stubs.h index 47e9f84417..82d9c6a329 100644 --- a/arch/risc-v/src/esp32c3-legacy/rom/esp32c3_libc_stubs.h +++ b/arch/risc-v/src/esp32c3-legacy/rom/esp32c3_libc_stubs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3-legacy/rom/esp32c3_libc_stubs.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/risc-v/src/esp32c3-legacy/rom/esp32c3_spiflash.h b/arch/risc-v/src/esp32c3-legacy/rom/esp32c3_spiflash.h index 0e015be6fe..2d9ebc7d4c 100644 --- a/arch/risc-v/src/esp32c3-legacy/rom/esp32c3_spiflash.h +++ b/arch/risc-v/src/esp32c3-legacy/rom/esp32c3_spiflash.h @@ -1,6 +1,8 @@ /***************************************************************************** * arch/risc-v/src/esp32c3-legacy/rom/esp32c3_spiflash.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/risc-v/src/esp32c3/Make.defs b/arch/risc-v/src/esp32c3/Make.defs index c5fde77370..cf3d765faa 100644 --- a/arch/risc-v/src/esp32c3/Make.defs +++ b/arch/risc-v/src/esp32c3/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32c3/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/risc-v/src/esp32c3/esp_ble.c b/arch/risc-v/src/esp32c3/esp_ble.c index 8b5bd34357..92ccf74af3 100644 --- a/arch/risc-v/src/esp32c3/esp_ble.c +++ b/arch/risc-v/src/esp32c3/esp_ble.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_ble.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/risc-v/src/esp32c3/esp_ble.h b/arch/risc-v/src/esp32c3/esp_ble.h index 537fdb3271..44a31be6b2 100644 --- a/arch/risc-v/src/esp32c3/esp_ble.h +++ b/arch/risc-v/src/esp32c3/esp_ble.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_ble.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/risc-v/src/esp32c3/esp_ble_adapter.c b/arch/risc-v/src/esp32c3/esp_ble_adapter.c index 5122aa6a59..c1c9537d1c 100644 --- a/arch/risc-v/src/esp32c3/esp_ble_adapter.c +++ b/arch/risc-v/src/esp32c3/esp_ble_adapter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_ble_adapter.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/risc-v/src/esp32c3/esp_ble_adapter.h b/arch/risc-v/src/esp32c3/esp_ble_adapter.h index f3b20d79b1..998a0cf020 100644 --- a/arch/risc-v/src/esp32c3/esp_ble_adapter.h +++ b/arch/risc-v/src/esp32c3/esp_ble_adapter.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_ble_adapter.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/risc-v/src/esp32c3/esp_coex_adapter.c b/arch/risc-v/src/esp32c3/esp_coex_adapter.c index 4d3eef0897..e7fa08c3cd 100644 --- a/arch/risc-v/src/esp32c3/esp_coex_adapter.c +++ b/arch/risc-v/src/esp32c3/esp_coex_adapter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_coex_adapter.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/risc-v/src/esp32c3/esp_wifi_adapter.c b/arch/risc-v/src/esp32c3/esp_wifi_adapter.c index 350bc2e900..44fa965b64 100644 --- a/arch/risc-v/src/esp32c3/esp_wifi_adapter.c +++ b/arch/risc-v/src/esp32c3/esp_wifi_adapter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_wifi_adapter.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/risc-v/src/esp32c3/esp_wifi_adapter.h b/arch/risc-v/src/esp32c3/esp_wifi_adapter.h index 9ffb186a71..eaa6bea7ac 100644 --- a/arch/risc-v/src/esp32c3/esp_wifi_adapter.h +++ b/arch/risc-v/src/esp32c3/esp_wifi_adapter.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_wifi_adapter.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/risc-v/src/esp32c3/esp_wireless.c b/arch/risc-v/src/esp32c3/esp_wireless.c index b64d2d21a0..1389393339 100644 --- a/arch/risc-v/src/esp32c3/esp_wireless.c +++ b/arch/risc-v/src/esp32c3/esp_wireless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_wireless.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/risc-v/src/esp32c3/esp_wireless.h b/arch/risc-v/src/esp32c3/esp_wireless.h index b2b74d60d9..ee1de49619 100644 --- a/arch/risc-v/src/esp32c3/esp_wireless.h +++ b/arch/risc-v/src/esp32c3/esp_wireless.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c3/esp_wireless.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/risc-v/src/esp32c3/hal_esp32c3.mk b/arch/risc-v/src/esp32c3/hal_esp32c3.mk index 19d92770ef..fc7af2c396 100644 --- a/arch/risc-v/src/esp32c3/hal_esp32c3.mk +++ b/arch/risc-v/src/esp32c3/hal_esp32c3.mk @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32c3/esp32c3.mk # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32c6/Make.defs b/arch/risc-v/src/esp32c6/Make.defs index 6469f02e57..519988f1c8 100644 --- a/arch/risc-v/src/esp32c6/Make.defs +++ b/arch/risc-v/src/esp32c6/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32c6/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/risc-v/src/esp32c6/esp_coex_adapter.c b/arch/risc-v/src/esp32c6/esp_coex_adapter.c index 88fed2ea44..95df39e7a4 100644 --- a/arch/risc-v/src/esp32c6/esp_coex_adapter.c +++ b/arch/risc-v/src/esp32c6/esp_coex_adapter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c6/esp_coex_adapter.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/risc-v/src/esp32c6/esp_wifi_adapter.c b/arch/risc-v/src/esp32c6/esp_wifi_adapter.c index b926318a2c..e89edcf38e 100644 --- a/arch/risc-v/src/esp32c6/esp_wifi_adapter.c +++ b/arch/risc-v/src/esp32c6/esp_wifi_adapter.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c6/esp_wifi_adapter.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/risc-v/src/esp32c6/esp_wifi_adapter.h b/arch/risc-v/src/esp32c6/esp_wifi_adapter.h index 9852b0921c..cc69495df8 100644 --- a/arch/risc-v/src/esp32c6/esp_wifi_adapter.h +++ b/arch/risc-v/src/esp32c6/esp_wifi_adapter.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/esp32c6/esp_wifi_adapter.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/risc-v/src/esp32c6/hal_esp32c6.mk b/arch/risc-v/src/esp32c6/hal_esp32c6.mk index 7d99f1c6c7..373ec4c60f 100644 --- a/arch/risc-v/src/esp32c6/hal_esp32c6.mk +++ b/arch/risc-v/src/esp32c6/hal_esp32c6.mk @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32c6/esp32c6.mk # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/esp32h2/Make.defs b/arch/risc-v/src/esp32h2/Make.defs index 98a16698f1..57504f479b 100644 --- a/arch/risc-v/src/esp32h2/Make.defs +++ b/arch/risc-v/src/esp32h2/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32h2/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/risc-v/src/esp32h2/hal_esp32h2.mk b/arch/risc-v/src/esp32h2/hal_esp32h2.mk index d621d4f4b9..5d3d19ef26 100644 --- a/arch/risc-v/src/esp32h2/hal_esp32h2.mk +++ b/arch/risc-v/src/esp32h2/hal_esp32h2.mk @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/esp32c6/esp32h2.mk # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/fe310/Make.defs b/arch/risc-v/src/fe310/Make.defs index ecdb142812..49a5c1f976 100644 --- a/arch/risc-v/src/fe310/Make.defs +++ b/arch/risc-v/src/fe310/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/fe310/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/risc-v/src/fe310/chip.h b/arch/risc-v/src/fe310/chip.h index 8514a5f5ba..eb8722326f 100644 --- a/arch/risc-v/src/fe310/chip.h +++ b/arch/risc-v/src/fe310/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/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/risc-v/src/fe310/fe310.h b/arch/risc-v/src/fe310/fe310.h index 3193a61c99..c76e7b44da 100644 --- a/arch/risc-v/src/fe310/fe310.h +++ b/arch/risc-v/src/fe310/fe310.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310.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/risc-v/src/fe310/fe310_allocateheap.c b/arch/risc-v/src/fe310/fe310_allocateheap.c index 462c9ebb58..86767a3d8f 100644 --- a/arch/risc-v/src/fe310/fe310_allocateheap.c +++ b/arch/risc-v/src/fe310/fe310_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_clockconfig.c b/arch/risc-v/src/fe310/fe310_clockconfig.c index 039a2cf265..9ffc870659 100644 --- a/arch/risc-v/src/fe310/fe310_clockconfig.c +++ b/arch/risc-v/src/fe310/fe310_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_clockconfig.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/risc-v/src/fe310/fe310_clockconfig.h b/arch/risc-v/src/fe310/fe310_clockconfig.h index e23bece668..73aeb1a02a 100644 --- a/arch/risc-v/src/fe310/fe310_clockconfig.h +++ b/arch/risc-v/src/fe310/fe310_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_clockconfig.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/risc-v/src/fe310/fe310_config.h b/arch/risc-v/src/fe310/fe310_config.h index 33b9252308..74dfaeed67 100644 --- a/arch/risc-v/src/fe310/fe310_config.h +++ b/arch/risc-v/src/fe310/fe310_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_gpio.c b/arch/risc-v/src/fe310/fe310_gpio.c index 1fd698cbdf..0e74230294 100644 --- a/arch/risc-v/src/fe310/fe310_gpio.c +++ b/arch/risc-v/src/fe310/fe310_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_gpio.h b/arch/risc-v/src/fe310/fe310_gpio.h index 05f3050a9b..ae41108afd 100644 --- a/arch/risc-v/src/fe310/fe310_gpio.h +++ b/arch/risc-v/src/fe310/fe310_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_head.S b/arch/risc-v/src/fe310/fe310_head.S index 8e91221ef0..80a575d534 100644 --- a/arch/risc-v/src/fe310/fe310_head.S +++ b/arch/risc-v/src/fe310/fe310_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_idle.c b/arch/risc-v/src/fe310/fe310_idle.c index 56af99d330..5c8705ba54 100644 --- a/arch/risc-v/src/fe310/fe310_idle.c +++ b/arch/risc-v/src/fe310/fe310_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_irq.c b/arch/risc-v/src/fe310/fe310_irq.c index f7244f9387..9b0cae7a37 100644 --- a/arch/risc-v/src/fe310/fe310_irq.c +++ b/arch/risc-v/src/fe310/fe310_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_irq_dispatch.c b/arch/risc-v/src/fe310/fe310_irq_dispatch.c index 18e2a48e71..3369c45fce 100644 --- a/arch/risc-v/src/fe310/fe310_irq_dispatch.c +++ b/arch/risc-v/src/fe310/fe310_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_irq_dispatch.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/risc-v/src/fe310/fe310_lowputc.c b/arch/risc-v/src/fe310/fe310_lowputc.c index 20a0127bdb..755a0ccd89 100644 --- a/arch/risc-v/src/fe310/fe310_lowputc.c +++ b/arch/risc-v/src/fe310/fe310_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/fe310/fe310_lowputc.h b/arch/risc-v/src/fe310/fe310_lowputc.h index 374da43c89..a0dc6d1242 100644 --- a/arch/risc-v/src/fe310/fe310_lowputc.h +++ b/arch/risc-v/src/fe310/fe310_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_lowputc.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/risc-v/src/fe310/fe310_memorymap.h b/arch/risc-v/src/fe310/fe310_memorymap.h index 6bf30e6364..27f12a428c 100644 --- a/arch/risc-v/src/fe310/fe310_memorymap.h +++ b/arch/risc-v/src/fe310/fe310_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_serial.c b/arch/risc-v/src/fe310/fe310_serial.c index 3d1dd8db66..d8bca3a6a0 100644 --- a/arch/risc-v/src/fe310/fe310_serial.c +++ b/arch/risc-v/src/fe310/fe310_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/fe310_start.c b/arch/risc-v/src/fe310/fe310_start.c index 885ea5b3d0..16b54b21f7 100644 --- a/arch/risc-v/src/fe310/fe310_start.c +++ b/arch/risc-v/src/fe310/fe310_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_start.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/risc-v/src/fe310/fe310_timerisr.c b/arch/risc-v/src/fe310/fe310_timerisr.c index 142d9628d6..c4219a0ed9 100644 --- a/arch/risc-v/src/fe310/fe310_timerisr.c +++ b/arch/risc-v/src/fe310/fe310_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/fe310_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/risc-v/src/fe310/hardware/fe310_clint.h b/arch/risc-v/src/fe310/hardware/fe310_clint.h index 095fe5c3af..6568c05dbb 100644 --- a/arch/risc-v/src/fe310/hardware/fe310_clint.h +++ b/arch/risc-v/src/fe310/hardware/fe310_clint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/hardware/fe310_clint.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/risc-v/src/fe310/hardware/fe310_gpio.h b/arch/risc-v/src/fe310/hardware/fe310_gpio.h index 081a324859..62ae28dfb9 100644 --- a/arch/risc-v/src/fe310/hardware/fe310_gpio.h +++ b/arch/risc-v/src/fe310/hardware/fe310_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/hardware/fe310_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/risc-v/src/fe310/hardware/fe310_memorymap.h b/arch/risc-v/src/fe310/hardware/fe310_memorymap.h index 00d7642ebe..9094fb6414 100644 --- a/arch/risc-v/src/fe310/hardware/fe310_memorymap.h +++ b/arch/risc-v/src/fe310/hardware/fe310_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/hardware/fe310_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/risc-v/src/fe310/hardware/fe310_plic.h b/arch/risc-v/src/fe310/hardware/fe310_plic.h index bb4aa2c35b..18a3c6ec1b 100644 --- a/arch/risc-v/src/fe310/hardware/fe310_plic.h +++ b/arch/risc-v/src/fe310/hardware/fe310_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/hardware/fe310_plic.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/risc-v/src/fe310/hardware/fe310_prci.h b/arch/risc-v/src/fe310/hardware/fe310_prci.h index 066e695f1b..15daea8cef 100644 --- a/arch/risc-v/src/fe310/hardware/fe310_prci.h +++ b/arch/risc-v/src/fe310/hardware/fe310_prci.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/hardware/fe310_prci.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/risc-v/src/fe310/hardware/fe310_uart.h b/arch/risc-v/src/fe310/hardware/fe310_uart.h index e654f6e25d..f2a00e4a47 100644 --- a/arch/risc-v/src/fe310/hardware/fe310_uart.h +++ b/arch/risc-v/src/fe310/hardware/fe310_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/fe310/hardware/fe310_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/hpm6000/CMakeLists.txt b/arch/risc-v/src/hpm6000/CMakeLists.txt index 849dfa2bb7..45a91fd5b9 100644 --- a/arch/risc-v/src/hpm6000/CMakeLists.txt +++ b/arch/risc-v/src/hpm6000/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/hpm6000/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/hpm6000/Make.defs b/arch/risc-v/src/hpm6000/Make.defs index e2ae1024f8..4fb07f2ef8 100644 --- a/arch/risc-v/src/hpm6000/Make.defs +++ b/arch/risc-v/src/hpm6000/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/hpm6000/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/risc-v/src/hpm6000/chip.h b/arch/risc-v/src/hpm6000/chip.h index 8ed81c4eea..63549b3a28 100644 --- a/arch/risc-v/src/hpm6000/chip.h +++ b/arch/risc-v/src/hpm6000/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/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/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_gpio.h b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_gpio.h index 9aade3e58e..7114c44fdd 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_gpio.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_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 @@ -486,4 +488,4 @@ #define HPM_GPIOZ_AS_CLR (HPM_GPIO0_BASE + HPM_GPIOZ_AS_CLR_OFFSET) #define HPM_GPIOZ_AS_TGL (HPM_GPIO0_BASE + HPM_GPIOZ_AS_TGL_OFFSET) -#endif /* __ARCH_RISCV_SRC_HPM6000_HARDWARE_HPM6300_HPM6300_GPIO_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_HPM6000_HARDWARE_HPM6300_HPM6300_GPIO_H */ diff --git a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_ioc.h b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_ioc.h index 196ede0e42..04fb21f46d 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_ioc.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_ioc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_ioc.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 @@ -638,4 +640,4 @@ #define HPM_PIOC_PAD_PY06_FUNC_CTL (HPM_PIOC_BASE + HPM_IOC_PAD_PY06_FUNC_CTL_OFFSET) #define HPM_PIOC_PAD_PY07_FUNC_CTL (HPM_PIOC_BASE + HPM_IOC_PAD_PY07_FUNC_CTL_OFFSET) -#endif /* __ARCH_RISCV_SRC_HPM6000_HARDWARE_HPM6300_HPM6300_IOC_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_HPM6000_HARDWARE_HPM6300_HPM6300_IOC_H */ diff --git a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_memorymap.h b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_memorymap.h index 715291c46f..4e85c9765b 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_memorymap.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_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/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pcfg.h b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pcfg.h index 91b99d891a..e2e65e43ed 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pcfg.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pcfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pcfg.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/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pinmux.h b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pinmux.h index e2b4d55743..16afbe7346 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pinmux.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_pinmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_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/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_sysctl.h b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_sysctl.h index 214fee78af..3b9c46d6cd 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_sysctl.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm6300/hpm6300_sysctl.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/risc-v/src/hpm6000/hardware/hpm_gpio.h b/arch/risc-v/src/hpm6000/hardware/hpm_gpio.h index b9db47b3e7..6b59fb47ba 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_gpio.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_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/risc-v/src/hpm6000/hardware/hpm_ioc.h b/arch/risc-v/src/hpm6000/hardware/hpm_ioc.h index bd8b391c04..78c7ef3663 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_ioc.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_ioc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_ioc.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/risc-v/src/hpm6000/hardware/hpm_mchtmr.h b/arch/risc-v/src/hpm6000/hardware/hpm_mchtmr.h index 03dd20292e..34e55817ac 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_mchtmr.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_mchtmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_mchtmr.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/risc-v/src/hpm6000/hardware/hpm_memorymap.h b/arch/risc-v/src/hpm6000/hardware/hpm_memorymap.h index b23eaa516e..523a7196c2 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_memorymap.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_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/risc-v/src/hpm6000/hardware/hpm_plic.h b/arch/risc-v/src/hpm6000/hardware/hpm_plic.h index 37dd160435..c6690a1cca 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_plic.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_plic.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/risc-v/src/hpm6000/hardware/hpm_pllctl.h b/arch/risc-v/src/hpm6000/hardware/hpm_pllctl.h index 5d50024e98..7b7ecb4e12 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_pllctl.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_pllctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_pllctl.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/risc-v/src/hpm6000/hardware/hpm_sysctl.h b/arch/risc-v/src/hpm6000/hardware/hpm_sysctl.h index 5f82664bda..74df7cfc95 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_sysctl.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_sysctl.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 @@ -39,4 +41,4 @@ # error Unrecognized HPM architecture #endif -#endif /* __ARCH_RISCV_SRC_HPM6000_HARDWARE_HPM_SYSCTL_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_HPM6000_HARDWARE_HPM_SYSCTL_H */ diff --git a/arch/risc-v/src/hpm6000/hardware/hpm_uart.h b/arch/risc-v/src/hpm6000/hardware/hpm_uart.h index 2c34ee8d11..b546874218 100644 --- a/arch/risc-v/src/hpm6000/hardware/hpm_uart.h +++ b/arch/risc-v/src/hpm6000/hardware/hpm_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hardware/hpm_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/hpm6000/hpm.h b/arch/risc-v/src/hpm6000/hpm.h index 23ca06346e..9a097d6160 100644 --- a/arch/risc-v/src/hpm6000/hpm.h +++ b/arch/risc-v/src/hpm6000/hpm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm.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/risc-v/src/hpm6000/hpm_clockconfig.c b/arch/risc-v/src/hpm6000/hpm_clockconfig.c index 75f055e94f..7312737ca7 100644 --- a/arch/risc-v/src/hpm6000/hpm_clockconfig.c +++ b/arch/risc-v/src/hpm6000/hpm_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_clockconfig.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/risc-v/src/hpm6000/hpm_clockconfig.h b/arch/risc-v/src/hpm6000/hpm_clockconfig.h index 58210967b2..78fcbd13d5 100644 --- a/arch/risc-v/src/hpm6000/hpm_clockconfig.h +++ b/arch/risc-v/src/hpm6000/hpm_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_clockconfig.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/risc-v/src/hpm6000/hpm_config.h b/arch/risc-v/src/hpm6000/hpm_config.h index 6c671ecd33..44ec247cac 100644 --- a/arch/risc-v/src/hpm6000/hpm_config.h +++ b/arch/risc-v/src/hpm6000/hpm_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_gpio.c b/arch/risc-v/src/hpm6000/hpm_gpio.c index 7b3172a910..b1016d93e5 100644 --- a/arch/risc-v/src/hpm6000/hpm_gpio.c +++ b/arch/risc-v/src/hpm6000/hpm_gpio.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_gpio.h b/arch/risc-v/src/hpm6000/hpm_gpio.h index ea3d9af2df..b191bf10ca 100644 --- a/arch/risc-v/src/hpm6000/hpm_gpio.h +++ b/arch/risc-v/src/hpm6000/hpm_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_head.S b/arch/risc-v/src/hpm6000/hpm_head.S index 300512b2bb..af8af5435a 100644 --- a/arch/risc-v/src/hpm6000/hpm_head.S +++ b/arch/risc-v/src/hpm6000/hpm_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_ioc.c b/arch/risc-v/src/hpm6000/hpm_ioc.c index 0c2f674adf..cc5fc6b60a 100644 --- a/arch/risc-v/src/hpm6000/hpm_ioc.c +++ b/arch/risc-v/src/hpm6000/hpm_ioc.c @@ -1,6 +1,8 @@ /*************************************************************************** * arch/risc-v/src/hpm6000/hpm_ioc.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/risc-v/src/hpm6000/hpm_ioc.h b/arch/risc-v/src/hpm6000/hpm_ioc.h index 451dfdea6d..ab8366e247 100644 --- a/arch/risc-v/src/hpm6000/hpm_ioc.h +++ b/arch/risc-v/src/hpm6000/hpm_ioc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_ioc.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/risc-v/src/hpm6000/hpm_iomux.h b/arch/risc-v/src/hpm6000/hpm_iomux.h index 1d17d0a440..3cba0d6bc1 100644 --- a/arch/risc-v/src/hpm6000/hpm_iomux.h +++ b/arch/risc-v/src/hpm6000/hpm_iomux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_iomux.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 @@ -973,4 +975,4 @@ #define IOC_PZ07_FUNC_CTL_GPIO_Z_07 IOC_PAD_FUNC_ALT_SELECT(0) #define IOC_PZ07_FUNC_CTL_UART6_RXD IOC_PAD_FUNC_ALT_SELECT(2) #define IOC_PZ07_FUNC_CTL_I2C3_SDA IOC_PAD_FUNC_ALT_SELECT(4) -#endif /* __ARCH_RISCV_SRC_HPM6000_HPM_IOMUX_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_HPM6000_HPM_IOMUX_H */ diff --git a/arch/risc-v/src/hpm6000/hpm_irq.c b/arch/risc-v/src/hpm6000/hpm_irq.c index 73de263464..641e11548d 100644 --- a/arch/risc-v/src/hpm6000/hpm_irq.c +++ b/arch/risc-v/src/hpm6000/hpm_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_irq_dispatch.c b/arch/risc-v/src/hpm6000/hpm_irq_dispatch.c index 5347cccf07..af98fea09e 100644 --- a/arch/risc-v/src/hpm6000/hpm_irq_dispatch.c +++ b/arch/risc-v/src/hpm6000/hpm_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_irq_dispatch.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/risc-v/src/hpm6000/hpm_lowputc.c b/arch/risc-v/src/hpm6000/hpm_lowputc.c index f9d06d6467..4f243ce74f 100644 --- a/arch/risc-v/src/hpm6000/hpm_lowputc.c +++ b/arch/risc-v/src/hpm6000/hpm_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The @@ -471,4 +473,4 @@ void hpm_lowputc(int ch) #endif } #endif -#endif /* HAVE_UART_DEVICE */ \ No newline at end of file +#endif /* HAVE_UART_DEVICE */ diff --git a/arch/risc-v/src/hpm6000/hpm_lowputc.h b/arch/risc-v/src/hpm6000/hpm_lowputc.h index a9a608e0ad..6b39193d4f 100644 --- a/arch/risc-v/src/hpm6000/hpm_lowputc.h +++ b/arch/risc-v/src/hpm6000/hpm_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_lowputc.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/risc-v/src/hpm6000/hpm_memorymap.h b/arch/risc-v/src/hpm6000/hpm_memorymap.h index 9d42acaad8..5ad10e8a4a 100644 --- a/arch/risc-v/src/hpm6000/hpm_memorymap.h +++ b/arch/risc-v/src/hpm6000/hpm_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_pmic_iomux.h b/arch/risc-v/src/hpm6000/hpm_pmic_iomux.h index 4aeec54366..8c6ce25353 100644 --- a/arch/risc-v/src/hpm6000/hpm_pmic_iomux.h +++ b/arch/risc-v/src/hpm6000/hpm_pmic_iomux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_pmic_iomux.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/risc-v/src/hpm6000/hpm_serial.c b/arch/risc-v/src/hpm6000/hpm_serial.c index 22b5732b1a..26d2a89e3b 100644 --- a/arch/risc-v/src/hpm6000/hpm_serial.c +++ b/arch/risc-v/src/hpm6000/hpm_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_serial.h b/arch/risc-v/src/hpm6000/hpm_serial.h index e3c8406d27..6a5076d496 100644 --- a/arch/risc-v/src/hpm6000/hpm_serial.h +++ b/arch/risc-v/src/hpm6000/hpm_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6000/hpm_start.c b/arch/risc-v/src/hpm6000/hpm_start.c index 051249c066..b5cf86a9cb 100644 --- a/arch/risc-v/src/hpm6000/hpm_start.c +++ b/arch/risc-v/src/hpm6000/hpm_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_start.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/risc-v/src/hpm6000/hpm_timerisr.c b/arch/risc-v/src/hpm6000/hpm_timerisr.c index 65d74a32a9..c28ff6d778 100644 --- a/arch/risc-v/src/hpm6000/hpm_timerisr.c +++ b/arch/risc-v/src/hpm6000/hpm_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6000/hpm_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/risc-v/src/hpm6750/Make.defs b/arch/risc-v/src/hpm6750/Make.defs index 98231f6b08..c81cbf69ed 100644 --- a/arch/risc-v/src/hpm6750/Make.defs +++ b/arch/risc-v/src/hpm6750/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/hpm6750/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/risc-v/src/hpm6750/chip.h b/arch/risc-v/src/hpm6750/chip.h index 36cec4c2c2..8bc2aab83c 100644 --- a/arch/risc-v/src/hpm6750/chip.h +++ b/arch/risc-v/src/hpm6750/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/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/risc-v/src/hpm6750/hardware/hpm6750_ioc.h b/arch/risc-v/src/hpm6750/hardware/hpm6750_ioc.h index b268aab4d3..d44f444b7e 100644 --- a/arch/risc-v/src/hpm6750/hardware/hpm6750_ioc.h +++ b/arch/risc-v/src/hpm6750/hardware/hpm6750_ioc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hardware/hpm6750_ioc.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 @@ -358,4 +360,4 @@ #define IOC_PAD_PAD_CTL_DS_SET(x) (((uint32_t)(x) << IOC_PAD_PAD_CTL_DS_SHIFT) & IOC_PAD_PAD_CTL_DS_MASK) #define IOC_PAD_PAD_CTL_DS_GET(x) (((uint32_t)(x) & IOC_PAD_PAD_CTL_DS_MASK) >> IOC_PAD_PAD_CTL_DS_SHIFT) -#endif /* __ARCH_RISCV_SRC_HPM6750_HARDWARE_HPM6750_IOC_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_HPM6750_HARDWARE_HPM6750_IOC_H */ diff --git a/arch/risc-v/src/hpm6750/hardware/hpm6750_mchtmr.h b/arch/risc-v/src/hpm6750/hardware/hpm6750_mchtmr.h index 320defdb5e..5000bb5193 100644 --- a/arch/risc-v/src/hpm6750/hardware/hpm6750_mchtmr.h +++ b/arch/risc-v/src/hpm6750/hardware/hpm6750_mchtmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hardware/hpm6750_mchtmr.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/risc-v/src/hpm6750/hardware/hpm6750_memorymap.h b/arch/risc-v/src/hpm6750/hardware/hpm6750_memorymap.h index 9c422e0b15..cb679f5da7 100644 --- a/arch/risc-v/src/hpm6750/hardware/hpm6750_memorymap.h +++ b/arch/risc-v/src/hpm6750/hardware/hpm6750_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hardware/hpm6750_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/risc-v/src/hpm6750/hardware/hpm6750_plic.h b/arch/risc-v/src/hpm6750/hardware/hpm6750_plic.h index 701b4ec38f..bbb88f2aba 100644 --- a/arch/risc-v/src/hpm6750/hardware/hpm6750_plic.h +++ b/arch/risc-v/src/hpm6750/hardware/hpm6750_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hardware/hpm6750_plic.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/risc-v/src/hpm6750/hardware/hpm6750_sysctl.h b/arch/risc-v/src/hpm6750/hardware/hpm6750_sysctl.h index c826316007..633fb2ff5c 100644 --- a/arch/risc-v/src/hpm6750/hardware/hpm6750_sysctl.h +++ b/arch/risc-v/src/hpm6750/hardware/hpm6750_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hardware/hpm6750_sysctl.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/risc-v/src/hpm6750/hardware/hpm6750_uart.h b/arch/risc-v/src/hpm6750/hardware/hpm6750_uart.h index f71058affd..ccc24f2e68 100644 --- a/arch/risc-v/src/hpm6750/hardware/hpm6750_uart.h +++ b/arch/risc-v/src/hpm6750/hardware/hpm6750_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hardware/hpm6750_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/hpm6750/hpm6750.h b/arch/risc-v/src/hpm6750/hpm6750.h index 49ce61a328..fcad757304 100644 --- a/arch/risc-v/src/hpm6750/hpm6750.h +++ b/arch/risc-v/src/hpm6750/hpm6750.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750.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/risc-v/src/hpm6750/hpm6750_clockconfig.c b/arch/risc-v/src/hpm6750/hpm6750_clockconfig.c index 3b6779ce59..936f2c0ceb 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_clockconfig.c +++ b/arch/risc-v/src/hpm6750/hpm6750_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_clockconfig.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/risc-v/src/hpm6750/hpm6750_clockconfig.h b/arch/risc-v/src/hpm6750/hpm6750_clockconfig.h index ce5bb612c8..6fadd8b507 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_clockconfig.h +++ b/arch/risc-v/src/hpm6750/hpm6750_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_clockconfig.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/risc-v/src/hpm6750/hpm6750_config.h b/arch/risc-v/src/hpm6750/hpm6750_config.h index ad2b24a6aa..7f62c42d29 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_config.h +++ b/arch/risc-v/src/hpm6750/hpm6750_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_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/risc-v/src/hpm6750/hpm6750_head.S b/arch/risc-v/src/hpm6750/hpm6750_head.S index f696c2360a..a8a704ded1 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_head.S +++ b/arch/risc-v/src/hpm6750/hpm6750_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_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/risc-v/src/hpm6750/hpm6750_iomux.h b/arch/risc-v/src/hpm6750/hpm6750_iomux.h index 0f0c65f67c..9083b59327 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_iomux.h +++ b/arch/risc-v/src/hpm6750/hpm6750_iomux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_iomux.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 @@ -1682,4 +1684,4 @@ #define IOC_PZ11_FUNC_CTL_CAN3_STBY IOC_PAD_FUNC_CTL_ALT_SELECT_SET(7) #define IOC_PZ11_FUNC_CTL_ACMP_COMP_2 IOC_PAD_FUNC_CTL_ALT_SELECT_SET(16) -#endif /* __ARCH_RISCV_SRC_HPM6750_HPM6750_IOMUX_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_HPM6750_HPM6750_IOMUX_H */ diff --git a/arch/risc-v/src/hpm6750/hpm6750_irq.c b/arch/risc-v/src/hpm6750/hpm6750_irq.c index 25d614d406..4fa70fa915 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_irq.c +++ b/arch/risc-v/src/hpm6750/hpm6750_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_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/risc-v/src/hpm6750/hpm6750_irq_dispatch.c b/arch/risc-v/src/hpm6750/hpm6750_irq_dispatch.c index bd2a25731a..6aa172ecd7 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_irq_dispatch.c +++ b/arch/risc-v/src/hpm6750/hpm6750_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_irq_dispatch.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/risc-v/src/hpm6750/hpm6750_lowputc.c b/arch/risc-v/src/hpm6750/hpm6750_lowputc.c index b2c9698d80..e1a854e86f 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_lowputc.c +++ b/arch/risc-v/src/hpm6750/hpm6750_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/hpm6750/hpm6750_lowputc.h b/arch/risc-v/src/hpm6750/hpm6750_lowputc.h index 770fb3de93..f67cfeb679 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_lowputc.h +++ b/arch/risc-v/src/hpm6750/hpm6750_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_lowputc.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/risc-v/src/hpm6750/hpm6750_memorymap.h b/arch/risc-v/src/hpm6750/hpm6750_memorymap.h index b9c960589c..1419480b8e 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_memorymap.h +++ b/arch/risc-v/src/hpm6750/hpm6750_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_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/risc-v/src/hpm6750/hpm6750_pmic_iomux.h b/arch/risc-v/src/hpm6750/hpm6750_pmic_iomux.h index 7e2683853b..db30a6d88b 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_pmic_iomux.h +++ b/arch/risc-v/src/hpm6750/hpm6750_pmic_iomux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_pmic_iomux.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 @@ -93,4 +95,4 @@ #define IOC_PY11_FUNC_CTL_PTMR_CAPT_3 IOC_PAD_FUNC_CTL_ALT_SELECT_SET(2) #define IOC_PY11_FUNC_CTL_SOC_PY_11 IOC_PAD_FUNC_CTL_ALT_SELECT_SET(3) -#endif /* __ARCH_RISCV_SRC_HPM6750_HPM6750_PMIC_IOMUX_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_HPM6750_HPM6750_PMIC_IOMUX_H */ diff --git a/arch/risc-v/src/hpm6750/hpm6750_serial.c b/arch/risc-v/src/hpm6750/hpm6750_serial.c index 1fb2bfa693..0ab37706fb 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_serial.c +++ b/arch/risc-v/src/hpm6750/hpm6750_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_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/risc-v/src/hpm6750/hpm6750_serial.h b/arch/risc-v/src/hpm6750/hpm6750_serial.h index d403ebefe6..7800dcd791 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_serial.h +++ b/arch/risc-v/src/hpm6750/hpm6750_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_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/risc-v/src/hpm6750/hpm6750_start.c b/arch/risc-v/src/hpm6750/hpm6750_start.c index 7afdaed2fe..1e1f8ebc0c 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_start.c +++ b/arch/risc-v/src/hpm6750/hpm6750_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_start.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/risc-v/src/hpm6750/hpm6750_timerisr.c b/arch/risc-v/src/hpm6750/hpm6750_timerisr.c index dbdda0a3da..4dfd512c61 100644 --- a/arch/risc-v/src/hpm6750/hpm6750_timerisr.c +++ b/arch/risc-v/src/hpm6750/hpm6750_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/hpm6750/hpm6750_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/risc-v/src/jh7110/Make.defs b/arch/risc-v/src/jh7110/Make.defs index d2c09482f1..6793d0d0e1 100644 --- a/arch/risc-v/src/jh7110/Make.defs +++ b/arch/risc-v/src/jh7110/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/jh7110/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/risc-v/src/jh7110/chip.h b/arch/risc-v/src/jh7110/chip.h index e5c082b96b..60bcee8432 100644 --- a/arch/risc-v/src/jh7110/chip.h +++ b/arch/risc-v/src/jh7110/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/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/risc-v/src/jh7110/hardware/jh7110_memorymap.h b/arch/risc-v/src/jh7110/hardware/jh7110_memorymap.h index 705a2ba026..0ad9c96950 100644 --- a/arch/risc-v/src/jh7110/hardware/jh7110_memorymap.h +++ b/arch/risc-v/src/jh7110/hardware/jh7110_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/hardware/jh7110_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/risc-v/src/jh7110/hardware/jh7110_plic.h b/arch/risc-v/src/jh7110/hardware/jh7110_plic.h index 079724ef0b..4e2d3d47f0 100644 --- a/arch/risc-v/src/jh7110/hardware/jh7110_plic.h +++ b/arch/risc-v/src/jh7110/hardware/jh7110_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/hardware/jh7110_plic.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/risc-v/src/jh7110/jh7110_allocateheap.c b/arch/risc-v/src/jh7110/jh7110_allocateheap.c index 7e511e8b82..7d4fdafa9f 100644 --- a/arch/risc-v/src/jh7110/jh7110_allocateheap.c +++ b/arch/risc-v/src/jh7110/jh7110_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_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/risc-v/src/jh7110/jh7110_head.S b/arch/risc-v/src/jh7110/jh7110_head.S index 151195c200..05993c3663 100644 --- a/arch/risc-v/src/jh7110/jh7110_head.S +++ b/arch/risc-v/src/jh7110/jh7110_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_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/risc-v/src/jh7110/jh7110_irq.c b/arch/risc-v/src/jh7110/jh7110_irq.c index ec30dbf417..fb15d4e617 100644 --- a/arch/risc-v/src/jh7110/jh7110_irq.c +++ b/arch/risc-v/src/jh7110/jh7110_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_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/risc-v/src/jh7110/jh7110_irq_dispatch.c b/arch/risc-v/src/jh7110/jh7110_irq_dispatch.c index 193ae8d9f4..c767196d08 100644 --- a/arch/risc-v/src/jh7110/jh7110_irq_dispatch.c +++ b/arch/risc-v/src/jh7110/jh7110_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_irq_dispatch.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/risc-v/src/jh7110/jh7110_memorymap.h b/arch/risc-v/src/jh7110/jh7110_memorymap.h index 02724605e5..64c6331e6c 100644 --- a/arch/risc-v/src/jh7110/jh7110_memorymap.h +++ b/arch/risc-v/src/jh7110/jh7110_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_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/risc-v/src/jh7110/jh7110_mm_init.c b/arch/risc-v/src/jh7110/jh7110_mm_init.c index 1b51470b28..76e39b9109 100644 --- a/arch/risc-v/src/jh7110/jh7110_mm_init.c +++ b/arch/risc-v/src/jh7110/jh7110_mm_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_mm_init.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/risc-v/src/jh7110/jh7110_mm_init.h b/arch/risc-v/src/jh7110/jh7110_mm_init.h index 0e09f136ff..90c56accc1 100644 --- a/arch/risc-v/src/jh7110/jh7110_mm_init.h +++ b/arch/risc-v/src/jh7110/jh7110_mm_init.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_mm_init.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/risc-v/src/jh7110/jh7110_pgalloc.c b/arch/risc-v/src/jh7110/jh7110_pgalloc.c index af3a7c8ba6..5fbae0a3e6 100644 --- a/arch/risc-v/src/jh7110/jh7110_pgalloc.c +++ b/arch/risc-v/src/jh7110/jh7110_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_pgalloc.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/risc-v/src/jh7110/jh7110_start.c b/arch/risc-v/src/jh7110/jh7110_start.c index a55844ffa1..4d987e00c1 100644 --- a/arch/risc-v/src/jh7110/jh7110_start.c +++ b/arch/risc-v/src/jh7110/jh7110_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_start.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/risc-v/src/jh7110/jh7110_timerisr.c b/arch/risc-v/src/jh7110/jh7110_timerisr.c index 8277ffcc4b..663db35a4e 100644 --- a/arch/risc-v/src/jh7110/jh7110_timerisr.c +++ b/arch/risc-v/src/jh7110/jh7110_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/jh7110/jh7110_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/risc-v/src/k210/CMakeLists.txt b/arch/risc-v/src/k210/CMakeLists.txt index 434c4f9fc5..f81ad8fc8e 100644 --- a/arch/risc-v/src/k210/CMakeLists.txt +++ b/arch/risc-v/src/k210/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/k210/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/k210/Make.defs b/arch/risc-v/src/k210/Make.defs index d3e1ec5769..cb302ecc90 100644 --- a/arch/risc-v/src/k210/Make.defs +++ b/arch/risc-v/src/k210/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/k210/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/risc-v/src/k210/chip.h b/arch/risc-v/src/k210/chip.h index 50548c09f9..d82818010a 100644 --- a/arch/risc-v/src/k210/chip.h +++ b/arch/risc-v/src/k210/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/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/risc-v/src/k210/hardware/k210_clint.h b/arch/risc-v/src/k210/hardware/k210_clint.h index 777cc6c48d..581aa9abd1 100644 --- a/arch/risc-v/src/k210/hardware/k210_clint.h +++ b/arch/risc-v/src/k210/hardware/k210_clint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/hardware/k210_clint.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/risc-v/src/k210/hardware/k210_memorymap.h b/arch/risc-v/src/k210/hardware/k210_memorymap.h index 68d620fb62..612fe99d66 100644 --- a/arch/risc-v/src/k210/hardware/k210_memorymap.h +++ b/arch/risc-v/src/k210/hardware/k210_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/hardware/k210_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/risc-v/src/k210/hardware/k210_plic.h b/arch/risc-v/src/k210/hardware/k210_plic.h index 526e7fa5df..b6ec8b5305 100644 --- a/arch/risc-v/src/k210/hardware/k210_plic.h +++ b/arch/risc-v/src/k210/hardware/k210_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/hardware/k210_plic.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/risc-v/src/k210/hardware/k210_sysctl.h b/arch/risc-v/src/k210/hardware/k210_sysctl.h index 0ee6cd6299..b26e10bfe9 100644 --- a/arch/risc-v/src/k210/hardware/k210_sysctl.h +++ b/arch/risc-v/src/k210/hardware/k210_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/hardware/k210_sysctl.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/risc-v/src/k210/hardware/k210_uart.h b/arch/risc-v/src/k210/hardware/k210_uart.h index 34d355cab1..d5a252560b 100644 --- a/arch/risc-v/src/k210/hardware/k210_uart.h +++ b/arch/risc-v/src/k210/hardware/k210_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/hardware/k210_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/k210/k210.h b/arch/risc-v/src/k210/k210.h index f8851ab6e7..52dd616f14 100644 --- a/arch/risc-v/src/k210/k210.h +++ b/arch/risc-v/src/k210/k210.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210.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/risc-v/src/k210/k210_allocateheap.c b/arch/risc-v/src/k210/k210_allocateheap.c index 02015d47f3..28f778099b 100644 --- a/arch/risc-v/src/k210/k210_allocateheap.c +++ b/arch/risc-v/src/k210/k210_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_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/risc-v/src/k210/k210_clockconfig.c b/arch/risc-v/src/k210/k210_clockconfig.c index 5317e24d7e..10819ead98 100644 --- a/arch/risc-v/src/k210/k210_clockconfig.c +++ b/arch/risc-v/src/k210/k210_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_clockconfig.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/risc-v/src/k210/k210_clockconfig.h b/arch/risc-v/src/k210/k210_clockconfig.h index e880e98ab0..d794351db6 100644 --- a/arch/risc-v/src/k210/k210_clockconfig.h +++ b/arch/risc-v/src/k210/k210_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_clockconfig.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/risc-v/src/k210/k210_config.h b/arch/risc-v/src/k210/k210_config.h index 49addd50a9..9715decb1c 100644 --- a/arch/risc-v/src/k210/k210_config.h +++ b/arch/risc-v/src/k210/k210_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_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/risc-v/src/k210/k210_fpioa.c b/arch/risc-v/src/k210/k210_fpioa.c index 358dc293fe..bcb6402725 100644 --- a/arch/risc-v/src/k210/k210_fpioa.c +++ b/arch/risc-v/src/k210/k210_fpioa.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_fpioa.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/risc-v/src/k210/k210_fpioa.h b/arch/risc-v/src/k210/k210_fpioa.h index b3c7349634..38bd429ab5 100644 --- a/arch/risc-v/src/k210/k210_fpioa.h +++ b/arch/risc-v/src/k210/k210_fpioa.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_fpioa.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/risc-v/src/k210/k210_gpiohs.c b/arch/risc-v/src/k210/k210_gpiohs.c index 5d29465420..3f25accfe8 100644 --- a/arch/risc-v/src/k210/k210_gpiohs.c +++ b/arch/risc-v/src/k210/k210_gpiohs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_gpiohs.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/risc-v/src/k210/k210_gpiohs.h b/arch/risc-v/src/k210/k210_gpiohs.h index 3a94e75ab7..8b9409fe37 100644 --- a/arch/risc-v/src/k210/k210_gpiohs.h +++ b/arch/risc-v/src/k210/k210_gpiohs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_gpiohs.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/risc-v/src/k210/k210_head.S b/arch/risc-v/src/k210/k210_head.S index 53101c079b..b59e3a3802 100644 --- a/arch/risc-v/src/k210/k210_head.S +++ b/arch/risc-v/src/k210/k210_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_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/risc-v/src/k210/k210_irq.c b/arch/risc-v/src/k210/k210_irq.c index 2a4e8f3f1c..6ca3924d53 100644 --- a/arch/risc-v/src/k210/k210_irq.c +++ b/arch/risc-v/src/k210/k210_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_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/risc-v/src/k210/k210_irq_dispatch.c b/arch/risc-v/src/k210/k210_irq_dispatch.c index e2ccbdd92b..fe22851280 100644 --- a/arch/risc-v/src/k210/k210_irq_dispatch.c +++ b/arch/risc-v/src/k210/k210_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_irq_dispatch.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/risc-v/src/k210/k210_lowputc.c b/arch/risc-v/src/k210/k210_lowputc.c index b8504c239b..f9727ef784 100644 --- a/arch/risc-v/src/k210/k210_lowputc.c +++ b/arch/risc-v/src/k210/k210_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/k210/k210_lowputc.h b/arch/risc-v/src/k210/k210_lowputc.h index 8c8e4c917c..7e2d2b8d86 100644 --- a/arch/risc-v/src/k210/k210_lowputc.h +++ b/arch/risc-v/src/k210/k210_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_lowputc.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/risc-v/src/k210/k210_memorymap.h b/arch/risc-v/src/k210/k210_memorymap.h index 68f73bf8c2..02b49912eb 100644 --- a/arch/risc-v/src/k210/k210_memorymap.h +++ b/arch/risc-v/src/k210/k210_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_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/risc-v/src/k210/k210_serial.c b/arch/risc-v/src/k210/k210_serial.c index 5dbb5b6824..4ff4ebb31d 100644 --- a/arch/risc-v/src/k210/k210_serial.c +++ b/arch/risc-v/src/k210/k210_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_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/risc-v/src/k210/k210_start.c b/arch/risc-v/src/k210/k210_start.c index 65855c55a5..93ffc75cbe 100644 --- a/arch/risc-v/src/k210/k210_start.c +++ b/arch/risc-v/src/k210/k210_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_start.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/risc-v/src/k210/k210_timerisr.c b/arch/risc-v/src/k210/k210_timerisr.c index 7c40fc6d03..514e29065c 100644 --- a/arch/risc-v/src/k210/k210_timerisr.c +++ b/arch/risc-v/src/k210/k210_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_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/risc-v/src/k210/k210_userspace.c b/arch/risc-v/src/k210/k210_userspace.c index 00575d23c7..364ed35bc5 100644 --- a/arch/risc-v/src/k210/k210_userspace.c +++ b/arch/risc-v/src/k210/k210_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_userspace.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/risc-v/src/k210/k210_userspace.h b/arch/risc-v/src/k210/k210_userspace.h index b184ac263b..1f79e52a0c 100644 --- a/arch/risc-v/src/k210/k210_userspace.h +++ b/arch/risc-v/src/k210/k210_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k210/k210_userspace.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/risc-v/src/k230/CMakeLists.txt b/arch/risc-v/src/k230/CMakeLists.txt index b66ff3650f..96fb047f14 100644 --- a/arch/risc-v/src/k230/CMakeLists.txt +++ b/arch/risc-v/src/k230/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/k230/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/k230/Make.defs b/arch/risc-v/src/k230/Make.defs index 5783d63cc6..b601e44c61 100644 --- a/arch/risc-v/src/k230/Make.defs +++ b/arch/risc-v/src/k230/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/k230/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/risc-v/src/k230/chip.h b/arch/risc-v/src/k230/chip.h index 2bd8768798..90e595ee9e 100644 --- a/arch/risc-v/src/k230/chip.h +++ b/arch/risc-v/src/k230/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/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/risc-v/src/k230/hardware/k230_clint.h b/arch/risc-v/src/k230/hardware/k230_clint.h index 179e893420..0f27a798c0 100644 --- a/arch/risc-v/src/k230/hardware/k230_clint.h +++ b/arch/risc-v/src/k230/hardware/k230_clint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/hardware/k230_clint.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/risc-v/src/k230/hardware/k230_memorymap.h b/arch/risc-v/src/k230/hardware/k230_memorymap.h index 512955114b..feb2e0e6c0 100644 --- a/arch/risc-v/src/k230/hardware/k230_memorymap.h +++ b/arch/risc-v/src/k230/hardware/k230_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/hardware/k230_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/risc-v/src/k230/hardware/k230_plic.h b/arch/risc-v/src/k230/hardware/k230_plic.h index 2acb8f47c0..2980c95b4d 100644 --- a/arch/risc-v/src/k230/hardware/k230_plic.h +++ b/arch/risc-v/src/k230/hardware/k230_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/hardware/k230_plic.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/risc-v/src/k230/k230_allocateheap.c b/arch/risc-v/src/k230/k230_allocateheap.c index 89395cbb9b..7d7c6ceb42 100644 --- a/arch/risc-v/src/k230/k230_allocateheap.c +++ b/arch/risc-v/src/k230/k230_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_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/risc-v/src/k230/k230_hart.c b/arch/risc-v/src/k230/k230_hart.c index 8e12b55a87..8bac61f9df 100644 --- a/arch/risc-v/src/k230/k230_hart.c +++ b/arch/risc-v/src/k230/k230_hart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_hart.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/risc-v/src/k230/k230_hart.h b/arch/risc-v/src/k230/k230_hart.h index cd5a5cf9a1..f49c2c43c5 100644 --- a/arch/risc-v/src/k230/k230_hart.h +++ b/arch/risc-v/src/k230/k230_hart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_hart.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/risc-v/src/k230/k230_head.S b/arch/risc-v/src/k230/k230_head.S index 901b065d38..e7daca2f34 100644 --- a/arch/risc-v/src/k230/k230_head.S +++ b/arch/risc-v/src/k230/k230_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_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/risc-v/src/k230/k230_ipi.c b/arch/risc-v/src/k230/k230_ipi.c index 9a4e9492d1..517766aaa4 100644 --- a/arch/risc-v/src/k230/k230_ipi.c +++ b/arch/risc-v/src/k230/k230_ipi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_ipi.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/risc-v/src/k230/k230_ipi.h b/arch/risc-v/src/k230/k230_ipi.h index a159539e47..75589660d2 100644 --- a/arch/risc-v/src/k230/k230_ipi.h +++ b/arch/risc-v/src/k230/k230_ipi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_ipi.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/risc-v/src/k230/k230_irq.c b/arch/risc-v/src/k230/k230_irq.c index 4bd3562813..2e6e10684a 100644 --- a/arch/risc-v/src/k230/k230_irq.c +++ b/arch/risc-v/src/k230/k230_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_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/risc-v/src/k230/k230_irq_dispatch.c b/arch/risc-v/src/k230/k230_irq_dispatch.c index 6bc89236f1..f344f4c44d 100644 --- a/arch/risc-v/src/k230/k230_irq_dispatch.c +++ b/arch/risc-v/src/k230/k230_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_irq_dispatch.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/risc-v/src/k230/k230_memorymap.h b/arch/risc-v/src/k230/k230_memorymap.h index a8701d8616..db1f7a4795 100644 --- a/arch/risc-v/src/k230/k230_memorymap.h +++ b/arch/risc-v/src/k230/k230_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_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/risc-v/src/k230/k230_mm_init.c b/arch/risc-v/src/k230/k230_mm_init.c index 721d8e0b72..4b849595ab 100644 --- a/arch/risc-v/src/k230/k230_mm_init.c +++ b/arch/risc-v/src/k230/k230_mm_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_mm_init.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/risc-v/src/k230/k230_mm_init.h b/arch/risc-v/src/k230/k230_mm_init.h index d684fca3d8..49432ff767 100644 --- a/arch/risc-v/src/k230/k230_mm_init.h +++ b/arch/risc-v/src/k230/k230_mm_init.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_mm_init.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/risc-v/src/k230/k230_pgalloc.c b/arch/risc-v/src/k230/k230_pgalloc.c index 48b1657d06..f9ce6056b1 100644 --- a/arch/risc-v/src/k230/k230_pgalloc.c +++ b/arch/risc-v/src/k230/k230_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_pgalloc.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/risc-v/src/k230/k230_rptun.c b/arch/risc-v/src/k230/k230_rptun.c index 980afb9565..360794bf55 100644 --- a/arch/risc-v/src/k230/k230_rptun.c +++ b/arch/risc-v/src/k230/k230_rptun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_rptun.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/risc-v/src/k230/k230_rptun.h b/arch/risc-v/src/k230/k230_rptun.h index 835a8108b5..ac0a6efb62 100644 --- a/arch/risc-v/src/k230/k230_rptun.h +++ b/arch/risc-v/src/k230/k230_rptun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_rptun.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/risc-v/src/k230/k230_start.c b/arch/risc-v/src/k230/k230_start.c index 301384e012..8bdc0cd016 100644 --- a/arch/risc-v/src/k230/k230_start.c +++ b/arch/risc-v/src/k230/k230_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_start.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/risc-v/src/k230/k230_timerisr.c b/arch/risc-v/src/k230/k230_timerisr.c index ff97e1cf3e..479157987d 100644 --- a/arch/risc-v/src/k230/k230_timerisr.c +++ b/arch/risc-v/src/k230/k230_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_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/risc-v/src/k230/k230_userspace.c b/arch/risc-v/src/k230/k230_userspace.c index a830514c21..160684a154 100644 --- a/arch/risc-v/src/k230/k230_userspace.c +++ b/arch/risc-v/src/k230/k230_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_userspace.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/risc-v/src/k230/k230_userspace.h b/arch/risc-v/src/k230/k230_userspace.h index 0e6f82625b..50ef1ee16a 100644 --- a/arch/risc-v/src/k230/k230_userspace.h +++ b/arch/risc-v/src/k230/k230_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/k230/k230_userspace.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/risc-v/src/litex/Make.defs b/arch/risc-v/src/litex/Make.defs index 104ce3db8b..b2e1ba55fb 100644 --- a/arch/risc-v/src/litex/Make.defs +++ b/arch/risc-v/src/litex/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/litex/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/risc-v/src/litex/chip.h b/arch/risc-v/src/litex/chip.h index 9799e31e57..1c40b893a5 100644 --- a/arch/risc-v/src/litex/chip.h +++ b/arch/risc-v/src/litex/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/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/risc-v/src/litex/hardware/litex_clint.h b/arch/risc-v/src/litex/hardware/litex_clint.h index a141ff1a40..13ff369a7e 100644 --- a/arch/risc-v/src/litex/hardware/litex_clint.h +++ b/arch/risc-v/src/litex/hardware/litex_clint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/hardware/litex_clint.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/risc-v/src/litex/hardware/litex_emac.h b/arch/risc-v/src/litex/hardware/litex_emac.h index 10643c56e2..e4b553ca5c 100644 --- a/arch/risc-v/src/litex/hardware/litex_emac.h +++ b/arch/risc-v/src/litex/hardware/litex_emac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/hardware/litex_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/risc-v/src/litex/hardware/litex_memorymap.h b/arch/risc-v/src/litex/hardware/litex_memorymap.h index 98584f5d40..69f774f484 100644 --- a/arch/risc-v/src/litex/hardware/litex_memorymap.h +++ b/arch/risc-v/src/litex/hardware/litex_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/hardware/litex_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/risc-v/src/litex/hardware/litex_plic.h b/arch/risc-v/src/litex/hardware/litex_plic.h index f57a6e8fb5..08ea1f2477 100644 --- a/arch/risc-v/src/litex/hardware/litex_plic.h +++ b/arch/risc-v/src/litex/hardware/litex_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/hardware/litex_plic.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/risc-v/src/litex/hardware/litex_sdio.h b/arch/risc-v/src/litex/hardware/litex_sdio.h index bdd8ef1e27..08342e3abe 100644 --- a/arch/risc-v/src/litex/hardware/litex_sdio.h +++ b/arch/risc-v/src/litex/hardware/litex_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/hardware/litex_sdio.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/risc-v/src/litex/hardware/litex_timer.h b/arch/risc-v/src/litex/hardware/litex_timer.h index 91692d2389..3d8f7fc4bd 100644 --- a/arch/risc-v/src/litex/hardware/litex_timer.h +++ b/arch/risc-v/src/litex/hardware/litex_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/hardware/litex_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/litex/hardware/litex_uart.h b/arch/risc-v/src/litex/hardware/litex_uart.h index aadc73dc50..d79c6e2041 100644 --- a/arch/risc-v/src/litex/hardware/litex_uart.h +++ b/arch/risc-v/src/litex/hardware/litex_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/hardware/litex_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/litex/litex.h b/arch/risc-v/src/litex/litex.h index 2b40683381..f9062873f5 100644 --- a/arch/risc-v/src/litex/litex.h +++ b/arch/risc-v/src/litex/litex.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex.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/risc-v/src/litex/litex_allocateheap.c b/arch/risc-v/src/litex/litex_allocateheap.c index c6783d6141..33c998a617 100644 --- a/arch/risc-v/src/litex/litex_allocateheap.c +++ b/arch/risc-v/src/litex/litex_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_arch_alarm.c b/arch/risc-v/src/litex/litex_arch_alarm.c index 50f81d14ef..7036d964a5 100644 --- a/arch/risc-v/src/litex/litex_arch_alarm.c +++ b/arch/risc-v/src/litex/litex_arch_alarm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_arch_alarm.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/risc-v/src/litex/litex_cache.S b/arch/risc-v/src/litex/litex_cache.S index c54a864274..37bb1d65b8 100644 --- a/arch/risc-v/src/litex/litex_cache.S +++ b/arch/risc-v/src/litex/litex_cache.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_cache.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/risc-v/src/litex/litex_clockconfig.c b/arch/risc-v/src/litex/litex_clockconfig.c index c72f9e2e43..26d8886224 100644 --- a/arch/risc-v/src/litex/litex_clockconfig.c +++ b/arch/risc-v/src/litex/litex_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_clockconfig.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/risc-v/src/litex/litex_clockconfig.h b/arch/risc-v/src/litex/litex_clockconfig.h index 4ef11b2b49..1d764b5678 100644 --- a/arch/risc-v/src/litex/litex_clockconfig.h +++ b/arch/risc-v/src/litex/litex_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_clockconfig.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/risc-v/src/litex/litex_config.h b/arch/risc-v/src/litex/litex_config.h index 91b871f083..9e41956cda 100644 --- a/arch/risc-v/src/litex/litex_config.h +++ b/arch/risc-v/src/litex/litex_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_ctrl.c b/arch/risc-v/src/litex/litex_ctrl.c index c5293bddc1..dee6b500d0 100644 --- a/arch/risc-v/src/litex/litex_ctrl.c +++ b/arch/risc-v/src/litex/litex_ctrl.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_ctrl.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/risc-v/src/litex/litex_ctrl.h b/arch/risc-v/src/litex/litex_ctrl.h index 4e4fd7618f..95e488e794 100644 --- a/arch/risc-v/src/litex/litex_ctrl.h +++ b/arch/risc-v/src/litex/litex_ctrl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_ctrl.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/risc-v/src/litex/litex_emac.c b/arch/risc-v/src/litex/litex_emac.c index 8ccb5d4bda..6b402057af 100644 --- a/arch/risc-v/src/litex/litex_emac.c +++ b/arch/risc-v/src/litex/litex_emac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_emac.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/risc-v/src/litex/litex_gpio.c b/arch/risc-v/src/litex/litex_gpio.c index 1e8e71655d..e39b73beae 100644 --- a/arch/risc-v/src/litex/litex_gpio.c +++ b/arch/risc-v/src/litex/litex_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_gpio.h b/arch/risc-v/src/litex/litex_gpio.h index c0116c7050..393d8df05d 100644 --- a/arch/risc-v/src/litex/litex_gpio.h +++ b/arch/risc-v/src/litex/litex_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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 @@ -207,4 +209,4 @@ void litex_gpio_irq_disable(int irq); #undef EXTERN #endif /* __ASSEMBLY__ */ -#endif /* __ARCH_RISCV_SRC_LITEX_LITEX_GPIO_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_LITEX_LITEX_GPIO_H */ diff --git a/arch/risc-v/src/litex/litex_head.S b/arch/risc-v/src/litex/litex_head.S index 37c59c54bd..cd4312232f 100644 --- a/arch/risc-v/src/litex/litex_head.S +++ b/arch/risc-v/src/litex/litex_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_irq.c b/arch/risc-v/src/litex/litex_irq.c index f73472b015..2d011d46a2 100644 --- a/arch/risc-v/src/litex/litex_irq.c +++ b/arch/risc-v/src/litex/litex_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_irq_dispatch.c b/arch/risc-v/src/litex/litex_irq_dispatch.c index 3fabb1a3d6..e2903be351 100644 --- a/arch/risc-v/src/litex/litex_irq_dispatch.c +++ b/arch/risc-v/src/litex/litex_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_irq_dispatch.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/risc-v/src/litex/litex_lowputc.c b/arch/risc-v/src/litex/litex_lowputc.c index 9d727753ee..4fef1eb9bc 100644 --- a/arch/risc-v/src/litex/litex_lowputc.c +++ b/arch/risc-v/src/litex/litex_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/litex/litex_lowputc.h b/arch/risc-v/src/litex/litex_lowputc.h index 105c8148de..cf7bb61996 100644 --- a/arch/risc-v/src/litex/litex_lowputc.h +++ b/arch/risc-v/src/litex/litex_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_lowputc.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/risc-v/src/litex/litex_memorymap.h b/arch/risc-v/src/litex/litex_memorymap.h index 3ef63e03c5..82fab8a5b2 100644 --- a/arch/risc-v/src/litex/litex_memorymap.h +++ b/arch/risc-v/src/litex/litex_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_mm_init.c b/arch/risc-v/src/litex/litex_mm_init.c index 815231d13f..b5edc068a7 100644 --- a/arch/risc-v/src/litex/litex_mm_init.c +++ b/arch/risc-v/src/litex/litex_mm_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_mm_init.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/risc-v/src/litex/litex_mm_init.h b/arch/risc-v/src/litex/litex_mm_init.h index 216a2993d3..54e55673f2 100644 --- a/arch/risc-v/src/litex/litex_mm_init.h +++ b/arch/risc-v/src/litex/litex_mm_init.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_mm_init.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/risc-v/src/litex/litex_pgalloc.c b/arch/risc-v/src/litex/litex_pgalloc.c index 02dd5d8ead..e2a857800f 100644 --- a/arch/risc-v/src/litex/litex_pgalloc.c +++ b/arch/risc-v/src/litex/litex_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_pgalloc.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/risc-v/src/litex/litex_pwm.c b/arch/risc-v/src/litex/litex_pwm.c index db0175a63c..57fb0d970f 100644 --- a/arch/risc-v/src/litex/litex_pwm.c +++ b/arch/risc-v/src/litex/litex_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_pwm.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/risc-v/src/litex/litex_pwm.h b/arch/risc-v/src/litex/litex_pwm.h index ffd5792d61..53b708cc4d 100644 --- a/arch/risc-v/src/litex/litex_pwm.h +++ b/arch/risc-v/src/litex/litex_pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_sdio.c b/arch/risc-v/src/litex/litex_sdio.c index 9b3006dc13..03328624d8 100644 --- a/arch/risc-v/src/litex/litex_sdio.c +++ b/arch/risc-v/src/litex/litex_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_sdio.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/risc-v/src/litex/litex_sdio.h b/arch/risc-v/src/litex/litex_sdio.h index 745f7ca948..b7c432f6e4 100644 --- a/arch/risc-v/src/litex/litex_sdio.h +++ b/arch/risc-v/src/litex/litex_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_sdio.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/risc-v/src/litex/litex_serial.c b/arch/risc-v/src/litex/litex_serial.c index 1c1b821f6b..c4d4af496c 100644 --- a/arch/risc-v/src/litex/litex_serial.c +++ b/arch/risc-v/src/litex/litex_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_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/risc-v/src/litex/litex_shead.S b/arch/risc-v/src/litex/litex_shead.S index 6899171ba3..5d5236287e 100644 --- a/arch/risc-v/src/litex/litex_shead.S +++ b/arch/risc-v/src/litex/litex_shead.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_shead.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/risc-v/src/litex/litex_start.c b/arch/risc-v/src/litex/litex_start.c index a3107a40a7..78eee79bcd 100644 --- a/arch/risc-v/src/litex/litex_start.c +++ b/arch/risc-v/src/litex/litex_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_start.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/risc-v/src/litex/litex_systemreset.c b/arch/risc-v/src/litex/litex_systemreset.c index ae13c7c89d..5fe979c3ae 100644 --- a/arch/risc-v/src/litex/litex_systemreset.c +++ b/arch/risc-v/src/litex/litex_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_systemreset.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/risc-v/src/litex/litex_ticked.c b/arch/risc-v/src/litex/litex_ticked.c index f380a4a797..044b7a1472 100644 --- a/arch/risc-v/src/litex/litex_ticked.c +++ b/arch/risc-v/src/litex/litex_ticked.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_ticked.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/risc-v/src/litex/litex_tickless.c b/arch/risc-v/src/litex/litex_tickless.c index 456930abf6..cb9efbaa21 100644 --- a/arch/risc-v/src/litex/litex_tickless.c +++ b/arch/risc-v/src/litex/litex_tickless.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/litex/litex_tickless.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/risc-v/src/mpfs/Make.defs b/arch/risc-v/src/mpfs/Make.defs index 2e60c313f5..3508114049 100644 --- a/arch/risc-v/src/mpfs/Make.defs +++ b/arch/risc-v/src/mpfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/mpfs/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/risc-v/src/mpfs/chip.h b/arch/risc-v/src/mpfs/chip.h index 6c4d3c7e11..d0cb2308d0 100644 --- a/arch/risc-v/src/mpfs/chip.h +++ b/arch/risc-v/src/mpfs/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/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/risc-v/src/mpfs/hardware/mpfs250t_484_pinmap.h b/arch/risc-v/src/mpfs/hardware/mpfs250t_484_pinmap.h index bad9cfc9f3..6062c07c70 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs250t_484_pinmap.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs250t_484_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs250t_484_pinmap.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/risc-v/src/mpfs/hardware/mpfs_cache.h b/arch/risc-v/src/mpfs/hardware/mpfs_cache.h index 2fe76547ea..57e67ba2e6 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_cache.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_cache.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_cache.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/risc-v/src/mpfs/hardware/mpfs_clint.h b/arch/risc-v/src/mpfs/hardware/mpfs_clint.h index b83c14e0d7..1e963d7a4f 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_clint.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_clint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_clint.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/risc-v/src/mpfs/hardware/mpfs_coremmc.h b/arch/risc-v/src/mpfs/hardware/mpfs_coremmc.h index 93e9f0b48f..992b7619cf 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_coremmc.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_coremmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_coremmc.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/risc-v/src/mpfs/hardware/mpfs_corepwm.h b/arch/risc-v/src/mpfs/hardware/mpfs_corepwm.h index ea938bc619..1cb82f0e6b 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_corepwm.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_corepwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_corepwm.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/risc-v/src/mpfs/hardware/mpfs_corespi.h b/arch/risc-v/src/mpfs/hardware/mpfs_corespi.h index 910be53927..4cc9d3513f 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_corespi.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_corespi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_corespi.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/risc-v/src/mpfs/hardware/mpfs_ddr.h b/arch/risc-v/src/mpfs/hardware/mpfs_ddr.h index 11de14a1f3..f8059a1323 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_ddr.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_ddr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_ddr.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/risc-v/src/mpfs/hardware/mpfs_dma.h b/arch/risc-v/src/mpfs/hardware/mpfs_dma.h index 422652966f..20b8a5689d 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_dma.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_dma.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/risc-v/src/mpfs/hardware/mpfs_emmcsd.h b/arch/risc-v/src/mpfs/hardware/mpfs_emmcsd.h index c9a6a99feb..72171e19d0 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_emmcsd.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_emmcsd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_emmcsd.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/risc-v/src/mpfs/hardware/mpfs_ethernet.h b/arch/risc-v/src/mpfs/hardware/mpfs_ethernet.h index e98271696b..5c3d6b8a5c 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_ethernet.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_ethernet.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/risc-v/src/mpfs/hardware/mpfs_gpio.h b/arch/risc-v/src/mpfs/hardware/mpfs_gpio.h index 72f28ade2d..292cbc2e25 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_gpio.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_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/risc-v/src/mpfs/hardware/mpfs_i2c.h b/arch/risc-v/src/mpfs/hardware/mpfs_i2c.h index 321fd9dc9d..4d8b9b6ecd 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_i2c.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_i2c.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/risc-v/src/mpfs/hardware/mpfs_ihc.h b/arch/risc-v/src/mpfs/hardware/mpfs_ihc.h index 9b8bf00571..7ea0030ade 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_ihc.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_ihc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_ihc.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/risc-v/src/mpfs/hardware/mpfs_ihc_sbi.h b/arch/risc-v/src/mpfs/hardware/mpfs_ihc_sbi.h index 4b15725d85..13142b52fa 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_ihc_sbi.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_ihc_sbi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_ihc_sbi.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/risc-v/src/mpfs/hardware/mpfs_memorymap.h b/arch/risc-v/src/mpfs/hardware/mpfs_memorymap.h index 5d93013734..6d60ce6a96 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_memorymap.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_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/risc-v/src/mpfs/hardware/mpfs_mpucfg.h b/arch/risc-v/src/mpfs/hardware/mpfs_mpucfg.h index 6047dd8dbb..c67cc35761 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_mpucfg.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_mpucfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_mpucfg.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/risc-v/src/mpfs/hardware/mpfs_plic.h b/arch/risc-v/src/mpfs/hardware/mpfs_plic.h index 67223d14b4..e50e987f93 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_plic.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_plic.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/risc-v/src/mpfs/hardware/mpfs_sgmii.h b/arch/risc-v/src/mpfs/hardware/mpfs_sgmii.h index c8ce997611..aa279573aa 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_sgmii.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_sgmii.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_sgmii.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/risc-v/src/mpfs/hardware/mpfs_spi.h b/arch/risc-v/src/mpfs/hardware/mpfs_spi.h index 8b50e39264..791028a23b 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_spi.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_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/risc-v/src/mpfs/hardware/mpfs_sysctl.h b/arch/risc-v/src/mpfs/hardware/mpfs_sysctl.h index a8d51039dc..efdd4ab690 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_sysctl.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_sysctl.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_sysctl.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/risc-v/src/mpfs/hardware/mpfs_sysreg.h b/arch/risc-v/src/mpfs/hardware/mpfs_sysreg.h index 3067cb48c4..ed2ebb8370 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_sysreg.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_sysreg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_sysreg.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/risc-v/src/mpfs/hardware/mpfs_timer.h b/arch/risc-v/src/mpfs/hardware/mpfs_timer.h index 7a9d0ca59c..c3999a708e 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_timer.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_timer.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/mpfs/hardware/mpfs_uart.h b/arch/risc-v/src/mpfs/hardware/mpfs_uart.h index 672a2f904a..2d76a2440b 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_uart.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/mpfs/hardware/mpfs_usb.h b/arch/risc-v/src/mpfs/hardware/mpfs_usb.h index 863044d8dd..153ea37a4f 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_usb.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/hardware/mpfs_usb.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/risc-v/src/mpfs/mpfs.h b/arch/risc-v/src/mpfs/mpfs.h index 8d78f2c606..ed1ae02946 100644 --- a/arch/risc-v/src/mpfs/mpfs.h +++ b/arch/risc-v/src/mpfs/mpfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs.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/risc-v/src/mpfs/mpfs_allocateheap.c b/arch/risc-v/src/mpfs/mpfs_allocateheap.c index 1c600635e6..17bb12553b 100644 --- a/arch/risc-v/src/mpfs/mpfs_allocateheap.c +++ b/arch/risc-v/src/mpfs/mpfs_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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 @@ -146,4 +148,4 @@ void up_allocate_kheap(void **heap_start, size_t *heap_size) void riscv_addregion(void) { } -#endif \ No newline at end of file +#endif diff --git a/arch/risc-v/src/mpfs/mpfs_cache.c b/arch/risc-v/src/mpfs/mpfs_cache.c index c73cb565a2..a01e0cffd2 100644 --- a/arch/risc-v/src/mpfs/mpfs_cache.c +++ b/arch/risc-v/src/mpfs/mpfs_cache.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_cache.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/risc-v/src/mpfs/mpfs_cache.h b/arch/risc-v/src/mpfs/mpfs_cache.h index e7415a260b..44f1957e56 100644 --- a/arch/risc-v/src/mpfs/mpfs_cache.h +++ b/arch/risc-v/src/mpfs/mpfs_cache.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_cache.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/risc-v/src/mpfs/mpfs_clockconfig.c b/arch/risc-v/src/mpfs/mpfs_clockconfig.c index 320021a278..424e4647a5 100644 --- a/arch/risc-v/src/mpfs/mpfs_clockconfig.c +++ b/arch/risc-v/src/mpfs/mpfs_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_clockconfig.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/risc-v/src/mpfs/mpfs_clockconfig.h b/arch/risc-v/src/mpfs/mpfs_clockconfig.h index 2e317a76be..7f9285bf8b 100644 --- a/arch/risc-v/src/mpfs/mpfs_clockconfig.h +++ b/arch/risc-v/src/mpfs/mpfs_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_clockconfig.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/risc-v/src/mpfs/mpfs_config.h b/arch/risc-v/src/mpfs/mpfs_config.h index ce2007d599..5078e09de0 100644 --- a/arch/risc-v/src/mpfs/mpfs_config.h +++ b/arch/risc-v/src/mpfs/mpfs_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_coremmc.c b/arch/risc-v/src/mpfs/mpfs_coremmc.c index ebc836afd6..457e614c3e 100644 --- a/arch/risc-v/src/mpfs/mpfs_coremmc.c +++ b/arch/risc-v/src/mpfs/mpfs_coremmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_coremmc.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/risc-v/src/mpfs/mpfs_coremmc.h b/arch/risc-v/src/mpfs/mpfs_coremmc.h index 95bf79b4d3..dc58829c17 100644 --- a/arch/risc-v/src/mpfs/mpfs_coremmc.h +++ b/arch/risc-v/src/mpfs/mpfs_coremmc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_coremmc.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/risc-v/src/mpfs/mpfs_corepwm.c b/arch/risc-v/src/mpfs/mpfs_corepwm.c index d964a72bcc..dcdc4bbc73 100644 --- a/arch/risc-v/src/mpfs/mpfs_corepwm.c +++ b/arch/risc-v/src/mpfs/mpfs_corepwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_corepwm.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/risc-v/src/mpfs/mpfs_corepwm.h b/arch/risc-v/src/mpfs/mpfs_corepwm.h index 3d6cf79890..8045c68962 100644 --- a/arch/risc-v/src/mpfs/mpfs_corepwm.h +++ b/arch/risc-v/src/mpfs/mpfs_corepwm.h @@ -1,7 +1,9 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_corepwm.h * - * Licensed to the Apache Software Foundation (ASF) under one or more + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The * ASF licenses this file to you under the Apache License, Version 2.0 (the diff --git a/arch/risc-v/src/mpfs/mpfs_corespi.c b/arch/risc-v/src/mpfs/mpfs_corespi.c index e4931f86f7..63d7e5507f 100644 --- a/arch/risc-v/src/mpfs/mpfs_corespi.c +++ b/arch/risc-v/src/mpfs/mpfs_corespi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_corespi.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/risc-v/src/mpfs/mpfs_corespi.h b/arch/risc-v/src/mpfs/mpfs_corespi.h index e60564dc9e..905d8b98b7 100644 --- a/arch/risc-v/src/mpfs/mpfs_corespi.h +++ b/arch/risc-v/src/mpfs/mpfs_corespi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_corespi.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/risc-v/src/mpfs/mpfs_ddr.c b/arch/risc-v/src/mpfs/mpfs_ddr.c index 3819fba3a9..974a7f2e1c 100644 --- a/arch/risc-v/src/mpfs/mpfs_ddr.c +++ b/arch/risc-v/src/mpfs/mpfs_ddr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_ddr.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/risc-v/src/mpfs/mpfs_ddr.h b/arch/risc-v/src/mpfs/mpfs_ddr.h index f106d6e42d..27dccae4ad 100644 --- a/arch/risc-v/src/mpfs/mpfs_ddr.h +++ b/arch/risc-v/src/mpfs/mpfs_ddr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_ddr.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 @@ -44,4 +46,4 @@ EXTERN int mpfs_ddr_init(void); #undef EXTERN #endif /* __ASSEMBLY__ */ -#endif /* __ARCH_RISCV_SRC_MPFS_MPFS_DDR_H */ \ No newline at end of file +#endif /* __ARCH_RISCV_SRC_MPFS_MPFS_DDR_H */ diff --git a/arch/risc-v/src/mpfs/mpfs_dma.c b/arch/risc-v/src/mpfs/mpfs_dma.c index d7526d482f..24f2afd66f 100644 --- a/arch/risc-v/src/mpfs/mpfs_dma.c +++ b/arch/risc-v/src/mpfs/mpfs_dma.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_dma.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/risc-v/src/mpfs/mpfs_dma.h b/arch/risc-v/src/mpfs/mpfs_dma.h index d625f1bd4b..364578406b 100644 --- a/arch/risc-v/src/mpfs/mpfs_dma.h +++ b/arch/risc-v/src/mpfs/mpfs_dma.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_dma.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/risc-v/src/mpfs/mpfs_dma_alloc.c b/arch/risc-v/src/mpfs/mpfs_dma_alloc.c index 3dbfcd9863..2e7357d8b8 100644 --- a/arch/risc-v/src/mpfs/mpfs_dma_alloc.c +++ b/arch/risc-v/src/mpfs/mpfs_dma_alloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_dma_alloc.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/risc-v/src/mpfs/mpfs_dma_alloc.h b/arch/risc-v/src/mpfs/mpfs_dma_alloc.h index 2ed3198b64..dbb3ae1288 100644 --- a/arch/risc-v/src/mpfs/mpfs_dma_alloc.h +++ b/arch/risc-v/src/mpfs/mpfs_dma_alloc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_dma_alloc.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/risc-v/src/mpfs/mpfs_dsn.c b/arch/risc-v/src/mpfs/mpfs_dsn.c index 121e29ea4a..95b42542c4 100644 --- a/arch/risc-v/src/mpfs/mpfs_dsn.c +++ b/arch/risc-v/src/mpfs/mpfs_dsn.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_dsn.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/risc-v/src/mpfs/mpfs_dsn.h b/arch/risc-v/src/mpfs/mpfs_dsn.h index 825d3019a4..6f88450a14 100644 --- a/arch/risc-v/src/mpfs/mpfs_dsn.h +++ b/arch/risc-v/src/mpfs/mpfs_dsn.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_dsn.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/risc-v/src/mpfs/mpfs_emmcsd.c b/arch/risc-v/src/mpfs/mpfs_emmcsd.c index e0f1d13e6b..74a9771151 100644 --- a/arch/risc-v/src/mpfs/mpfs_emmcsd.c +++ b/arch/risc-v/src/mpfs/mpfs_emmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_emmcsd.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/risc-v/src/mpfs/mpfs_emmcsd.h b/arch/risc-v/src/mpfs/mpfs_emmcsd.h index 40e90a91dc..75fbe11ed4 100644 --- a/arch/risc-v/src/mpfs/mpfs_emmcsd.h +++ b/arch/risc-v/src/mpfs/mpfs_emmcsd.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_emmcsd.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/risc-v/src/mpfs/mpfs_entrypoints.c b/arch/risc-v/src/mpfs/mpfs_entrypoints.c index 71c659220c..a15051ed3a 100644 --- a/arch/risc-v/src/mpfs/mpfs_entrypoints.c +++ b/arch/risc-v/src/mpfs/mpfs_entrypoints.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_entrypoints.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/risc-v/src/mpfs/mpfs_entrypoints.h b/arch/risc-v/src/mpfs/mpfs_entrypoints.h index 794b01974a..9a753b8168 100644 --- a/arch/risc-v/src/mpfs/mpfs_entrypoints.h +++ b/arch/risc-v/src/mpfs/mpfs_entrypoints.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_entrypoints.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/risc-v/src/mpfs/mpfs_ethernet.c b/arch/risc-v/src/mpfs/mpfs_ethernet.c index 8c7b375eac..79f861635c 100644 --- a/arch/risc-v/src/mpfs/mpfs_ethernet.c +++ b/arch/risc-v/src/mpfs/mpfs_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_ethernet.h b/arch/risc-v/src/mpfs/mpfs_ethernet.h index ce2b1a9d58..d7b49024d5 100644 --- a/arch/risc-v/src/mpfs/mpfs_ethernet.h +++ b/arch/risc-v/src/mpfs/mpfs_ethernet.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_ethernet.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/risc-v/src/mpfs/mpfs_gpio.c b/arch/risc-v/src/mpfs/mpfs_gpio.c index 6e4562b252..e6cf334ba9 100644 --- a/arch/risc-v/src/mpfs/mpfs_gpio.c +++ b/arch/risc-v/src/mpfs/mpfs_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_gpio.h b/arch/risc-v/src/mpfs/mpfs_gpio.h index 2801dc71bf..1de9861b96 100644 --- a/arch/risc-v/src/mpfs/mpfs_gpio.h +++ b/arch/risc-v/src/mpfs/mpfs_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_head.S b/arch/risc-v/src/mpfs/mpfs_head.S index 77fc982d3a..057aa5bd02 100644 --- a/arch/risc-v/src/mpfs/mpfs_head.S +++ b/arch/risc-v/src/mpfs/mpfs_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_i2c.c b/arch/risc-v/src/mpfs/mpfs_i2c.c index 63ffe6006d..afa5ce9405 100644 --- a/arch/risc-v/src/mpfs/mpfs_i2c.c +++ b/arch/risc-v/src/mpfs/mpfs_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_i2c.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/risc-v/src/mpfs/mpfs_i2c.h b/arch/risc-v/src/mpfs/mpfs_i2c.h index 01a5b2dcae..f47aa34963 100644 --- a/arch/risc-v/src/mpfs/mpfs_i2c.h +++ b/arch/risc-v/src/mpfs/mpfs_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_i2c.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/risc-v/src/mpfs/mpfs_ihc.c b/arch/risc-v/src/mpfs/mpfs_ihc.c index 621b2d2619..3661dfdc54 100644 --- a/arch/risc-v/src/mpfs/mpfs_ihc.c +++ b/arch/risc-v/src/mpfs/mpfs_ihc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_ihc.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/risc-v/src/mpfs/mpfs_ihc.h b/arch/risc-v/src/mpfs/mpfs_ihc.h index c0eebdbe15..c61353df27 100644 --- a/arch/risc-v/src/mpfs/mpfs_ihc.h +++ b/arch/risc-v/src/mpfs/mpfs_ihc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_ihc.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/risc-v/src/mpfs/mpfs_ihc_sbi.c b/arch/risc-v/src/mpfs/mpfs_ihc_sbi.c index 4031a48842..5222fdc870 100644 --- a/arch/risc-v/src/mpfs/mpfs_ihc_sbi.c +++ b/arch/risc-v/src/mpfs/mpfs_ihc_sbi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_ihc_sbi.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/risc-v/src/mpfs/mpfs_irq.c b/arch/risc-v/src/mpfs/mpfs_irq.c index 5bb97559d5..2bdea76ea1 100644 --- a/arch/risc-v/src/mpfs/mpfs_irq.c +++ b/arch/risc-v/src/mpfs/mpfs_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_irq_dispatch.c b/arch/risc-v/src/mpfs/mpfs_irq_dispatch.c index 961fd0c701..855a3b5a3a 100644 --- a/arch/risc-v/src/mpfs/mpfs_irq_dispatch.c +++ b/arch/risc-v/src/mpfs/mpfs_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_irq_dispatch.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/risc-v/src/mpfs/mpfs_lowputc.c b/arch/risc-v/src/mpfs/mpfs_lowputc.c index 93dede2fd4..0d5f687942 100644 --- a/arch/risc-v/src/mpfs/mpfs_lowputc.c +++ b/arch/risc-v/src/mpfs/mpfs_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/mpfs/mpfs_lowputc.h b/arch/risc-v/src/mpfs/mpfs_lowputc.h index 710a16c866..bf62556623 100644 --- a/arch/risc-v/src/mpfs/mpfs_lowputc.h +++ b/arch/risc-v/src/mpfs/mpfs_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_lowputc.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/risc-v/src/mpfs/mpfs_memorymap.h b/arch/risc-v/src/mpfs/mpfs_memorymap.h index b937b50c2b..7bc5a6c3d3 100644 --- a/arch/risc-v/src/mpfs/mpfs_memorymap.h +++ b/arch/risc-v/src/mpfs/mpfs_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_mm_init.c b/arch/risc-v/src/mpfs/mpfs_mm_init.c index 90f69b33fe..a18605941f 100644 --- a/arch/risc-v/src/mpfs/mpfs_mm_init.c +++ b/arch/risc-v/src/mpfs/mpfs_mm_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_mm_init.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/risc-v/src/mpfs/mpfs_mm_init.h b/arch/risc-v/src/mpfs/mpfs_mm_init.h index 414fd46170..261dcf5b58 100644 --- a/arch/risc-v/src/mpfs/mpfs_mm_init.h +++ b/arch/risc-v/src/mpfs/mpfs_mm_init.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_mm_init.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/risc-v/src/mpfs/mpfs_mpu.c b/arch/risc-v/src/mpfs/mpfs_mpu.c index 2adaf3d911..1aaab997d4 100644 --- a/arch/risc-v/src/mpfs/mpfs_mpu.c +++ b/arch/risc-v/src/mpfs/mpfs_mpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_mpu.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/risc-v/src/mpfs/mpfs_mpu.h b/arch/risc-v/src/mpfs/mpfs_mpu.h index d934cd6404..a7699e4238 100644 --- a/arch/risc-v/src/mpfs/mpfs_mpu.h +++ b/arch/risc-v/src/mpfs/mpfs_mpu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_mpu.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/risc-v/src/mpfs/mpfs_opensbi.c b/arch/risc-v/src/mpfs/mpfs_opensbi.c index a8e77617fb..64cd58ad3e 100644 --- a/arch/risc-v/src/mpfs/mpfs_opensbi.c +++ b/arch/risc-v/src/mpfs/mpfs_opensbi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_opensbi.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/risc-v/src/mpfs/mpfs_opensbi_trap.S b/arch/risc-v/src/mpfs/mpfs_opensbi_trap.S index 517cc20dc9..46090ab952 100644 --- a/arch/risc-v/src/mpfs/mpfs_opensbi_trap.S +++ b/arch/risc-v/src/mpfs/mpfs_opensbi_trap.S @@ -1,13 +1,9 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_opensbi_trap.S * - * mpfs_exception_opensbi function is based on OpenSBI fw_base.S - * - * The 2-Clause BSD License * SPDX short identifier: BSD-2-Clause - * - * Copyright (c) 2019 Western Digital Corporation or its affiliates and other - * contributors. + * SPDX-FileCopyrightText: 2019 Western Digital Corporation or + * SPDX-FileCopyrightText: or affiliates and other contributors. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/arch/risc-v/src/mpfs/mpfs_opensbi_utils.S b/arch/risc-v/src/mpfs/mpfs_opensbi_utils.S index f3b687c404..f9041f0098 100644 --- a/arch/risc-v/src/mpfs/mpfs_opensbi_utils.S +++ b/arch/risc-v/src/mpfs/mpfs_opensbi_utils.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_opensbi_utils.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/risc-v/src/mpfs/mpfs_pgalloc.c b/arch/risc-v/src/mpfs/mpfs_pgalloc.c index d48dd19b7c..62c78927e0 100644 --- a/arch/risc-v/src/mpfs/mpfs_pgalloc.c +++ b/arch/risc-v/src/mpfs/mpfs_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_pgalloc.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/risc-v/src/mpfs/mpfs_plic.c b/arch/risc-v/src/mpfs/mpfs_plic.c index 8bd555d8e6..60c27dae18 100644 --- a/arch/risc-v/src/mpfs/mpfs_plic.c +++ b/arch/risc-v/src/mpfs/mpfs_plic.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_plic.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/risc-v/src/mpfs/mpfs_plic.h b/arch/risc-v/src/mpfs/mpfs_plic.h index b7a0910da8..a860e8d5e3 100644 --- a/arch/risc-v/src/mpfs/mpfs_plic.h +++ b/arch/risc-v/src/mpfs/mpfs_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_plic.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/risc-v/src/mpfs/mpfs_sdio.c b/arch/risc-v/src/mpfs/mpfs_sdio.c index ae6f4a3d93..78615f3b7a 100644 --- a/arch/risc-v/src/mpfs/mpfs_sdio.c +++ b/arch/risc-v/src/mpfs/mpfs_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_sdio.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/risc-v/src/mpfs/mpfs_sdio.h b/arch/risc-v/src/mpfs/mpfs_sdio.h index ec63db76e7..21c64abf0e 100644 --- a/arch/risc-v/src/mpfs/mpfs_sdio.h +++ b/arch/risc-v/src/mpfs/mpfs_sdio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_sdio.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/risc-v/src/mpfs/mpfs_sdio_dev.h b/arch/risc-v/src/mpfs/mpfs_sdio_dev.h index 688a6c4627..7b0774bde7 100644 --- a/arch/risc-v/src/mpfs/mpfs_sdio_dev.h +++ b/arch/risc-v/src/mpfs/mpfs_sdio_dev.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_sdio_dev.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/risc-v/src/mpfs/mpfs_serial.c b/arch/risc-v/src/mpfs/mpfs_serial.c index 309e1b4164..c457eca44d 100644 --- a/arch/risc-v/src/mpfs/mpfs_serial.c +++ b/arch/risc-v/src/mpfs/mpfs_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_shead.S b/arch/risc-v/src/mpfs/mpfs_shead.S index dbc9880aee..d6bf508c2c 100644 --- a/arch/risc-v/src/mpfs/mpfs_shead.S +++ b/arch/risc-v/src/mpfs/mpfs_shead.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_shead.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/risc-v/src/mpfs/mpfs_spi.c b/arch/risc-v/src/mpfs/mpfs_spi.c index 4b8d78c502..faef121ced 100644 --- a/arch/risc-v/src/mpfs/mpfs_spi.c +++ b/arch/risc-v/src/mpfs/mpfs_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_spi.h b/arch/risc-v/src/mpfs/mpfs_spi.h index 70f34b8522..3d93ec20e3 100644 --- a/arch/risc-v/src/mpfs/mpfs_spi.h +++ b/arch/risc-v/src/mpfs/mpfs_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_start.c b/arch/risc-v/src/mpfs/mpfs_start.c index c02b568715..f6c9543744 100644 --- a/arch/risc-v/src/mpfs/mpfs_start.c +++ b/arch/risc-v/src/mpfs/mpfs_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_start.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/risc-v/src/mpfs/mpfs_systemreset.c b/arch/risc-v/src/mpfs/mpfs_systemreset.c index 38fd714367..9f5ed6dbad 100644 --- a/arch/risc-v/src/mpfs/mpfs_systemreset.c +++ b/arch/risc-v/src/mpfs/mpfs_systemreset.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_systemreset.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/risc-v/src/mpfs/mpfs_timerisr.c b/arch/risc-v/src/mpfs/mpfs_timerisr.c index 3a43fa278f..bf87d9efbe 100644 --- a/arch/risc-v/src/mpfs/mpfs_timerisr.c +++ b/arch/risc-v/src/mpfs/mpfs_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_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/risc-v/src/mpfs/mpfs_usb.c b/arch/risc-v/src/mpfs/mpfs_usb.c index 9ec47ec86b..abd6b30b49 100644 --- a/arch/risc-v/src/mpfs/mpfs_usb.c +++ b/arch/risc-v/src/mpfs/mpfs_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_usb.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/risc-v/src/mpfs/mpfs_usb.h b/arch/risc-v/src/mpfs/mpfs_usb.h index 2346198fe8..163bc6471f 100644 --- a/arch/risc-v/src/mpfs/mpfs_usb.h +++ b/arch/risc-v/src/mpfs/mpfs_usb.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_usb.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/risc-v/src/mpfs/mpfs_userspace.c b/arch/risc-v/src/mpfs/mpfs_userspace.c index de4d7e155b..8bf62b1d6e 100644 --- a/arch/risc-v/src/mpfs/mpfs_userspace.c +++ b/arch/risc-v/src/mpfs/mpfs_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_userspace.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/risc-v/src/mpfs/mpfs_userspace.h b/arch/risc-v/src/mpfs/mpfs_userspace.h index d59073a7d7..a648683b61 100644 --- a/arch/risc-v/src/mpfs/mpfs_userspace.h +++ b/arch/risc-v/src/mpfs/mpfs_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/mpfs/mpfs_userspace.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/risc-v/src/nuttsbi/CMakeLists.txt b/arch/risc-v/src/nuttsbi/CMakeLists.txt index 740cf8d1d5..9f3665c0b8 100644 --- a/arch/risc-v/src/nuttsbi/CMakeLists.txt +++ b/arch/risc-v/src/nuttsbi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/nuttsbi/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/nuttsbi/Make.defs b/arch/risc-v/src/nuttsbi/Make.defs index 7a17f583da..d11f9bd55a 100644 --- a/arch/risc-v/src/nuttsbi/Make.defs +++ b/arch/risc-v/src/nuttsbi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/nuttsbi/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/risc-v/src/nuttsbi/sbi_head.S b/arch/risc-v/src/nuttsbi/sbi_head.S index 66e2d005ff..a3bfb10351 100644 --- a/arch/risc-v/src/nuttsbi/sbi_head.S +++ b/arch/risc-v/src/nuttsbi/sbi_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_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/risc-v/src/nuttsbi/sbi_internal.h b/arch/risc-v/src/nuttsbi/sbi_internal.h index fd3e5feadd..35e8b5ae78 100644 --- a/arch/risc-v/src/nuttsbi/sbi_internal.h +++ b/arch/risc-v/src/nuttsbi/sbi_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_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/risc-v/src/nuttsbi/sbi_ipi.c b/arch/risc-v/src/nuttsbi/sbi_ipi.c index 0396d2a1f2..e4e9276d6b 100644 --- a/arch/risc-v/src/nuttsbi/sbi_ipi.c +++ b/arch/risc-v/src/nuttsbi/sbi_ipi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_ipi.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/risc-v/src/nuttsbi/sbi_mcall.c b/arch/risc-v/src/nuttsbi/sbi_mcall.c index 24536ef5da..5493136be1 100644 --- a/arch/risc-v/src/nuttsbi/sbi_mcall.c +++ b/arch/risc-v/src/nuttsbi/sbi_mcall.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_mcall.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/risc-v/src/nuttsbi/sbi_mcall.h b/arch/risc-v/src/nuttsbi/sbi_mcall.h index f641233947..f407df3ec5 100644 --- a/arch/risc-v/src/nuttsbi/sbi_mcall.h +++ b/arch/risc-v/src/nuttsbi/sbi_mcall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_mcall.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/risc-v/src/nuttsbi/sbi_mexception.c b/arch/risc-v/src/nuttsbi/sbi_mexception.c index f1d64e5172..ee4ff61682 100644 --- a/arch/risc-v/src/nuttsbi/sbi_mexception.c +++ b/arch/risc-v/src/nuttsbi/sbi_mexception.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_mexception.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/risc-v/src/nuttsbi/sbi_mscratch.c b/arch/risc-v/src/nuttsbi/sbi_mscratch.c index e1c48417c3..d9aaa8a5f5 100644 --- a/arch/risc-v/src/nuttsbi/sbi_mscratch.c +++ b/arch/risc-v/src/nuttsbi/sbi_mscratch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_mscratch.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/risc-v/src/nuttsbi/sbi_mtimer.c b/arch/risc-v/src/nuttsbi/sbi_mtimer.c index 9534f791d5..238d4cef3a 100644 --- a/arch/risc-v/src/nuttsbi/sbi_mtimer.c +++ b/arch/risc-v/src/nuttsbi/sbi_mtimer.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_mtimer.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/risc-v/src/nuttsbi/sbi_mtrap.S b/arch/risc-v/src/nuttsbi/sbi_mtrap.S index 39ba9560e8..cf5a208cf4 100644 --- a/arch/risc-v/src/nuttsbi/sbi_mtrap.S +++ b/arch/risc-v/src/nuttsbi/sbi_mtrap.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_machine_trap.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/risc-v/src/nuttsbi/sbi_start.c b/arch/risc-v/src/nuttsbi/sbi_start.c index 3630191dd0..bff85f18b9 100644 --- a/arch/risc-v/src/nuttsbi/sbi_start.c +++ b/arch/risc-v/src/nuttsbi/sbi_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_start.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/risc-v/src/nuttsbi/sbi_vectors.S b/arch/risc-v/src/nuttsbi/sbi_vectors.S index 90d3f6c804..61f144eeb5 100644 --- a/arch/risc-v/src/nuttsbi/sbi_vectors.S +++ b/arch/risc-v/src/nuttsbi/sbi_vectors.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_machine_vectors.S * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/opensbi/Make.defs b/arch/risc-v/src/opensbi/Make.defs index 4b0f37d111..319ba7a193 100644 --- a/arch/risc-v/src/opensbi/Make.defs +++ b/arch/risc-v/src/opensbi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/opensbi/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/risc-v/src/qemu-rv/CMakeLists.txt b/arch/risc-v/src/qemu-rv/CMakeLists.txt index 1eaa0be788..4a75c5009f 100644 --- a/arch/risc-v/src/qemu-rv/CMakeLists.txt +++ b/arch/risc-v/src/qemu-rv/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/risc-v/src/qemu-rv/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/arch/risc-v/src/qemu-rv/Make.defs b/arch/risc-v/src/qemu-rv/Make.defs index 7ccc334767..d474c96626 100644 --- a/arch/risc-v/src/qemu-rv/Make.defs +++ b/arch/risc-v/src/qemu-rv/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/qemu-rv/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/risc-v/src/qemu-rv/chip.h b/arch/risc-v/src/qemu-rv/chip.h index 005ce39459..498b5f5780 100644 --- a/arch/risc-v/src/qemu-rv/chip.h +++ b/arch/risc-v/src/qemu-rv/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/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/risc-v/src/qemu-rv/hardware/qemu_rv_aplic.h b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_aplic.h index 699757abaa..8874e9e7f2 100644 --- a/arch/risc-v/src/qemu-rv/hardware/qemu_rv_aplic.h +++ b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_aplic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/hardware/qemu_rv_aplic.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/risc-v/src/qemu-rv/hardware/qemu_rv_clint.h b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_clint.h index b385ebd08c..2257feb560 100644 --- a/arch/risc-v/src/qemu-rv/hardware/qemu_rv_clint.h +++ b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_clint.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/hardware/qemu_rv_clint.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/risc-v/src/qemu-rv/hardware/qemu_rv_memorymap.h b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_memorymap.h index a2c372f08f..d9e3ab2e93 100644 --- a/arch/risc-v/src/qemu-rv/hardware/qemu_rv_memorymap.h +++ b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/hardware/qemu_rv_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/risc-v/src/qemu-rv/hardware/qemu_rv_plic.h b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_plic.h index eac61f8fd1..c3d6b60128 100644 --- a/arch/risc-v/src/qemu-rv/hardware/qemu_rv_plic.h +++ b/arch/risc-v/src/qemu-rv/hardware/qemu_rv_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/hardware/qemu_rv_plic.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/risc-v/src/qemu-rv/qemu_rv_allocateheap.c b/arch/risc-v/src/qemu-rv/qemu_rv_allocateheap.c index d529cf75fb..9137aadeae 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_allocateheap.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_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/risc-v/src/qemu-rv/qemu_rv_head.S b/arch/risc-v/src/qemu-rv/qemu_rv_head.S index 468858ed4f..7a91c9e728 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_head.S +++ b/arch/risc-v/src/qemu-rv/qemu_rv_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_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/risc-v/src/qemu-rv/qemu_rv_irq.c b/arch/risc-v/src/qemu-rv/qemu_rv_irq.c index e872f13b36..24481b9d88 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_irq.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_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/risc-v/src/qemu-rv/qemu_rv_irq_dispatch.c b/arch/risc-v/src/qemu-rv/qemu_rv_irq_dispatch.c index 1821a4cd5b..b322eea794 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_irq_dispatch.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_irq_dispatch.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/risc-v/src/qemu-rv/qemu_rv_memorymap.h b/arch/risc-v/src/qemu-rv/qemu_rv_memorymap.h index ae723bef59..c0639d5932 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_memorymap.h +++ b/arch/risc-v/src/qemu-rv/qemu_rv_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_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/risc-v/src/qemu-rv/qemu_rv_mm_init.c b/arch/risc-v/src/qemu-rv/qemu_rv_mm_init.c index f314bfdd8a..54c7143587 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_mm_init.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_mm_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_mm_init.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/risc-v/src/qemu-rv/qemu_rv_mm_init.h b/arch/risc-v/src/qemu-rv/qemu_rv_mm_init.h index 3c3c7378b2..9a2b05352c 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_mm_init.h +++ b/arch/risc-v/src/qemu-rv/qemu_rv_mm_init.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_mm_init.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/risc-v/src/qemu-rv/qemu_rv_pgalloc.c b/arch/risc-v/src/qemu-rv/qemu_rv_pgalloc.c index 8b04758ac5..a2347c1ee5 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_pgalloc.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_pgalloc.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/risc-v/src/qemu-rv/qemu_rv_rptun.c b/arch/risc-v/src/qemu-rv/qemu_rv_rptun.c index 98e751417b..c525333b80 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_rptun.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_rptun.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_rptun.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/risc-v/src/qemu-rv/qemu_rv_rptun.h b/arch/risc-v/src/qemu-rv/qemu_rv_rptun.h index 4689ab5ae0..abe1cfa81f 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_rptun.h +++ b/arch/risc-v/src/qemu-rv/qemu_rv_rptun.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_rptun.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/risc-v/src/qemu-rv/qemu_rv_start.c b/arch/risc-v/src/qemu-rv/qemu_rv_start.c index 652bf9082b..d6e8b7d6a5 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_start.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_start.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/risc-v/src/qemu-rv/qemu_rv_timerisr.c b/arch/risc-v/src/qemu-rv/qemu_rv_timerisr.c index ad6769f5a6..edc34ec1d6 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_timerisr.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_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/risc-v/src/qemu-rv/qemu_rv_userspace.c b/arch/risc-v/src/qemu-rv/qemu_rv_userspace.c index dc14fedd86..ecd09fcbf2 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_userspace.c +++ b/arch/risc-v/src/qemu-rv/qemu_rv_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_userspace.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/risc-v/src/qemu-rv/qemu_rv_userspace.h b/arch/risc-v/src/qemu-rv/qemu_rv_userspace.h index 1d528c0ae2..4d41613373 100644 --- a/arch/risc-v/src/qemu-rv/qemu_rv_userspace.h +++ b/arch/risc-v/src/qemu-rv/qemu_rv_userspace.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/qemu-rv/qemu_rv_userspace.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/risc-v/src/rv32m1/Make.defs b/arch/risc-v/src/rv32m1/Make.defs index 20bf0ed74f..5de3b11155 100644 --- a/arch/risc-v/src/rv32m1/Make.defs +++ b/arch/risc-v/src/rv32m1/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/rv32m1/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/risc-v/src/rv32m1/chip.h b/arch/risc-v/src/rv32m1/chip.h index 28fd037be0..1825f42f15 100644 --- a/arch/risc-v/src/rv32m1/chip.h +++ b/arch/risc-v/src/rv32m1/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/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/risc-v/src/rv32m1/hardware/rv32m1_eu.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_eu.h index c867df40f7..75f267c851 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_eu.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_eu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_eu.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/risc-v/src/rv32m1/hardware/rv32m1_gpio.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_gpio.h index 6043cc40da..0353ee1bf2 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_gpio.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_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/risc-v/src/rv32m1/hardware/rv32m1_intmux.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_intmux.h index a608017f90..b6eafc18b1 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_intmux.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_intmux.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_intmux.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/risc-v/src/rv32m1/hardware/rv32m1_lpit.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_lpit.h index d4b784cc2c..265c2791f5 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_lpit.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_lpit.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_lpit.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/risc-v/src/rv32m1/hardware/rv32m1_lptmr.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_lptmr.h index 4e38658326..0a65ef0de1 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_lptmr.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_lptmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_lptmr.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/risc-v/src/rv32m1/hardware/rv32m1_lpuart.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_lpuart.h index 7dac09359f..a6acb40d21 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_lpuart.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_lpuart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_lpuart.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/risc-v/src/rv32m1/hardware/rv32m1_memorymap.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_memorymap.h index 3f415f708f..cb01548bc5 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_memorymap.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_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/risc-v/src/rv32m1/hardware/rv32m1_pcc.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_pcc.h index f8b81835b7..d8adb5725b 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_pcc.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_pcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_pcc.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/risc-v/src/rv32m1/hardware/rv32m1_pinmap.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_pinmap.h index 5d7a030ca1..77fc19a60b 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_pinmap.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_pinmap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_pinmap.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/risc-v/src/rv32m1/hardware/rv32m1_port.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_port.h index 0e1cce7800..bbeaa180ef 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_port.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_port.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_port.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/rv32m1/hardware/rv32m1_scg.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_scg.h index 6189152fa2..6422436bc4 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_scg.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_scg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_scg.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/risc-v/src/rv32m1/hardware/rv32m1_smc.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_smc.h index 25f064a84c..28e3abc49c 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_smc.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_smc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_smc.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/risc-v/src/rv32m1/hardware/rv32m1_tstmr.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_tstmr.h index f82d9b05d1..443d567b84 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_tstmr.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_tstmr.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_tstmr.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/risc-v/src/rv32m1/hardware/rv32m1_wdog.h b/arch/risc-v/src/rv32m1/hardware/rv32m1_wdog.h index b13905ab62..863dae43c9 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1_wdog.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1_wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1_wdog.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/risc-v/src/rv32m1/hardware/rv32m1ri5cy_memorymap.h b/arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_memorymap.h index 3de2c52f26..397f505482 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_memorymap.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_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/risc-v/src/rv32m1/hardware/rv32m1ri5cy_scg.h b/arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_scg.h index bde0d4b2cc..ca0118ba0a 100644 --- a/arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_scg.h +++ b/arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_scg.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/hardware/rv32m1ri5cy_scg.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/risc-v/src/rv32m1/rv32m1.h b/arch/risc-v/src/rv32m1/rv32m1.h index 35ff060995..fa3d7f5a7c 100644 --- a/arch/risc-v/src/rv32m1/rv32m1.h +++ b/arch/risc-v/src/rv32m1/rv32m1.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1.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/risc-v/src/rv32m1/rv32m1_allocateheap.c b/arch/risc-v/src/rv32m1/rv32m1_allocateheap.c index ee9ba52ffa..b4b02467f0 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_allocateheap.c +++ b/arch/risc-v/src/rv32m1/rv32m1_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_clockconfig.c b/arch/risc-v/src/rv32m1/rv32m1_clockconfig.c index af533aa532..7a5dddaca3 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_clockconfig.c +++ b/arch/risc-v/src/rv32m1/rv32m1_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_clockconfig.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/risc-v/src/rv32m1/rv32m1_clockconfig.h b/arch/risc-v/src/rv32m1/rv32m1_clockconfig.h index a45658d749..98c852c333 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_clockconfig.h +++ b/arch/risc-v/src/rv32m1/rv32m1_clockconfig.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_clockconfig.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/risc-v/src/rv32m1/rv32m1_delay.c b/arch/risc-v/src/rv32m1/rv32m1_delay.c index 7a9d1c700c..9e82cf6ae4 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_delay.c +++ b/arch/risc-v/src/rv32m1/rv32m1_delay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_delay.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/risc-v/src/rv32m1/rv32m1_gpio.c b/arch/risc-v/src/rv32m1/rv32m1_gpio.c index f677fb7112..3e6f42f0a4 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_gpio.c +++ b/arch/risc-v/src/rv32m1/rv32m1_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_gpio.h b/arch/risc-v/src/rv32m1/rv32m1_gpio.h index 51bb487300..cf4c218765 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_gpio.h +++ b/arch/risc-v/src/rv32m1/rv32m1_gpio.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_head.S b/arch/risc-v/src/rv32m1/rv32m1_head.S index 0b77171878..db1bbf12e3 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_head.S +++ b/arch/risc-v/src/rv32m1/rv32m1_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_irq.c b/arch/risc-v/src/rv32m1/rv32m1_irq.c index ead570961f..e0eca5741f 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_irq.c +++ b/arch/risc-v/src/rv32m1/rv32m1_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_irq_dispatch.c b/arch/risc-v/src/rv32m1/rv32m1_irq_dispatch.c index 7581e74615..dce6f67905 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_irq_dispatch.c +++ b/arch/risc-v/src/rv32m1/rv32m1_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_irq_dispatch.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/risc-v/src/rv32m1/rv32m1_linker.h b/arch/risc-v/src/rv32m1/rv32m1_linker.h index cd3d027631..8d9cf6ecca 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_linker.h +++ b/arch/risc-v/src/rv32m1/rv32m1_linker.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_linker.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/risc-v/src/rv32m1/rv32m1_lowputc.c b/arch/risc-v/src/rv32m1/rv32m1_lowputc.c index 72ef51683a..96fb645a3b 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_lowputc.c +++ b/arch/risc-v/src/rv32m1/rv32m1_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_lowputc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/rv32m1/rv32m1_lowputc.h b/arch/risc-v/src/rv32m1/rv32m1_lowputc.h index 4f027c5026..aa1693f9ff 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_lowputc.h +++ b/arch/risc-v/src/rv32m1/rv32m1_lowputc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_lowputc.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/risc-v/src/rv32m1/rv32m1_memorymap.h b/arch/risc-v/src/rv32m1/rv32m1_memorymap.h index 1f8612e334..ea76cba92c 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_memorymap.h +++ b/arch/risc-v/src/rv32m1/rv32m1_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_pcc.c b/arch/risc-v/src/rv32m1/rv32m1_pcc.c index cdb8c31de1..21f7ce51ea 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_pcc.c +++ b/arch/risc-v/src/rv32m1/rv32m1_pcc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_pcc.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/risc-v/src/rv32m1/rv32m1_pcc.h b/arch/risc-v/src/rv32m1/rv32m1_pcc.h index fb5999ac54..49c52f646a 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_pcc.h +++ b/arch/risc-v/src/rv32m1/rv32m1_pcc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_pcc.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/risc-v/src/rv32m1/rv32m1_serial.c b/arch/risc-v/src/rv32m1/rv32m1_serial.c index 2425f7d1ca..9404d2da2f 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_serial.c +++ b/arch/risc-v/src/rv32m1/rv32m1_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_start.c b/arch/risc-v/src/rv32m1/rv32m1_start.c index c6ae0926d5..708561ee77 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_start.c +++ b/arch/risc-v/src/rv32m1/rv32m1_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_start.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/risc-v/src/rv32m1/rv32m1_timerisr.c b/arch/risc-v/src/rv32m1/rv32m1_timerisr.c index 60607b1efb..b3c6ef6122 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_timerisr.c +++ b/arch/risc-v/src/rv32m1/rv32m1_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_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/risc-v/src/rv32m1/rv32m1_timersvc.c b/arch/risc-v/src/rv32m1/rv32m1_timersvc.c index c26f89fca4..fc07db94cf 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_timersvc.c +++ b/arch/risc-v/src/rv32m1/rv32m1_timersvc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_timersvc.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/risc-v/src/rv32m1/rv32m1_timersvc.h b/arch/risc-v/src/rv32m1/rv32m1_timersvc.h index 6b49929c9b..5cb63564a2 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_timersvc.h +++ b/arch/risc-v/src/rv32m1/rv32m1_timersvc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_timersvc.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/risc-v/src/rv32m1/rv32m1_uart.h b/arch/risc-v/src/rv32m1/rv32m1_uart.h index 793f6f840c..dd3e076eea 100644 --- a/arch/risc-v/src/rv32m1/rv32m1_uart.h +++ b/arch/risc-v/src/rv32m1/rv32m1_uart.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/rv32m1/rv32m1_uart.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/arch/risc-v/src/sg2000/Make.defs b/arch/risc-v/src/sg2000/Make.defs index 7025212e5e..9c64045c12 100644 --- a/arch/risc-v/src/sg2000/Make.defs +++ b/arch/risc-v/src/sg2000/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/risc-v/src/sg2000/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/risc-v/src/sg2000/chip.h b/arch/risc-v/src/sg2000/chip.h index f21218912b..19b6579071 100644 --- a/arch/risc-v/src/sg2000/chip.h +++ b/arch/risc-v/src/sg2000/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/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/risc-v/src/sg2000/hardware/sg2000_memorymap.h b/arch/risc-v/src/sg2000/hardware/sg2000_memorymap.h index fff52fe901..1d5b994ab6 100644 --- a/arch/risc-v/src/sg2000/hardware/sg2000_memorymap.h +++ b/arch/risc-v/src/sg2000/hardware/sg2000_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/hardware/sg2000_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/risc-v/src/sg2000/hardware/sg2000_plic.h b/arch/risc-v/src/sg2000/hardware/sg2000_plic.h index 76df160001..76ec4ce1bc 100644 --- a/arch/risc-v/src/sg2000/hardware/sg2000_plic.h +++ b/arch/risc-v/src/sg2000/hardware/sg2000_plic.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/hardware/sg2000_plic.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/risc-v/src/sg2000/sg2000_allocateheap.c b/arch/risc-v/src/sg2000/sg2000_allocateheap.c index b6ece32d0f..1b04e0c2ca 100644 --- a/arch/risc-v/src/sg2000/sg2000_allocateheap.c +++ b/arch/risc-v/src/sg2000/sg2000_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_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/risc-v/src/sg2000/sg2000_head.S b/arch/risc-v/src/sg2000/sg2000_head.S index 76b6e15224..325911fa15 100644 --- a/arch/risc-v/src/sg2000/sg2000_head.S +++ b/arch/risc-v/src/sg2000/sg2000_head.S @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_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/risc-v/src/sg2000/sg2000_irq.c b/arch/risc-v/src/sg2000/sg2000_irq.c index e0c5828462..325ade74e9 100644 --- a/arch/risc-v/src/sg2000/sg2000_irq.c +++ b/arch/risc-v/src/sg2000/sg2000_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_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/risc-v/src/sg2000/sg2000_irq_dispatch.c b/arch/risc-v/src/sg2000/sg2000_irq_dispatch.c index aed84f4f6a..550f571ca6 100644 --- a/arch/risc-v/src/sg2000/sg2000_irq_dispatch.c +++ b/arch/risc-v/src/sg2000/sg2000_irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_irq_dispatch.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/risc-v/src/sg2000/sg2000_memorymap.h b/arch/risc-v/src/sg2000/sg2000_memorymap.h index 9f11c6946d..60d0dbd646 100644 --- a/arch/risc-v/src/sg2000/sg2000_memorymap.h +++ b/arch/risc-v/src/sg2000/sg2000_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_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/risc-v/src/sg2000/sg2000_mm_init.c b/arch/risc-v/src/sg2000/sg2000_mm_init.c index 7998d5de73..41831be283 100644 --- a/arch/risc-v/src/sg2000/sg2000_mm_init.c +++ b/arch/risc-v/src/sg2000/sg2000_mm_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_mm_init.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/risc-v/src/sg2000/sg2000_mm_init.h b/arch/risc-v/src/sg2000/sg2000_mm_init.h index acad7c3af9..fa3ad197bd 100644 --- a/arch/risc-v/src/sg2000/sg2000_mm_init.h +++ b/arch/risc-v/src/sg2000/sg2000_mm_init.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_mm_init.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/risc-v/src/sg2000/sg2000_pgalloc.c b/arch/risc-v/src/sg2000/sg2000_pgalloc.c index 794f98beae..fdb87ba7c9 100644 --- a/arch/risc-v/src/sg2000/sg2000_pgalloc.c +++ b/arch/risc-v/src/sg2000/sg2000_pgalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_pgalloc.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/risc-v/src/sg2000/sg2000_start.c b/arch/risc-v/src/sg2000/sg2000_start.c index bd3df35439..95e2d0526f 100644 --- a/arch/risc-v/src/sg2000/sg2000_start.c +++ b/arch/risc-v/src/sg2000/sg2000_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_start.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/risc-v/src/sg2000/sg2000_timerisr.c b/arch/risc-v/src/sg2000/sg2000_timerisr.c index b7491fae73..93f1a26aed 100644 --- a/arch/risc-v/src/sg2000/sg2000_timerisr.c +++ b/arch/risc-v/src/sg2000/sg2000_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/risc-v/src/sg2000/sg2000_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