diff --git a/arch/risc-v/CMakeLists.txt b/arch/risc-v/CMakeLists.txt index 18545e111d5..a22b3a4e1ec 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 c885e031188..be4e600fa0f 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 3ba9d732185..b5e393c159a 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 837c29ed813..debf22c33ee 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 cfcf71554ef..ed6c2a7dad1 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 27e71ac06e7..15d526fc41c 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 a368a511981..3c0dbbdb848 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 c946ae74785..8e74f2732eb 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 f797e9dfdb9..2da15c349b0 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 2350982313b..b26d772a44a 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 c6d45984f8c..31d88a9fd8e 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 58a0a7f3a6c..bcf0414c184 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 960f6876601..1a806944401 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 c05200fb8be..bb5c6b9d7ca 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 44938d956c6..b1fd658fa58 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 12b241b8b73..43eae326677 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 64d4e2b27dd..e6593dae4ab 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 b712124ad0e..377ecbe4730 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 8b336125c09..c1f10eacda7 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 b0d4be38671..fcb0e654890 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 3d6a35043e1..7c2ee8cc25f 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 c9ec41a1ae3..6e207403602 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 e0a630d6c5a..3f581a71558 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 f625aedc939..8238520b10c 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 629533d68fa..f008d1a9195 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 a19de9ade9f..f501e2c9a5e 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 703bff5b18c..3574ab1141f 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 8c5b93b9a48..ae4cfa72070 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 10c6e94fd65..0b0bf99e289 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 0cede0e33b3..9d4fc6de75d 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 17e7bf72381..fc70c504484 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 4b9b439a4e7..d93dd62c3b1 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 f56e50b8f99..34bf72c9fd5 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 5072b88b350..e5c0e048665 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 e01b4143910..dab4063ee5f 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 e8f7be5ca82..c39523d4f24 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 145dc266e98..f8599a000e1 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 d33e9c24ce0..ddb020e67fc 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 9f087b2ec28..5453b6e10bb 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 833633909ee..c8c621e47ff 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 3e9e6291c65..6c201ba4b5e 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 a11dea4a706..22ec9930530 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 56e10a763c1..f57fe7bb2d9 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 71a9f389281..64e5fd5c386 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 11e35c89d8f..5877ba8de91 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 9db0b6046be..cd0beb60385 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 925ee2a650b..6e0f3c27bf6 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 943f17ede46..3c9402fb6d8 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 5598b5d27d0..185557ed74a 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 426181ce96f..e674136845a 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 9183cf78fa4..a42793b5be8 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 6aaeb2bd658..7047ecc0582 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 37ab9c6a5c8..15e2f1db2e5 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 c6d5464f898..2abce81fbe1 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 f0d8eea3c14..e69b26720c6 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 7b344cfbbb4..fa4702529e4 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 74c199c3c5c..6f859ff7ed2 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 57025003424..e19deb303e1 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 2ae8d5b44b3..ab28b11bfee 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 7f1aa51537d..0e275a038f4 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 fa1266c4afa..68ea1bf2a4b 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 9a124d1410f..dc4341493b7 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 5049444e931..c7e379575be 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 2d0c4f70e39..62963762d73 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 3bdd5cca55d..738517ad8f2 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 6ed4951b008..6bd074cb3fb 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 b3f43c7948b..9bdb6812353 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 9455695245f..2124be5a295 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 267267476e3..34599f9b9e9 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 b98c2f8e1d1..59c4098c724 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 9a1d4cead06..9d0162cbc7e 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 c93fba54528..6cfacc71ad9 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 f93e1bc8074..6dc3c1e461f 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 e8f2ed4a92c..e600324a1e6 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 06dd41784ff..ca54ec05a5b 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 16e662b2f42..9451ea67733 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 539655441e3..779c9872036 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 b0378353bb6..2788ebe0b4a 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 bab862be6bd..0aa85123b43 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 f6f4d2e8a8e..4b0b01455c1 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 375140f3c83..a724ba59635 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 2b52e2281a2..1ec5998b7da 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 cbf144fe252..6f95856de7c 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 a25164d4bc7..9363750bcf0 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 7f45c66adc5..9e6d8feff42 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 e11e0dd8038..b40007818d1 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 b3a1bb3e9d3..0c43169e730 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 f6e4b2774ef..829a4d7a79b 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 163f3a7c82f..fa83aea6450 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 4e4604ab1bc..23f93402c6a 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 ddf13f97f2b..e15d163f70e 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 732f94fe1f5..2fcea732917 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 f35812ce962..0d12f59702f 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 c3ecc556afe..d8dc01f5d0a 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 3c73d706871..75925b8a1db 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 d4335f2b019..c4529b4028e 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 bd755100442..b24f7b964c5 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 b939ab1588b..a5365d03f00 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 af2d5ac2ff4..9063b4f5795 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 932d744bc51..ce7f42ec908 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 3eed8180eb6..c8dd6354a4d 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 13d51501a20..d8836690b76 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 a10ebace576..632130f04a9 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 970d2080ba1..7208c67560d 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 33308d2b054..daa25d6d678 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 101f9c83d71..55344928091 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 fb69f316e40..deefb290c92 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 c40c182a5eb..e44d62c84f1 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 67e4a965a49..979769e2a9e 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 11cfc9b8fd1..1e8c42e542f 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 15b5b2fb2ef..37e41b356c6 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 2dfea941888..fbf56eca158 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 2954b452d12..6af9a88b01c 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 4efa7ea02a3..94d0138a292 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 d9e7cb1d4d3..e34e6dfe8ed 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 2254a5f66e3..1b9da60008b 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 5787ec45d29..a667492b543 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 d396d8eff17..653ed6dd0ed 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 f658f46910d..9d4b2bd3007 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 a24f1478dc8..a5c1903de35 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 cd7f19873d6..1e086129e53 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 e1d7180d038..614756211dd 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 50327674960..59151b02d35 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 3d4b0e1d187..6acfc3b8d02 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 5a9ac3c1b90..6701a3dcd4d 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 7ee43d0e873..b79cefeaaef 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 9fa806413de..d81c3781c97 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 e5f9ae00cad..b710728715c 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 a051411dde1..0c5cc841e99 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 1ecdb260079..25d6001f17e 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 e1a5452fd45..bae71072353 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 d51bdea6999..eab60845cd7 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 090fd912524..1c1aa0d16a7 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 343a1094181..af32ea6c185 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 298b947b35d..ab151ad0957 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 d820cc412ce..59687c80f3b 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 ce60e1439b0..4c9a2e8016a 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 aac25fb5e3d..19a2fa409c9 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 30a571ce823..6805a5aa258 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 d0840d6cef3..64accd5d9b8 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 361d94c09a2..125956869a2 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 2e00f32a6ae..40185d2acfb 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 6bcb3fb0439..083333a6abe 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 7e0663b6038..f92ed3ab47b 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 0eda8b0714b..f180e959b48 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 6c7f5cfb1a1..f699db821af 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 2cfc5c0cc35..131c1956566 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 1cb9e6b1538..8e92d7e7050 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 00084c2337c..6201dc2f49f 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 4afaaa224ea..d93c039e043 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 23f907a0653..2808bb8744d 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 c7c98fbd01e..d4215451ed0 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 30d5cfce64a..5b750674049 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 397e0809eab..c3bc2044935 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 a23e0001da1..226b44cc7ad 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 4493273862a..3ec962d4525 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 6b7343d9467..3dcf12a8604 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 8d4efdba6ac..23108d3ae7e 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 2c7ffcc1a71..8babf1c53fa 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 79173d159cb..93bce51c035 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 4984e8aedbf..083eb719b16 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 bf8dbb338d5..d8afdd52b94 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 fe685e1fd2c..2077d6c3952 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 b67c1a0d83c..a20e5c066e5 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 25693eefc52..869a331319b 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 707b62db817..3560ef4b260 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 f79d5dd9b7c..cbd16765198 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 6167ea0d09c..a1b8de98bef 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 2ed851ce3b5..077f01fd280 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 9b028c9d8c0..15e671f0885 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 8ee10abee2d..45ce15b3369 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 af3c34f67dd..51de7e4738e 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 a6ec7d9d381..447bc42899c 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 81905a033dc..0bcd3ed3b9a 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 ea6411e07fc..e4eb9051a09 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 fa54a1387b4..4688ab8ac5d 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 4c9ae770a27..a5f3bd34f1c 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 fe3a2e1dfe8..5cf443b37ad 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 07ba456ff62..82a54114f1b 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 d333f7270df..62ab9ef0b60 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 6198a4a5840..06b9d29641e 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 303cacf9976..c6346128f8a 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 f9ebc58cc90..b155953a057 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 fe582f713d8..1a426fea471 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 30def6db5e6..b7713708e03 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 76970c9b4c6..7b1cafdaa02 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 f0d6e02856d..ef13c63a785 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 7be666e84eb..233f7c4ecd7 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 77cd07959b2..db7d51d8d53 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 b622a9da1dc..5975f31d938 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 c608fdfda31..476cce3975f 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 c63e1d190fb..3a5536a426b 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 6c16bb48dc4..c86b62ea367 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 4c3343c199b..981e6f705f8 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 7a7477dfc44..e1b0e2af245 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 542c8042ecf..233b717c251 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 99bbf30569c..d1b43156ebf 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 f083778246d..406b8a8e759 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 fcdb7200212..e453acc879a 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 6c9651e591d..85916bb0aca 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 aed416631b2..65effe2a06f 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 8cbddd3f01f..01a16a69094 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 c098e6afc21..42c95a8aa17 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 d95076753ce..29ebbbc8b3c 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 dac49699a3b..faea37fc97c 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 b728c8a4571..eca68d187a5 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 7e5a96ef6dd..bcdb53b562c 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 29ee677eeb5..ba826047629 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 37f179b3c9a..482dc55e1a6 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 8e41986870e..f2b72ad930a 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 e0b43b756db..cbc791b6811 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 484a869ca80..6b8db6221ee 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 f7cb7afca3e..5cfd85ccff7 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 c26de3a6681..35413aafe29 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 12995456b07..b861fb69555 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 41adb3c7372..ebbbe878fc7 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 217535d2f83..56b38ef04af 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 6177905d63c..606261c9cad 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 0a34a43ee24..d6604b69017 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 81972faba4b..6451e95e3ae 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 61db61ea078..7150b8e7f39 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 b7649248fe9..8e0f53b8818 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 7fadc0f7158..16cd5cd2d99 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 261b7238ec8..72b00a0ea2d 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 d5f05e31b7a..238ff5ca4f7 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 84bec403e9c..fe163f99300 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 2aba3c9edc7..d3bbc54eede 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 ef2dfee402e..c7bf0bf5cc3 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 62dc537bd6b..5fa8cc498dc 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 81535aa71f5..7790c91fada 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 3b62cbc7f28..f0878160892 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 0884c19c2a4..2519b038fd0 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 9d53befe64f..17eef88e10b 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 45928d9d189..4891e36aa78 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 3afa6b3cc17..7c6a9e5cc04 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 23ece5e4fe5..5dbdb7bcbba 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 e84f0f61e7a..2c157427c7a 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 0aedef7f512..d74eb2d934a 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 bd033bc30fb..46e3b1a7a91 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 83946835d5f..dd214508593 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 625439296e0..9e71296345c 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 ed513d0963f..3b87bdf068b 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 a808ca9dacc..e58a327837b 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 509c604bc64..5f51d8bb3d6 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 f3ac8419c00..2d0389d2c11 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 b9b4d381cca..1138c85ff21 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 1f8a43e4f57..b4ce4806a8b 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 88f6d2fc25d..93203b7f929 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 860393fd22f..65776aabb44 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 17adff7e344..72a0fe6e965 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 f758b88d835..c8a20fc6399 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 11ffc26f07c..26604ca123d 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 ca168d6331a..d064a586980 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 088ae9a1a7f..8a25e590d20 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 7b3414844d2..208b0f727f9 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 28d50a5843f..a939489dea2 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 b7e1bbeba3c..81a4d8e17b7 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 ef1296a1829..29b424f64f0 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 4939ef9ff4d..315522f1358 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 506cc2ceb57..c25353a1247 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 488011cd9e2..8de9e136003 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 443b8d525ca..231cfab4615 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 f23c215268b..a3dfc83bab1 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 cc4e14865a4..4f50efade93 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 4c6b62f843a..098a3f05924 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 4f177097bcf..c994f338a8b 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 a7ca257f059..108ff00f80d 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 be39da0d3a0..8a772c104cb 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 4e3afd1bcec..58c0963adbf 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 3c72bea4e25..8d77eaa0499 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 eb9bff1784a..40a4bfcea45 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 08335387a02..f7d3436aef3 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 8db84347820..cf71a4e8969 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 e13fb89ff9e..3a146082c9a 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 5cae3e62156..cd1e993a84b 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 b4c741a0c48..964b8443d7d 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 a5b09386cf3..9020d0c10f3 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 4fe7309f44a..a6d638258b9 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 8e7d3d7736b..d32b9a1d069 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 f6352fb48e9..cba0929e583 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 6bde88ace60..781abe897c7 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 c8c5c457037..68e04d93a76 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 bd7d491d9ff..3d1b8480e0c 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 1b96d4ff4e2..5b046ca326f 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 122710fb607..ba8c4236fcf 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 ac330b1bf40..ee7d7b41eed 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 dd8e094cd93..eed6a227e13 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 482bc8975f3..154b10bb8eb 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 24223067f8b..b8e99bc32a1 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 820ead73f5b..a5d4369ee97 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 76a784a4f59..f77ce42f8ed 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 bfb2560f1fa..e7babc20c4d 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 11f24b90ca4..43679d3116a 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 86abe6cdb8f..af9f6218b01 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 de06859c5d7..e7452c18c94 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 cd6a98c7ac3..be5d459d0b3 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 0e5687ebfbd..aa1409d6a05 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 73aa510b897..d6f0d02dcbf 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 7ea8f52ad86..7f477763965 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 9d0f1c81d7c..54adfdd3916 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 7eb4aebcad5..8a3527204ca 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 ffc565c7402..8f226c39384 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 666aa546d1d..dae7faf571f 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 78068b482ff..11c246cef22 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 dac6c552b87..6a790773bcf 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 d58ac689373..8506685bbf6 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 6d43ea4dac6..f06e4c24588 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 efe69389d15..aec5aba3b03 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 96ab0c038e3..a7c0b486994 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 922c7782b43..478351764e9 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 fd134425c98..20022ae6d2d 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 e375c237b1c..a1d70805f31 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 04944752c1c..2e156b4a6d1 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 a74d114c353..5c704e4c864 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 a4bd2ae9643..4e6ea279763 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 13e233ad9b5..1bceac80b3a 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 da09723167a..2d27eb18422 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 338ac595e23..8f93cbb563c 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 718cb4e693d..f20633b7b1f 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 4d3056efa0c..f5d173f629f 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 e2913294946..c4f00f99bc5 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 884b52c7238..4c96b0f3fdc 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 0b4f9beaea6..3bdf09d6ef6 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 ff33464c65e..01547a6c7bc 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 076d11f1fb1..ffc9d4d17e1 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 0bd9db2f819..4101b5cab9a 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 81c73a6dd86..d9ddfd5765f 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 b322053ec88..80416c06940 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 cd3e66302dc..698145acc2e 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 46b5f17bda7..97c77829446 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 4535f15abb2..61531c6f879 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 f28857a525c..2266cbafab7 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 5eb2f35072a..3ec995bc2a5 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 c664392f27a..9d46a634a3d 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 52e0b9c875c..1d46c89f55a 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 40cff6edc92..e15b3133418 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 a2d5a0c81af..1bfac9ee0c6 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 98d77010ae9..ea3e17afb11 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 19f535345fd..75239956e54 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 a2ae7638125..bb4369f978c 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 376ded80b30..f940a28b1ee 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 65375a3f097..6e5fd81c1aa 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 00fd5f54b2e..594e388f757 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 626e2d068ff..81780dd8fd3 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 1d7da7ee31d..d6c113f0b06 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 bedd5e4604b..8ad3fd37dee 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 9aea2122b50..86f37c92762 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 a332d20e708..fc6682c0775 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 a3f4af707d9..f056dddbbb7 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 a7577b34cc8..07299c302d0 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 2eeddf0081e..f6d9e4ff659 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 e9061356967..22de8e42262 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 e6417ddfb23..19cb90df5af 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 960d46ed05b..31cb17ca7e5 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 8c8189478c6..08512c10b95 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 b8a5914b7bd..b9bc1687921 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 6c8f4bc2e61..7e4595e2f84 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 ad5e5037521..e8fa078c44f 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 75a7b72fe39..f34fc466a99 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 d5898413cb2..d85264ef696 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 3e1cd857c41..a4ecb7fe7e3 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 363416219a9..f1d35d2f1b5 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 11361f0ae06..30dc5a2cf71 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 d5262caaef5..61269165acf 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 c5057107cdb..e9e81e96226 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 76cb1d0a939..396ffbf2652 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 90472717c65..58caccdaf7b 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 c0d4d9d59d7..aab31f9598b 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 fc23911c9d6..3b67e4ad76d 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 c3d6b856565..593ad48f2e0 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 210e46f0383..e1315704957 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 98a0dba3489..59d81ddd197 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 4a10b735fcb..5d51c8a62a5 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 4cc1b4d749b..f793e5f0b01 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 cc47c469a79..69f2888c760 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 6fc1d056292..c308a781659 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 dc99f0a6911..254908a7b41 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 14323dec1d2..9b274aa129f 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 eaf0e0e8858..309392c1a3f 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 9b096dbb7f1..db556149d17 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 983ce50a496..0694e3ad524 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 1669fe70767..fe9abf32284 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 5a7fa1c3a57..b3279ee15ed 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 fc3b5b2b13d..c8845718656 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 2e38073d3ae..ea06cfaaeff 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 c62b242fe13..c289aafbd7e 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 0046a22a8f7..4a15bf49317 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 0bd7866bbc4..b5afe3f9340 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 4620942e475..69aae3de838 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 232e46664b2..e91098072ce 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 9893d1d4667..6d94b532afa 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 a499d42ae9e..58df9503908 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 6bba13c0575..c36a8810466 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 ae400ca6d09..415d25ee2f2 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 338db2091c7..1763a231778 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 de9413b163b..7c83511a4fd 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 716b2c42b0c..49c25c35d82 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 7c578a49c08..d9943d06943 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 0b7eb87d35a..fce8da337d9 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 274b1cad7fe..5821165b1cb 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 cf766993d4f..2b921587179 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 0528b7e9ffe..59e7ed609c6 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 4d61d08b7b5..7bea7ce9523 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 fbbcc65005e..12174a193e5 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 e7d0d0f571f..f2798538d66 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 a9d2057b475..db05e7e67bd 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 22e4c0a77ea..0f1ba0414fa 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 c5bfa8cd987..c5f1651e2c7 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 b54c7237a11..424115f96af 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 8019e9a0ac9..cff41741f90 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 203b290237a..9a677946726 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 d8c419303eb..69983ed6251 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 7eb8a2f6674..07f233b41bd 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 e962490f110..643310d551c 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 8c42f967ce5..3ea6177f609 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 c7ada6ed769..bade9010e96 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 29253466802..2fd5e70d721 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 2541e5f8969..297ae92b424 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 cd83b72af76..f85ed74f978 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 a5ccdaf6f8c..ea18c0041fe 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 f1ad8f840d7..17dba8645c1 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 68a62e8eb85..d42722a385f 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 93ddf17930d..302b2a5a0ba 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 3f3efae19dd..b675bd56cb1 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 2747f6a0f04..129c70255cd 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 f7ec873ce7a..ac850ed355c 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 cc23bf09b54..b7caa58fed9 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 29f5dc9feba..2c39d303871 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 3e4db7ebe25..2d924c09e52 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 b6a99c70031..487ae94fc81 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 5ce011bb0fd..95ead2e6d09 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 6286d24f75e..1054d95c68c 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 127419dd863..4176ccee909 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 8efee32e500..bfe72d3f2db 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 280cd265b08..b07467ab7b0 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 5d154928705..b708b18022d 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 6a45de98b6c..3c62492debf 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 06f6839b618..cc525b5858b 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 49536f0247e..77ec74202f4 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 c99e091907d..b6c95601a27 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 de007589db0..e23c8724bf0 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 bc31744f4e0..9d900ac3bb7 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 5c9e28db370..72bf913b6d9 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 0fc2d518f7d..382a6a01de7 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 d9d2e5c75ac..4f747a2cb41 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 fd8137788d2..b96afeba8b1 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 216ec30d773..fba341d3615 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 ec69546f311..9d7770eca68 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 a908dc00fd9..d01b871ab42 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 78f00761fc0..489f3e38cfa 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 e01295a956e..b167d9d38d6 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 b16f94ddd53..aedca1d60e5 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 e946c121313..504499d89e1 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 5d81fa09549..78b36d00f80 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 df5388755e0..5683aca8dda 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 250b99f985f..f7c8fc8e66d 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 3c51037fce9..9a4676be3d8 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 6f6bde1f93c..df69acc9bed 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 d56ae4ac0b4..2cb2a96ee0a 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 7d649946dfb..25e952e0465 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 21467bbddb8..0cfe9100dac 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 ad0164844d3..a9f35fcf4c8 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 7e1e6bfc4b3..442feba116c 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 51484d3419c..f855efe1652 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 a31fb4845fe..bd34239b93d 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 dd0076fb2f2..4cb25be169b 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 98ae5195024..4c6fd4b464c 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 19bb79905c5..ff21433695c 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 3552e17b872..4de2f8a778a 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 b776802f454..74754ae38b2 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 b75eb46c218..dc3f6d766eb 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 7fa402cd582..aa84128f7f4 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 a8bc4e34297..c16e18b9f1b 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 febe9eccd0a..1d5e7a7fc95 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 560b22d03d2..f65f34bc4c0 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 162f5863875..c7e1a7194e7 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 0905977844a..a124bcfb163 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 edd6da0bc7f..41cd8d09daa 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 d4d1383475c..4a732f44c69 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 4cf63e67372..63d46d498cc 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 f765015f144..d6ef19c47c6 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 01a46aab894..fd3a8d8b67d 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 1b49d6b56fa..edb131c3ec2 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 a21aee905b6..4ce4873d8b1 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 f8a812b7db2..e98021083e6 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 94161252d42..4105e80714b 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 7aff24a0698..08031de0ece 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 b51a892e52b..69492f9e3f2 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 dfd110ed677..282973336c0 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 629d418615b..9c0a22514aa 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 fd8998e5622..39c7aa3a3ed 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 fdee8afa8ac..199492de5bf 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 bf186d61020..93e76c9bb28 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 ca2cf03a768..592017ab219 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 d4ed9b6dc59..c6f726c9b83 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 b887e8b9e7f..842a2905229 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 74518d97d59..baf2ad99c33 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 eff6f450435..c94a5883294 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 3d50359cbc9..e39b7c21c1f 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 47e9f844173..82d9c6a3296 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 0e015be6fe0..2d9ebc7d4c5 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 c5fde773709..cf3d765faab 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 8b5bd343572..92ccf74af35 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 537fdb32712..44a31be6b21 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 5122aa6a597..c1c9537d1c1 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 f3b20d79b10..998a0cf0202 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 4d3eef0897c..e7fa08c3cdc 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 350bc2e9001..44fa965b641 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 9ffb186a712..eaa6bea7aca 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 b64d2d21a01..13893933391 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 b2b74d60d93..ee1de49619f 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 19d92770ef9..fc7af2c3960 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 6469f02e57f..519988f1c8f 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 88fed2ea448..95df39e7a4f 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 b926318a2c3..e89edcf38ee 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 9852b0921cb..cc69495df8d 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 7d99f1c6c74..373ec4c60f3 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 98a16698f1f..57504f479b1 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 d621d4f4b93..5d3d19ef26e 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 ecdb142812f..49a5c1f976d 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 8514a5f5ba0..eb8722326fd 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 3193a61c990..c76e7b44da7 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 462c9ebb58e..86767a3d8f4 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 039a2cf2654..9ffc8706596 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 e23bece668e..73aeb1a02af 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 33b92523087..74dfaeed67d 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 1fd698cbdf4..0e742302942 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 05f3050a9b8..ae41108afd2 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 8e91221ef0a..80a575d5343 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 56af99d3304..5c8705ba54c 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 f7244f9387a..9b0cae7a37e 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 18e2a48e715..3369c45fcea 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 20a0127bdb2..755a0ccd895 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 374da43c895..a0dc6d12421 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 6bf30e63643..27f12a428c4 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 3d1dd8db660..d8bca3a6a09 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 885ea5b3d00..16b54b21f74 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 142d9628d6b..c4219a0ed97 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 095fe5c3af8..6568c05dbb6 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 081a3248594..62ae28dfb9e 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 00d7642ebec..9094fb6414a 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 bb4aa2c35ba..18a3c6ec1bc 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 066e695f1b7..15daea8ceff 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 e654f6e25d2..f2a00e4a477 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 849dfa2bb79..45a91fd5b90 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 e2ae1024f8a..4fb07f2ef80 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 8ed81c4eea2..63549b3a283 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 9aade3e58e3..7114c44fdde 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 196ede0e42c..04fb21f46d3 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 715291c46f4..4e85c9765bd 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 91b99d891ae..e2e65e43edb 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 e2b4d557436..16afbe73468 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 214fee78af9..3b9c46d6cdc 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 b9db47b3e7c..6b59fb47bab 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 bd8b391c047..78c7ef36631 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 03dd20292eb..34e55817ac6 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 b23eaa516e6..523a7196c27 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 37dd160435e..c6690a1cca8 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 5d50024e981..7b7ecb4e12b 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 5f82664bda3..74df7cfc956 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 2c34ee8d112..b5468742181 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 23ca06346ef..9a097d6160e 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 75f055e94f6..7312737ca77 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 58210967b29..78fcbd13d5d 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 6c671ecd336..44ec247cacb 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 7b3172a9102..b1016d93e54 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 ea3d9af2df8..b191bf10cad 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 300512b2bbc..af8af5435a3 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 0c2f674adfc..cc5fc6b60ab 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 451dfdea6d1..ab8366e2472 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 1d17d0a4409..3cba0d6bc12 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 73de2634647..641e11548d0 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 5347cccf07c..af98fea09e3 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 f9d06d64670..4f243ce74f7 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 a9a608e0adf..6b39193d4f5 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 9d42acaad84..5ad10e8a4ac 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 4aeec543663..8c6ce253539 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 22b5732b1a4..26d2a89e3b9 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 e3c8406d27a..6a5076d4968 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 051249c0669..b5cf86a9cbe 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 65d74a32a91..c28ff6d7787 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 98231f6b088..c81cbf69eda 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 36cec4c2c20..8bc2aab83c8 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 b268aab4d33..d44f444b7e2 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 320defdb5e5..5000bb51932 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 9c422e0b15f..cb679f5da76 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 701b4ec38f3..bbb88f2aba0 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 c8263160073..633fb2ff5c5 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 f71058affd0..ccc24f2e68c 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 49ce61a328d..fcad757304b 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 3b6779ce592..936f2c0ceb3 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 ce5bb612c8d..6fadd8b5075 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 ad2b24a6aa9..7f62c42d29c 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 f696c2360af..a8a704ded15 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 0f0c65f67c2..9083b593274 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 25d614d4067..4fa70fa915f 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 bd2a25731ac..6aa172ecd79 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 b2c9698d80b..e1a854e86f0 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 770fb3de938..f67cfeb6790 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 b9c960589c0..1419480b8e5 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 7e2683853bf..db30a6d88b9 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 1fb2bfa693d..0ab37706fb5 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 d403ebefe6c..7800dcd7918 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 7afdaed2fe4..1e1f8ebc0c0 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 dbdda0a3da9..4dfd512c61a 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 d2c09482f10..6793d0d0e1c 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 e5c082b96b5..60bcee84320 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 705a2ba026d..0ad9c96950f 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 079724ef0ba..4e2d3d47f0c 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 7e511e8b820..7d4fdafa9f1 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 151195c2001..05993c3663f 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 ec30dbf4178..fb15d4e6171 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 193ae8d9f40..c767196d085 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 02724605e5f..64c6331e6c8 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 1b51470b281..76e39b9109e 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 0e09f136ff2..90c56accc1b 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 af3a7c8ba65..5fbae0a3e6b 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 a55844ffa10..4d987e00c1d 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 8277ffcc4ba..663db35a4e2 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 434c4f9fc53..f81ad8fc8e6 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 d3e1ec57698..cb302ecc904 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 50548c09f99..d82818010ad 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 777cc6c48df..581aa9abd1e 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 68d620fb625..612fe99d667 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 526e7fa5df1..b6ec8b53053 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 0ee6cd62998..b26e10bfe9a 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 34d355cab1b..d5a252560b0 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 f8851ab6e72..52dd616f14a 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 02015d47f3a..28f778099bf 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 5317e24d7e0..10819ead985 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 e880e98ab03..d794351db65 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 49addd50a9e..9715decb1cb 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 358dc293fe4..bcb64027252 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 b3c7349634d..38bd429ab51 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 5d29465420f..3f25accfe8a 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 3a94e75ab7a..8b9409fe37c 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 53101c079b7..b59e3a38026 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 2a4e8f3f1c5..6ca3924d531 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 e2ccbdd92bc..fe22851280a 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 b8504c239b2..f9727ef7840 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 8c8e4c917c5..7e2d2b8d86a 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 68f73bf8c20..02b49912eba 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 5dbb5b68247..4ff4ebb31d4 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 65855c55a56..93ffc75cbec 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 7c40fc6d03a..514e29065c8 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 00575d23c7c..364ed35bc50 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 b184ac263b0..1f79e52a0c2 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 b66ff3650f4..96fb047f143 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 5783d63cc66..b601e44c619 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 2bd87687987..90e595ee9ee 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 179e8934200..0f27a798c0e 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 512955114be..feb2e0e6c0b 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 2acb8f47c0c..2980c95b4d8 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 89395cbb9b7..7d7c6ceb425 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 8e12b55a87c..8bac61f9df9 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 cd5a5cf9a11..f49c2c43c5d 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 901b065d387..e7daca2f34b 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 9a4e9492d12..517766aaa45 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 a159539e47f..75589660d25 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 4bd35628131..2e6e10684a2 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 6bc89236f11..f344f4c44dd 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 a8701d8616d..db1f7a4795d 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 721d8e0b728..4b849595abd 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 d684fca3d80..49432ff767e 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 48b1657d060..f9ce6056b1f 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 980afb9565b..360794bf55a 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 835a8108b5a..ac0a6efb62d 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 301384e012d..8bdc0cd0166 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 ff97e1cf3e5..479157987df 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 a830514c213..160684a1541 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 0e6f82625bb..50ef1ee16a7 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 104ce3db8bb..b2e1ba55fb6 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 9799e31e570..1c40b893a5d 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 a141ff1a400..13ff369a7e8 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 10643c56e21..e4b553ca5ce 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 98584f5d40c..69f774f4840 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 f57a6e8fb57..08ea1f24774 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 bdd8ef1e270..08342e3abe1 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 91692d23895..3d8f7fc4bd9 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 aadc73dc509..d79c6e20410 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 2b406833812..f9062873f51 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 c6783d6141c..33c998a6175 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 50f81d14ef4..7036d964a5c 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 c54a864274e..37bb1d65b82 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 c72f9e2e43d..26d8886224b 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 4ef11b2b497..1d764b56789 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 91b871f0838..9e41956cdad 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 c5293bddc18..dee6b500d00 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 4e4fd7618f1..95e488e794f 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 8ccb5d4bdac..6b402057af8 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 1e8e71655d6..e39b73beae7 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 c0116c70502..393d8df05d9 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 37c59c54bdc..cd4312232fe 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 f73472b015e..2d011d46a2e 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 3fabb1a3d60..e2903be3519 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 9d727753eef..4fef1eb9bcd 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 105c8148de8..cf7bb61996d 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 3ef63e03c5d..82fab8a5b21 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 815231d13f6..b5edc068a74 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 216a2993d3c..54e55673f27 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 02dd5d8eade..e2a857800f6 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 db0175a63c5..57fb0d970f0 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 ffd5792d616..53b708cc4d4 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 9b3006dc136..03328624d82 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 745f7ca948c..b7c432f6e4c 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 1c1b821f6b4..c4d4af496cd 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 6899171ba3b..5d5236287e8 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 a3107a40a7d..78eee79bcd7 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 ae13c7c89da..5fe979c3ae0 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 f380a4a7970..044b7a14724 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 456930abf6c..cb9efbaa212 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 2e60c313f5a..35081140493 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 6c4d3c7e112..d0cb2308d00 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 bad9cfc9f30..6062c07c700 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 2fe76547ea6..57e67ba2e67 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 b83c14e0d7f..1e963d7a4fb 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 93e9f0b48fb..992b7619cf7 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 ea938bc6199..1cb82f0e6b1 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 910be539272..4cc9d3513fd 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 11de14a1f37..f8059a13231 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 422652966fc..20b8a5689d2 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 c9a6a99feb7..72171e19d0a 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 e98271696bb..5c3d6b8a5ca 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 72f28ade2df..292cbc2e256 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 321fd9dc9dd..4d8b9b6ecd5 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 9b8bf00571e..7ea0030ade4 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 4b15725d856..13142b52fa3 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 5d93013734d..6d60ce6a963 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 6047dd8dbbb..c67cc357617 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 67223d14b4d..e50e987f934 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 c8ce9976116..aa279573aa8 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 8b50e39264c..791028a23b6 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 a8d51039dc7..efdd4ab6908 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 3067cb48c4c..ed2ebb83702 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 7a9d0ca59cd..c3999a708e7 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 672a2f904a2..2d76a2440bb 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 863044d8ddd..153ea37a4f9 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 8d78f2c6060..ed1ae02946f 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 1c600635e6c..17bb12553bb 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 c73cb565a25..a01e0cffd25 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 e7415a260bb..44f1957e56a 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 320021a2780..424e4647a56 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 2e317a76be8..7f9285bf8b5 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 ce2007d5998..5078e09de03 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 ebc836afd64..457e614c3ea 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 95bf79b4d3b..dc58829c175 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 d964a72bcca..dcdc4bbc733 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 3d6cf798907..8045c68962d 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 e4931f86f75..63d7e5507f5 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 e60564dc9ef..905d8b98b7f 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 3819fba3a91..974a7f2e1c0 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 f106d6e42d7..27dccae4ad7 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 d7526d482f9..24f2afd66f9 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 d625f1bd4b1..364578406b2 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 3dbfcd9863a..2e7357d8b8d 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 2ed3198b645..dbb3ae12881 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 121e29ea4a8..95b42542c40 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 825d3019a41..6f88450a144 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 e0f1d13e6bb..74a97711510 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 40e90a91dcc..75fbe11ed46 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 71c659220cb..a15051ed3ab 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 794b01974a6..9a753b81681 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 8c7b375eacd..79f861635c5 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 ce2b1a9d58d..d7b49024d52 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 6e4562b2525..e6cf334ba9f 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 2801dc71bfb..1de9861b965 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 77fc982d3aa..057aa5bd020 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 63ffe6006de..afa5ce94059 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 01a5b2dcaee..f47aa34963d 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 621b2d2619b..3661dfdc54f 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 c0eebdbe151..c61353df271 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 4031a488420..5222fdc8707 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 5bb97559d52..2bdea76ea12 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 961fd0c7017..855a3b5a3af 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 93dede2fd4a..0d5f6879427 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 710a16c866d..bf625566236 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 b937b50c2b1..7bc5a6c3d3e 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 90f69b33fe4..a18605941ff 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 414fd46170b..261dcf5b589 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 2adaf3d911c..1aaab997d48 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 d934cd64044..a7699e42380 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 a8e77617fbc..64cd58ad3ec 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 517cc20dc98..46090ab9524 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 f3b687c404e..f9041f00983 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 d48dd19b7c3..62c78927e09 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 8bd555d8e69..60c27dae182 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 b7a0910da87..a860e8d5e3c 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 ae6f4a3d932..78615f3b7a3 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 ec63db76e7c..21c64abf0eb 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 688a6c46275..7b0774bde78 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 309e1b4164f..c457eca44d1 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 dbc9880aee0..d6bf508c2ca 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 4b8d78c502a..faef121ced3 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 70f34b85228..3d93ec20e3c 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 c02b568715c..f6c95437444 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 38fd7143673..9f5ed6dbad1 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 3a43fa278f1..bf87d9efbea 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 9ec47ec86bd..abd6b30b499 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 2346198fe8d..163bc6471f6 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 de4d7e155b7..8bf62b1d6ea 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 d59073a7d77..a648683b61f 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 740cf8d1d57..9f3665c0b8a 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 7a17f583daf..d11f9bd55ab 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 66e2d005ff9..a3bfb10351e 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 fd3e5feadd7..35e8b5ae78e 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 0396d2a1f2e..e4e9276d6b8 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 24536ef5da9..5493136be18 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 f6412339473..f407df3ec53 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 f1d64e5172c..ee4ff616828 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 e1c48417c36..d9aaa8a5f51 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 9534f791d56..238d4cef3ae 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 39ba9560e87..cf5a208cf43 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 3630191dd05..bff85f18b95 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 90d3f6c804f..61f144eeb57 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 4b0f37d1116..319ba7a1930 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 1eaa0be788b..4a75c5009ff 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 7ccc334767a..d474c966263 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 005ce394593..498b5f57802 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 699757abaa8..8874e9e7f2f 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 b385ebd08c7..2257feb5603 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 a2c372f08fb..d9e3ab2e93f 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 eac61f8fd1c..c3d6b60128c 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 d529cf75fb5..9137aadeaec 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 468858ed4ff..7a91c9e7284 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 e872f13b36c..24481b9d889 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 1821a4cd5b4..b322eea7947 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 ae723bef599..c0639d59321 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 f314bfdd8ac..54c7143587b 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 3c3c7378b26..9a2b05352c7 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 8b04758ac5f..a2347c1ee53 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 98e751417b2..c525333b800 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 4689ab5ae00..abe1cfa81f2 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 652bf9082bc..d6e8b7d6a56 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 ad6769f5a63..edc34ec1d6a 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 dc14fedd86d..ecd09fcbf29 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 1d528c0ae2d..4d41613373d 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 20bf0ed74f2..5de3b11155d 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 28fd037be0c..1825f42f159 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 c867df40f77..75f267c851f 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 6043cc40da5..0353ee1bf23 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 a608017f90e..b6eafc18b17 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 d4b784cc2c4..265c2791f5a 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 4e386583264..0a65ef0de1d 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 7dac09359f0..a6acb40d21a 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 3f415f708f7..cb01548bc5d 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 f8b81835b75..d8adb5725b9 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 5d7a030ca14..77fc19a60bf 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 0e1cce78008..bbeaa180ef6 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 6189152fa28..6422436bc45 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 25f064a84c9..28e3abc49cb 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 f82d9b05d1e..443d567b84d 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 b13905ab623..863dae43c98 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 3de2c52f267..397f505482d 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 bde0d4b2cce..ca0118ba0a8 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 35ff060995d..fa3d7f5a7c5 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 ee9ba52ffa9..b4b02467f0e 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 af533aa5320..7a5dddaca3c 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 a45658d7492..98c852c3330 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 7a9d1c700c7..9e82cf6ae4f 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 f677fb71128..3e6f42f0a49 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 51bb4873001..cf4c218765e 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 0b771718787..db1bbf12e3c 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 ead570961f8..e0eca5741f6 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 7581e74615a..dce6f67905c 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 cd3d0276311..8d9cf6eccaf 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 72ef51683a6..96fb645a3b3 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 4f027c50263..aa1693f9ff5 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 1f8612e3340..ea76cba92c5 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 cdb8c31de13..21f7ce51ea3 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 fb5999ac54b..49c52f646ae 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 2425f7d1ca5..9404d2da2f0 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 c6ae0926d52..708561ee775 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 60607b1efbe..b3c6ef61223 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 c26f89fca47..fc07db94cff 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 6b49929c9bd..5cb63564a2d 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 793f6f840c0..dd3e076eea7 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 7025212e5e2..9c64045c12c 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 f21218912bf..19b65790711 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 fff52fe9018..1d5b994ab69 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 76df1600019..76ec4ce1bca 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 b6ece32d0f6..1b04e0c2ca1 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 76b6e15224c..325911fa15d 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 e0c5828462e..325ade74e94 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 aed84f4f6a8..550f571ca61 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 9f11c6946d7..60d0dbd6469 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 7998d5de734..41831be283e 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 acad7c3af97..fa3ad197bd7 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 794f98beae0..fdb87ba7c9c 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 bd3df354390..95e2d0526fe 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 b7491fae737..93f1a26aede 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