diff --git a/arch/CMakeLists.txt b/arch/CMakeLists.txt index 66ce262e716..287370dd040 100644 --- a/arch/CMakeLists.txt +++ b/arch/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # arch/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/arch/z80/include/arch.h b/arch/z80/include/arch.h index 185945c5046..a5d7f23b13e 100644 --- a/arch/z80/include/arch.h +++ b/arch/z80/include/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/arch.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/arch/z80/include/ez80/arch.h b/arch/z80/include/ez80/arch.h index 65711fa57e1..9d3eb4b1b06 100644 --- a/arch/z80/include/ez80/arch.h +++ b/arch/z80/include/ez80/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/ez80/arch.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/arch/z80/include/ez80/inttypes.h b/arch/z80/include/ez80/inttypes.h index 5d6d784ce29..6bcf8d832ac 100644 --- a/arch/z80/include/ez80/inttypes.h +++ b/arch/z80/include/ez80/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/ez80/inttypes.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/arch/z80/include/ez80/io.h b/arch/z80/include/ez80/io.h index 64969db7ef9..1422dff1ae3 100644 --- a/arch/z80/include/ez80/io.h +++ b/arch/z80/include/ez80/io.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/ez80/io.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/arch/z80/include/ez80/irq.h b/arch/z80/include/ez80/irq.h index 83f3bed2ff5..339eca4e108 100644 --- a/arch/z80/include/ez80/irq.h +++ b/arch/z80/include/ez80/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/ez80/irq.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/arch/z80/include/ez80/limits.h b/arch/z80/include/ez80/limits.h index 9cd9dbade29..7508f657a30 100644 --- a/arch/z80/include/ez80/limits.h +++ b/arch/z80/include/ez80/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/ez80/limits.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/arch/z80/include/ez80/types.h b/arch/z80/include/ez80/types.h index d852729de3c..04f977a8c06 100644 --- a/arch/z80/include/ez80/types.h +++ b/arch/z80/include/ez80/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/ez80/types.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/arch/z80/include/inttypes.h b/arch/z80/include/inttypes.h index 634b164d607..1c877c4db99 100644 --- a/arch/z80/include/inttypes.h +++ b/arch/z80/include/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/inttypes.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/arch/z80/include/io.h b/arch/z80/include/io.h index 87b9a01f7f1..382bc4bf864 100644 --- a/arch/z80/include/io.h +++ b/arch/z80/include/io.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/io.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/arch/z80/include/irq.h b/arch/z80/include/irq.h index fffba5a615d..28d6bfbff34 100644 --- a/arch/z80/include/irq.h +++ b/arch/z80/include/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/irq.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/arch/z80/include/limits.h b/arch/z80/include/limits.h index b6e84b49c36..e6ea25a52da 100644 --- a/arch/z80/include/limits.h +++ b/arch/z80/include/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/limits.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/arch/z80/include/syscall.h b/arch/z80/include/syscall.h index 0032ebf97cf..e0cbfca49bb 100644 --- a/arch/z80/include/syscall.h +++ b/arch/z80/include/syscall.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/syscall.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/arch/z80/include/types.h b/arch/z80/include/types.h index 3095b9eb683..f52ed126f2a 100644 --- a/arch/z80/include/types.h +++ b/arch/z80/include/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/types.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/arch/z80/include/z180/arch.h b/arch/z80/include/z180/arch.h index 26c3f40fa12..5a1bdcd7051 100644 --- a/arch/z80/include/z180/arch.h +++ b/arch/z80/include/z180/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z180/arch.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/arch/z80/include/z180/chip.h b/arch/z80/include/z180/chip.h index 3e2036af324..fe3eb4eaf8e 100644 --- a/arch/z80/include/z180/chip.h +++ b/arch/z80/include/z180/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z180/chip.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/arch/z80/include/z180/inttypes.h b/arch/z80/include/z180/inttypes.h index 30515746314..347d9d3044d 100644 --- a/arch/z80/include/z180/inttypes.h +++ b/arch/z80/include/z180/inttypes.h @@ -1,20 +1,8 @@ /**************************************************************************** * arch/z80/include/z180/inttypes.h * - * 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 file to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance with the - * License. You may obtain a copy of the License at + * SPDX-License-Identifier: Apache-2.0 * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations - * under the License. * 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/arch/z80/include/z180/io.h b/arch/z80/include/z180/io.h index 32aed6fe246..90704dd166c 100644 --- a/arch/z80/include/z180/io.h +++ b/arch/z80/include/z180/io.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z180/io.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/arch/z80/include/z180/irq.h b/arch/z80/include/z180/irq.h index 125422714a6..3afec621072 100644 --- a/arch/z80/include/z180/irq.h +++ b/arch/z80/include/z180/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z180/irq.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/arch/z80/include/z180/limits.h b/arch/z80/include/z180/limits.h index d811b13bdf9..d1de6330e8f 100644 --- a/arch/z80/include/z180/limits.h +++ b/arch/z80/include/z180/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z180/limits.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/arch/z80/include/z180/types.h b/arch/z80/include/z180/types.h index 438c82e414d..625e3ed0665 100644 --- a/arch/z80/include/z180/types.h +++ b/arch/z80/include/z180/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z180/types.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/arch/z80/include/z8/arch.h b/arch/z80/include/z8/arch.h index f6d0d4233dc..ed861684e93 100644 --- a/arch/z80/include/z8/arch.h +++ b/arch/z80/include/z8/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z8/arch.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/arch/z80/include/z8/inttypes.h b/arch/z80/include/z8/inttypes.h index ea17eeb490a..380585429dc 100644 --- a/arch/z80/include/z8/inttypes.h +++ b/arch/z80/include/z8/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z8/inttypes.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/arch/z80/include/z8/irq.h b/arch/z80/include/z8/irq.h index 7faff99d001..37148633b8f 100644 --- a/arch/z80/include/z8/irq.h +++ b/arch/z80/include/z8/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z8/irq.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/arch/z80/include/z8/limits.h b/arch/z80/include/z8/limits.h index 50c49bfaf77..1a8b3ffd3cb 100644 --- a/arch/z80/include/z8/limits.h +++ b/arch/z80/include/z8/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z8/limits.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/arch/z80/include/z8/types.h b/arch/z80/include/z8/types.h index 8baf908c97d..bc0d667f494 100644 --- a/arch/z80/include/z8/types.h +++ b/arch/z80/include/z8/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z8/types.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/arch/z80/include/z80/arch.h b/arch/z80/include/z80/arch.h index 4dbb8c8dd34..5e60b812990 100644 --- a/arch/z80/include/z80/arch.h +++ b/arch/z80/include/z80/arch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z80/arch.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/arch/z80/include/z80/chip.h b/arch/z80/include/z80/chip.h index a34abb916a6..de52854fb28 100644 --- a/arch/z80/include/z80/chip.h +++ b/arch/z80/include/z80/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z80/chip.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/arch/z80/include/z80/inttypes.h b/arch/z80/include/z80/inttypes.h index 6ca8e4fdbcf..c5cd59e5475 100644 --- a/arch/z80/include/z80/inttypes.h +++ b/arch/z80/include/z80/inttypes.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z80/inttypes.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/arch/z80/include/z80/io.h b/arch/z80/include/z80/io.h index 008448cf0bf..f3fe4c706a0 100644 --- a/arch/z80/include/z80/io.h +++ b/arch/z80/include/z80/io.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z80/io.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/arch/z80/include/z80/irq.h b/arch/z80/include/z80/irq.h index e0308d9707f..956b2d6461e 100644 --- a/arch/z80/include/z80/irq.h +++ b/arch/z80/include/z80/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z80/irq.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/arch/z80/include/z80/limits.h b/arch/z80/include/z80/limits.h index 51e584ab647..e73fa7a865d 100644 --- a/arch/z80/include/z80/limits.h +++ b/arch/z80/include/z80/limits.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z80/limits.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/arch/z80/include/z80/types.h b/arch/z80/include/z80/types.h index bd64f657c09..0d6ddae35a1 100644 --- a/arch/z80/include/z80/types.h +++ b/arch/z80/include/z80/types.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/include/z80/types.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/arch/z80/src/Makefile b/arch/z80/src/Makefile index a25d81e4f3e..09fee432161 100644 --- a/arch/z80/src/Makefile +++ b/arch/z80/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/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/arch/z80/src/Makefile.clang b/arch/z80/src/Makefile.clang index 8db1427c63a..4c7fcd139a9 100644 --- a/arch/z80/src/Makefile.clang +++ b/arch/z80/src/Makefile.clang @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/Makefile.clang # +# 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/arch/z80/src/Makefile.sdccl b/arch/z80/src/Makefile.sdccl index f5db1f0c3dc..a36e35786da 100644 --- a/arch/z80/src/Makefile.sdccl +++ b/arch/z80/src/Makefile.sdccl @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/Makefile.sdccl # +# 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/arch/z80/src/Makefile.sdccw b/arch/z80/src/Makefile.sdccw index fd2ec082476..44a9cb3a60b 100644 --- a/arch/z80/src/Makefile.sdccw +++ b/arch/z80/src/Makefile.sdccw @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/Makefile.sdccw # +# 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/arch/z80/src/Makefile.zdsiil b/arch/z80/src/Makefile.zdsiil index 14d756932a6..7374a3cde63 100644 --- a/arch/z80/src/Makefile.zdsiil +++ b/arch/z80/src/Makefile.zdsiil @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/Makefile.zdsiil # +# 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/arch/z80/src/Makefile.zdsiiw b/arch/z80/src/Makefile.zdsiiw index bb9d1e5d8ce..6443db9ee50 100644 --- a/arch/z80/src/Makefile.zdsiiw +++ b/arch/z80/src/Makefile.zdsiiw @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/Makefile.zdsiiw # +# 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/arch/z80/src/common/z80_allocateheap.c b/arch/z80/src/common/z80_allocateheap.c index 9b5858f062e..ad25d1b55b5 100644 --- a/arch/z80/src/common/z80_allocateheap.c +++ b/arch/z80/src/common/z80_allocateheap.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_allocateheap.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/arch/z80/src/common/z80_createstack.c b/arch/z80/src/common/z80_createstack.c index 0d667d145fa..c61a7c057df 100644 --- a/arch/z80/src/common/z80_createstack.c +++ b/arch/z80/src/common/z80_createstack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_createstack.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/arch/z80/src/common/z80_doirq.c b/arch/z80/src/common/z80_doirq.c index 8429a41bfc8..4985248119d 100644 --- a/arch/z80/src/common/z80_doirq.c +++ b/arch/z80/src/common/z80_doirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_doirq.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/arch/z80/src/common/z80_exit.c b/arch/z80/src/common/z80_exit.c index 0904e3e252c..6212af3594b 100644 --- a/arch/z80/src/common/z80_exit.c +++ b/arch/z80/src/common/z80_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_exit.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/arch/z80/src/common/z80_idle.c b/arch/z80/src/common/z80_idle.c index 0d9a4bfbafe..5922d69deca 100644 --- a/arch/z80/src/common/z80_idle.c +++ b/arch/z80/src/common/z80_idle.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_idle.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/arch/z80/src/common/z80_initialize.c b/arch/z80/src/common/z80_initialize.c index 7415cc12cd2..55d0a6de913 100644 --- a/arch/z80/src/common/z80_initialize.c +++ b/arch/z80/src/common/z80_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_initialize.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/arch/z80/src/common/z80_internal.h b/arch/z80/src/common/z80_internal.h index 22d217afdf8..80171435efa 100644 --- a/arch/z80/src/common/z80_internal.h +++ b/arch/z80/src/common/z80_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_internal.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/arch/z80/src/common/z80_interruptcontext.c b/arch/z80/src/common/z80_interruptcontext.c index 62407cc87b2..82c824db898 100644 --- a/arch/z80/src/common/z80_interruptcontext.c +++ b/arch/z80/src/common/z80_interruptcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_interruptcontext.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/arch/z80/src/common/z80_mdelay.c b/arch/z80/src/common/z80_mdelay.c index f9cc97523a8..b1db5ebd268 100644 --- a/arch/z80/src/common/z80_mdelay.c +++ b/arch/z80/src/common/z80_mdelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_mdelay.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/arch/z80/src/common/z80_nputs.c b/arch/z80/src/common/z80_nputs.c index 41dee5dbd56..7cac0f28dd7 100644 --- a/arch/z80/src/common/z80_nputs.c +++ b/arch/z80/src/common/z80_nputs.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_nputs.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/arch/z80/src/common/z80_releasestack.c b/arch/z80/src/common/z80_releasestack.c index b5725c262b2..c0a64a6c000 100644 --- a/arch/z80/src/common/z80_releasestack.c +++ b/arch/z80/src/common/z80_releasestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_releasestack.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/arch/z80/src/common/z80_stackframe.c b/arch/z80/src/common/z80_stackframe.c index 9bd2bd16059..381a46403ce 100644 --- a/arch/z80/src/common/z80_stackframe.c +++ b/arch/z80/src/common/z80_stackframe.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_stackframe.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/arch/z80/src/common/z80_switchcontext.c b/arch/z80/src/common/z80_switchcontext.c index 08fdab13788..959dbc279c5 100644 --- a/arch/z80/src/common/z80_switchcontext.c +++ b/arch/z80/src/common/z80_switchcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_switchcontext.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/arch/z80/src/common/z80_udelay.c b/arch/z80/src/common/z80_udelay.c index ec69c00443e..cefabcf8b8b 100644 --- a/arch/z80/src/common/z80_udelay.c +++ b/arch/z80/src/common/z80_udelay.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_udelay.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/arch/z80/src/common/z80_usestack.c b/arch/z80/src/common/z80_usestack.c index c11d4dd71b6..e188d0e7202 100644 --- a/arch/z80/src/common/z80_usestack.c +++ b/arch/z80/src/common/z80_usestack.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/common/z80_usestack.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/arch/z80/src/ez80/Make.defs b/arch/z80/src/ez80/Make.defs index 249325b2c3d..8aed44202ec 100644 --- a/arch/z80/src/ez80/Make.defs +++ b/arch/z80/src/ez80/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/ez80/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/arch/z80/src/ez80/Toolchain.defs b/arch/z80/src/ez80/Toolchain.defs index 930066db7e6..0e7b323357f 100644 --- a/arch/z80/src/ez80/Toolchain.defs +++ b/arch/z80/src/ez80/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/ez80/Toolchain.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/arch/z80/src/ez80/chip.h b/arch/z80/src/ez80/chip.h index e85aecd6ea1..e9125be6c74 100644 --- a/arch/z80/src/ez80/chip.h +++ b/arch/z80/src/ez80/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/chip.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/arch/z80/src/ez80/clang-compat.asm b/arch/z80/src/ez80/clang-compat.asm index c83afd2bba2..e9e37cd9b92 100644 --- a/arch/z80/src/ez80/clang-compat.asm +++ b/arch/z80/src/ez80/clang-compat.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/clang-compat.asm ; +; 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/arch/z80/src/ez80/clang_handlers.inc b/arch/z80/src/ez80/clang_handlers.inc index 9dc8d4ed12c..47d8532cbb3 100644 --- a/arch/z80/src/ez80/clang_handlers.inc +++ b/arch/z80/src/ez80/clang_handlers.inc @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/clang_handlers.inc ; +; 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/arch/z80/src/ez80/ez80F91.inc b/arch/z80/src/ez80/ez80F91.inc index bf0fcae9f37..e98ca149369 100644 --- a/arch/z80/src/ez80/ez80F91.inc +++ b/arch/z80/src/ez80/ez80F91.inc @@ -1,7 +1,8 @@ - ;*********************************************************************************** ; arch/z80/src/ez80/ez80f91.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/arch/z80/src/ez80/ez80_clock.c b/arch/z80/src/ez80/ez80_clock.c index d6fcd99af1f..41b3d300a40 100644 --- a/arch/z80/src/ez80/ez80_clock.c +++ b/arch/z80/src/ez80/ez80_clock.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_clock.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/arch/z80/src/ez80/ez80_copystate.c b/arch/z80/src/ez80/ez80_copystate.c index 87010375012..640ed9c9e14 100644 --- a/arch/z80/src/ez80/ez80_copystate.c +++ b/arch/z80/src/ez80/ez80_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_copystate.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/arch/z80/src/ez80/ez80_emac.c b/arch/z80/src/ez80/ez80_emac.c index 1aae9325a27..898af6f2874 100644 --- a/arch/z80/src/ez80/ez80_emac.c +++ b/arch/z80/src/ez80/ez80_emac.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_emac.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/arch/z80/src/ez80/ez80_getsp.asm b/arch/z80/src/ez80/ez80_getsp.asm index 690828f4cfd..de493589b7e 100644 --- a/arch/z80/src/ez80/ez80_getsp.asm +++ b/arch/z80/src/ez80/ez80_getsp.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80_getsp.asm ; +; 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/arch/z80/src/ez80/ez80_i2c.c b/arch/z80/src/ez80/ez80_i2c.c index 3e1447cdbac..f32250116f5 100644 --- a/arch/z80/src/ez80/ez80_i2c.c +++ b/arch/z80/src/ez80/ez80_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_i2c.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/arch/z80/src/ez80/ez80_i2c.h b/arch/z80/src/ez80/ez80_i2c.h index ee151fb44d6..4a57dfab07b 100644 --- a/arch/z80/src/ez80/ez80_i2c.h +++ b/arch/z80/src/ez80/ez80_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_i2c.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/arch/z80/src/ez80/ez80_initialstate.c b/arch/z80/src/ez80/ez80_initialstate.c index efa1ecffc13..9e3904c8d34 100644 --- a/arch/z80/src/ez80/ez80_initialstate.c +++ b/arch/z80/src/ez80/ez80_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_initialstate.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/arch/z80/src/ez80/ez80_io.asm b/arch/z80/src/ez80/ez80_io.asm index 3039283f653..75acb02da1e 100644 --- a/arch/z80/src/ez80/ez80_io.asm +++ b/arch/z80/src/ez80/ez80_io.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ze80/ez80_io.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/arch/z80/src/ez80/ez80_irq.c b/arch/z80/src/ez80/ez80_irq.c index a1c3c6397e5..83828fdb217 100644 --- a/arch/z80/src/ez80/ez80_irq.c +++ b/arch/z80/src/ez80/ez80_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_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/arch/z80/src/ez80/ez80_irqcommon.asm b/arch/z80/src/ez80/ez80_irqcommon.asm index 2562b6246d9..18f1e727404 100644 --- a/arch/z80/src/ez80/ez80_irqcommon.asm +++ b/arch/z80/src/ez80/ez80_irqcommon.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80_irqcommon.asm ; +; 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/arch/z80/src/ez80/ez80_irqsave.asm b/arch/z80/src/ez80/ez80_irqsave.asm index ab031ca9e54..02b28dfbe51 100644 --- a/arch/z80/src/ez80/ez80_irqsave.asm +++ b/arch/z80/src/ez80/ez80_irqsave.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80_irqsave.asm ; +; 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/arch/z80/src/ez80/ez80_progentry.asm b/arch/z80/src/ez80/ez80_progentry.asm index 76ba0e61062..d823448d5c7 100644 --- a/arch/z80/src/ez80/ez80_progentry.asm +++ b/arch/z80/src/ez80/ez80_progentry.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80_progentry.asm ; +; 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/arch/z80/src/ez80/ez80_registerdump.c b/arch/z80/src/ez80/ez80_registerdump.c index 881cf2f1e78..02016fb785a 100644 --- a/arch/z80/src/ez80/ez80_registerdump.c +++ b/arch/z80/src/ez80/ez80_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_registerdump.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/arch/z80/src/ez80/ez80_reset.asm b/arch/z80/src/ez80/ez80_reset.asm index 62995990ae3..5f6fa0a4a13 100644 --- a/arch/z80/src/ez80/ez80_reset.asm +++ b/arch/z80/src/ez80/ez80_reset.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80_reset.asm ; +; 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/arch/z80/src/ez80/ez80_restorecontext.asm b/arch/z80/src/ez80/ez80_restorecontext.asm index 8e99df15a75..8f091f303c8 100644 --- a/arch/z80/src/ez80/ez80_restorecontext.asm +++ b/arch/z80/src/ez80/ez80_restorecontext.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80_restorcontext.asm ; +; 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/arch/z80/src/ez80/ez80_rtc.c b/arch/z80/src/ez80/ez80_rtc.c index 0797cd17af4..86beb799d1c 100644 --- a/arch/z80/src/ez80/ez80_rtc.c +++ b/arch/z80/src/ez80/ez80_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_rtc.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/arch/z80/src/ez80/ez80_rtc.h b/arch/z80/src/ez80/ez80_rtc.h index 0cac5ae8c11..6ccbb805669 100644 --- a/arch/z80/src/ez80/ez80_rtc.h +++ b/arch/z80/src/ez80/ez80_rtc.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_rtc.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/arch/z80/src/ez80/ez80_rtc_lowerhalf.c b/arch/z80/src/ez80/ez80_rtc_lowerhalf.c index dfec0a29843..4061e3648e2 100644 --- a/arch/z80/src/ez80/ez80_rtc_lowerhalf.c +++ b/arch/z80/src/ez80/ez80_rtc_lowerhalf.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_rtc_lowerhalf.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/arch/z80/src/ez80/ez80_saveusercontext.asm b/arch/z80/src/ez80/ez80_saveusercontext.asm index b7d6aa2fbe6..44501911b13 100644 --- a/arch/z80/src/ez80/ez80_saveusercontext.asm +++ b/arch/z80/src/ez80/ez80_saveusercontext.asm @@ -1,6 +1,8 @@ ;************************************************************************* ; arch/z80/src/ez80/ez80_saveusercontext.asm ; +; 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/arch/z80/src/ez80/ez80_schedulesigaction.c b/arch/z80/src/ez80/ez80_schedulesigaction.c index e96611102e0..2b5cf925aa7 100644 --- a/arch/z80/src/ez80/ez80_schedulesigaction.c +++ b/arch/z80/src/ez80/ez80_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_schedulesigaction.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/arch/z80/src/ez80/ez80_serial.c b/arch/z80/src/ez80/ez80_serial.c index 4913717e922..fe6876d84a7 100644 --- a/arch/z80/src/ez80/ez80_serial.c +++ b/arch/z80/src/ez80/ez80_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_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/arch/z80/src/ez80/ez80_sigdeliver.c b/arch/z80/src/ez80/ez80_sigdeliver.c index 3047267075c..ce22d2249f1 100644 --- a/arch/z80/src/ez80/ez80_sigdeliver.c +++ b/arch/z80/src/ez80/ez80_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_sigdeliver.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/arch/z80/src/ez80/ez80_spi.c b/arch/z80/src/ez80/ez80_spi.c index 1e63a654881..0ba74558556 100644 --- a/arch/z80/src/ez80/ez80_spi.c +++ b/arch/z80/src/ez80/ez80_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_spi.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/arch/z80/src/ez80/ez80_spi.h b/arch/z80/src/ez80/ez80_spi.h index 1a81eab19c1..ffd9cf4d4c0 100644 --- a/arch/z80/src/ez80/ez80_spi.h +++ b/arch/z80/src/ez80/ez80_spi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_spi.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/arch/z80/src/ez80/ez80_startup.asm b/arch/z80/src/ez80/ez80_startup.asm index 5da9030019d..382dbebbb61 100644 --- a/arch/z80/src/ez80/ez80_startup.asm +++ b/arch/z80/src/ez80/ez80_startup.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80_startup.asm ; +; 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/arch/z80/src/ez80/ez80_timerisr.c b/arch/z80/src/ez80/ez80_timerisr.c index 877ab4e13d5..57a9bf74ca3 100644 --- a/arch/z80/src/ez80/ez80_timerisr.c +++ b/arch/z80/src/ez80/ez80_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80_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 diff --git a/arch/z80/src/ez80/ez80f91.h b/arch/z80/src/ez80/ez80f91.h index e1a9f49fc9d..2ca85e36cfa 100644 --- a/arch/z80/src/ez80/ez80f91.h +++ b/arch/z80/src/ez80/ez80f91.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80f91.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/arch/z80/src/ez80/ez80f91_emac.h b/arch/z80/src/ez80/ez80f91_emac.h index 018b6f30179..b2dedd3123d 100644 --- a/arch/z80/src/ez80/ez80f91_emac.h +++ b/arch/z80/src/ez80/ez80f91_emac.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80f91_emac.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/arch/z80/src/ez80/ez80f91_handlers.asm b/arch/z80/src/ez80/ez80f91_handlers.asm index 3fec95b555b..7d8e319b941 100644 --- a/arch/z80/src/ez80/ez80f91_handlers.asm +++ b/arch/z80/src/ez80/ez80f91_handlers.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80f91_handlers.asm ; +; 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/arch/z80/src/ez80/ez80f91_init.asm b/arch/z80/src/ez80/ez80f91_init.asm index 2617bba53c1..ecb0b28d144 100644 --- a/arch/z80/src/ez80/ez80f91_init.asm +++ b/arch/z80/src/ez80/ez80f91_init.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80f91_init.asm ; +; 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/arch/z80/src/ez80/ez80f92.h b/arch/z80/src/ez80/ez80f92.h index f81e18585be..a9a4f63b295 100644 --- a/arch/z80/src/ez80/ez80f92.h +++ b/arch/z80/src/ez80/ez80f92.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/ez80f92.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/arch/z80/src/ez80/ez80f92_handlers.asm b/arch/z80/src/ez80/ez80f92_handlers.asm index 60052b70111..2d2f3b4555e 100644 --- a/arch/z80/src/ez80/ez80f92_handlers.asm +++ b/arch/z80/src/ez80/ez80f92_handlers.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80f92_handlers.asm ; +; 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/arch/z80/src/ez80/ez80f92_init.asm b/arch/z80/src/ez80/ez80f92_init.asm index 5477ae491b2..c937215e4f7 100644 --- a/arch/z80/src/ez80/ez80f92_init.asm +++ b/arch/z80/src/ez80/ez80f92_init.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80f92_init.asm ; +; 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/arch/z80/src/ez80/ez80f92_loader.asm b/arch/z80/src/ez80/ez80f92_loader.asm index 4ec93bca12f..f803d849eaf 100644 --- a/arch/z80/src/ez80/ez80f92_loader.asm +++ b/arch/z80/src/ez80/ez80f92_loader.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80f92_loader.asm ; +; 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/arch/z80/src/ez80/ez80f92_program.asm b/arch/z80/src/ez80/ez80f92_program.asm index 1bf207be71c..ba1072d5bfa 100644 --- a/arch/z80/src/ez80/ez80f92_program.asm +++ b/arch/z80/src/ez80/ez80f92_program.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/ez80/ez80f92_handlers.asm ; +; 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/arch/z80/src/ez80/switch.h b/arch/z80/src/ez80/switch.h index 69dd0916faa..566f36614c4 100644 --- a/arch/z80/src/ez80/switch.h +++ b/arch/z80/src/ez80/switch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/switch.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/arch/z80/src/ez80/z80_mem.h b/arch/z80/src/ez80/z80_mem.h index d2e7f6d0278..0ad3476c7dc 100644 --- a/arch/z80/src/ez80/z80_mem.h +++ b/arch/z80/src/ez80/z80_mem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/ez80/z80_mem.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/arch/z80/src/z180/Make.defs b/arch/z80/src/z180/Make.defs index 339bfa24f84..cd68793f6b3 100644 --- a/arch/z80/src/z180/Make.defs +++ b/arch/z80/src/z180/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/z180/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/arch/z80/src/z180/Toolchain.defs b/arch/z80/src/z180/Toolchain.defs index 8ecbdeaae5e..f0392635c6f 100644 --- a/arch/z80/src/z180/Toolchain.defs +++ b/arch/z80/src/z180/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/z180/Toolchain.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/arch/z80/src/z180/chip.h b/arch/z80/src/z180/chip.h index 4c6c0e43bf0..d71000cc67e 100644 --- a/arch/z80/src/z180/chip.h +++ b/arch/z80/src/z180/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/chip.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/arch/z80/src/z180/switch.h b/arch/z80/src/z180/switch.h index 066605315ca..d83f32e1700 100644 --- a/arch/z80/src/z180/switch.h +++ b/arch/z80/src/z180/switch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/switch.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/arch/z80/src/z180/z180_config.h b/arch/z80/src/z180/z180_config.h index d3dc550af14..d461078c897 100644 --- a/arch/z80/src/z180/z180_config.h +++ b/arch/z80/src/z180/z180_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_config.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/arch/z80/src/z180/z180_copystate.c b/arch/z80/src/z180/z180_copystate.c index e9866fc0a0a..59719d206ab 100644 --- a/arch/z80/src/z180/z180_copystate.c +++ b/arch/z80/src/z180/z180_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_copystate.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/arch/z80/src/z180/z180_head.asm b/arch/z80/src/z180/z180_head.asm index b04552a19ea..47b839ac2f9 100644 --- a/arch/z80/src/z180/z180_head.asm +++ b/arch/z80/src/z180/z180_head.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z180/z180_head.asm ; +; 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/arch/z80/src/z180/z180_initialstate.c b/arch/z80/src/z180/z180_initialstate.c index 14c0d002b37..b029c8f12e5 100644 --- a/arch/z80/src/z180/z180_initialstate.c +++ b/arch/z80/src/z180/z180_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_initialstate.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/arch/z80/src/z180/z180_io.c b/arch/z80/src/z180/z180_io.c index ed67f7b773f..027c266f4dc 100644 --- a/arch/z80/src/z180/z180_io.c +++ b/arch/z80/src/z180/z180_io.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_io.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/arch/z80/src/z180/z180_iomap.h b/arch/z80/src/z180/z180_iomap.h index aef5a3a581d..a5145791315 100644 --- a/arch/z80/src/z180/z180_iomap.h +++ b/arch/z80/src/z180/z180_iomap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_iomap.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/arch/z80/src/z180/z180_irq.c b/arch/z80/src/z180/z180_irq.c index acb2193b498..c80a196cbbd 100644 --- a/arch/z80/src/z180/z180_irq.c +++ b/arch/z80/src/z180/z180_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_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/arch/z80/src/z180/z180_lowscc.c b/arch/z80/src/z180/z180_lowscc.c index ab7ea301478..c498505b820 100644 --- a/arch/z80/src/z180/z180_lowscc.c +++ b/arch/z80/src/z180/z180_lowscc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_lowscc.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/arch/z80/src/z180/z180_lowserial.c b/arch/z80/src/z180/z180_lowserial.c index 77658ed5bbe..816f43f42b4 100644 --- a/arch/z80/src/z180/z180_lowserial.c +++ b/arch/z80/src/z180/z180_lowserial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_lowserial.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/arch/z80/src/z180/z180_lowuart.c b/arch/z80/src/z180/z180_lowuart.c index a7995e833ab..24d984e6947 100644 --- a/arch/z80/src/z180/z180_lowuart.c +++ b/arch/z80/src/z180/z180_lowuart.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_lowuart.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/arch/z80/src/z180/z180_mmu.c b/arch/z80/src/z180/z180_mmu.c index d5e6c9495c1..7266c1d951d 100644 --- a/arch/z80/src/z180/z180_mmu.c +++ b/arch/z80/src/z180/z180_mmu.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_mmu.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/arch/z80/src/z180/z180_mmu.h b/arch/z80/src/z180/z180_mmu.h index 5d2befe5b26..17bc7b2e803 100644 --- a/arch/z80/src/z180/z180_mmu.h +++ b/arch/z80/src/z180/z180_mmu.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_mmu.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/arch/z80/src/z180/z180_modifiyreg8.c b/arch/z80/src/z180/z180_modifiyreg8.c index 0226a445ea2..282e6592130 100644 --- a/arch/z80/src/z180/z180_modifiyreg8.c +++ b/arch/z80/src/z180/z180_modifiyreg8.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_modifiyreg8.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/arch/z80/src/z180/z180_registerdump.c b/arch/z80/src/z180/z180_registerdump.c index e01aedf31eb..07f2fa0e4f5 100644 --- a/arch/z80/src/z180/z180_registerdump.c +++ b/arch/z80/src/z180/z180_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_registerdump.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/arch/z80/src/z180/z180_restoreusercontext.asm b/arch/z80/src/z180/z180_restoreusercontext.asm index 4aa907f1248..05a31117dd3 100644 --- a/arch/z80/src/z180/z180_restoreusercontext.asm +++ b/arch/z80/src/z180/z180_restoreusercontext.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z180/z180_restoreusercontext.asm ; +; 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/arch/z80/src/z180/z180_rom.asm b/arch/z80/src/z180/z180_rom.asm index c0731a8fcbe..e4a9f5c7059 100644 --- a/arch/z80/src/z180/z180_rom.asm +++ b/arch/z80/src/z180/z180_rom.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z180/z180_rom.asm ; +; 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/arch/z80/src/z180/z180_romvectors.asm b/arch/z80/src/z180/z180_romvectors.asm index 712d6f6a5d5..8c25cf4db6d 100644 --- a/arch/z80/src/z180/z180_romvectors.asm +++ b/arch/z80/src/z180/z180_romvectors.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z180/z180_romvectors.asm ; +; 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/arch/z80/src/z180/z180_saveusercontext.asm b/arch/z80/src/z180/z180_saveusercontext.asm index b78a83640ab..d3428d5eec2 100644 --- a/arch/z80/src/z180/z180_saveusercontext.asm +++ b/arch/z80/src/z180/z180_saveusercontext.asm @@ -1,6 +1,8 @@ ;************************************************************************* ; arch/z80/src/z180/z180_saveusercontext.asm ; +; 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/arch/z80/src/z180/z180_scc.c b/arch/z80/src/z180/z180_scc.c index daebc3b0054..fa3d5c62268 100644 --- a/arch/z80/src/z180/z180_scc.c +++ b/arch/z80/src/z180/z180_scc.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_scc.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/arch/z80/src/z180/z180_schedulesigaction.c b/arch/z80/src/z180/z180_schedulesigaction.c index c577745c3f9..fe072f14247 100644 --- a/arch/z80/src/z180/z180_schedulesigaction.c +++ b/arch/z80/src/z180/z180_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_schedulesigaction.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/arch/z80/src/z180/z180_serial.h b/arch/z80/src/z180/z180_serial.h index 25b406567e9..ca40bbfdf16 100644 --- a/arch/z80/src/z180/z180_serial.h +++ b/arch/z80/src/z180/z180_serial.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_serial.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/arch/z80/src/z180/z180_sigdeliver.c b/arch/z80/src/z180/z180_sigdeliver.c index eabc6f651f3..5f4a3599908 100644 --- a/arch/z80/src/z180/z180_sigdeliver.c +++ b/arch/z80/src/z180/z180_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_sigdeliver.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/arch/z80/src/z180/z180_timerisr.c b/arch/z80/src/z180/z180_timerisr.c index 674ca278f54..8d765f36621 100644 --- a/arch/z80/src/z180/z180_timerisr.c +++ b/arch/z80/src/z180/z180_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z180_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 diff --git a/arch/z80/src/z180/z180_vectcommon.asm b/arch/z80/src/z180/z180_vectcommon.asm index 99d92413b5b..bbf6e3c8ea8 100644 --- a/arch/z80/src/z180/z180_vectcommon.asm +++ b/arch/z80/src/z180/z180_vectcommon.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z180/z180_vectcommon.asm ; +; 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/arch/z80/src/z180/z180_vectors.asm b/arch/z80/src/z180/z180_vectors.asm index 5a8bc1d554e..e180a0bdb70 100644 --- a/arch/z80/src/z180/z180_vectors.asm +++ b/arch/z80/src/z180/z180_vectors.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z180/z180_vectors.asm ; +; 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/arch/z80/src/z180/z80_mem.h b/arch/z80/src/z180/z80_mem.h index 8cff9a56b7d..81128ffbe71 100644 --- a/arch/z80/src/z180/z80_mem.h +++ b/arch/z80/src/z180/z80_mem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z180/z80_mem.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/arch/z80/src/z8/Make.defs b/arch/z80/src/z8/Make.defs index 67ad5f87081..383ef92bb27 100644 --- a/arch/z80/src/z8/Make.defs +++ b/arch/z80/src/z8/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/z8/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/arch/z80/src/z8/Toolchain.defs b/arch/z80/src/z8/Toolchain.defs index bf12ac950dd..79195a95fbe 100644 --- a/arch/z80/src/z8/Toolchain.defs +++ b/arch/z80/src/z8/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/z8/Toolchain.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/arch/z80/src/z8/chip.h b/arch/z80/src/z8/chip.h index c92ec7cdfeb..0ee335bd2a1 100644 --- a/arch/z80/src/z8/chip.h +++ b/arch/z80/src/z8/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/chip.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/arch/z80/src/z8/switch.h b/arch/z80/src/z8/switch.h index 258d7e8cee1..c483d2d607a 100644 --- a/arch/z80/src/z8/switch.h +++ b/arch/z80/src/z8/switch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/switch.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/arch/z80/src/z8/z80_mem.h b/arch/z80/src/z8/z80_mem.h index 9cba9b4b955..c74c41629a6 100644 --- a/arch/z80/src/z8/z80_mem.h +++ b/arch/z80/src/z8/z80_mem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z80_mem.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/arch/z80/src/z8/z8_head.S b/arch/z80/src/z8/z8_head.S index 5bfb2182446..33d9dea7181 100644 --- a/arch/z80/src/z8/z8_head.S +++ b/arch/z80/src/z8/z8_head.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/z80/src/z8/z8_head.S * + * 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/arch/z80/src/z8/z8_i2c.c b/arch/z80/src/z8/z8_i2c.c index 29bf7cf9f00..9af2e590898 100644 --- a/arch/z80/src/z8/z8_i2c.c +++ b/arch/z80/src/z8/z8_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_i2c.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/arch/z80/src/z8/z8_initialstate.c b/arch/z80/src/z8/z8_initialstate.c index e71059e3969..075940a1ffe 100644 --- a/arch/z80/src/z8/z8_initialstate.c +++ b/arch/z80/src/z8/z8_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_initialstate.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/arch/z80/src/z8/z8_irq.c b/arch/z80/src/z8/z8_irq.c index 66464fad4df..afa39249746 100644 --- a/arch/z80/src/z8/z8_irq.c +++ b/arch/z80/src/z8/z8_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_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/arch/z80/src/z8/z8_registerdump.c b/arch/z80/src/z8/z8_registerdump.c index 5f406290d49..1d6e9d2b556 100644 --- a/arch/z80/src/z8/z8_registerdump.c +++ b/arch/z80/src/z8/z8_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_registerdump.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/arch/z80/src/z8/z8_restorecontext.S b/arch/z80/src/z8/z8_restorecontext.S index a458585a64b..de9c27783ad 100644 --- a/arch/z80/src/z8/z8_restorecontext.S +++ b/arch/z80/src/z8/z8_restorecontext.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/z80/src/z8/z8_saveusercontext.S * + * 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/arch/z80/src/z8/z8_saveirqcontext.c b/arch/z80/src/z8/z8_saveirqcontext.c index a8b34575dca..8ee6b541308 100644 --- a/arch/z80/src/z8/z8_saveirqcontext.c +++ b/arch/z80/src/z8/z8_saveirqcontext.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_saveirqcontext.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/arch/z80/src/z8/z8_saveusercontext.S b/arch/z80/src/z8/z8_saveusercontext.S index 1977d010e98..400c6db3f65 100644 --- a/arch/z80/src/z8/z8_saveusercontext.S +++ b/arch/z80/src/z8/z8_saveusercontext.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/z80/src/z8/z8_saveusercontext.S * + * 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/arch/z80/src/z8/z8_schedulesigaction.c b/arch/z80/src/z8/z8_schedulesigaction.c index cddf5c6af38..39720960185 100644 --- a/arch/z80/src/z8/z8_schedulesigaction.c +++ b/arch/z80/src/z8/z8_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_schedulesigaction.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/arch/z80/src/z8/z8_serial.c b/arch/z80/src/z8/z8_serial.c index d0a432e81cc..09516c20930 100644 --- a/arch/z80/src/z8/z8_serial.c +++ b/arch/z80/src/z8/z8_serial.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_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/arch/z80/src/z8/z8_sigdeliver.c b/arch/z80/src/z8/z8_sigdeliver.c index 2c13db2e0c0..257b512e331 100644 --- a/arch/z80/src/z8/z8_sigdeliver.c +++ b/arch/z80/src/z8/z8_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_sigdeliver.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/arch/z80/src/z8/z8_timerisr.c b/arch/z80/src/z8/z8_timerisr.c index b9edbc97d77..226ebee5bb3 100644 --- a/arch/z80/src/z8/z8_timerisr.c +++ b/arch/z80/src/z8/z8_timerisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z8/z8_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 diff --git a/arch/z80/src/z8/z8_vector.S b/arch/z80/src/z8/z8_vector.S index a1c69472a89..9a1c135115f 100644 --- a/arch/z80/src/z8/z8_vector.S +++ b/arch/z80/src/z8/z8_vector.S @@ -1,6 +1,8 @@ /************************************************************************** * arch/z80/src/z8/z8_xdef.S * + * 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/arch/z80/src/z80/Make.defs b/arch/z80/src/z80/Make.defs index 75cb1023075..8555cf59ee9 100644 --- a/arch/z80/src/z80/Make.defs +++ b/arch/z80/src/z80/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/z80/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/arch/z80/src/z80/Toolchain.defs b/arch/z80/src/z80/Toolchain.defs index 3d2cecc1ff1..9072efcc427 100644 --- a/arch/z80/src/z80/Toolchain.defs +++ b/arch/z80/src/z80/Toolchain.defs @@ -1,6 +1,8 @@ ############################################################################ # arch/z80/src/z80/Toolchain.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/arch/z80/src/z80/chip.h b/arch/z80/src/z80/chip.h index 67ecba50f53..8241eeb9250 100644 --- a/arch/z80/src/z80/chip.h +++ b/arch/z80/src/z80/chip.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/chip.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/arch/z80/src/z80/switch.h b/arch/z80/src/z80/switch.h index 4190d0a687e..4e628cc106a 100644 --- a/arch/z80/src/z80/switch.h +++ b/arch/z80/src/z80/switch.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/switch.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/arch/z80/src/z80/z80_copystate.c b/arch/z80/src/z80/z80_copystate.c index b6014b26128..b1d07d2cb82 100644 --- a/arch/z80/src/z80/z80_copystate.c +++ b/arch/z80/src/z80/z80_copystate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/z80_copystate.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/arch/z80/src/z80/z80_head.asm b/arch/z80/src/z80/z80_head.asm index e78dffe2cc6..0679293fc51 100644 --- a/arch/z80/src/z80/z80_head.asm +++ b/arch/z80/src/z80/z80_head.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z80/z80_head.asm ; +; 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/arch/z80/src/z80/z80_initialstate.c b/arch/z80/src/z80/z80_initialstate.c index b26c3f1be12..ad8dc25eac9 100644 --- a/arch/z80/src/z80/z80_initialstate.c +++ b/arch/z80/src/z80/z80_initialstate.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/z80_initialstate.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/arch/z80/src/z80/z80_io.c b/arch/z80/src/z80/z80_io.c index 455140ecfca..81d63368139 100644 --- a/arch/z80/src/z80/z80_io.c +++ b/arch/z80/src/z80/z80_io.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/z80_io.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/arch/z80/src/z80/z80_irq.c b/arch/z80/src/z80/z80_irq.c index 1e510ce611e..19f778e884a 100644 --- a/arch/z80/src/z80/z80_irq.c +++ b/arch/z80/src/z80/z80_irq.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/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/arch/z80/src/z80/z80_mem.h b/arch/z80/src/z80/z80_mem.h index 36e53105d57..21d704b2cf7 100644 --- a/arch/z80/src/z80/z80_mem.h +++ b/arch/z80/src/z80/z80_mem.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/z80_mem.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/arch/z80/src/z80/z80_registerdump.c b/arch/z80/src/z80/z80_registerdump.c index 5e8a82fcf4d..41659e48801 100644 --- a/arch/z80/src/z80/z80_registerdump.c +++ b/arch/z80/src/z80/z80_registerdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/z80_registerdump.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/arch/z80/src/z80/z80_restoreusercontext.asm b/arch/z80/src/z80/z80_restoreusercontext.asm index d91eacf3ff1..07bbeb3bddb 100644 --- a/arch/z80/src/z80/z80_restoreusercontext.asm +++ b/arch/z80/src/z80/z80_restoreusercontext.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z80/z80_restoreusercontext.asm ; +; 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/arch/z80/src/z80/z80_rom.asm b/arch/z80/src/z80/z80_rom.asm index 12b928c64fd..8877fe61ff9 100644 --- a/arch/z80/src/z80/z80_rom.asm +++ b/arch/z80/src/z80/z80_rom.asm @@ -1,6 +1,8 @@ ;************************************************************************** ; arch/z80/src/z80/z80_rom.asm ; +; 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/arch/z80/src/z80/z80_saveusercontext.asm b/arch/z80/src/z80/z80_saveusercontext.asm index d7786fd7a9c..214be78f549 100644 --- a/arch/z80/src/z80/z80_saveusercontext.asm +++ b/arch/z80/src/z80/z80_saveusercontext.asm @@ -1,6 +1,8 @@ ;************************************************************************* ; arch/z80/src/z80/z80_saveusercontext.asm ; +; 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/arch/z80/src/z80/z80_schedulesigaction.c b/arch/z80/src/z80/z80_schedulesigaction.c index f03690e784a..a8d93fd1f9b 100644 --- a/arch/z80/src/z80/z80_schedulesigaction.c +++ b/arch/z80/src/z80/z80_schedulesigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/z80_schedulesigaction.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/arch/z80/src/z80/z80_sigdeliver.c b/arch/z80/src/z80/z80_sigdeliver.c index ce2a6d9cbba..5afdd263f1f 100644 --- a/arch/z80/src/z80/z80_sigdeliver.c +++ b/arch/z80/src/z80/z80_sigdeliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/z80/src/z80/z80_sigdeliver.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