From 0323e46b4b4595314636ef5c4e2ed24cb0428acf Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 6 Nov 2024 13:33:10 +0100 Subject: [PATCH] boards/arm/gd32f4: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/Make.defs | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/gnu-elf.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/kernel-space.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/ld.script | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/memory.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/user-space.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/Makefile | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f450z_aiotbox.h | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_appinit.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_autoleds.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_boot.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_bringup.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_buttons.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_gpio.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_i2c.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.h | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_sdio.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_spi.c | 2 ++ boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_userleds.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/include/board.h | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/scripts/Make.defs | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/scripts/gnu-elf.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/scripts/kernel-space.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/scripts/ld.script | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/scripts/memory.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/scripts/user-space.ld | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/Makefile | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f450z_eval.h | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_appinit.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_autoleds.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_boot.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_bringup.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_buttons.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gd25.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gpio.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.h | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_sdio.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_spi.c | 2 ++ boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_userleds.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/include/board.h | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/scripts/Make.defs | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/scripts/gnu-elf.ld | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/scripts/kernel-space.ld | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/scripts/ld.script | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/scripts/memory.ld | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/scripts/user-space.ld | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/Makefile | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f470i_eval.h | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_appinit.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_at24.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_autoleds.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_boot.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_bringup.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_buttons.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gd25.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gpio.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.h | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_sdio.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_spi.c | 2 ++ boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_userleds.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/Make.defs | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/gnu-elf.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/kernel-space.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/ld.script | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/memory.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/user-space.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/Makefile | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/etc_romfs.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f470z_aiotbox.h | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_appinit.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_at24.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_autoleds.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_boot.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_bringup.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_buttons.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gd25.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gpio.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_i2c.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_reset.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.h | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_sdio.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_spi.c | 2 ++ boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_userleds.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/include/board.h | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/scripts/Make.defs | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/scripts/gnu-elf.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/scripts/kernel-space.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/scripts/ld.script | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/Makefile | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/etc_romfs.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f470z_eval.h | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_appinit.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_at24.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_autoleds.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_boot.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_bringup.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_buttons.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gd25.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gpio.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_reset.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.h | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_sdio.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_spi.c | 2 ++ boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_userleds.c | 2 ++ 114 files changed, 228 insertions(+) diff --git a/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h b/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h index c5f3cbacdf6..58dc646b0b0 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/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/arm/gd32f4/gd32f450zk-aiotbox/scripts/Make.defs b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/Make.defs index c890b87cc55..b54749ef9d9 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/Make.defs +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f450zk-aiotbox/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/arm/gd32f4/gd32f450zk-aiotbox/scripts/gnu-elf.ld b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/gnu-elf.ld index 71448aa6cd9..263de0da4d2 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/gnu-elf.ld +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/gnu-elf.ld * + * 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/arm/gd32f4/gd32f450zk-aiotbox/scripts/kernel-space.ld b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/kernel-space.ld index 7018a914599..e20ffb1df14 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/kernel-space.ld +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/kernel-space.ld * + * 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/arm/gd32f4/gd32f450zk-aiotbox/scripts/ld.script b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/ld.script index bb0866acc1c..8ee5d45c70b 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/ld.script +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/ld.script * + * 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/arm/gd32f4/gd32f450zk-aiotbox/scripts/memory.ld b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/memory.ld index d540022dbcd..d4d70939f89 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/memory.ld +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/memory.ld * + * 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/arm/gd32f4/gd32f450zk-aiotbox/scripts/user-space.ld b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/user-space.ld index 6a02688b69c..bab44b748af 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/user-space.ld +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/user-space.ld * + * 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/arm/gd32f4/gd32f450zk-aiotbox/src/Makefile b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/Makefile index 14f92dd7531..d6e603834c0 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/Makefile +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f450zk-aiotbox/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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f450z_aiotbox.h b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f450z_aiotbox.h index 16649845f58..4fa311a5112 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f450z_aiotbox.h +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f450z_aiotbox.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f450z_aiotbox.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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_appinit.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_appinit.c index 76275d9b587..2f7d3b307f2 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_appinit.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_autoleds.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_autoleds.c index 311a0881bfd..950d534eaf9 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_autoleds.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_autoleds.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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_boot.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_boot.c index d8c90a88300..3d1bf8cb157 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_boot.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_bringup.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_bringup.c index d068cec903f..fbf49b05d24 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_bringup.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_buttons.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_buttons.c index 3506eca15fd..db6dee5898e 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_buttons.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_gpio.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_gpio.c index b9c279c0953..5f30b32ac65 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_gpio.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_gpio.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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_i2c.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_i2c.c index 383fca27613..0f51fb1e384 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_i2c.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_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/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.c index 1dccd7521ee..6f81c0ed4a6 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.h b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.h index 4f07aa926fa..e3fc892b597 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.h +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_sdio.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_sdio.c index b60338c2257..def4b4a777d 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_sdio.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_sdio.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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_spi.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_spi.c index e0a133ad244..a532306e5d0 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_spi.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_userleds.c b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_userleds.c index 554f3de9c32..e8c47953736 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_userleds.c +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-aiotbox/src/gd32f4xx_userleds.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/arm/gd32f4/gd32f450zk-eval/include/board.h b/boards/arm/gd32f4/gd32f450zk-eval/include/board.h index af89e80589f..6e344492a4e 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/include/board.h +++ b/boards/arm/gd32f4/gd32f450zk-eval/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/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/arm/gd32f4/gd32f450zk-eval/scripts/Make.defs b/boards/arm/gd32f4/gd32f450zk-eval/scripts/Make.defs index 95df68a1a4c..e1208dabeed 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/scripts/Make.defs +++ b/boards/arm/gd32f4/gd32f450zk-eval/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f450zk-eval/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/arm/gd32f4/gd32f450zk-eval/scripts/gnu-elf.ld b/boards/arm/gd32f4/gd32f450zk-eval/scripts/gnu-elf.ld index 71448aa6cd9..263de0da4d2 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/scripts/gnu-elf.ld +++ b/boards/arm/gd32f4/gd32f450zk-eval/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/gnu-elf.ld * + * 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/arm/gd32f4/gd32f450zk-eval/scripts/kernel-space.ld b/boards/arm/gd32f4/gd32f450zk-eval/scripts/kernel-space.ld index ebdc7804d56..210f14aff6a 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/scripts/kernel-space.ld +++ b/boards/arm/gd32f4/gd32f450zk-eval/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/kernel-space.ld * + * 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/arm/gd32f4/gd32f450zk-eval/scripts/ld.script b/boards/arm/gd32f4/gd32f450zk-eval/scripts/ld.script index 580ad5fb21a..84ba7447cb4 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/scripts/ld.script +++ b/boards/arm/gd32f4/gd32f450zk-eval/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/ld.script * + * 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/arm/gd32f4/gd32f450zk-eval/scripts/memory.ld b/boards/arm/gd32f4/gd32f450zk-eval/scripts/memory.ld index d540022dbcd..d4d70939f89 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/scripts/memory.ld +++ b/boards/arm/gd32f4/gd32f450zk-eval/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/memory.ld * + * 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/arm/gd32f4/gd32f450zk-eval/scripts/user-space.ld b/boards/arm/gd32f4/gd32f450zk-eval/scripts/user-space.ld index c09dd0ee700..7ae81f4e4f4 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/scripts/user-space.ld +++ b/boards/arm/gd32f4/gd32f450zk-eval/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/scripts/user-space.ld * + * 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/arm/gd32f4/gd32f450zk-eval/src/Makefile b/boards/arm/gd32f4/gd32f450zk-eval/src/Makefile index 78d608d6b2c..6a4361c09d6 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/Makefile +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f450zk-eval/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/arm/gd32f4/gd32f450zk-eval/src/gd32f450z_eval.h b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f450z_eval.h index f0788898055..b1caed736aa 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f450z_eval.h +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f450z_eval.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f450z_eval.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_appinit.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_appinit.c index 89b9f0017c0..23df26fd7de 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_appinit.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c index c6b9f914bea..c69cb490384 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_at24.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_autoleds.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_autoleds.c index 2fb8dc9af98..47912600621 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_autoleds.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_autoleds.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_boot.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_boot.c index dd3b25f99f9..2216d07b107 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_boot.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_bringup.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_bringup.c index 9ce24c29eba..125b0dd2284 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_bringup.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_buttons.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_buttons.c index a92a8b93b4d..282ded1e65a 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_buttons.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gd25.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gd25.c index 966e4a54f98..5c8cafb5b06 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gd25.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gd25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gd25.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gpio.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gpio.c index 6cc745cdf8c..d7d5ab3512b 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gpio.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_gpio.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.c index 53853018a9f..a77bd149721 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.h b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.h index 2f722811c81..ae713ea5b59 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.h +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_sdio.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_sdio.c index f3ec5fff554..6618c501a8e 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_sdio.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_sdio.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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_spi.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_spi.c index fb1c6e18766..9c222d4f034 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_spi.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_userleds.c b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_userleds.c index 9ff8af2cda2..49d98f4482a 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_userleds.c +++ b/boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f450zk-eval/src/gd32f4xx_userleds.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/arm/gd32f4/gd32f470ik-eval/include/board.h b/boards/arm/gd32f4/gd32f470ik-eval/include/board.h index a851271e0cf..e058eb16a65 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/include/board.h +++ b/boards/arm/gd32f4/gd32f470ik-eval/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/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/arm/gd32f4/gd32f470ik-eval/scripts/Make.defs b/boards/arm/gd32f4/gd32f470ik-eval/scripts/Make.defs index f0d61cb1d0b..b6edd68d471 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/scripts/Make.defs +++ b/boards/arm/gd32f4/gd32f470ik-eval/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f470ik-eval/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/arm/gd32f4/gd32f470ik-eval/scripts/gnu-elf.ld b/boards/arm/gd32f4/gd32f470ik-eval/scripts/gnu-elf.ld index 62e05a822e8..ac862a84085 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/scripts/gnu-elf.ld +++ b/boards/arm/gd32f4/gd32f470ik-eval/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/scripts/gnu-elf.ld * + * 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/arm/gd32f4/gd32f470ik-eval/scripts/kernel-space.ld b/boards/arm/gd32f4/gd32f470ik-eval/scripts/kernel-space.ld index 0050c28e803..48cf9f34c69 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/scripts/kernel-space.ld +++ b/boards/arm/gd32f4/gd32f470ik-eval/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/scripts/kernel-space.ld * + * 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/arm/gd32f4/gd32f470ik-eval/scripts/ld.script b/boards/arm/gd32f4/gd32f470ik-eval/scripts/ld.script index b97d056380d..f287a78589c 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/scripts/ld.script +++ b/boards/arm/gd32f4/gd32f470ik-eval/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/scripts/ld.script * + * 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/arm/gd32f4/gd32f470ik-eval/scripts/memory.ld b/boards/arm/gd32f4/gd32f470ik-eval/scripts/memory.ld index 756f9879aed..2f575eb5cec 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/scripts/memory.ld +++ b/boards/arm/gd32f4/gd32f470ik-eval/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld * + * 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/arm/gd32f4/gd32f470ik-eval/scripts/user-space.ld b/boards/arm/gd32f4/gd32f470ik-eval/scripts/user-space.ld index 0eea6e33236..03acff964a5 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/scripts/user-space.ld +++ b/boards/arm/gd32f4/gd32f470ik-eval/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld * + * 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/arm/gd32f4/gd32f470ik-eval/src/Makefile b/boards/arm/gd32f4/gd32f470ik-eval/src/Makefile index 66663ed0560..f4d31355601 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/Makefile +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f470ik-eval/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/arm/gd32f4/gd32f470ik-eval/src/gd32f470i_eval.h b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f470i_eval.h index bb57a079533..1077a7ea1a9 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f470i_eval.h +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f470i_eval.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f470i_eval.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_appinit.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_appinit.c index 941078f24e5..fb7e387b822 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_appinit.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_at24.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_at24.c index b7e54735004..2aaf99d725d 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_at24.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_at24.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_autoleds.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_autoleds.c index 1aaa8e26213..135bd92c283 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_autoleds.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_autoleds.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_boot.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_boot.c index c89990a51e5..f4028da70e9 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_boot.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_bringup.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_bringup.c index 9f20a058ac4..8c99f4ad946 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_bringup.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_buttons.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_buttons.c index c48debefed2..19bd9eaea7a 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_buttons.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gd25.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gd25.c index 54c90b492ba..d36d5b406ce 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gd25.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gd25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gd25.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gpio.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gpio.c index 9a2ecb855ce..1470ee04b20 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gpio.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_gpio.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.c index 40b0e69daaf..91e0b0df636 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.h b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.h index 9dfd6304d07..d2e8b32680f 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.h +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_sdio.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_sdio.c index 5bf90161057..0bc9a6bfe18 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_sdio.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_sdio.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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_spi.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_spi.c index 8b46c8a42db..087bf33fb84 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_spi.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_userleds.c b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_userleds.c index 5ef2649b526..61fbbf89974 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_userleds.c +++ b/boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470ik-eval/src/gd32f4xx_userleds.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/arm/gd32f4/gd32f470zk-aiotbox/include/board.h b/boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h index c2821e9657e..bc9c7425078 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/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/arm/gd32f4/gd32f470zk-aiotbox/scripts/Make.defs b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/Make.defs index 4c8edf0c30b..fe3188938d7 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/Make.defs +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f470zk-aiotbox/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/arm/gd32f4/gd32f470zk-aiotbox/scripts/gnu-elf.ld b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/gnu-elf.ld index a0895eb3e5f..9073d408b46 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/gnu-elf.ld +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/gnu-elf.ld * + * 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/arm/gd32f4/gd32f470zk-aiotbox/scripts/kernel-space.ld b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/kernel-space.ld index 8377a8e028e..49d3f6bf491 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/kernel-space.ld +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/kernel-space.ld * + * 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/arm/gd32f4/gd32f470zk-aiotbox/scripts/ld.script b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/ld.script index 5061f61d2b7..9c1a5f786a2 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/ld.script +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/ld.script * + * 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/arm/gd32f4/gd32f470zk-aiotbox/scripts/memory.ld b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/memory.ld index 756f9879aed..2f575eb5cec 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/memory.ld +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld * + * 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/arm/gd32f4/gd32f470zk-aiotbox/scripts/user-space.ld b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/user-space.ld index 5005e08f182..ab2694cdf66 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/user-space.ld +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld * + * 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/arm/gd32f4/gd32f470zk-aiotbox/src/Makefile b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/Makefile index b3c71590d48..0c1d6404056 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/Makefile +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f470zk-aiotbox/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/arm/gd32f4/gd32f470zk-aiotbox/src/etc_romfs.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/etc_romfs.c index ff6452f680e..9a81bc43ae4 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/etc_romfs.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/etc_romfs.c @@ -1,6 +1,8 @@ /*************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/etc_romfs.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f470z_aiotbox.h b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f470z_aiotbox.h index 0e45012f5ad..55aaae51656 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f470z_aiotbox.h +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f470z_aiotbox.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f470z_aiotbox.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_appinit.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_appinit.c index 5e18d067e3c..fb5720f9414 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_appinit.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_at24.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_at24.c index 1e98c610a0e..627d31f8d0e 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_at24.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_at24.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_autoleds.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_autoleds.c index 88ee47ac826..797e12f933b 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_autoleds.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_autoleds.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_boot.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_boot.c index 1012be3a09d..00a1d2c357b 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_boot.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_bringup.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_bringup.c index 7a34d65772f..a01bc97d181 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_bringup.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_buttons.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_buttons.c index 0352373c004..6f35d3e60cd 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_buttons.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gd25.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gd25.c index d5db8faf42e..a2324427f03 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gd25.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gd25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gd25.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gpio.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gpio.c index 464242d95fe..a3efa2d751e 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gpio.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_gpio.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_i2c.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_i2c.c index 646ed6388e7..676b77e891e 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_i2c.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_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/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_reset.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_reset.c index a5607896f3d..479103b76d1 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_reset.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_reset.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.c index a5b77da4470..3dcd603c46d 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.h b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.h index 658ad1e38ba..df78366daa1 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.h +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_sdio.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_sdio.c index 3150f3f2fb5..bc7ce86eeb9 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_sdio.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_sdio.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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_spi.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_spi.c index 9b83fcd01aa..12e8737b7c9 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_spi.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_userleds.c b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_userleds.c index 04395e01c0c..4341f38355d 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_userleds.c +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-aiotbox/src/gd32f4xx_userleds.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/arm/gd32f4/gd32f470zk-eval/include/board.h b/boards/arm/gd32f4/gd32f470zk-eval/include/board.h index 3b9d556b63c..ede450ba0a4 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/include/board.h +++ b/boards/arm/gd32f4/gd32f470zk-eval/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/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/arm/gd32f4/gd32f470zk-eval/scripts/Make.defs b/boards/arm/gd32f4/gd32f470zk-eval/scripts/Make.defs index ac706204ddd..64e57e3c398 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/scripts/Make.defs +++ b/boards/arm/gd32f4/gd32f470zk-eval/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f470zk-eval/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/arm/gd32f4/gd32f470zk-eval/scripts/gnu-elf.ld b/boards/arm/gd32f4/gd32f470zk-eval/scripts/gnu-elf.ld index a0895eb3e5f..9073d408b46 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/scripts/gnu-elf.ld +++ b/boards/arm/gd32f4/gd32f470zk-eval/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/gnu-elf.ld * + * 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/arm/gd32f4/gd32f470zk-eval/scripts/kernel-space.ld b/boards/arm/gd32f4/gd32f470zk-eval/scripts/kernel-space.ld index 3236495a36a..965d09faa55 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/scripts/kernel-space.ld +++ b/boards/arm/gd32f4/gd32f470zk-eval/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/kernel-space.ld * + * 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/arm/gd32f4/gd32f470zk-eval/scripts/ld.script b/boards/arm/gd32f4/gd32f470zk-eval/scripts/ld.script index 3216057fd6d..19ebd873096 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/scripts/ld.script +++ b/boards/arm/gd32f4/gd32f470zk-eval/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/ld.script * + * 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/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld b/boards/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld index 756f9879aed..2f575eb5cec 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld +++ b/boards/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/memory.ld * + * 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/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld b/boards/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld index 8ff1c672166..56639accc18 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld +++ b/boards/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/scripts/user-space.ld * + * 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/arm/gd32f4/gd32f470zk-eval/src/Makefile b/boards/arm/gd32f4/gd32f470zk-eval/src/Makefile index d4612d522a4..0dbc6dbb5d7 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/Makefile +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/gd32f4/gd32f470zk-eval/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/arm/gd32f4/gd32f470zk-eval/src/etc_romfs.c b/boards/arm/gd32f4/gd32f470zk-eval/src/etc_romfs.c index 79c7e9a6b5f..d6c3830f08a 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/etc_romfs.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/etc_romfs.c @@ -1,6 +1,8 @@ /*************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/etc_romfs.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/arm/gd32f4/gd32f470zk-eval/src/gd32f470z_eval.h b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f470z_eval.h index a9fc5d06b90..bb01ac00580 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f470z_eval.h +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f470z_eval.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f470z_eval.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_appinit.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_appinit.c index dbe9a91b9f5..523a6339e54 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_appinit.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_at24.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_at24.c index 16b312e92b0..df065fc3662 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_at24.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_at24.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_autoleds.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_autoleds.c index 20af339dc3a..f32a6b964ee 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_autoleds.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_autoleds.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_boot.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_boot.c index 53b6ea21a55..3dd23f5e7e1 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_boot.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_bringup.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_bringup.c index 63981f5add4..28ee437112f 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_bringup.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_buttons.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_buttons.c index e4b49743278..2b4dbc17c85 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_buttons.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gd25.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gd25.c index 7f63ce8bea5..2432dca1c8b 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gd25.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gd25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gd25.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gpio.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gpio.c index 0591148ba50..44d26335a47 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gpio.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_gpio.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_reset.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_reset.c index 2804f4dee47..795a1e8972d 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_reset.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_reset.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.c index 05026763031..e201cbeda3d 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.h b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.h index 818496c1cdd..6813bf39970 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.h +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_romfs.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_sdio.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_sdio.c index 15dc74201f7..2c4648263d2 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_sdio.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_sdio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_sdio.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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_spi.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_spi.c index 8dfaba07bd7..ff4466441f7 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_spi.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_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/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_userleds.c b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_userleds.c index edb83883c86..d9ccc42d5b1 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_userleds.c +++ b/boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/gd32f4/gd32f470zk-eval/src/gd32f4xx_userleds.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