diff --git a/boards/z80/z180/p112/include/board.h b/boards/z80/z180/p112/include/board.h index f156eadab5f..652eabefddd 100644 --- a/boards/z80/z180/p112/include/board.h +++ b/boards/z80/z180/p112/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/z180/p112/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/z80/z180/p112/scripts/Make.defs b/boards/z80/z180/p112/scripts/Make.defs index d32472f7910..b14e65740d6 100644 --- a/boards/z80/z180/p112/scripts/Make.defs +++ b/boards/z80/z180/p112/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/z180/p112/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/z80/z180/p112/src/Makefile b/boards/z80/z180/p112/src/Makefile index 510454b542e..6ecf7aaaf81 100644 --- a/boards/z80/z180/p112/src/Makefile +++ b/boards/z80/z180/p112/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/z180/p112/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