diff --git a/boards/renesas/sh1/us7032evb1/include/board.h b/boards/renesas/sh1/us7032evb1/include/board.h index e4d068ae04c..d79fbb6a847 100644 --- a/boards/renesas/sh1/us7032evb1/include/board.h +++ b/boards/renesas/sh1/us7032evb1/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/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/renesas/sh1/us7032evb1/scripts/Make.defs b/boards/renesas/sh1/us7032evb1/scripts/Make.defs index efa8839d808..22840238603 100644 --- a/boards/renesas/sh1/us7032evb1/scripts/Make.defs +++ b/boards/renesas/sh1/us7032evb1/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # boards/renesas/sh1/us7032evb1/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/renesas/sh1/us7032evb1/scripts/sram.ld b/boards/renesas/sh1/us7032evb1/scripts/sram.ld index 60a4e79684a..54172946eeb 100644 --- a/boards/renesas/sh1/us7032evb1/scripts/sram.ld +++ b/boards/renesas/sh1/us7032evb1/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/scripts/sram.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/renesas/sh1/us7032evb1/shterm/Makefile b/boards/renesas/sh1/us7032evb1/shterm/Makefile index ee32e23afd0..31dc6217d46 100644 --- a/boards/renesas/sh1/us7032evb1/shterm/Makefile +++ b/boards/renesas/sh1/us7032evb1/shterm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/renesas/sh1/us7032evb1/shterm/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/renesas/sh1/us7032evb1/shterm/shterm.c b/boards/renesas/sh1/us7032evb1/shterm/shterm.c index 2fcb525e586..23f8f331d00 100644 --- a/boards/renesas/sh1/us7032evb1/shterm/shterm.c +++ b/boards/renesas/sh1/us7032evb1/shterm/shterm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/shterm/shterm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under 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/renesas/sh1/us7032evb1/src/Makefile b/boards/renesas/sh1/us7032evb1/src/Makefile index 05d553e55b2..cde236a7554 100644 --- a/boards/renesas/sh1/us7032evb1/src/Makefile +++ b/boards/renesas/sh1/us7032evb1/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/renesas/sh1/us7032evb1/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/renesas/sh1/us7032evb1/src/sh1_leds.c b/boards/renesas/sh1/us7032evb1/src/sh1_leds.c index be058b4abc7..9c8e2200a79 100644 --- a/boards/renesas/sh1/us7032evb1/src/sh1_leds.c +++ b/boards/renesas/sh1/us7032evb1/src/sh1_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/src/sh1_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