diff --git a/boards/risc-v/k210/maix-bit/CMakeLists.txt b/boards/risc-v/k210/maix-bit/CMakeLists.txt index 676e73f2454..b9a73dbbb54 100644 --- a/boards/risc-v/k210/maix-bit/CMakeLists.txt +++ b/boards/risc-v/k210/maix-bit/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/risc-v/k210/maix-bit/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/boards/risc-v/k210/maix-bit/include/board.h b/boards/risc-v/k210/maix-bit/include/board.h index 03954859f41..cba6aa49c30 100644 --- a/boards/risc-v/k210/maix-bit/include/board.h +++ b/boards/risc-v/k210/maix-bit/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/kernel/Makefile b/boards/risc-v/k210/maix-bit/kernel/Makefile index 7df8fc03d6c..a1cf18d8534 100644 --- a/boards/risc-v/k210/maix-bit/kernel/Makefile +++ b/boards/risc-v/k210/maix-bit/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/k210/maix-bit/kernel/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/boards/risc-v/k210/maix-bit/kernel/k210_userspace.c b/boards/risc-v/k210/maix-bit/kernel/k210_userspace.c index 3b190952b4a..b4d7df28489 100644 --- a/boards/risc-v/k210/maix-bit/kernel/k210_userspace.c +++ b/boards/risc-v/k210/maix-bit/kernel/k210_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/kernel/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/boards/risc-v/k210/maix-bit/scripts/Make.defs b/boards/risc-v/k210/maix-bit/scripts/Make.defs index e88852db400..37aaf90bcf1 100644 --- a/boards/risc-v/k210/maix-bit/scripts/Make.defs +++ b/boards/risc-v/k210/maix-bit/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/k210/maix-bit/scripts/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/boards/risc-v/k210/maix-bit/scripts/ld.script b/boards/risc-v/k210/maix-bit/scripts/ld.script index 18309d59eb0..02cdaa66e6f 100644 --- a/boards/risc-v/k210/maix-bit/scripts/ld.script +++ b/boards/risc-v/k210/maix-bit/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/scripts/memory.ld b/boards/risc-v/k210/maix-bit/scripts/memory.ld index bf257e57453..8c8ec6b7c16 100644 --- a/boards/risc-v/k210/maix-bit/scripts/memory.ld +++ b/boards/risc-v/k210/maix-bit/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/scripts/memory.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/scripts/user-space.ld b/boards/risc-v/k210/maix-bit/scripts/user-space.ld index 5927c721bb8..cd0203324bf 100644 --- a/boards/risc-v/k210/maix-bit/scripts/user-space.ld +++ b/boards/risc-v/k210/maix-bit/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/scripts/user-space.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/src/CMakeLists.txt b/boards/risc-v/k210/maix-bit/src/CMakeLists.txt index 6c08ad41246..ac80690b756 100644 --- a/boards/risc-v/k210/maix-bit/src/CMakeLists.txt +++ b/boards/risc-v/k210/maix-bit/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/risc-v/k230/canmv230/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/boards/risc-v/k210/maix-bit/src/Makefile b/boards/risc-v/k210/maix-bit/src/Makefile index 8c2db777a14..7b71046af22 100644 --- a/boards/risc-v/k210/maix-bit/src/Makefile +++ b/boards/risc-v/k210/maix-bit/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/k210/maix-bit/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/boards/risc-v/k210/maix-bit/src/k210_appinit.c b/boards/risc-v/k210/maix-bit/src/k210_appinit.c index 32b25ff7d36..210c93a3fdd 100644 --- a/boards/risc-v/k210/maix-bit/src/k210_appinit.c +++ b/boards/risc-v/k210/maix-bit/src/k210_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/src/k210_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/src/k210_boot.c b/boards/risc-v/k210/maix-bit/src/k210_boot.c index 7961e73b24f..d9d5f0b6528 100644 --- a/boards/risc-v/k210/maix-bit/src/k210_boot.c +++ b/boards/risc-v/k210/maix-bit/src/k210_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/src/k210_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/src/k210_bringup.c b/boards/risc-v/k210/maix-bit/src/k210_bringup.c index c722275e1c4..e84e7332f16 100644 --- a/boards/risc-v/k210/maix-bit/src/k210_bringup.c +++ b/boards/risc-v/k210/maix-bit/src/k210_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/src/k210_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/src/k210_gpio.c b/boards/risc-v/k210/maix-bit/src/k210_gpio.c index 6ccc5b441ad..6fbb41a5144 100644 --- a/boards/risc-v/k210/maix-bit/src/k210_gpio.c +++ b/boards/risc-v/k210/maix-bit/src/k210_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/src/k210_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/boards/risc-v/k210/maix-bit/src/k210_leds.c b/boards/risc-v/k210/maix-bit/src/k210_leds.c index 15442cb5106..6dbe2a6002a 100644 --- a/boards/risc-v/k210/maix-bit/src/k210_leds.c +++ b/boards/risc-v/k210/maix-bit/src/k210_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/src/k210_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/risc-v/k210/maix-bit/src/maix-bit.h b/boards/risc-v/k210/maix-bit/src/maix-bit.h index a0cb76148ad..82fa934db3c 100644 --- a/boards/risc-v/k210/maix-bit/src/maix-bit.h +++ b/boards/risc-v/k210/maix-bit/src/maix-bit.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/k210/maix-bit/src/maix-bit.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The