diff --git a/boards/arm/at32/at32f437-mini/include/board.h b/boards/arm/at32/at32f437-mini/include/board.h index 8f0f75cc9b1..9a85ed48ca1 100644 --- a/boards/arm/at32/at32f437-mini/include/board.h +++ b/boards/arm/at32/at32f437-mini/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/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/at32/at32f437-mini/kernel/Makefile b/boards/arm/at32/at32f437-mini/kernel/Makefile index cf1b4df31e0..40d0819717e 100644 --- a/boards/arm/at32/at32f437-mini/kernel/Makefile +++ b/boards/arm/at32/at32f437-mini/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/at32/at32f437-mini/kernel/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/at32/at32f437-mini/kernel/at32_userspace.c b/boards/arm/at32/at32f437-mini/kernel/at32_userspace.c index 898045eb314..501ba85fec2 100644 --- a/boards/arm/at32/at32f437-mini/kernel/at32_userspace.c +++ b/boards/arm/at32/at32f437-mini/kernel/at32_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/kernel/at32_userspace.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/at32/at32f437-mini/scripts/Make.defs b/boards/arm/at32/at32f437-mini/scripts/Make.defs index 341de9ecbd5..05f707c60f9 100644 --- a/boards/arm/at32/at32f437-mini/scripts/Make.defs +++ b/boards/arm/at32/at32f437-mini/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/at32/at32f437-mini/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/at32/at32f437-mini/scripts/kernel-space.ld b/boards/arm/at32/at32f437-mini/scripts/kernel-space.ld index ad1852ffe48..632ab35d236 100644 --- a/boards/arm/at32/at32f437-mini/scripts/kernel-space.ld +++ b/boards/arm/at32/at32f437-mini/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/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/at32/at32f437-mini/scripts/ld.script b/boards/arm/at32/at32f437-mini/scripts/ld.script index 7ee0d7c3c69..b1164be4d59 100644 --- a/boards/arm/at32/at32f437-mini/scripts/ld.script +++ b/boards/arm/at32/at32f437-mini/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/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/at32/at32f437-mini/scripts/memory.ld b/boards/arm/at32/at32f437-mini/scripts/memory.ld index 2fd34cb050e..b400f96514b 100644 --- a/boards/arm/at32/at32f437-mini/scripts/memory.ld +++ b/boards/arm/at32/at32f437-mini/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/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/at32/at32f437-mini/scripts/user-space.ld b/boards/arm/at32/at32f437-mini/scripts/user-space.ld index bd2abd1d057..8e39798eb87 100644 --- a/boards/arm/at32/at32f437-mini/scripts/user-space.ld +++ b/boards/arm/at32/at32f437-mini/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/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/at32/at32f437-mini/src/Makefile b/boards/arm/at32/at32f437-mini/src/Makefile index c714d8ed9ac..fe4346a648a 100644 --- a/boards/arm/at32/at32f437-mini/src/Makefile +++ b/boards/arm/at32/at32f437-mini/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/at32/at32f437-mini/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/at32/at32f437-mini/src/at32_adc.c b/boards/arm/at32/at32f437-mini/src/at32_adc.c index 72526bab8e4..06d2f48d34b 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_adc.c +++ b/boards/arm/at32/at32f437-mini/src/at32_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_adc.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/at32/at32f437-mini/src/at32_appinit.c b/boards/arm/at32/at32f437-mini/src/at32_appinit.c index 2dba8d75641..777531517b6 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_appinit.c +++ b/boards/arm/at32/at32f437-mini/src/at32_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_at24.c b/boards/arm/at32/at32f437-mini/src/at32_at24.c index ccfe0dde486..ada3ce12d70 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_at24.c +++ b/boards/arm/at32/at32f437-mini/src/at32_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_autoleds.c b/boards/arm/at32/at32f437-mini/src/at32_autoleds.c index 23ee5b3c1af..c9d738fa370 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_autoleds.c +++ b/boards/arm/at32/at32f437-mini/src/at32_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_boot.c b/boards/arm/at32/at32f437-mini/src/at32_boot.c index 1f07c6a87ac..e8b2aabebdd 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_boot.c +++ b/boards/arm/at32/at32f437-mini/src/at32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_bringup.c b/boards/arm/at32/at32f437-mini/src/at32_bringup.c index 4f7ed92b9be..249d1777a7a 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_bringup.c +++ b/boards/arm/at32/at32f437-mini/src/at32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_can.c b/boards/arm/at32/at32f437-mini/src/at32_can.c index 1d131b7cfc4..3f75693b21f 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_can.c +++ b/boards/arm/at32/at32f437-mini/src/at32_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_can.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/at32/at32f437-mini/src/at32_cansock.c b/boards/arm/at32/at32f437-mini/src/at32_cansock.c index 66c3c04a7c6..d1bb10c1219 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_cansock.c +++ b/boards/arm/at32/at32f437-mini/src/at32_cansock.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_cansock.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/at32/at32f437-mini/src/at32_ethernet.c b/boards/arm/at32/at32f437-mini/src/at32_ethernet.c index 8795e890fcd..ff436f9bb37 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_ethernet.c +++ b/boards/arm/at32/at32f437-mini/src/at32_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_ethernet.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/at32/at32f437-mini/src/at32_gpio.c b/boards/arm/at32/at32f437-mini/src/at32_gpio.c index 1402e838e4a..71ab22998b5 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_gpio.c +++ b/boards/arm/at32/at32f437-mini/src/at32_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_mmcsd.c b/boards/arm/at32/at32f437-mini/src/at32_mmcsd.c index e00c2c0c167..8f7dfcb0e98 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_mmcsd.c +++ b/boards/arm/at32/at32f437-mini/src/at32_mmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_mmcsd.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/at32/at32f437-mini/src/at32_pwm.c b/boards/arm/at32/at32f437-mini/src/at32_pwm.c index 9645e3b3923..63b71f01a5c 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_pwm.c +++ b/boards/arm/at32/at32f437-mini/src/at32_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_pwm.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/at32/at32f437-mini/src/at32_spi.c b/boards/arm/at32/at32f437-mini/src/at32_spi.c index 3574a5c829a..fdf2eac17a4 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_spi.c +++ b/boards/arm/at32/at32f437-mini/src/at32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_timer.c b/boards/arm/at32/at32f437-mini/src/at32_timer.c index 126b9aea528..d8198b0ee9c 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_timer.c +++ b/boards/arm/at32/at32f437-mini/src/at32_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_timer.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/at32/at32f437-mini/src/at32_usb.c b/boards/arm/at32/at32f437-mini/src/at32_usb.c index 99c481c5fff..c43ed428ed0 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_usb.c +++ b/boards/arm/at32/at32f437-mini/src/at32_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_usb.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/at32/at32f437-mini/src/at32_userleds.c b/boards/arm/at32/at32f437-mini/src/at32_userleds.c index c9587cd8e4b..469d128827f 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_userleds.c +++ b/boards/arm/at32/at32f437-mini/src/at32_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_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/at32/at32f437-mini/src/at32_w25.c b/boards/arm/at32/at32f437-mini/src/at32_w25.c index 7e5b40f9d5f..faede33a5b1 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_w25.c +++ b/boards/arm/at32/at32f437-mini/src/at32_w25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32_w25.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/at32/at32f437-mini/src/at32f437-mini.h b/boards/arm/at32/at32f437-mini/src/at32f437-mini.h index 6def42624fb..5a65995e9ef 100644 --- a/boards/arm/at32/at32f437-mini/src/at32f437-mini.h +++ b/boards/arm/at32/at32f437-mini/src/at32f437-mini.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/src/at32f437-mini.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/at32/at32f437-mini/src/etc_romfs.c b/boards/arm/at32/at32f437-mini/src/etc_romfs.c index d1015996a8d..8d70a7dffa5 100644 --- a/boards/arm/at32/at32f437-mini/src/etc_romfs.c +++ b/boards/arm/at32/at32f437-mini/src/etc_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/at32/at32f437-mini/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