diff --git a/boards/arm/qemu/qemu-armv7a/CMakeLists.txt b/boards/arm/qemu/qemu-armv7a/CMakeLists.txt index ad7e65c3fe..aea7eee46a 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 b5053e2ba7..dd8ed5ea4e 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 e1ea49816e..a49e02016e 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 ff8b2e0186..1613a337f8 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 fff1eba210..f6c3b148d4 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 d08c4abf66..7cd9e83496 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 23235f2cbd..b2fce9e8c8 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 491cf2dd60..b8ffbb116d 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 2907d68d93..b8d6872e30 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 1580155cd6..2e1f43e5e8 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