diff --git a/boards/arm/qemu/qemu-armv7a/CMakeLists.txt b/boards/arm/qemu/qemu-armv7a/CMakeLists.txt index ad7e65c3fe4..aea7eee46a4 100644 --- a/boards/arm/qemu/qemu-armv7a/CMakeLists.txt +++ b/boards/arm/qemu/qemu-armv7a/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/qemu/qemu-armv7a/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/arm/qemu/qemu-armv7a/include/board.h b/boards/arm/qemu/qemu-armv7a/include/board.h index b5053e2ba73..dd8ed5ea4e7 100644 --- a/boards/arm/qemu/qemu-armv7a/include/board.h +++ b/boards/arm/qemu/qemu-armv7a/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/qemu/qemu-armv7a/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/arm/qemu/qemu-armv7a/scripts/Make.defs b/boards/arm/qemu/qemu-armv7a/scripts/Make.defs index e1ea49816e6..a49e02016e2 100644 --- a/boards/arm/qemu/qemu-armv7a/scripts/Make.defs +++ b/boards/arm/qemu/qemu-armv7a/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/qemu/qemu-armv7a/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/arm/qemu/qemu-armv7a/scripts/dramboot.ld b/boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld index ff8b2e01863..1613a337f8e 100644 --- a/boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld +++ b/boards/arm/qemu/qemu-armv7a/scripts/dramboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/qemu/qemu-armv7a/scripts/dramboot_armv7a.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/arm/qemu/qemu-armv7a/src/CMakeLists.txt b/boards/arm/qemu/qemu-armv7a/src/CMakeLists.txt index fff1eba2108..f6c3b148d43 100644 --- a/boards/arm/qemu/qemu-armv7a/src/CMakeLists.txt +++ b/boards/arm/qemu/qemu-armv7a/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/qemu/qemu-armv7a/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/arm/qemu/qemu-armv7a/src/Makefile b/boards/arm/qemu/qemu-armv7a/src/Makefile index d08c4abf665..7cd9e834967 100644 --- a/boards/arm/qemu/qemu-armv7a/src/Makefile +++ b/boards/arm/qemu/qemu-armv7a/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/qemu/qemu-armv7a/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/arm/qemu/qemu-armv7a/src/qemu-armv7a.h b/boards/arm/qemu/qemu-armv7a/src/qemu-armv7a.h index 23235f2cbd8..b2fce9e8c84 100644 --- a/boards/arm/qemu/qemu-armv7a/src/qemu-armv7a.h +++ b/boards/arm/qemu/qemu-armv7a/src/qemu-armv7a.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/qemu/qemu-armv7a/src/qemu-armv7a.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/arm/qemu/qemu-armv7a/src/qemu_appinit.c b/boards/arm/qemu/qemu-armv7a/src/qemu_appinit.c index 491cf2dd60b..b8ffbb116d3 100644 --- a/boards/arm/qemu/qemu-armv7a/src/qemu_appinit.c +++ b/boards/arm/qemu/qemu-armv7a/src/qemu_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/qemu/qemu-armv7a/src/qemu_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/arm/qemu/qemu-armv7a/src/qemu_boardinit.c b/boards/arm/qemu/qemu-armv7a/src/qemu_boardinit.c index 2907d68d93e..b8d6872e30c 100644 --- a/boards/arm/qemu/qemu-armv7a/src/qemu_boardinit.c +++ b/boards/arm/qemu/qemu-armv7a/src/qemu_boardinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/qemu/qemu-armv7a/src/qemu_boardinit.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/arm/qemu/qemu-armv7a/src/qemu_bringup.c b/boards/arm/qemu/qemu-armv7a/src/qemu_bringup.c index 1580155cd60..2e1f43e5e82 100644 --- a/boards/arm/qemu/qemu-armv7a/src/qemu_bringup.c +++ b/boards/arm/qemu/qemu-armv7a/src/qemu_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/qemu/qemu-armv7a/src/qemu_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