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 <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-11-12 12:38:34 +01:00
committed by Xiang Xiao
parent 4577e28833
commit 7e0875ee51
7 changed files with 14 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/z80/z80/z80sim/include/board.h * boards/z80/z80/z80sim/include/board.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/z80/z80/z80sim/scripts/Make.defs # boards/z80/z80/z80sim/scripts/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# boards/z80/z80/z80sim/src/Makefile # boards/z80/z80/z80sim/src/Makefile
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/z80/z80/z80sim/src/z80_irq.c * 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 * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/z80/z80/z80sim/src/z80_lowputc.c * 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 * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/z80/z80/z80sim/src/z80_serial.c * 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 * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* boards/z80/z80/z80sim/src/z80_timerisr.c * 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 * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The