diff --git a/boards/risc-v/jh7110/star64/include/board.h b/boards/risc-v/jh7110/star64/include/board.h index d89fd443c3a..808b0581f5a 100644 --- a/boards/risc-v/jh7110/star64/include/board.h +++ b/boards/risc-v/jh7110/star64/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/jh7110/star64/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/jh7110/star64/include/board_memorymap.h b/boards/risc-v/jh7110/star64/include/board_memorymap.h index fff0cf0c331..07ca88a4026 100644 --- a/boards/risc-v/jh7110/star64/include/board_memorymap.h +++ b/boards/risc-v/jh7110/star64/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/jh7110/star64/include/board_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/boards/risc-v/jh7110/star64/scripts/Make.defs b/boards/risc-v/jh7110/star64/scripts/Make.defs index b23431bc26d..faf5104864a 100644 --- a/boards/risc-v/jh7110/star64/scripts/Make.defs +++ b/boards/risc-v/jh7110/star64/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/jh7110/star64/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/jh7110/star64/scripts/ld.script b/boards/risc-v/jh7110/star64/scripts/ld.script index 4d9190a9377..edf632b07e2 100644 --- a/boards/risc-v/jh7110/star64/scripts/ld.script +++ b/boards/risc-v/jh7110/star64/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/jh7110/star64/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/jh7110/star64/src/Makefile b/boards/risc-v/jh7110/star64/src/Makefile index 5e1db22d8e4..c767f4330ae 100644 --- a/boards/risc-v/jh7110/star64/src/Makefile +++ b/boards/risc-v/jh7110/star64/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/jh7110/star64/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/jh7110/star64/src/etc/init.d/rc.sysinit b/boards/risc-v/jh7110/star64/src/etc/init.d/rc.sysinit index e7dbec7a015..00af393d4e8 100644 --- a/boards/risc-v/jh7110/star64/src/etc/init.d/rc.sysinit +++ b/boards/risc-v/jh7110/star64/src/etc/init.d/rc.sysinit @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/jh7110/star64/src/etc/init.d/rc.sysinit * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under 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/jh7110/star64/src/etc/init.d/rcS b/boards/risc-v/jh7110/star64/src/etc/init.d/rcS index bd202a4b834..a3581f8e7c3 100644 --- a/boards/risc-v/jh7110/star64/src/etc/init.d/rcS +++ b/boards/risc-v/jh7110/star64/src/etc/init.d/rcS @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/jh7110/star64/src/etc/init.d/rcS * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under 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/jh7110/star64/src/jh7110_appinit.c b/boards/risc-v/jh7110/star64/src/jh7110_appinit.c index e2668adbe53..ec6e1d169e9 100644 --- a/boards/risc-v/jh7110/star64/src/jh7110_appinit.c +++ b/boards/risc-v/jh7110/star64/src/jh7110_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/jh7110/star64/src/jh7110_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