diff --git a/boards/risc-v/fe310/hifive1-revb/include/board.h b/boards/risc-v/fe310/hifive1-revb/include/board.h index 7db60ee5dbc..fe273c499b6 100644 --- a/boards/risc-v/fe310/hifive1-revb/include/board.h +++ b/boards/risc-v/fe310/hifive1-revb/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/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/fe310/hifive1-revb/scripts/Make.defs b/boards/risc-v/fe310/hifive1-revb/scripts/Make.defs index bc359f2c069..f8479460f0a 100644 --- a/boards/risc-v/fe310/hifive1-revb/scripts/Make.defs +++ b/boards/risc-v/fe310/hifive1-revb/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/fe310/hifive1-revb/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/fe310/hifive1-revb/scripts/ld-qemu.script b/boards/risc-v/fe310/hifive1-revb/scripts/ld-qemu.script index ee8756ae53c..792d9019960 100644 --- a/boards/risc-v/fe310/hifive1-revb/scripts/ld-qemu.script +++ b/boards/risc-v/fe310/hifive1-revb/scripts/ld-qemu.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/scripts/ld-qemu.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/fe310/hifive1-revb/scripts/ld.script b/boards/risc-v/fe310/hifive1-revb/scripts/ld.script index 0d8c11782c9..eb234f10e4f 100644 --- a/boards/risc-v/fe310/hifive1-revb/scripts/ld.script +++ b/boards/risc-v/fe310/hifive1-revb/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/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/fe310/hifive1-revb/src/Makefile b/boards/risc-v/fe310/hifive1-revb/src/Makefile index a6982047cfe..d67da83bf4e 100644 --- a/boards/risc-v/fe310/hifive1-revb/src/Makefile +++ b/boards/risc-v/fe310/hifive1-revb/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/fe310/hifive1-revb/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/fe310/hifive1-revb/src/fe310_appinit.c b/boards/risc-v/fe310/hifive1-revb/src/fe310_appinit.c index 8bdb849d8c9..76dd76f98ca 100644 --- a/boards/risc-v/fe310/hifive1-revb/src/fe310_appinit.c +++ b/boards/risc-v/fe310/hifive1-revb/src/fe310_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/src/fe310_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/fe310/hifive1-revb/src/fe310_autoleds.c b/boards/risc-v/fe310/hifive1-revb/src/fe310_autoleds.c index f822526b323..5dd893402f7 100644 --- a/boards/risc-v/fe310/hifive1-revb/src/fe310_autoleds.c +++ b/boards/risc-v/fe310/hifive1-revb/src/fe310_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/src/fe310_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/fe310/hifive1-revb/src/fe310_boot.c b/boards/risc-v/fe310/hifive1-revb/src/fe310_boot.c index 860fb67dc1c..1adb6403b07 100644 --- a/boards/risc-v/fe310/hifive1-revb/src/fe310_boot.c +++ b/boards/risc-v/fe310/hifive1-revb/src/fe310_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/src/fe310_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/fe310/hifive1-revb/src/fe310_bringup.c b/boards/risc-v/fe310/hifive1-revb/src/fe310_bringup.c index 02cd3a2699a..67945fa487d 100644 --- a/boards/risc-v/fe310/hifive1-revb/src/fe310_bringup.c +++ b/boards/risc-v/fe310/hifive1-revb/src/fe310_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/src/fe310_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/fe310/hifive1-revb/src/fe310_buttons.c b/boards/risc-v/fe310/hifive1-revb/src/fe310_buttons.c index 384ea75a19c..775e97f8dc6 100644 --- a/boards/risc-v/fe310/hifive1-revb/src/fe310_buttons.c +++ b/boards/risc-v/fe310/hifive1-revb/src/fe310_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/src/fe310_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 diff --git a/boards/risc-v/fe310/hifive1-revb/src/hifive1-revb.h b/boards/risc-v/fe310/hifive1-revb/src/hifive1-revb.h index e46af8b1730..e304ee7fd78 100644 --- a/boards/risc-v/fe310/hifive1-revb/src/hifive1-revb.h +++ b/boards/risc-v/fe310/hifive1-revb/src/hifive1-revb.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/fe310/hifive1-revb/src/hifive1-revb.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The