From 7e0875ee5177483229bb765499a4109de5ce6e12 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 12:38:34 +0100 Subject: [PATCH] boards/z80/z80: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- boards/z80/z80/z80sim/include/board.h | 2 ++ boards/z80/z80/z80sim/scripts/Make.defs | 2 ++ boards/z80/z80/z80sim/src/Makefile | 2 ++ boards/z80/z80/z80sim/src/z80_irq.c | 2 ++ boards/z80/z80/z80sim/src/z80_lowputc.c | 2 ++ boards/z80/z80/z80sim/src/z80_serial.c | 2 ++ boards/z80/z80/z80sim/src/z80_timerisr.c | 2 ++ 7 files changed, 14 insertions(+) diff --git a/boards/z80/z80/z80sim/include/board.h b/boards/z80/z80/z80sim/include/board.h index f0aa01976c..7dd51c8916 100644 --- a/boards/z80/z80/z80sim/include/board.h +++ b/boards/z80/z80/z80sim/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/z80/z80sim/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/z80/z80sim/scripts/Make.defs b/boards/z80/z80/z80sim/scripts/Make.defs index f1d34e84a4..8725f73e54 100644 --- a/boards/z80/z80/z80sim/scripts/Make.defs +++ b/boards/z80/z80/z80sim/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/z80/z80sim/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/z80/z80sim/src/Makefile b/boards/z80/z80/z80sim/src/Makefile index dcf9fcb51b..0d9eb5545f 100644 --- a/boards/z80/z80/z80sim/src/Makefile +++ b/boards/z80/z80/z80sim/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/z80/z80sim/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/z80/z80/z80sim/src/z80_irq.c b/boards/z80/z80/z80sim/src/z80_irq.c index 0de8b1833b..30e3c76f77 100644 --- a/boards/z80/z80/z80sim/src/z80_irq.c +++ b/boards/z80/z80/z80sim/src/z80_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/z80/z80sim/src/z80_irq.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/z80/z80/z80sim/src/z80_lowputc.c b/boards/z80/z80/z80sim/src/z80_lowputc.c index 212f4cb384..2fe2545707 100644 --- a/boards/z80/z80/z80sim/src/z80_lowputc.c +++ b/boards/z80/z80/z80sim/src/z80_lowputc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/z80/z80sim/src/z80_lowputc.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/z80/z80/z80sim/src/z80_serial.c b/boards/z80/z80/z80sim/src/z80_serial.c index 05fb56ec1a..c44b840a6f 100644 --- a/boards/z80/z80/z80sim/src/z80_serial.c +++ b/boards/z80/z80/z80sim/src/z80_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/z80/z80sim/src/z80_serial.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/z80/z80/z80sim/src/z80_timerisr.c b/boards/z80/z80/z80sim/src/z80_timerisr.c index 3f3ff10d99..ed34198a7b 100644 --- a/boards/z80/z80/z80sim/src/z80_timerisr.c +++ b/boards/z80/z80/z80sim/src/z80_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/z80/z80sim/src/z80_timerisr.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