diff --git a/boards/risc-v/rv32m1/rv32m1-vega/include/board.h b/boards/risc-v/rv32m1/rv32m1-vega/include/board.h index 7e3fdff8d36..ea8ddb096a8 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/include/board.h +++ b/boards/risc-v/rv32m1/rv32m1-vega/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/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/rv32m1/rv32m1-vega/scripts/Make.defs b/boards/risc-v/rv32m1/rv32m1-vega/scripts/Make.defs index cf48cc96781..67ad17ec7c6 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/scripts/Make.defs +++ b/boards/risc-v/rv32m1/rv32m1-vega/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/rv32m1/rv32m1-vega/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/rv32m1/rv32m1-vega/scripts/ld-itcm.script b/boards/risc-v/rv32m1/rv32m1-vega/scripts/ld-itcm.script index e2625e2dad8..83ed215949a 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/scripts/ld-itcm.script +++ b/boards/risc-v/rv32m1/rv32m1-vega/scripts/ld-itcm.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/scripts/ld-itcm.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/rv32m1/rv32m1-vega/scripts/ld.script b/boards/risc-v/rv32m1/rv32m1-vega/scripts/ld.script index 5dfd355075d..6fa72c232e4 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/scripts/ld.script +++ b/boards/risc-v/rv32m1/rv32m1-vega/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/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/rv32m1/rv32m1-vega/src/Makefile b/boards/risc-v/rv32m1/rv32m1-vega/src/Makefile index 02ae18cf992..fd3de5139c3 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/src/Makefile +++ b/boards/risc-v/rv32m1/rv32m1-vega/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/rv32m1/rv32m1-vega/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/rv32m1/rv32m1-vega/src/rv32m1-vega.h b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1-vega.h index c74d582c300..15812a17209 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1-vega.h +++ b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1-vega.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1-vega.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under 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/rv32m1/rv32m1-vega/src/rv32m1_appinit.c b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_appinit.c index 21e41299dd9..a44a188dca5 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_appinit.c +++ b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_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/rv32m1/rv32m1-vega/src/rv32m1_autoleds.c b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_autoleds.c index d5048817aaf..e4722ced7d5 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_autoleds.c +++ b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_autoleds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under 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/rv32m1/rv32m1-vega/src/rv32m1_boot.c b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_boot.c index 52e8a944319..e9a7064fa60 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_boot.c +++ b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_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/rv32m1/rv32m1-vega/src/rv32m1_bringup.c b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_bringup.c index 6af10072c07..4892186b86e 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_bringup.c +++ b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_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/rv32m1/rv32m1-vega/src/rv32m1_buttons.c b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_buttons.c index 3471c6fddd3..e616ce9480d 100644 --- a/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_buttons.c +++ b/boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/rv32m1/rv32m1-vega/src/rv32m1_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The