diff --git a/boards/arm/samd2l2/arduino-m0/include/board.h b/boards/arm/samd2l2/arduino-m0/include/board.h index 254f31c3912..2bd9b6ce1f9 100644 --- a/boards/arm/samd2l2/arduino-m0/include/board.h +++ b/boards/arm/samd2l2/arduino-m0/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/scripts/Make.defs b/boards/arm/samd2l2/arduino-m0/scripts/Make.defs index e6c700b4573..40d264bb21a 100644 --- a/boards/arm/samd2l2/arduino-m0/scripts/Make.defs +++ b/boards/arm/samd2l2/arduino-m0/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/scripts/flash.ld b/boards/arm/samd2l2/arduino-m0/scripts/flash.ld index dd00e9f858c..c32bab67a8e 100644 --- a/boards/arm/samd2l2/arduino-m0/scripts/flash.ld +++ b/boards/arm/samd2l2/arduino-m0/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/scripts/flash.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/samd2l2/arduino-m0/src/Makefile b/boards/arm/samd2l2/arduino-m0/src/Makefile index 471fa1311cb..589a77a2e66 100644 --- a/boards/arm/samd2l2/arduino-m0/src/Makefile +++ b/boards/arm/samd2l2/arduino-m0/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/arduino_m0.h b/boards/arm/samd2l2/arduino-m0/src/arduino_m0.h index a27f835fac6..f957c9a475a 100644 --- a/boards/arm/samd2l2/arduino-m0/src/arduino_m0.h +++ b/boards/arm/samd2l2/arduino-m0/src/arduino_m0.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/src/arduino_m0.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/samd2l2/arduino-m0/src/sam_adc.c b/boards/arm/samd2l2/arduino-m0/src/sam_adc.c index d8a88334ed2..9f998fcd9bd 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_adc.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/sam_appinit.c b/boards/arm/samd2l2/arduino-m0/src/sam_appinit.c index da2b77f86ae..0c0b0ad0c53 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_appinit.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/sam_autoleds.c b/boards/arm/samd2l2/arduino-m0/src/sam_autoleds.c index b03e67ce014..de86b90e358 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_autoleds.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/sam_boot.c b/boards/arm/samd2l2/arduino-m0/src/sam_boot.c index 9642ad73064..15150956e9a 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_boot.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/sam_bringup.c b/boards/arm/samd2l2/arduino-m0/src/sam_bringup.c index 6dcb4392a2b..ac0a00d276d 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_bringup.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/sam_spi.c b/boards/arm/samd2l2/arduino-m0/src/sam_spi.c index e046bde7490..3fb69a13710 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_spi.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/sam_usb.c b/boards/arm/samd2l2/arduino-m0/src/sam_usb.c index 697da08b14b..cd9c137ca27 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_usb.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/arduino-m0/src/sam_userleds.c b/boards/arm/samd2l2/arduino-m0/src/sam_userleds.c index 2358dedf7a3..349fc2d4cc1 100644 --- a/boards/arm/samd2l2/arduino-m0/src/sam_userleds.c +++ b/boards/arm/samd2l2/arduino-m0/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/arduino-m0/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/samd2l2/circuit-express/include/board.h b/boards/arm/samd2l2/circuit-express/include/board.h index 1d5937e478e..3226f100500 100644 --- a/boards/arm/samd2l2/circuit-express/include/board.h +++ b/boards/arm/samd2l2/circuit-express/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/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/samd2l2/circuit-express/scripts/Make.defs b/boards/arm/samd2l2/circuit-express/scripts/Make.defs index 4b784a6f2b2..4945b8528f4 100644 --- a/boards/arm/samd2l2/circuit-express/scripts/Make.defs +++ b/boards/arm/samd2l2/circuit-express/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/circuit-express/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/samd2l2/circuit-express/scripts/flash.ld b/boards/arm/samd2l2/circuit-express/scripts/flash.ld index e932935774b..3fd572ed496 100644 --- a/boards/arm/samd2l2/circuit-express/scripts/flash.ld +++ b/boards/arm/samd2l2/circuit-express/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/scripts/flash.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/samd2l2/circuit-express/src/Makefile b/boards/arm/samd2l2/circuit-express/src/Makefile index c1384990a54..4c900778633 100644 --- a/boards/arm/samd2l2/circuit-express/src/Makefile +++ b/boards/arm/samd2l2/circuit-express/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/circuit-express/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/samd2l2/circuit-express/src/circuit_express.h b/boards/arm/samd2l2/circuit-express/src/circuit_express.h index 124e63fdb14..26a7baf6f75 100644 --- a/boards/arm/samd2l2/circuit-express/src/circuit_express.h +++ b/boards/arm/samd2l2/circuit-express/src/circuit_express.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/src/circuit_express.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/samd2l2/circuit-express/src/sam_appinit.c b/boards/arm/samd2l2/circuit-express/src/sam_appinit.c index 7730356ffa7..3ed179cde26 100644 --- a/boards/arm/samd2l2/circuit-express/src/sam_appinit.c +++ b/boards/arm/samd2l2/circuit-express/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/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/samd2l2/circuit-express/src/sam_autoleds.c b/boards/arm/samd2l2/circuit-express/src/sam_autoleds.c index fede758bdfe..8c8f8f9ea53 100644 --- a/boards/arm/samd2l2/circuit-express/src/sam_autoleds.c +++ b/boards/arm/samd2l2/circuit-express/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/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/samd2l2/circuit-express/src/sam_boot.c b/boards/arm/samd2l2/circuit-express/src/sam_boot.c index 2a5326e23ce..66b847486c0 100644 --- a/boards/arm/samd2l2/circuit-express/src/sam_boot.c +++ b/boards/arm/samd2l2/circuit-express/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/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/samd2l2/circuit-express/src/sam_bringup.c b/boards/arm/samd2l2/circuit-express/src/sam_bringup.c index 7e281a986f6..d6facc23621 100644 --- a/boards/arm/samd2l2/circuit-express/src/sam_bringup.c +++ b/boards/arm/samd2l2/circuit-express/src/sam_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/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/samd2l2/circuit-express/src/sam_usb.c b/boards/arm/samd2l2/circuit-express/src/sam_usb.c index ce635016a6f..610128c9ccd 100644 --- a/boards/arm/samd2l2/circuit-express/src/sam_usb.c +++ b/boards/arm/samd2l2/circuit-express/src/sam_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/circuit-express/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/samd2l2/samd20-xplained/include/board.h b/boards/arm/samd2l2/samd20-xplained/include/board.h index d0e46821cf9..8a39077cbe6 100644 --- a/boards/arm/samd2l2/samd20-xplained/include/board.h +++ b/boards/arm/samd2l2/samd20-xplained/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/scripts/Make.defs b/boards/arm/samd2l2/samd20-xplained/scripts/Make.defs index 77b012e200f..b57747035ad 100644 --- a/boards/arm/samd2l2/samd20-xplained/scripts/Make.defs +++ b/boards/arm/samd2l2/samd20-xplained/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/scripts/flash.ld b/boards/arm/samd2l2/samd20-xplained/scripts/flash.ld index f1670bc5327..7011ed25f34 100644 --- a/boards/arm/samd2l2/samd20-xplained/scripts/flash.ld +++ b/boards/arm/samd2l2/samd20-xplained/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-xplained/scripts/flash.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/samd2l2/samd20-xplained/src/Makefile b/boards/arm/samd2l2/samd20-xplained/src/Makefile index 44673450ffc..689ba85d40d 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/Makefile +++ b/boards/arm/samd2l2/samd20-xplained/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/src/sam_appinit.c b/boards/arm/samd2l2/samd20-xplained/src/sam_appinit.c index e4fa4afadc9..a6253c78497 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_appinit.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/src/sam_autoleds.c b/boards/arm/samd2l2/samd20-xplained/src/sam_autoleds.c index 279f4de5d62..08e6d4baec5 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_autoleds.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/src/sam_boot.c b/boards/arm/samd2l2/samd20-xplained/src/sam_boot.c index d698b618f59..85d81191902 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_boot.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/src/sam_buttons.c b/boards/arm/samd2l2/samd20-xplained/src/sam_buttons.c index cd6a6335a35..99ddf3a3606 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_buttons.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/src/sam_mmcsd.c b/boards/arm/samd2l2/samd20-xplained/src/sam_mmcsd.c index 7968e2f0c14..b261f65ae73 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_mmcsd.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_mmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-xplained/src/sam_mmcsd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/samd2l2/samd20-xplained/src/sam_spi.c b/boards/arm/samd2l2/samd20-xplained/src/sam_spi.c index 2e15b495b94..623a3f902e9 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_spi.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/src/sam_ug2832hsweg04.c b/boards/arm/samd2l2/samd20-xplained/src/sam_ug2832hsweg04.c index 8c01848bcd7..c06b69800af 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_ug2832hsweg04.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_ug2832hsweg04.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-xplained/src/sam_ug2832hsweg04.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/samd2l2/samd20-xplained/src/sam_userleds.c b/boards/arm/samd2l2/samd20-xplained/src/sam_userleds.c index a649b5d4648..218fe4031a4 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/sam_userleds.c +++ b/boards/arm/samd2l2/samd20-xplained/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-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/samd2l2/samd20-xplained/src/samd20-xplained.h b/boards/arm/samd2l2/samd20-xplained/src/samd20-xplained.h index 8132f2351e1..ae7cb5e0af1 100644 --- a/boards/arm/samd2l2/samd20-xplained/src/samd20-xplained.h +++ b/boards/arm/samd2l2/samd20-xplained/src/samd20-xplained.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd20-xplained/src/samd20-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/samd2l2/samd21-xplained/include/board.h b/boards/arm/samd2l2/samd21-xplained/include/board.h index ecd34043ae6..c116c37ab43 100644 --- a/boards/arm/samd2l2/samd21-xplained/include/board.h +++ b/boards/arm/samd2l2/samd21-xplained/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/scripts/Make.defs b/boards/arm/samd2l2/samd21-xplained/scripts/Make.defs index d8b07368ecd..76e1788018d 100644 --- a/boards/arm/samd2l2/samd21-xplained/scripts/Make.defs +++ b/boards/arm/samd2l2/samd21-xplained/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/scripts/flash.ld b/boards/arm/samd2l2/samd21-xplained/scripts/flash.ld index 85d27f6e231..077e8288b6a 100644 --- a/boards/arm/samd2l2/samd21-xplained/scripts/flash.ld +++ b/boards/arm/samd2l2/samd21-xplained/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-xplained/scripts/flash.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/samd2l2/samd21-xplained/src/Makefile b/boards/arm/samd2l2/samd21-xplained/src/Makefile index 2e31673bdc6..cb5b4d63f3b 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/Makefile +++ b/boards/arm/samd2l2/samd21-xplained/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/src/sam_appinit.c b/boards/arm/samd2l2/samd21-xplained/src/sam_appinit.c index fbab97fb055..48db7a3097e 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_appinit.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/src/sam_autoleds.c b/boards/arm/samd2l2/samd21-xplained/src/sam_autoleds.c index 061a8c64a1d..81f3c66eea4 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_autoleds.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/src/sam_boot.c b/boards/arm/samd2l2/samd21-xplained/src/sam_boot.c index 691d25099fe..28a580627fc 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_boot.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/src/sam_buttons.c b/boards/arm/samd2l2/samd21-xplained/src/sam_buttons.c index 594efa5b110..655f5ce2dbe 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_buttons.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/src/sam_mmcsd.c b/boards/arm/samd2l2/samd21-xplained/src/sam_mmcsd.c index 55a5a431fa6..7b62d192d98 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_mmcsd.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_mmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-xplained/src/sam_mmcsd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/samd2l2/samd21-xplained/src/sam_spi.c b/boards/arm/samd2l2/samd21-xplained/src/sam_spi.c index b3e03b985a0..bd1380625c1 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_spi.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/src/sam_ug2832hsweg04.c b/boards/arm/samd2l2/samd21-xplained/src/sam_ug2832hsweg04.c index 09822a366f5..557174c8f1e 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_ug2832hsweg04.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_ug2832hsweg04.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-xplained/src/sam_ug2832hsweg04.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/samd2l2/samd21-xplained/src/sam_userleds.c b/boards/arm/samd2l2/samd21-xplained/src/sam_userleds.c index 4c09b5b545c..f626c2ede99 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/sam_userleds.c +++ b/boards/arm/samd2l2/samd21-xplained/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-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/samd2l2/samd21-xplained/src/samd21-xplained.h b/boards/arm/samd2l2/samd21-xplained/src/samd21-xplained.h index 3affba80693..89fe13162c4 100644 --- a/boards/arm/samd2l2/samd21-xplained/src/samd21-xplained.h +++ b/boards/arm/samd2l2/samd21-xplained/src/samd21-xplained.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/samd21-xplained/src/samd21-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/samd2l2/saml21-xplained/include/board.h b/boards/arm/samd2l2/saml21-xplained/include/board.h index ef28f9ceeb1..634fb760cd4 100644 --- a/boards/arm/samd2l2/saml21-xplained/include/board.h +++ b/boards/arm/samd2l2/saml21-xplained/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/scripts/Make.defs b/boards/arm/samd2l2/saml21-xplained/scripts/Make.defs index 8b93ef15b4d..49de0bf0ec9 100644 --- a/boards/arm/samd2l2/saml21-xplained/scripts/Make.defs +++ b/boards/arm/samd2l2/saml21-xplained/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/scripts/flash.ld b/boards/arm/samd2l2/saml21-xplained/scripts/flash.ld index 71948c7a27e..e461f1ad4ab 100644 --- a/boards/arm/samd2l2/saml21-xplained/scripts/flash.ld +++ b/boards/arm/samd2l2/saml21-xplained/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-xplained/scripts/flash.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/samd2l2/saml21-xplained/src/Makefile b/boards/arm/samd2l2/saml21-xplained/src/Makefile index 897533cccbb..0ec3b38d432 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/Makefile +++ b/boards/arm/samd2l2/saml21-xplained/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/src/sam_appinit.c b/boards/arm/samd2l2/saml21-xplained/src/sam_appinit.c index 8be218da480..9983d79e8ec 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_appinit.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/src/sam_autoleds.c b/boards/arm/samd2l2/saml21-xplained/src/sam_autoleds.c index d291b9ad6af..20081e480a1 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_autoleds.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/src/sam_boot.c b/boards/arm/samd2l2/saml21-xplained/src/sam_boot.c index 3e502839ddb..f0d54dcd707 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_boot.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/src/sam_buttons.c b/boards/arm/samd2l2/saml21-xplained/src/sam_buttons.c index 2b7a8afc77f..2177c04705f 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_buttons.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/src/sam_mmcsd.c b/boards/arm/samd2l2/saml21-xplained/src/sam_mmcsd.c index 6bf1477eb50..d13100542d6 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_mmcsd.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_mmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-xplained/src/sam_mmcsd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/samd2l2/saml21-xplained/src/sam_spi.c b/boards/arm/samd2l2/saml21-xplained/src/sam_spi.c index e48f660a293..51fe01ba6d8 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_spi.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/src/sam_ug2832hsweg04.c b/boards/arm/samd2l2/saml21-xplained/src/sam_ug2832hsweg04.c index 3c9f37563f6..22e5985dd07 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_ug2832hsweg04.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_ug2832hsweg04.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-xplained/src/sam_ug2832hsweg04.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/samd2l2/saml21-xplained/src/sam_userleds.c b/boards/arm/samd2l2/saml21-xplained/src/sam_userleds.c index ed76f77bfc6..72bc46ad409 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/sam_userleds.c +++ b/boards/arm/samd2l2/saml21-xplained/src/sam_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-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/samd2l2/saml21-xplained/src/saml21-xplained.h b/boards/arm/samd2l2/saml21-xplained/src/saml21-xplained.h index 39d68f00ec6..a6b0f147642 100644 --- a/boards/arm/samd2l2/saml21-xplained/src/saml21-xplained.h +++ b/boards/arm/samd2l2/saml21-xplained/src/saml21-xplained.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/saml21-xplained/src/saml21-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/samd2l2/xiao-seeeduino/include/board.h b/boards/arm/samd2l2/xiao-seeeduino/include/board.h index 961bf6a0e51..82501ce7472 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/include/board.h +++ b/boards/arm/samd2l2/xiao-seeeduino/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/xiao-seeeduino/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/samd2l2/xiao-seeeduino/scripts/Make.defs b/boards/arm/samd2l2/xiao-seeeduino/scripts/Make.defs index a90a9c5d1ba..891442362fa 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/scripts/Make.defs +++ b/boards/arm/samd2l2/xiao-seeeduino/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/xiao-seeeduino/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/samd2l2/xiao-seeeduino/scripts/flash.ld b/boards/arm/samd2l2/xiao-seeeduino/scripts/flash.ld index d276d4098df..f177d5c8ace 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/scripts/flash.ld +++ b/boards/arm/samd2l2/xiao-seeeduino/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/xiao-seeeduino/scripts/flash.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/samd2l2/xiao-seeeduino/src/Makefile b/boards/arm/samd2l2/xiao-seeeduino/src/Makefile index cab39390b03..846040a6777 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/src/Makefile +++ b/boards/arm/samd2l2/xiao-seeeduino/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/samd2l2/xiao-seeeduino/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/samd2l2/xiao-seeeduino/src/sam_appinit.c b/boards/arm/samd2l2/xiao-seeeduino/src/sam_appinit.c index f951d6497c5..d4560785af4 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/src/sam_appinit.c +++ b/boards/arm/samd2l2/xiao-seeeduino/src/sam_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/xiao-seeeduino/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/samd2l2/xiao-seeeduino/src/sam_autoleds.c b/boards/arm/samd2l2/xiao-seeeduino/src/sam_autoleds.c index 57c724e7acd..ff1817599e6 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/src/sam_autoleds.c +++ b/boards/arm/samd2l2/xiao-seeeduino/src/sam_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/xiao-seeeduino/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/samd2l2/xiao-seeeduino/src/sam_boot.c b/boards/arm/samd2l2/xiao-seeeduino/src/sam_boot.c index 8f7f0412421..43fd8c83f7e 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/src/sam_boot.c +++ b/boards/arm/samd2l2/xiao-seeeduino/src/sam_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/xiao-seeeduino/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/samd2l2/xiao-seeeduino/src/xiao-seeeduino.h b/boards/arm/samd2l2/xiao-seeeduino/src/xiao-seeeduino.h index d15dce7480e..803857ac026 100644 --- a/boards/arm/samd2l2/xiao-seeeduino/src/xiao-seeeduino.h +++ b/boards/arm/samd2l2/xiao-seeeduino/src/xiao-seeeduino.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/samd2l2/xiao-seeeduino/src/xiao-seeeduino.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