diff --git a/boards/arm/sama5/giant-board/helpers/netusb-up.sh b/boards/arm/sama5/giant-board/helpers/netusb-up.sh index 28bb69821a5..20710cd31a2 100755 --- a/boards/arm/sama5/giant-board/helpers/netusb-up.sh +++ b/boards/arm/sama5/giant-board/helpers/netusb-up.sh @@ -2,6 +2,8 @@ ############################################################################ # boards/arm/sama5/giant-board/helpers/netusb-up.sh # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one 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/sama5/giant-board/include/board.h b/boards/arm/sama5/giant-board/include/board.h index cdbc54a3c44..2e461c1328d 100644 --- a/boards/arm/sama5/giant-board/include/board.h +++ b/boards/arm/sama5/giant-board/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/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/sama5/giant-board/include/board_492mhz.h b/boards/arm/sama5/giant-board/include/board_492mhz.h index fab4e898995..75f072cf033 100644 --- a/boards/arm/sama5/giant-board/include/board_492mhz.h +++ b/boards/arm/sama5/giant-board/include/board_492mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/include/board_492mhz.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/sama5/giant-board/include/board_memorymap.h b/boards/arm/sama5/giant-board/include/board_memorymap.h index 4ac87911c57..3e19de26f9d 100644 --- a/boards/arm/sama5/giant-board/include/board_memorymap.h +++ b/boards/arm/sama5/giant-board/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/include/board_memorymap.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/sama5/giant-board/include/board_sdram.h b/boards/arm/sama5/giant-board/include/board_sdram.h index 40239999cea..2986293fdc7 100644 --- a/boards/arm/sama5/giant-board/include/board_sdram.h +++ b/boards/arm/sama5/giant-board/include/board_sdram.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/include/board_sdram.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/sama5/giant-board/scripts/Make.defs b/boards/arm/sama5/giant-board/scripts/Make.defs index 2cfbf51e921..8389b67017c 100644 --- a/boards/arm/sama5/giant-board/scripts/Make.defs +++ b/boards/arm/sama5/giant-board/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/giant-board/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/sama5/giant-board/scripts/dramboot.ld b/boards/arm/sama5/giant-board/scripts/dramboot.ld index 5383effe53b..f029fb74c11 100644 --- a/boards/arm/sama5/giant-board/scripts/dramboot.ld +++ b/boards/arm/sama5/giant-board/scripts/dramboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/scripts/dramboot.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/sama5/giant-board/scripts/isram.ld b/boards/arm/sama5/giant-board/scripts/isram.ld index 934126ee0af..fee6c3a4834 100644 --- a/boards/arm/sama5/giant-board/scripts/isram.ld +++ b/boards/arm/sama5/giant-board/scripts/isram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/scripts/isram.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/sama5/giant-board/scripts/uboot.ld b/boards/arm/sama5/giant-board/scripts/uboot.ld index cf35fad8f55..0d9b30c1e3f 100644 --- a/boards/arm/sama5/giant-board/scripts/uboot.ld +++ b/boards/arm/sama5/giant-board/scripts/uboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/scripts/uboot.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/sama5/giant-board/src/Makefile b/boards/arm/sama5/giant-board/src/Makefile index 7ca41149876..4d593b3715c 100644 --- a/boards/arm/sama5/giant-board/src/Makefile +++ b/boards/arm/sama5/giant-board/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/giant-board/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/sama5/giant-board/src/giant-board.h b/boards/arm/sama5/giant-board/src/giant-board.h index e29566b9193..656233b7914 100644 --- a/boards/arm/sama5/giant-board/src/giant-board.h +++ b/boards/arm/sama5/giant-board/src/giant-board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/giant-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/sama5/giant-board/src/sam_adc.c b/boards/arm/sama5/giant-board/src/sam_adc.c index 5d90cbca96b..425ae8b65f1 100644 --- a/boards/arm/sama5/giant-board/src/sam_adc.c +++ b/boards/arm/sama5/giant-board/src/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_ajoystick.c b/boards/arm/sama5/giant-board/src/sam_ajoystick.c index c205938326d..cf42d98008e 100644 --- a/boards/arm/sama5/giant-board/src/sam_ajoystick.c +++ b/boards/arm/sama5/giant-board/src/sam_ajoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_ajoystick.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/sama5/giant-board/src/sam_appinit.c b/boards/arm/sama5/giant-board/src/sam_appinit.c index e1114d09075..11b33765b28 100644 --- a/boards/arm/sama5/giant-board/src/sam_appinit.c +++ b/boards/arm/sama5/giant-board/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_autoleds.c b/boards/arm/sama5/giant-board/src/sam_autoleds.c index 500c9f5b07e..ff9dd7b837f 100644 --- a/boards/arm/sama5/giant-board/src/sam_autoleds.c +++ b/boards/arm/sama5/giant-board/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_boot.c b/boards/arm/sama5/giant-board/src/sam_boot.c index e7280894f61..407447b85f4 100644 --- a/boards/arm/sama5/giant-board/src/sam_boot.c +++ b/boards/arm/sama5/giant-board/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_bringup.c b/boards/arm/sama5/giant-board/src/sam_bringup.c index c4e940b7680..5b59d2fe4db 100644 --- a/boards/arm/sama5/giant-board/src/sam_bringup.c +++ b/boards/arm/sama5/giant-board/src/sam_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_i2schar.c b/boards/arm/sama5/giant-board/src/sam_i2schar.c index bf1a21efa3d..6d085b2e032 100644 --- a/boards/arm/sama5/giant-board/src/sam_i2schar.c +++ b/boards/arm/sama5/giant-board/src/sam_i2schar.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_i2schar.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/sama5/giant-board/src/sam_pwm.c b/boards/arm/sama5/giant-board/src/sam_pwm.c index 7111bff7a95..39ccd51a61d 100644 --- a/boards/arm/sama5/giant-board/src/sam_pwm.c +++ b/boards/arm/sama5/giant-board/src/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_reset.c b/boards/arm/sama5/giant-board/src/sam_reset.c index 570c0db8f56..8bda79f045d 100644 --- a/boards/arm/sama5/giant-board/src/sam_reset.c +++ b/boards/arm/sama5/giant-board/src/sam_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_sdmmc.c b/boards/arm/sama5/giant-board/src/sam_sdmmc.c index 05d5b99ee7a..abe733320b2 100644 --- a/boards/arm/sama5/giant-board/src/sam_sdmmc.c +++ b/boards/arm/sama5/giant-board/src/sam_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_sdmmc.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/sama5/giant-board/src/sam_sdram.c b/boards/arm/sama5/giant-board/src/sam_sdram.c index d47f2b31e70..95a64c491e1 100644 --- a/boards/arm/sama5/giant-board/src/sam_sdram.c +++ b/boards/arm/sama5/giant-board/src/sam_sdram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_sdram.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/sama5/giant-board/src/sam_spi.c b/boards/arm/sama5/giant-board/src/sam_spi.c index 57268aa7d2b..728908f385f 100644 --- a/boards/arm/sama5/giant-board/src/sam_spi.c +++ b/boards/arm/sama5/giant-board/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_usb.c b/boards/arm/sama5/giant-board/src/sam_usb.c index 7265099b146..79f1aec6943 100644 --- a/boards/arm/sama5/giant-board/src/sam_usb.c +++ b/boards/arm/sama5/giant-board/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/giant-board/src/sam_usbmsc.c b/boards/arm/sama5/giant-board/src/sam_usbmsc.c index 3c45511cc22..6de3f09e80a 100644 --- a/boards/arm/sama5/giant-board/src/sam_usbmsc.c +++ b/boards/arm/sama5/giant-board/src/sam_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_usbmsc.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/sama5/giant-board/src/sam_userleds.c b/boards/arm/sama5/giant-board/src/sam_userleds.c index 1f594416851..7c59c430034 100644 --- a/boards/arm/sama5/giant-board/src/sam_userleds.c +++ b/boards/arm/sama5/giant-board/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/giant-board/src/sam_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/sama5/jupiter-nano/include/board.h b/boards/arm/sama5/jupiter-nano/include/board.h index 1571d94f52d..ee84921e7a7 100644 --- a/boards/arm/sama5/jupiter-nano/include/board.h +++ b/boards/arm/sama5/jupiter-nano/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/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/sama5/jupiter-nano/include/board_384mhz.h b/boards/arm/sama5/jupiter-nano/include/board_384mhz.h index 78f313c08dc..26fd0de6112 100644 --- a/boards/arm/sama5/jupiter-nano/include/board_384mhz.h +++ b/boards/arm/sama5/jupiter-nano/include/board_384mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/include/board_384mhz.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/sama5/jupiter-nano/include/board_396mhz.h b/boards/arm/sama5/jupiter-nano/include/board_396mhz.h index e917ab8e151..29fe39907e9 100644 --- a/boards/arm/sama5/jupiter-nano/include/board_396mhz.h +++ b/boards/arm/sama5/jupiter-nano/include/board_396mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/include/board_396mhz.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/sama5/jupiter-nano/include/board_498mhz.h b/boards/arm/sama5/jupiter-nano/include/board_498mhz.h index 85a1e193b60..074a0528103 100644 --- a/boards/arm/sama5/jupiter-nano/include/board_498mhz.h +++ b/boards/arm/sama5/jupiter-nano/include/board_498mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/include/board_498mhz.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/sama5/jupiter-nano/include/board_528mhz.h b/boards/arm/sama5/jupiter-nano/include/board_528mhz.h index fab94f1baee..320204500f6 100644 --- a/boards/arm/sama5/jupiter-nano/include/board_528mhz.h +++ b/boards/arm/sama5/jupiter-nano/include/board_528mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/include/board_528mhz.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/sama5/jupiter-nano/include/board_memorymap.h b/boards/arm/sama5/jupiter-nano/include/board_memorymap.h index 6a96a82d401..23fa8944f80 100644 --- a/boards/arm/sama5/jupiter-nano/include/board_memorymap.h +++ b/boards/arm/sama5/jupiter-nano/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/include/board_memorymap.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/sama5/jupiter-nano/include/board_sdram.h b/boards/arm/sama5/jupiter-nano/include/board_sdram.h index ab7e9216a61..dcf7efc89e1 100644 --- a/boards/arm/sama5/jupiter-nano/include/board_sdram.h +++ b/boards/arm/sama5/jupiter-nano/include/board_sdram.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/include/board_sdram.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/sama5/jupiter-nano/scripts/Make.defs b/boards/arm/sama5/jupiter-nano/scripts/Make.defs index 063c44b4ed1..dbcb470ba23 100644 --- a/boards/arm/sama5/jupiter-nano/scripts/Make.defs +++ b/boards/arm/sama5/jupiter-nano/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/jupiter-nano/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/sama5/jupiter-nano/scripts/dramboot.ld b/boards/arm/sama5/jupiter-nano/scripts/dramboot.ld index 0983ada934e..f64639371cb 100644 --- a/boards/arm/sama5/jupiter-nano/scripts/dramboot.ld +++ b/boards/arm/sama5/jupiter-nano/scripts/dramboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/scripts/dramboot.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/sama5/jupiter-nano/scripts/gnu-elf.ld b/boards/arm/sama5/jupiter-nano/scripts/gnu-elf.ld index 7c67e77b154..a574ef6267e 100644 --- a/boards/arm/sama5/jupiter-nano/scripts/gnu-elf.ld +++ b/boards/arm/sama5/jupiter-nano/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/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/sama5/jupiter-nano/scripts/isram.ld b/boards/arm/sama5/jupiter-nano/scripts/isram.ld index 89d2fdf0a05..8531e772268 100644 --- a/boards/arm/sama5/jupiter-nano/scripts/isram.ld +++ b/boards/arm/sama5/jupiter-nano/scripts/isram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/scripts/isram.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/sama5/jupiter-nano/scripts/uboot.ld b/boards/arm/sama5/jupiter-nano/scripts/uboot.ld index dbf571d39b5..7fc7e71e76b 100644 --- a/boards/arm/sama5/jupiter-nano/scripts/uboot.ld +++ b/boards/arm/sama5/jupiter-nano/scripts/uboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/scripts/uboot.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/sama5/jupiter-nano/src/Makefile b/boards/arm/sama5/jupiter-nano/src/Makefile index 5c6a583e88f..8c4cba5b314 100644 --- a/boards/arm/sama5/jupiter-nano/src/Makefile +++ b/boards/arm/sama5/jupiter-nano/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/jupiter-nano/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/sama5/jupiter-nano/src/etc_romfs.c b/boards/arm/sama5/jupiter-nano/src/etc_romfs.c index da472ddd5af..a0324ccfb17 100644 --- a/boards/arm/sama5/jupiter-nano/src/etc_romfs.c +++ b/boards/arm/sama5/jupiter-nano/src/etc_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/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/sama5/jupiter-nano/src/jupiter-nano.h b/boards/arm/sama5/jupiter-nano/src/jupiter-nano.h index 00d064106f4..bb49d517b73 100644 --- a/boards/arm/sama5/jupiter-nano/src/jupiter-nano.h +++ b/boards/arm/sama5/jupiter-nano/src/jupiter-nano.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/jupiter-nano.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/sama5/jupiter-nano/src/sam_adc.c b/boards/arm/sama5/jupiter-nano/src/sam_adc.c index 380f43031b4..3eef7bffe83 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_adc.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_ajoystick.c b/boards/arm/sama5/jupiter-nano/src/sam_ajoystick.c index 235c99ca421..fdf7e15cac0 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_ajoystick.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_ajoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_ajoystick.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/sama5/jupiter-nano/src/sam_appinit.c b/boards/arm/sama5/jupiter-nano/src/sam_appinit.c index c628f91d1ff..4cfae1b9fd5 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_appinit.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_at25.c b/boards/arm/sama5/jupiter-nano/src/sam_at25.c index 40fb91780f8..2e1e5933728 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_at25.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_at25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_at25.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/sama5/jupiter-nano/src/sam_autoleds.c b/boards/arm/sama5/jupiter-nano/src/sam_autoleds.c index 10d89c0d88c..fab84bd2485 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_autoleds.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_boot.c b/boards/arm/sama5/jupiter-nano/src/sam_boot.c index d8b0d9c300f..c128e47c96c 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_boot.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_bringup.c b/boards/arm/sama5/jupiter-nano/src/sam_bringup.c index 379f4a41111..d9da5d6b50b 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_bringup.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_buttons.c b/boards/arm/sama5/jupiter-nano/src/sam_buttons.c index 2c208439a8e..b22f3c8f342 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_buttons.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_can.c b/boards/arm/sama5/jupiter-nano/src/sam_can.c index 4bb7d735323..8809c01469c 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_can.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_ethernet.c b/boards/arm/sama5/jupiter-nano/src/sam_ethernet.c index 5b4e26bcace..94bb7f2f570 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_ethernet.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_i2schar.c b/boards/arm/sama5/jupiter-nano/src/sam_i2schar.c index d5997e38a08..fa68c1d2f4c 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_i2schar.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_i2schar.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_i2schar.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/sama5/jupiter-nano/src/sam_nandflash.c b/boards/arm/sama5/jupiter-nano/src/sam_nandflash.c index 3bd029cfc07..5fdd3b05ef1 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_nandflash.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_nandflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_nandflash.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/sama5/jupiter-nano/src/sam_pwm.c b/boards/arm/sama5/jupiter-nano/src/sam_pwm.c index e9257ed5b66..40974cb4ade 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_pwm.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_reset.c b/boards/arm/sama5/jupiter-nano/src/sam_reset.c index c0bbd67fece..5400be20e37 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_reset.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_sdmmc.c b/boards/arm/sama5/jupiter-nano/src/sam_sdmmc.c index 95d2dcb9cdb..51610132370 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_sdmmc.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_sdmmc.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/sama5/jupiter-nano/src/sam_sdram.c b/boards/arm/sama5/jupiter-nano/src/sam_sdram.c index 44f2bee8288..15d3d26c4f2 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_sdram.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_sdram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_sdram.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/sama5/jupiter-nano/src/sam_spi.c b/boards/arm/sama5/jupiter-nano/src/sam_spi.c index 03d413f649b..5b33f2a3872 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_spi.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_usb.c b/boards/arm/sama5/jupiter-nano/src/sam_usb.c index e1a3df326ed..1eeb6de55d0 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_usb.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/jupiter-nano/src/sam_usbmsc.c b/boards/arm/sama5/jupiter-nano/src/sam_usbmsc.c index a3024111484..60d94b6e88d 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_usbmsc.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_usbmsc.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/sama5/jupiter-nano/src/sam_userleds.c b/boards/arm/sama5/jupiter-nano/src/sam_userleds.c index 0490fff8718..9149bd6a03b 100644 --- a/boards/arm/sama5/jupiter-nano/src/sam_userleds.c +++ b/boards/arm/sama5/jupiter-nano/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/jupiter-nano/src/sam_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/sama5/sama5d2-xult/include/board.h b/boards/arm/sama5/sama5d2-xult/include/board.h index b08ec12cb6d..9484ee4b13e 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board.h +++ b/boards/arm/sama5/sama5d2-xult/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/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/sama5/sama5d2-xult/include/board_384mhz.h b/boards/arm/sama5/sama5d2-xult/include/board_384mhz.h index 36b9e3c66a5..60ffc21d6a5 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board_384mhz.h +++ b/boards/arm/sama5/sama5d2-xult/include/board_384mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/include/board_384mhz.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/sama5/sama5d2-xult/include/board_396mhz.h b/boards/arm/sama5/sama5d2-xult/include/board_396mhz.h index 6fa733366a1..d6070cb1d67 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board_396mhz.h +++ b/boards/arm/sama5/sama5d2-xult/include/board_396mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/include/board_396mhz.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/sama5/sama5d2-xult/include/board_498mhz.h b/boards/arm/sama5/sama5d2-xult/include/board_498mhz.h index 7213bd7e1e7..c0816e90964 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board_498mhz.h +++ b/boards/arm/sama5/sama5d2-xult/include/board_498mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/include/board_498mhz.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/sama5/sama5d2-xult/include/board_528mhz.h b/boards/arm/sama5/sama5d2-xult/include/board_528mhz.h index bb823a7420f..0f721f15702 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board_528mhz.h +++ b/boards/arm/sama5/sama5d2-xult/include/board_528mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/include/board_528mhz.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/sama5/sama5d2-xult/include/board_memorymap.h b/boards/arm/sama5/sama5d2-xult/include/board_memorymap.h index aaea74ec7c5..a667ec0af2c 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board_memorymap.h +++ b/boards/arm/sama5/sama5d2-xult/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/include/board_memorymap.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/sama5/sama5d2-xult/include/board_sdram.h b/boards/arm/sama5/sama5d2-xult/include/board_sdram.h index 1b63566dc99..30465ee21be 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board_sdram.h +++ b/boards/arm/sama5/sama5d2-xult/include/board_sdram.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/include/board_sdram.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/sama5/sama5d2-xult/scripts/Make.defs b/boards/arm/sama5/sama5d2-xult/scripts/Make.defs index a2e7590711f..1a7e9b1cf3b 100644 --- a/boards/arm/sama5/sama5d2-xult/scripts/Make.defs +++ b/boards/arm/sama5/sama5d2-xult/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d2-xult/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/sama5/sama5d2-xult/scripts/dramboot.ld b/boards/arm/sama5/sama5d2-xult/scripts/dramboot.ld index 0983ada934e..f64639371cb 100644 --- a/boards/arm/sama5/sama5d2-xult/scripts/dramboot.ld +++ b/boards/arm/sama5/sama5d2-xult/scripts/dramboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/scripts/dramboot.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/sama5/sama5d2-xult/scripts/isram.ld b/boards/arm/sama5/sama5d2-xult/scripts/isram.ld index 89d2fdf0a05..8531e772268 100644 --- a/boards/arm/sama5/sama5d2-xult/scripts/isram.ld +++ b/boards/arm/sama5/sama5d2-xult/scripts/isram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/scripts/isram.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/sama5/sama5d2-xult/scripts/uboot.ld b/boards/arm/sama5/sama5d2-xult/scripts/uboot.ld index dbf571d39b5..7fc7e71e76b 100644 --- a/boards/arm/sama5/sama5d2-xult/scripts/uboot.ld +++ b/boards/arm/sama5/sama5d2-xult/scripts/uboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/scripts/uboot.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/sama5/sama5d2-xult/src/Makefile b/boards/arm/sama5/sama5d2-xult/src/Makefile index e1b01cef051..5067d286ad2 100644 --- a/boards/arm/sama5/sama5d2-xult/src/Makefile +++ b/boards/arm/sama5/sama5d2-xult/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d2-xult/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/sama5/sama5d2-xult/src/sam_adc.c b/boards/arm/sama5/sama5d2-xult/src/sam_adc.c index 3c69185e6ce..18a8561fa0c 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_adc.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_ajoystick.c b/boards/arm/sama5/sama5d2-xult/src/sam_ajoystick.c index e1e3059e11e..70068c6e354 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_ajoystick.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_ajoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_ajoystick.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/sama5/sama5d2-xult/src/sam_appinit.c b/boards/arm/sama5/sama5d2-xult/src/sam_appinit.c index 35146df2419..b64fa9dff90 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_appinit.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_at25.c b/boards/arm/sama5/sama5d2-xult/src/sam_at25.c index cda4091aeb0..04ae74a24c9 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_at25.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_at25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_at25.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/sama5/sama5d2-xult/src/sam_autoleds.c b/boards/arm/sama5/sama5d2-xult/src/sam_autoleds.c index 4273325519f..ace57001518 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_autoleds.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_boot.c b/boards/arm/sama5/sama5d2-xult/src/sam_boot.c index c1235aff2d7..f8679c42067 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_boot.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_bringup.c b/boards/arm/sama5/sama5d2-xult/src/sam_bringup.c index bab347a7af9..bf34913e8c3 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_bringup.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_buttons.c b/boards/arm/sama5/sama5d2-xult/src/sam_buttons.c index 5ffd2739d8c..3e008793159 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_buttons.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_can.c b/boards/arm/sama5/sama5d2-xult/src/sam_can.c index 03c4f172180..ab7a2e574d5 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_can.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_ethernet.c b/boards/arm/sama5/sama5d2-xult/src/sam_ethernet.c index 7b1eb8e0443..06fcfe4fac7 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_ethernet.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_i2schar.c b/boards/arm/sama5/sama5d2-xult/src/sam_i2schar.c index 07d55ed0d73..af11a612c2d 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_i2schar.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_i2schar.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_i2schar.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/sama5/sama5d2-xult/src/sam_nandflash.c b/boards/arm/sama5/sama5d2-xult/src/sam_nandflash.c index 0656932594f..8045f0db72b 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_nandflash.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_nandflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_nandflash.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/sama5/sama5d2-xult/src/sam_pwm.c b/boards/arm/sama5/sama5d2-xult/src/sam_pwm.c index 5881f803022..5fbf4c30cdf 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_pwm.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_reset.c b/boards/arm/sama5/sama5d2-xult/src/sam_reset.c index 5cbb062fdd4..fd75c0707ef 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_reset.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_sdmmc.c b/boards/arm/sama5/sama5d2-xult/src/sam_sdmmc.c index 8826ffdb1ba..a34814bc8fc 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_sdmmc.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_sdmmc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_sdmmc.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/sama5/sama5d2-xult/src/sam_sdram.c b/boards/arm/sama5/sama5d2-xult/src/sam_sdram.c index cbaad0554cb..7d0c4f81f1e 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_sdram.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_sdram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_sdram.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/sama5/sama5d2-xult/src/sam_spi.c b/boards/arm/sama5/sama5d2-xult/src/sam_spi.c index 2896b36ff9e..b86deb37f98 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_spi.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_usb.c b/boards/arm/sama5/sama5d2-xult/src/sam_usb.c index 078017aa6c0..40b177d7f0a 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_usb.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sam_usbmsc.c b/boards/arm/sama5/sama5d2-xult/src/sam_usbmsc.c index e1466412af2..16dfb729e6c 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_usbmsc.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_usbmsc.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/sama5/sama5d2-xult/src/sam_userleds.c b/boards/arm/sama5/sama5d2-xult/src/sam_userleds.c index dacd7a75aa6..cc4cd9ff99c 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sam_userleds.c +++ b/boards/arm/sama5/sama5d2-xult/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sam_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/sama5/sama5d2-xult/src/sama5d2-xult.h b/boards/arm/sama5/sama5d2-xult/src/sama5d2-xult.h index 6944fe91ee1..d3b9bacd1ff 100644 --- a/boards/arm/sama5/sama5d2-xult/src/sama5d2-xult.h +++ b/boards/arm/sama5/sama5d2-xult/src/sama5d2-xult.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d2-xult/src/sama5d2-xult.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/sama5/sama5d3-xplained/include/board.h b/boards/arm/sama5/sama5d3-xplained/include/board.h index 523faa30486..5cb1f791e0b 100644 --- a/boards/arm/sama5/sama5d3-xplained/include/board.h +++ b/boards/arm/sama5/sama5d3-xplained/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/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/sama5/sama5d3-xplained/include/board_384mhz.h b/boards/arm/sama5/sama5d3-xplained/include/board_384mhz.h index e6418d3a59d..6a4a064d581 100644 --- a/boards/arm/sama5/sama5d3-xplained/include/board_384mhz.h +++ b/boards/arm/sama5/sama5d3-xplained/include/board_384mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/include/board_384mhz.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/sama5/sama5d3-xplained/include/board_396mhz.h b/boards/arm/sama5/sama5d3-xplained/include/board_396mhz.h index 015b609a944..37acf44211e 100644 --- a/boards/arm/sama5/sama5d3-xplained/include/board_396mhz.h +++ b/boards/arm/sama5/sama5d3-xplained/include/board_396mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/include/board_396mhz.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/sama5/sama5d3-xplained/include/board_528mhz.h b/boards/arm/sama5/sama5d3-xplained/include/board_528mhz.h index d3e7eb8f587..be473c3844a 100644 --- a/boards/arm/sama5/sama5d3-xplained/include/board_528mhz.h +++ b/boards/arm/sama5/sama5d3-xplained/include/board_528mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/include/board_528mhz.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/sama5/sama5d3-xplained/include/board_memorymap.h b/boards/arm/sama5/sama5d3-xplained/include/board_memorymap.h index b6513d177c9..69c6d4846cd 100644 --- a/boards/arm/sama5/sama5d3-xplained/include/board_memorymap.h +++ b/boards/arm/sama5/sama5d3-xplained/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/include/board_memorymap.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/sama5/sama5d3-xplained/include/board_sdram.h b/boards/arm/sama5/sama5d3-xplained/include/board_sdram.h index 7bd2f6d4015..c1f8578186a 100644 --- a/boards/arm/sama5/sama5d3-xplained/include/board_sdram.h +++ b/boards/arm/sama5/sama5d3-xplained/include/board_sdram.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/include/board_sdram.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/sama5/sama5d3-xplained/scripts/Make.defs b/boards/arm/sama5/sama5d3-xplained/scripts/Make.defs index dc2238c853b..8b96fa625a5 100644 --- a/boards/arm/sama5/sama5d3-xplained/scripts/Make.defs +++ b/boards/arm/sama5/sama5d3-xplained/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d3-xplained/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/sama5/sama5d3-xplained/scripts/ddram.ld b/boards/arm/sama5/sama5d3-xplained/scripts/ddram.ld index 1538bb1c905..864ed6f6227 100644 --- a/boards/arm/sama5/sama5d3-xplained/scripts/ddram.ld +++ b/boards/arm/sama5/sama5d3-xplained/scripts/ddram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/scripts/ddram.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/sama5/sama5d3-xplained/scripts/isram.ld b/boards/arm/sama5/sama5d3-xplained/scripts/isram.ld index 29f326e9a66..60461806711 100644 --- a/boards/arm/sama5/sama5d3-xplained/scripts/isram.ld +++ b/boards/arm/sama5/sama5d3-xplained/scripts/isram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/scripts/isram.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/sama5/sama5d3-xplained/src/Makefile b/boards/arm/sama5/sama5d3-xplained/src/Makefile index d1da816f356..c5407450242 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/Makefile +++ b/boards/arm/sama5/sama5d3-xplained/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d3-xplained/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/sama5/sama5d3-xplained/src/sam_adc.c b/boards/arm/sama5/sama5d3-xplained/src/sam_adc.c index f44c954151a..25afdd48182 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_adc.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_ajoystick.c b/boards/arm/sama5/sama5d3-xplained/src/sam_ajoystick.c index 42a0ce74bf5..0d93df81e14 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_ajoystick.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_ajoystick.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_ajoystick.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/sama5/sama5d3-xplained/src/sam_appinit.c b/boards/arm/sama5/sama5d3-xplained/src/sam_appinit.c index 08ef420c4ff..267bc11a71b 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_appinit.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_at25.c b/boards/arm/sama5/sama5d3-xplained/src/sam_at25.c index 885c7d3ef76..7b1e106e6dd 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_at25.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_at25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_at25.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/sama5/sama5d3-xplained/src/sam_autoleds.c b/boards/arm/sama5/sama5d3-xplained/src/sam_autoleds.c index 70a933ecf01..f4e99c747db 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_autoleds.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_boot.c b/boards/arm/sama5/sama5d3-xplained/src/sam_boot.c index 521b6cab6d6..c8fd5f6481c 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_boot.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_bringup.c b/boards/arm/sama5/sama5d3-xplained/src/sam_bringup.c index f87190ab4aa..3d1b51e1d5a 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_bringup.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_buttons.c b/boards/arm/sama5/sama5d3-xplained/src/sam_buttons.c index 4955ffa3a88..97c01b5ed65 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_buttons.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_can.c b/boards/arm/sama5/sama5d3-xplained/src/sam_can.c index cea1a468aff..71a181de633 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_can.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_ethernet.c b/boards/arm/sama5/sama5d3-xplained/src/sam_ethernet.c index 39bd08c6dde..fcd278a8d59 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_ethernet.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_hsmci.c b/boards/arm/sama5/sama5d3-xplained/src/sam_hsmci.c index 298498032fd..bb2dc13ef10 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_hsmci.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_hsmci.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_hsmci.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/sama5/sama5d3-xplained/src/sam_i2schar.c b/boards/arm/sama5/sama5d3-xplained/src/sam_i2schar.c index bfc4819b29c..c3fd08735ee 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_i2schar.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_i2schar.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_i2schar.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/sama5/sama5d3-xplained/src/sam_nandflash.c b/boards/arm/sama5/sama5d3-xplained/src/sam_nandflash.c index e18166bf471..16d11b48b09 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_nandflash.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_nandflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_nandflash.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/sama5/sama5d3-xplained/src/sam_pwm.c b/boards/arm/sama5/sama5d3-xplained/src/sam_pwm.c index 1fe7a43675d..30c44d52a9c 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_pwm.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_reset.c b/boards/arm/sama5/sama5d3-xplained/src/sam_reset.c index 86736aae2fe..17a090ee0c1 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_reset.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_sdram.c b/boards/arm/sama5/sama5d3-xplained/src/sam_sdram.c index c272fb23e28..d6482f0145a 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_sdram.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_sdram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_sdram.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/sama5/sama5d3-xplained/src/sam_spi.c b/boards/arm/sama5/sama5d3-xplained/src/sam_spi.c index 72994f62459..f033167b0c6 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_spi.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_usb.c b/boards/arm/sama5/sama5d3-xplained/src/sam_usb.c index 1a4e760f582..f8848b947ec 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_usb.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sam_usbmsc.c b/boards/arm/sama5/sama5d3-xplained/src/sam_usbmsc.c index b904035ce99..61ff9529e02 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_usbmsc.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_usbmsc.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/sama5/sama5d3-xplained/src/sam_userleds.c b/boards/arm/sama5/sama5d3-xplained/src/sam_userleds.c index 756afdf6816..7232ceac4b0 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_userleds.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sam_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/sama5/sama5d3-xplained/src/sama5d3-xplained.h b/boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h index 9bbaf99ba10..8b949c8b72b 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h +++ b/boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3-xplained/src/sama5d3-xplained.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/sama5/sama5d3x-ek/include/board.h b/boards/arm/sama5/sama5d3x-ek/include/board.h index 4405afd3849..3c2458878e9 100644 --- a/boards/arm/sama5/sama5d3x-ek/include/board.h +++ b/boards/arm/sama5/sama5d3x-ek/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/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/sama5/sama5d3x-ek/include/board_384mhz.h b/boards/arm/sama5/sama5d3x-ek/include/board_384mhz.h index e0da4e4a736..8c895ad56d9 100644 --- a/boards/arm/sama5/sama5d3x-ek/include/board_384mhz.h +++ b/boards/arm/sama5/sama5d3x-ek/include/board_384mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/include/board_384mhz.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/sama5/sama5d3x-ek/include/board_396mhz.h b/boards/arm/sama5/sama5d3x-ek/include/board_396mhz.h index e93dfe7e71c..4b6359ba400 100644 --- a/boards/arm/sama5/sama5d3x-ek/include/board_396mhz.h +++ b/boards/arm/sama5/sama5d3x-ek/include/board_396mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/include/board_396mhz.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/sama5/sama5d3x-ek/include/board_528mhz.h b/boards/arm/sama5/sama5d3x-ek/include/board_528mhz.h index c610c3677b4..f298edd6b73 100644 --- a/boards/arm/sama5/sama5d3x-ek/include/board_528mhz.h +++ b/boards/arm/sama5/sama5d3x-ek/include/board_528mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/include/board_528mhz.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/sama5/sama5d3x-ek/include/board_memorymap.h b/boards/arm/sama5/sama5d3x-ek/include/board_memorymap.h index a2932332b6f..14fb929dce2 100644 --- a/boards/arm/sama5/sama5d3x-ek/include/board_memorymap.h +++ b/boards/arm/sama5/sama5d3x-ek/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/include/board_memorymap.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/sama5/sama5d3x-ek/include/board_sdram.h b/boards/arm/sama5/sama5d3x-ek/include/board_sdram.h index 461fb34aca5..329603a5294 100644 --- a/boards/arm/sama5/sama5d3x-ek/include/board_sdram.h +++ b/boards/arm/sama5/sama5d3x-ek/include/board_sdram.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/include/board_sdram.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/sama5/sama5d3x-ek/scripts/Make.defs b/boards/arm/sama5/sama5d3x-ek/scripts/Make.defs index 0a32310fb2e..7c7bad8b01b 100644 --- a/boards/arm/sama5/sama5d3x-ek/scripts/Make.defs +++ b/boards/arm/sama5/sama5d3x-ek/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d3x-ek/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/sama5/sama5d3x-ek/scripts/ddram.ld b/boards/arm/sama5/sama5d3x-ek/scripts/ddram.ld index 1ffaf358c96..328fc640fc2 100644 --- a/boards/arm/sama5/sama5d3x-ek/scripts/ddram.ld +++ b/boards/arm/sama5/sama5d3x-ek/scripts/ddram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/scripts/ddram.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/sama5/sama5d3x-ek/scripts/isram.ld b/boards/arm/sama5/sama5d3x-ek/scripts/isram.ld index 84643c0debe..5add626bc15 100644 --- a/boards/arm/sama5/sama5d3x-ek/scripts/isram.ld +++ b/boards/arm/sama5/sama5d3x-ek/scripts/isram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/scripts/isram.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/sama5/sama5d3x-ek/scripts/nor-ddram.ld b/boards/arm/sama5/sama5d3x-ek/scripts/nor-ddram.ld index c21784559cf..5d18839714f 100644 --- a/boards/arm/sama5/sama5d3x-ek/scripts/nor-ddram.ld +++ b/boards/arm/sama5/sama5d3x-ek/scripts/nor-ddram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/scripts/nor-ddram.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/sama5/sama5d3x-ek/scripts/nor-isram.ld b/boards/arm/sama5/sama5d3x-ek/scripts/nor-isram.ld index 0b6e9239a87..15c74e4c0ae 100644 --- a/boards/arm/sama5/sama5d3x-ek/scripts/nor-isram.ld +++ b/boards/arm/sama5/sama5d3x-ek/scripts/nor-isram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/scripts/nor-isram.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/sama5/sama5d3x-ek/scripts/pg-sram.ld b/boards/arm/sama5/sama5d3x-ek/scripts/pg-sram.ld index 543eca44afc..5069d63bc1a 100644 --- a/boards/arm/sama5/sama5d3x-ek/scripts/pg-sram.ld +++ b/boards/arm/sama5/sama5d3x-ek/scripts/pg-sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/scripts/pg-sram.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/sama5/sama5d3x-ek/src/Makefile b/boards/arm/sama5/sama5d3x-ek/src/Makefile index 71023e784e4..989c2261f35 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/Makefile +++ b/boards/arm/sama5/sama5d3x-ek/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d3x-ek/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/sama5/sama5d3x-ek/src/nor_main.c b/boards/arm/sama5/sama5d3x-ek/src/nor_main.c index 5342dfe3b07..53ac28ce4fa 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/nor_main.c +++ b/boards/arm/sama5/sama5d3x-ek/src/nor_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/nor_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/sama5/sama5d3x-ek/src/sam_adc.c b/boards/arm/sama5/sama5d3x-ek/src/sam_adc.c index 85a8f964e93..770833937c3 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_adc.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_appinit.c b/boards/arm/sama5/sama5d3x-ek/src/sam_appinit.c index 3c568a8648d..e474d39cd9e 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_appinit.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_at24.c b/boards/arm/sama5/sama5d3x-ek/src/sam_at24.c index 1e27758f2d5..4c7233a9bcf 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_at24.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_at24.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_at25.c b/boards/arm/sama5/sama5d3x-ek/src/sam_at25.c index 2860e66989a..a709ed98df9 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_at25.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_at25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_at25.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/sama5/sama5d3x-ek/src/sam_autoleds.c b/boards/arm/sama5/sama5d3x-ek/src/sam_autoleds.c index d4447c15896..4de2ea7017c 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_autoleds.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_boot.c b/boards/arm/sama5/sama5d3x-ek/src/sam_boot.c index 0c62177ff9a..b86294dc131 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_boot.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_buttons.c b/boards/arm/sama5/sama5d3x-ek/src/sam_buttons.c index b0b09872ccd..5333d9196b0 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_buttons.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_can.c b/boards/arm/sama5/sama5d3x-ek/src/sam_can.c index a1c362097b7..16e5d12db7b 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_can.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_can.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_ethernet.c b/boards/arm/sama5/sama5d3x-ek/src/sam_ethernet.c index 4223f03dfbd..d512e54ba8a 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_ethernet.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_hsmci.c b/boards/arm/sama5/sama5d3x-ek/src/sam_hsmci.c index 640f0d85c02..fc0a7ee666b 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_hsmci.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_hsmci.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_hsmci.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/sama5/sama5d3x-ek/src/sam_i2schar.c b/boards/arm/sama5/sama5d3x-ek/src/sam_i2schar.c index be1a9f23a6c..bd4a900578c 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_i2schar.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_i2schar.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_i2schar.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/sama5/sama5d3x-ek/src/sam_nandflash.c b/boards/arm/sama5/sama5d3x-ek/src/sam_nandflash.c index 74a1c15a035..404a487fc29 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_nandflash.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_nandflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_nandflash.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/sama5/sama5d3x-ek/src/sam_norflash.c b/boards/arm/sama5/sama5d3x-ek/src/sam_norflash.c index ee8482707dc..60e9ed191f8 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_norflash.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_norflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_norflash.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/sama5/sama5d3x-ek/src/sam_ov2640.c b/boards/arm/sama5/sama5d3x-ek/src/sam_ov2640.c index 10ddd7b2ab3..0e956667c26 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_ov2640.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_ov2640.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_ov2640.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/sama5/sama5d3x-ek/src/sam_pwm.c b/boards/arm/sama5/sama5d3x-ek/src/sam_pwm.c index b03c4c8b1d0..4235bef09e0 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_pwm.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_sdram.c b/boards/arm/sama5/sama5d3x-ek/src/sam_sdram.c index 6c56d84cd05..96e4accbed9 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_sdram.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_sdram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_sdram.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/sama5/sama5d3x-ek/src/sam_spi.c b/boards/arm/sama5/sama5d3x-ek/src/sam_spi.c index b454471286a..7df2ef25e54 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_spi.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_touchscreen.c b/boards/arm/sama5/sama5d3x-ek/src/sam_touchscreen.c index 6be29486816..3230533d852 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_touchscreen.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_touchscreen.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_touchscreen.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/sama5/sama5d3x-ek/src/sam_usb.c b/boards/arm/sama5/sama5d3x-ek/src/sam_usb.c index b1eb7e989e2..e7d0d485a29 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_usb.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_usbmsc.c b/boards/arm/sama5/sama5d3x-ek/src/sam_usbmsc.c index dffc744fa23..630020e3567 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_usbmsc.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_usbmsc.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/sama5/sama5d3x-ek/src/sam_userleds.c b/boards/arm/sama5/sama5d3x-ek/src/sam_userleds.c index c6f22203e5a..35fabc19ee2 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_userleds.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_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/sama5/sama5d3x-ek/src/sam_wm8904.c b/boards/arm/sama5/sama5d3x-ek/src/sam_wm8904.c index dde2808e81f..9e9521f9241 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_wm8904.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_wm8904.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sam_wm8904.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/sama5/sama5d3x-ek/src/sama5d3x-ek.h b/boards/arm/sama5/sama5d3x-ek/src/sama5d3x-ek.h index 8a36d941b82..36793562abf 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sama5d3x-ek.h +++ b/boards/arm/sama5/sama5d3x-ek/src/sama5d3x-ek.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d3x-ek/src/sama5d3x-ek.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/sama5/sama5d4-ek/include/board.h b/boards/arm/sama5/sama5d4-ek/include/board.h index 5af155bc3f7..d06314a0a16 100644 --- a/boards/arm/sama5/sama5d4-ek/include/board.h +++ b/boards/arm/sama5/sama5d4-ek/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/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/sama5/sama5d4-ek/include/board_384mhz.h b/boards/arm/sama5/sama5d4-ek/include/board_384mhz.h index 94378c69abd..6a130c015e1 100644 --- a/boards/arm/sama5/sama5d4-ek/include/board_384mhz.h +++ b/boards/arm/sama5/sama5d4-ek/include/board_384mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/include/board_384mhz.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/sama5/sama5d4-ek/include/board_396mhz.h b/boards/arm/sama5/sama5d4-ek/include/board_396mhz.h index dd30c5a9ec5..b6dba8a0ef7 100644 --- a/boards/arm/sama5/sama5d4-ek/include/board_396mhz.h +++ b/boards/arm/sama5/sama5d4-ek/include/board_396mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/include/board_396mhz.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/sama5/sama5d4-ek/include/board_528mhz.h b/boards/arm/sama5/sama5d4-ek/include/board_528mhz.h index 64b712f3c3d..59435384be6 100644 --- a/boards/arm/sama5/sama5d4-ek/include/board_528mhz.h +++ b/boards/arm/sama5/sama5d4-ek/include/board_528mhz.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/include/board_528mhz.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/sama5/sama5d4-ek/include/board_memorymap.h b/boards/arm/sama5/sama5d4-ek/include/board_memorymap.h index 058e18b9ded..cedffdf2d94 100644 --- a/boards/arm/sama5/sama5d4-ek/include/board_memorymap.h +++ b/boards/arm/sama5/sama5d4-ek/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/include/board_memorymap.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/sama5/sama5d4-ek/include/board_sdram.h b/boards/arm/sama5/sama5d4-ek/include/board_sdram.h index 279c91316a1..b337e858d2f 100644 --- a/boards/arm/sama5/sama5d4-ek/include/board_sdram.h +++ b/boards/arm/sama5/sama5d4-ek/include/board_sdram.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/include/board_sdram.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/sama5/sama5d4-ek/scripts/Make.defs b/boards/arm/sama5/sama5d4-ek/scripts/Make.defs index 04d5cca4ecf..0e42e285302 100644 --- a/boards/arm/sama5/sama5d4-ek/scripts/Make.defs +++ b/boards/arm/sama5/sama5d4-ek/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d4-ek/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/sama5/sama5d4-ek/scripts/dramboot.ld b/boards/arm/sama5/sama5d4-ek/scripts/dramboot.ld index 8d00619836c..329b9734d9d 100644 --- a/boards/arm/sama5/sama5d4-ek/scripts/dramboot.ld +++ b/boards/arm/sama5/sama5d4-ek/scripts/dramboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/scripts/dramboot.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/sama5/sama5d4-ek/scripts/isram.ld b/boards/arm/sama5/sama5d4-ek/scripts/isram.ld index 31d9f76f4e7..71894e7da42 100644 --- a/boards/arm/sama5/sama5d4-ek/scripts/isram.ld +++ b/boards/arm/sama5/sama5d4-ek/scripts/isram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/scripts/isram.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/sama5/sama5d4-ek/scripts/uboot.ld b/boards/arm/sama5/sama5d4-ek/scripts/uboot.ld index eedcca00954..3b1ebe7caf0 100644 --- a/boards/arm/sama5/sama5d4-ek/scripts/uboot.ld +++ b/boards/arm/sama5/sama5d4-ek/scripts/uboot.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/scripts/uboot.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/sama5/sama5d4-ek/src/Makefile b/boards/arm/sama5/sama5d4-ek/src/Makefile index f5e58d1efb8..fcf53d81722 100644 --- a/boards/arm/sama5/sama5d4-ek/src/Makefile +++ b/boards/arm/sama5/sama5d4-ek/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/sama5/sama5d4-ek/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/sama5/sama5d4-ek/src/at25_main.c b/boards/arm/sama5/sama5d4-ek/src/at25_main.c index ba6e45346d3..b188ca783bd 100644 --- a/boards/arm/sama5/sama5d4-ek/src/at25_main.c +++ b/boards/arm/sama5/sama5d4-ek/src/at25_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/at25_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/sama5/sama5d4-ek/src/dram_main.c b/boards/arm/sama5/sama5d4-ek/src/dram_main.c index 765dd711be1..f471e6a3d43 100644 --- a/boards/arm/sama5/sama5d4-ek/src/dram_main.c +++ b/boards/arm/sama5/sama5d4-ek/src/dram_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/dram_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/sama5/sama5d4-ek/src/etc_romfs.c b/boards/arm/sama5/sama5d4-ek/src/etc_romfs.c index 15baf925778..3eb012b3131 100644 --- a/boards/arm/sama5/sama5d4-ek/src/etc_romfs.c +++ b/boards/arm/sama5/sama5d4-ek/src/etc_romfs.c @@ -1,6 +1,8 @@ /*************************************************************************** * boards/arm/sama5/sama5d4-ek/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/sama5/sama5d4-ek/src/sam_adc.c b/boards/arm/sama5/sama5d4-ek/src/sam_adc.c index abc8d960130..7b6d1e7bc67 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_adc.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_appinit.c b/boards/arm/sama5/sama5d4-ek/src/sam_appinit.c index 998a3032873..8e031ea4580 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_appinit.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_at25.c b/boards/arm/sama5/sama5d4-ek/src/sam_at25.c index 38b326d2472..6d96d353707 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_at25.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_at25.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_at25.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/sama5/sama5d4-ek/src/sam_audio_null.c b/boards/arm/sama5/sama5d4-ek/src/sam_audio_null.c index 7e289fe0ae9..1e96af4a90d 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_audio_null.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_audio_null.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_audio_null.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/sama5/sama5d4-ek/src/sam_autoleds.c b/boards/arm/sama5/sama5d4-ek/src/sam_autoleds.c index d301aa6ccba..e12fa0d49c4 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_autoleds.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_automount.c b/boards/arm/sama5/sama5d4-ek/src/sam_automount.c index 737c6324738..d35c9ef9e69 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_automount.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_automount.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_automount.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/sama5/sama5d4-ek/src/sam_boot.c b/boards/arm/sama5/sama5d4-ek/src/sam_boot.c index 7673ee83557..cc4456621aa 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_boot.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_bringup.c b/boards/arm/sama5/sama5d4-ek/src/sam_bringup.c index 0d1a3c27e48..8988dc23053 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_bringup.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_buttons.c b/boards/arm/sama5/sama5d4-ek/src/sam_buttons.c index f7321fa4107..7c95e20670c 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_buttons.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_ethernet.c b/boards/arm/sama5/sama5d4-ek/src/sam_ethernet.c index b4569580f4a..99880b830f4 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_ethernet.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_ethernet.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_hsmci.c b/boards/arm/sama5/sama5d4-ek/src/sam_hsmci.c index 4943b1be8ba..4f1f5a32306 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_hsmci.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_hsmci.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_hsmci.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/sama5/sama5d4-ek/src/sam_maxtouch.c b/boards/arm/sama5/sama5d4-ek/src/sam_maxtouch.c index 6a1c95f8bbf..4457f8f28cb 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_maxtouch.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_maxtouch.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_maxtouch.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/sama5/sama5d4-ek/src/sam_nandflash.c b/boards/arm/sama5/sama5d4-ek/src/sam_nandflash.c index 41682d95c4e..4dbd82b81bf 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_nandflash.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_nandflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_nandflash.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/sama5/sama5d4-ek/src/sam_pmic.c b/boards/arm/sama5/sama5d4-ek/src/sam_pmic.c index d689fe74a60..e06fff4bfff 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_pmic.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_pmic.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_pmic.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/sama5/sama5d4-ek/src/sam_pwm.c b/boards/arm/sama5/sama5d4-ek/src/sam_pwm.c index eb166b6068f..abc180e5c43 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_pwm.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_sdram.c b/boards/arm/sama5/sama5d4-ek/src/sam_sdram.c index c05e71c50ca..95c3aed3928 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_sdram.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_sdram.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_sdram.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/sama5/sama5d4-ek/src/sam_spi.c b/boards/arm/sama5/sama5d4-ek/src/sam_spi.c index d2c0181688d..6801963e33f 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_spi.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_usb.c b/boards/arm/sama5/sama5d4-ek/src/sam_usb.c index 46ba8cc0318..69c0616e2a7 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_usb.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_usbmsc.c b/boards/arm/sama5/sama5d4-ek/src/sam_usbmsc.c index 2b7428807d9..e6fdc915bfa 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_usbmsc.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_usbmsc.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/sama5/sama5d4-ek/src/sam_userleds.c b/boards/arm/sama5/sama5d4-ek/src/sam_userleds.c index 0d35976b9f0..bd8b52c78d8 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_userleds.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_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/sama5/sama5d4-ek/src/sam_wm8904.c b/boards/arm/sama5/sama5d4-ek/src/sam_wm8904.c index 005cca295b5..27dd8e32beb 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_wm8904.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_wm8904.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sam_wm8904.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/sama5/sama5d4-ek/src/sama5d4-ek.h b/boards/arm/sama5/sama5d4-ek/src/sama5d4-ek.h index 2a9ada1fd0e..01e8b723d0c 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sama5d4-ek.h +++ b/boards/arm/sama5/sama5d4-ek/src/sama5d4-ek.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/sama5/sama5d4-ek/src/sama5d4-ek.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