From b37a760aa2bfd099e46554f3fde95d1135f6fe1a Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 12:34:07 +0100 Subject: [PATCH] boards/z80/ez80: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- .../z80/ez80/ez80f910200kitg/include/board.h | 2 + .../ez80/ez80f910200kitg/scripts/Make.defs | 2 + .../scripts/ez80f910200kitg.linkcmd | 40 ++++++++++--------- boards/z80/ez80/ez80f910200kitg/src/Makefile | 2 + .../z80/ez80/ez80f910200kitg/src/ez80_boot.c | 2 + .../z80/ez80/ez80f910200kitg/src/ez80_leds.c | 2 + .../z80/ez80/ez80f910200zco/include/board.h | 2 + .../z80/ez80/ez80f910200zco/scripts/Make.defs | 2 + .../scripts/ez80f910200zco.linkcmd | 40 ++++++++++--------- boards/z80/ez80/ez80f910200zco/src/Makefile | 2 + .../z80/ez80/ez80f910200zco/src/ez80_boot.c | 2 + .../ez80/ez80f910200zco/src/ez80_buttons.c | 2 + .../z80/ez80/ez80f910200zco/src/ez80_leds.c | 2 + .../ez80/ez80f910200zco/src/ez80f910200zco.h | 2 + boards/z80/ez80/makerlisp/include/board.h | 2 + boards/z80/ez80/makerlisp/scripts/Make.defs | 2 + .../scripts/makerlisp_copytoram.linkcmd | 40 ++++++++++--------- .../makerlisp/scripts/makerlisp_flash.linkcmd | 40 ++++++++++--------- .../makerlisp/scripts/makerlisp_ram.linkcmd | 40 ++++++++++--------- boards/z80/ez80/makerlisp/src/Makefile | 2 + boards/z80/ez80/makerlisp/src/ez80_appinit.c | 2 + boards/z80/ez80/makerlisp/src/ez80_boot.c | 2 + boards/z80/ez80/makerlisp/src/ez80_bringup.c | 2 + boards/z80/ez80/makerlisp/src/ez80_leds.c | 2 + boards/z80/ez80/makerlisp/src/ez80_spi.c | 2 + boards/z80/ez80/makerlisp/src/ez80_spimmcsd.c | 2 + boards/z80/ez80/makerlisp/src/makerlisp.h | 2 + boards/z80/ez80/makerlisp/src/sd_main.c | 2 + boards/z80/ez80/z20x/include/board.h | 2 + boards/z80/ez80/z20x/scripts/Make.defs | 2 + .../ez80/z20x/scripts/z20x_copytoram.linkcmd | 40 ++++++++++--------- .../z80/ez80/z20x/scripts/z20x_flash.linkcmd | 40 ++++++++++--------- .../z80/ez80/z20x/scripts/z20x_loader.linkcmd | 40 ++++++++++--------- .../ez80/z20x/scripts/z20x_program.linkcmd | 40 ++++++++++--------- boards/z80/ez80/z20x/src/Makefile | 2 + boards/z80/ez80/z20x/src/ez80_appinit.c | 2 + boards/z80/ez80/z20x/src/ez80_boot.c | 2 + boards/z80/ez80/z20x/src/ez80_bringup.c | 2 + boards/z80/ez80/z20x/src/ez80_spi.c | 2 + boards/z80/ez80/z20x/src/ez80_spimmcsd.c | 2 + boards/z80/ez80/z20x/src/ez80_w25.c | 2 + boards/z80/ez80/z20x/src/sd_main.c | 2 + boards/z80/ez80/z20x/src/w25_main.c | 2 + boards/z80/ez80/z20x/src/z20x.h | 2 + 44 files changed, 259 insertions(+), 171 deletions(-) diff --git a/boards/z80/ez80/ez80f910200kitg/include/board.h b/boards/z80/ez80/ez80f910200kitg/include/board.h index c38e96bdccf..6c56159047b 100644 --- a/boards/z80/ez80/ez80f910200kitg/include/board.h +++ b/boards/z80/ez80/ez80f910200kitg/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200kitg/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200kitg/scripts/Make.defs b/boards/z80/ez80/ez80f910200kitg/scripts/Make.defs index af6bce0a5e7..69febd1b7f4 100644 --- a/boards/z80/ez80/ez80f910200kitg/scripts/Make.defs +++ b/boards/z80/ez80/ez80f910200kitg/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/ez80f910200kitg/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200kitg/scripts/ez80f910200kitg.linkcmd b/boards/z80/ez80/ez80f910200kitg/scripts/ez80f910200kitg.linkcmd index 0a44df28aa6..578868622a4 100644 --- a/boards/z80/ez80/ez80f910200kitg/scripts/ez80f910200kitg.linkcmd +++ b/boards/z80/ez80/ez80f910200kitg/scripts/ez80f910200kitg.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/ez80f910200kitg/scripts/ez80f910200kitg.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/ez80f910200kitg/scripts/ez80f910200kitg.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ -FORMAT=OMF695,INTEL32 -map -maxhexlen=64 -quiet -NOwarnoverlap -xref -unresolved=fatal diff --git a/boards/z80/ez80/ez80f910200kitg/src/Makefile b/boards/z80/ez80/ez80f910200kitg/src/Makefile index 2a89666c2bd..320f6c15317 100644 --- a/boards/z80/ez80/ez80f910200kitg/src/Makefile +++ b/boards/z80/ez80/ez80f910200kitg/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/ez80f910200kitg/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200kitg/src/ez80_boot.c b/boards/z80/ez80/ez80f910200kitg/src/ez80_boot.c index 678fc934846..77fe731eddc 100644 --- a/boards/z80/ez80/ez80f910200kitg/src/ez80_boot.c +++ b/boards/z80/ez80/ez80f910200kitg/src/ez80_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200kitg/src/ez80_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200kitg/src/ez80_leds.c b/boards/z80/ez80/ez80f910200kitg/src/ez80_leds.c index c2fbabdd608..5445d6a063b 100644 --- a/boards/z80/ez80/ez80f910200kitg/src/ez80_leds.c +++ b/boards/z80/ez80/ez80f910200kitg/src/ez80_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200kitg/src/ez80_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200zco/include/board.h b/boards/z80/ez80/ez80f910200zco/include/board.h index 84e46fdf82f..49bbfe07ff7 100644 --- a/boards/z80/ez80/ez80f910200zco/include/board.h +++ b/boards/z80/ez80/ez80f910200zco/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200zco/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200zco/scripts/Make.defs b/boards/z80/ez80/ez80f910200zco/scripts/Make.defs index d587ce20801..d9b1239fbf6 100644 --- a/boards/z80/ez80/ez80f910200zco/scripts/Make.defs +++ b/boards/z80/ez80/ez80f910200zco/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/ez80f910200zco/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200zco/scripts/ez80f910200zco.linkcmd b/boards/z80/ez80/ez80f910200zco/scripts/ez80f910200zco.linkcmd index deaf2a2693a..bc7f0a36316 100644 --- a/boards/z80/ez80/ez80f910200zco/scripts/ez80f910200zco.linkcmd +++ b/boards/z80/ez80/ez80f910200zco/scripts/ez80f910200zco.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/ez80f910200zco/scripts/ez80f910200zco.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/ez80f910200zco/scripts/ez80f910200zco.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ -FORMAT=OMF695,INTEL32 -map -maxhexlen=64 -quiet -NOwarnoverlap -xref -unresolved=fatal diff --git a/boards/z80/ez80/ez80f910200zco/src/Makefile b/boards/z80/ez80/ez80f910200zco/src/Makefile index 639c7128b31..3b3cca367b7 100644 --- a/boards/z80/ez80/ez80f910200zco/src/Makefile +++ b/boards/z80/ez80/ez80f910200zco/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/ez80f910200zco/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200zco/src/ez80_boot.c b/boards/z80/ez80/ez80f910200zco/src/ez80_boot.c index 576894267b7..a71adb123c6 100644 --- a/boards/z80/ez80/ez80f910200zco/src/ez80_boot.c +++ b/boards/z80/ez80/ez80f910200zco/src/ez80_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200zco/src/ez80_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200zco/src/ez80_buttons.c b/boards/z80/ez80/ez80f910200zco/src/ez80_buttons.c index 0d6c5686932..2b2f9d513e2 100644 --- a/boards/z80/ez80/ez80f910200zco/src/ez80_buttons.c +++ b/boards/z80/ez80/ez80f910200zco/src/ez80_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200zco/src/ez80_buttons.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200zco/src/ez80_leds.c b/boards/z80/ez80/ez80f910200zco/src/ez80_leds.c index 6953562988e..60dc96d05bb 100644 --- a/boards/z80/ez80/ez80f910200zco/src/ez80_leds.c +++ b/boards/z80/ez80/ez80f910200zco/src/ez80_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200zco/src/ez80_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/ez80f910200zco/src/ez80f910200zco.h b/boards/z80/ez80/ez80f910200zco/src/ez80f910200zco.h index d2ff4bc6309..02906666d16 100644 --- a/boards/z80/ez80/ez80f910200zco/src/ez80f910200zco.h +++ b/boards/z80/ez80/ez80f910200zco/src/ez80f910200zco.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/ez80f910200zco/src/ez80f910200zco.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/include/board.h b/boards/z80/ez80/makerlisp/include/board.h index 6714dea342b..e1ffdd7dadb 100644 --- a/boards/z80/ez80/makerlisp/include/board.h +++ b/boards/z80/ez80/makerlisp/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/scripts/Make.defs b/boards/z80/ez80/makerlisp/scripts/Make.defs index cf9ed976406..a61982f5c1f 100644 --- a/boards/z80/ez80/makerlisp/scripts/Make.defs +++ b/boards/z80/ez80/makerlisp/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/makerlisp/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/scripts/makerlisp_copytoram.linkcmd b/boards/z80/ez80/makerlisp/scripts/makerlisp_copytoram.linkcmd index 05fe8575be0..07bfab1fa8b 100644 --- a/boards/z80/ez80/makerlisp/scripts/makerlisp_copytoram.linkcmd +++ b/boards/z80/ez80/makerlisp/scripts/makerlisp_copytoram.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/makerlisp/scripts/makerlisp_copytoram.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/makerlisp/scripts/makerlisp_copytoram.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ /* For configurations booting from flash but otherwise running out of RAM */ diff --git a/boards/z80/ez80/makerlisp/scripts/makerlisp_flash.linkcmd b/boards/z80/ez80/makerlisp/scripts/makerlisp_flash.linkcmd index d3de782d2b5..027190430d2 100644 --- a/boards/z80/ez80/makerlisp/scripts/makerlisp_flash.linkcmd +++ b/boards/z80/ez80/makerlisp/scripts/makerlisp_flash.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/makerlisp/scripts/makerlisp_flash.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/makerlisp/scripts/makerlisp_flash.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ /* For configurations running entirely out of FLASH */ diff --git a/boards/z80/ez80/makerlisp/scripts/makerlisp_ram.linkcmd b/boards/z80/ez80/makerlisp/scripts/makerlisp_ram.linkcmd index 181c2672f10..0d27c3510aa 100644 --- a/boards/z80/ez80/makerlisp/scripts/makerlisp_ram.linkcmd +++ b/boards/z80/ez80/makerlisp/scripts/makerlisp_ram.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/makerlisp/scripts/makerlisp_ram.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/makerlisp/scripts/makerlisp_ram.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ /* For configurations running entirely out of RAM with nothing in FLASH */ diff --git a/boards/z80/ez80/makerlisp/src/Makefile b/boards/z80/ez80/makerlisp/src/Makefile index 5e31c745966..79a870e8cab 100644 --- a/boards/z80/ez80/makerlisp/src/Makefile +++ b/boards/z80/ez80/makerlisp/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/makerlisp/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/src/ez80_appinit.c b/boards/z80/ez80/makerlisp/src/ez80_appinit.c index b0a1569be31..52d1f2ca7c5 100644 --- a/boards/z80/ez80/makerlisp/src/ez80_appinit.c +++ b/boards/z80/ez80/makerlisp/src/ez80_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/ez80_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/src/ez80_boot.c b/boards/z80/ez80/makerlisp/src/ez80_boot.c index 08ebab35c19..6642dc8ace6 100644 --- a/boards/z80/ez80/makerlisp/src/ez80_boot.c +++ b/boards/z80/ez80/makerlisp/src/ez80_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/ez80_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/src/ez80_bringup.c b/boards/z80/ez80/makerlisp/src/ez80_bringup.c index 263c7568b0d..46ea929d18d 100644 --- a/boards/z80/ez80/makerlisp/src/ez80_bringup.c +++ b/boards/z80/ez80/makerlisp/src/ez80_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/ez80_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/src/ez80_leds.c b/boards/z80/ez80/makerlisp/src/ez80_leds.c index dc9e1179561..34edbd986ee 100644 --- a/boards/z80/ez80/makerlisp/src/ez80_leds.c +++ b/boards/z80/ez80/makerlisp/src/ez80_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/ez80_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/src/ez80_spi.c b/boards/z80/ez80/makerlisp/src/ez80_spi.c index 68ef0e4c03f..8146400f0a7 100644 --- a/boards/z80/ez80/makerlisp/src/ez80_spi.c +++ b/boards/z80/ez80/makerlisp/src/ez80_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/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/boards/z80/ez80/makerlisp/src/ez80_spimmcsd.c b/boards/z80/ez80/makerlisp/src/ez80_spimmcsd.c index e68798b46be..df1d39e1341 100644 --- a/boards/z80/ez80/makerlisp/src/ez80_spimmcsd.c +++ b/boards/z80/ez80/makerlisp/src/ez80_spimmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/ez80_spimmcsd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/src/makerlisp.h b/boards/z80/ez80/makerlisp/src/makerlisp.h index 78498045ec2..ae3fe045c54 100644 --- a/boards/z80/ez80/makerlisp/src/makerlisp.h +++ b/boards/z80/ez80/makerlisp/src/makerlisp.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/makerlisp.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/makerlisp/src/sd_main.c b/boards/z80/ez80/makerlisp/src/sd_main.c index 581b9ae8932..478201b8987 100644 --- a/boards/z80/ez80/makerlisp/src/sd_main.c +++ b/boards/z80/ez80/makerlisp/src/sd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/makerlisp/src/sd_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/include/board.h b/boards/z80/ez80/z20x/include/board.h index 8d2f531a92b..ba040fb6716 100644 --- a/boards/z80/ez80/z20x/include/board.h +++ b/boards/z80/ez80/z20x/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/scripts/Make.defs b/boards/z80/ez80/z20x/scripts/Make.defs index db28913326d..139a4207a07 100644 --- a/boards/z80/ez80/z20x/scripts/Make.defs +++ b/boards/z80/ez80/z20x/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/z20x/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/scripts/z20x_copytoram.linkcmd b/boards/z80/ez80/z20x/scripts/z20x_copytoram.linkcmd index fc9ecf9aaf6..439a6865b64 100644 --- a/boards/z80/ez80/z20x/scripts/z20x_copytoram.linkcmd +++ b/boards/z80/ez80/z20x/scripts/z20x_copytoram.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/z20x/scripts/z20x_copytoram.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/z20x/scripts/z20x_copytoram.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ /* For configurations booting from flash but otherwise running out of RAM */ diff --git a/boards/z80/ez80/z20x/scripts/z20x_flash.linkcmd b/boards/z80/ez80/z20x/scripts/z20x_flash.linkcmd index 29d129c58a9..1423de88193 100644 --- a/boards/z80/ez80/z20x/scripts/z20x_flash.linkcmd +++ b/boards/z80/ez80/z20x/scripts/z20x_flash.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/z20x/scripts/z20x_flash.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/z20x/scripts/z20x_flash.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ /* For configurations running entirely out of FLASH */ diff --git a/boards/z80/ez80/z20x/scripts/z20x_loader.linkcmd b/boards/z80/ez80/z20x/scripts/z20x_loader.linkcmd index 40e21720e87..5554b23578b 100644 --- a/boards/z80/ez80/z20x/scripts/z20x_loader.linkcmd +++ b/boards/z80/ez80/z20x/scripts/z20x_loader.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/z20x/scripts/z20x_loader.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/z20x/scripts/z20x_loader.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ /* For bootloader configurations running entirely out of FLASH */ diff --git a/boards/z80/ez80/z20x/scripts/z20x_program.linkcmd b/boards/z80/ez80/z20x/scripts/z20x_program.linkcmd index 8eb54bfab3d..1854460bba6 100644 --- a/boards/z80/ez80/z20x/scripts/z20x_program.linkcmd +++ b/boards/z80/ez80/z20x/scripts/z20x_program.linkcmd @@ -1,22 +1,24 @@ -/****************************************************************************/ -/* boards/z80/ez80/z20x/scripts/z20x_program.linkcmd */ -/* */ -/* 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 */ -/* */ -/* 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. */ -/* */ -/****************************************************************************/ +/**************************************************************************** + * boards/z80/ez80/z20x/scripts/z20x_program.linkcmd + * + * 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 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 + * + * 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. + * + ****************************************************************************/ /* For configurations running entirely out of RAM with nothing in FLASH */ diff --git a/boards/z80/ez80/z20x/src/Makefile b/boards/z80/ez80/z20x/src/Makefile index 7f79a50c26c..8463ef5a753 100644 --- a/boards/z80/ez80/z20x/src/Makefile +++ b/boards/z80/ez80/z20x/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/z80/ez80/z20x/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/ez80_appinit.c b/boards/z80/ez80/z20x/src/ez80_appinit.c index 43bce24e537..fb6f7d7da9d 100644 --- a/boards/z80/ez80/z20x/src/ez80_appinit.c +++ b/boards/z80/ez80/z20x/src/ez80_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/ez80_appinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/ez80_boot.c b/boards/z80/ez80/z20x/src/ez80_boot.c index 0dc6560b3a1..f87aab13e9b 100644 --- a/boards/z80/ez80/z20x/src/ez80_boot.c +++ b/boards/z80/ez80/z20x/src/ez80_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/ez80_boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/ez80_bringup.c b/boards/z80/ez80/z20x/src/ez80_bringup.c index e780ded5067..1c87a22db43 100644 --- a/boards/z80/ez80/z20x/src/ez80_bringup.c +++ b/boards/z80/ez80/z20x/src/ez80_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/ez80_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/ez80_spi.c b/boards/z80/ez80/z20x/src/ez80_spi.c index 2541c631413..3579655bde1 100644 --- a/boards/z80/ez80/z20x/src/ez80_spi.c +++ b/boards/z80/ez80/z20x/src/ez80_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/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/boards/z80/ez80/z20x/src/ez80_spimmcsd.c b/boards/z80/ez80/z20x/src/ez80_spimmcsd.c index b75256fdb54..79842a80cb8 100644 --- a/boards/z80/ez80/z20x/src/ez80_spimmcsd.c +++ b/boards/z80/ez80/z20x/src/ez80_spimmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/ez80_spimmcsd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/ez80_w25.c b/boards/z80/ez80/z20x/src/ez80_w25.c index 6029e69b370..218c290f2e7 100644 --- a/boards/z80/ez80/z20x/src/ez80_w25.c +++ b/boards/z80/ez80/z20x/src/ez80_w25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/ez80_w25.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/sd_main.c b/boards/z80/ez80/z20x/src/sd_main.c index 443480d0446..8cdd02bcb5b 100644 --- a/boards/z80/ez80/z20x/src/sd_main.c +++ b/boards/z80/ez80/z20x/src/sd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/sd_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/w25_main.c b/boards/z80/ez80/z20x/src/w25_main.c index b4bd35bb6d5..392521db73f 100644 --- a/boards/z80/ez80/z20x/src/w25_main.c +++ b/boards/z80/ez80/z20x/src/w25_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/w25_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/z80/ez80/z20x/src/z20x.h b/boards/z80/ez80/z20x/src/z20x.h index e277051759a..3b9c8e255eb 100644 --- a/boards/z80/ez80/z20x/src/z20x.h +++ b/boards/z80/ez80/z20x/src/z20x.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/z80/ez80/z20x/src/z20x.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