diff --git a/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h b/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h index c5f3cbacdf..58dc646b0b 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 c890b87cc5..b54749ef9d 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 71448aa6cd..263de0da4d 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 7018a91459..e20ffb1df1 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 bb0866acc1..8ee5d45c70 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 d540022dbc..d4d70939f8 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 6a02688b69..bab44b748a 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 14f92dd753..d6e603834c 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 16649845f5..4fa311a511 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 76275d9b58..2f7d3b307f 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 311a0881bf..950d534eaf 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 d8c90a8830..3d1bf8cb15 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 d068cec903..fbf49b05d2 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 3506eca15f..db6dee5898 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 b9c279c095..5f30b32ac6 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 383fca2761..0f51fb1e38 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 1dccd7521e..6f81c0ed4a 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 4f07aa926f..e3fc892b59 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 b60338c225..def4b4a777 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 e0a133ad24..a532306e5d 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 554f3de9c3..e8c4795373 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 af89e80589..6e344492a4 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 95df68a1a4..e1208dabee 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 71448aa6cd..263de0da4d 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 ebdc7804d5..210f14aff6 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 580ad5fb21..84ba7447cb 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 d540022dbc..d4d70939f8 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 c09dd0ee70..7ae81f4e4f 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 78d608d6b2..6a4361c09d 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 f078889805..b1caed736a 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 89b9f0017c..23df26fd7d 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 c6b9f914be..c69cb49038 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 2fb8dc9af9..4791260062 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 dd3b25f99f..2216d07b10 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 9ce24c29eb..125b0dd228 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 a92a8b93b4..282ded1e65 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 966e4a54f9..5c8cafb5b0 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 6cc745cdf8..d7d5ab3512 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 53853018a9..a77bd14972 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 2f722811c8..ae713ea5b5 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 f3ec5fff55..6618c501a8 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 fb1c6e1876..9c222d4f03 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 9ff8af2cda..49d98f4482 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 a851271e0c..e058eb16a6 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 f0d61cb1d0..b6edd68d47 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 62e05a822e..ac862a8408 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 0050c28e80..48cf9f34c6 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 b97d056380..f287a78589 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 756f9879ae..2f575eb5ce 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 0eea6e3323..03acff964a 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 66663ed056..f4d3135560 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 bb57a07953..1077a7ea1a 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 941078f24e..fb7e387b82 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 b7e5473500..2aaf99d725 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 1aaa8e2621..135bd92c28 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 c89990a51e..f4028da70e 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 9f20a058ac..8c99f4ad94 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 c48debefed..19bd9eaea7 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 54c90b492b..d36d5b406c 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 9a2ecb855c..1470ee04b2 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 40b0e69daa..91e0b0df63 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 9dfd6304d0..d2e8b32680 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 5bf9016105..0bc9a6bfe1 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 8b46c8a42d..087bf33fb8 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 5ef2649b52..61fbbf8997 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 c2821e9657..bc9c742507 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 4c8edf0c30..fe3188938d 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 a0895eb3e5..9073d408b4 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 8377a8e028..49d3f6bf49 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 5061f61d2b..9c1a5f786a 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 756f9879ae..2f575eb5ce 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 5005e08f18..ab2694cdf6 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 b3c71590d4..0c1d640405 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 ff6452f680..9a81bc43ae 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 0e45012f5a..55aaae5165 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 5e18d067e3..fb5720f941 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 1e98c610a0..627d31f8d0 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 88ee47ac82..797e12f933 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 1012be3a09..00a1d2c357 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 7a34d65772..a01bc97d18 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 0352373c00..6f35d3e60c 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 d5db8faf42..a2324427f0 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 464242d95f..a3efa2d751 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 646ed6388e..676b77e891 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 a5607896f3..479103b76d 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 a5b77da447..3dcd603c46 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 658ad1e38b..df78366daa 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 3150f3f2fb..bc7ce86eeb 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 9b83fcd01a..12e8737b7c 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 04395e01c0..4341f38355 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 3b9d556b63..ede450ba0a 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 ac706204dd..64e57e3c39 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 a0895eb3e5..9073d408b4 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 3236495a36..965d09faa5 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 3216057fd6..19ebd87309 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 756f9879ae..2f575eb5ce 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 8ff1c67216..56639accc1 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 d4612d522a..0dbc6dbb5d 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 79c7e9a6b5..d6c3830f08 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 a9fc5d06b9..bb01ac0058 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 dbe9a91b9f..523a6339e5 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 16b312e92b..df065fc366 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 20af339dc3..f32a6b964e 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 53b6ea21a5..3dd23f5e7e 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 63981f5add..28ee437112 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 e4b4974327..2b4dbc17c8 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 7f63ce8bea..2432dca1c8 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 0591148ba5..44d26335a4 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 2804f4dee4..795a1e8972 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 0502676303..e201cbeda3 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 818496c1cd..6813bf3997 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 15dc74201f..2c4648263d 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 8dfaba07bd..ff4466441f 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 edb83883c8..d9ccc42d5b 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