diff --git a/boards/arm/s32k1xx/rddrone-bms772/include/board.h b/boards/arm/s32k1xx/rddrone-bms772/include/board.h index d9eb92e642e..af5483fb22b 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/include/board.h +++ b/boards/arm/s32k1xx/rddrone-bms772/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/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/s32k1xx/rddrone-bms772/include/smbus_sbd.h b/boards/arm/s32k1xx/rddrone-bms772/include/smbus_sbd.h index 00f5a3d5f8b..945711992a2 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/include/smbus_sbd.h +++ b/boards/arm/s32k1xx/rddrone-bms772/include/smbus_sbd.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/include/smbus_sbd.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/s32k1xx/rddrone-bms772/scripts/Make.defs b/boards/arm/s32k1xx/rddrone-bms772/scripts/Make.defs index 7f0afea4cdd..834e76b712d 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/scripts/Make.defs +++ b/boards/arm/s32k1xx/rddrone-bms772/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/rddrone-bms772/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/s32k1xx/rddrone-bms772/scripts/flash.ld b/boards/arm/s32k1xx/rddrone-bms772/scripts/flash.ld index e794b18468e..b2e39e70ecf 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/scripts/flash.ld +++ b/boards/arm/s32k1xx/rddrone-bms772/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/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/s32k1xx/rddrone-bms772/scripts/sram.ld b/boards/arm/s32k1xx/rddrone-bms772/scripts/sram.ld index b884b98a51f..3b0ac30856a 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/scripts/sram.ld +++ b/boards/arm/s32k1xx/rddrone-bms772/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/scripts/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/s32k1xx/rddrone-bms772/src/Makefile b/boards/arm/s32k1xx/rddrone-bms772/src/Makefile index 7491c5f33df..a2655e2ca35 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/Makefile +++ b/boards/arm/s32k1xx/rddrone-bms772/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/rddrone-bms772/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/s32k1xx/rddrone-bms772/src/etc_romfs.c b/boards/arm/s32k1xx/rddrone-bms772/src/etc_romfs.c index a5065a263f7..f36cd197a92 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/etc_romfs.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/etc_romfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/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/s32k1xx/rddrone-bms772/src/rddrone-bms772.h b/boards/arm/s32k1xx/rddrone-bms772/src/rddrone-bms772.h index 61114c4c008..d79a60019ec 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/rddrone-bms772.h +++ b/boards/arm/s32k1xx/rddrone-bms772/src/rddrone-bms772.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/rddrone-bms772.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/s32k1xx/rddrone-bms772/src/s32k1xx_appinit.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_appinit.c index 295a5275c05..d7f61f76041 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_appinit.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_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/s32k1xx/rddrone-bms772/src/s32k1xx_autoleds.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_autoleds.c index 186c4005a60..a346b637574 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_autoleds.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_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/s32k1xx/rddrone-bms772/src/s32k1xx_boot.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_boot.c index dd7a73d6636..5c39238b680 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_boot.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_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/s32k1xx/rddrone-bms772/src/s32k1xx_bringup.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_bringup.c index 2b2da6cbff7..119c912bb7d 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_bringup.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_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/s32k1xx/rddrone-bms772/src/s32k1xx_gpio.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_gpio.c index a65ba4a5dd7..cc1f85e07da 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_gpio.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_i2c.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_i2c.c index c31fccad163..8cf0f10fe26 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_i2c.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_nrstcheck_procfs.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_nrstcheck_procfs.c index 6c97f027c21..5395e275468 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_nrstcheck_procfs.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_nrstcheck_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_nrstcheck_procfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_reset.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_reset.c index e76ec52041b..f19a8558d13 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_reset.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_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/s32k1xx/rddrone-bms772/src/s32k1xx_smbus_sbd.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_smbus_sbd.c index 31acc5c9198..41eaa523d13 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_smbus_sbd.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_smbus_sbd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_smbus_sbd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_spi.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_spi.c index 854dbef4c5f..adce917a346 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_spi.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_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/s32k1xx/rddrone-bms772/src/s32k1xx_ssd1306.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_ssd1306.c index fee650ba5a0..2de78637ffd 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_ssd1306.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_ssd1306.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_ssd1306.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_uid.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_uid.c index c6ab77f22d7..6aa1f5a83bb 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_uid.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_userleds.c b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_userleds.c index 711fef466ac..47251d7ea8f 100644 --- a/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_userleds.c +++ b/boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/rddrone-bms772/src/s32k1xx_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/s32k1xx/s32k118evb/include/board.h b/boards/arm/s32k1xx/s32k118evb/include/board.h index 96ce4ebfaa0..ba9c6add806 100644 --- a/boards/arm/s32k1xx/s32k118evb/include/board.h +++ b/boards/arm/s32k1xx/s32k118evb/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/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/s32k1xx/s32k118evb/scripts/Make.defs b/boards/arm/s32k1xx/s32k118evb/scripts/Make.defs index b2056d55760..2cad7259b6b 100644 --- a/boards/arm/s32k1xx/s32k118evb/scripts/Make.defs +++ b/boards/arm/s32k1xx/s32k118evb/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k118evb/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/s32k1xx/s32k118evb/scripts/flash.ld b/boards/arm/s32k1xx/s32k118evb/scripts/flash.ld index ff7dd09f1fb..8129d67065b 100644 --- a/boards/arm/s32k1xx/s32k118evb/scripts/flash.ld +++ b/boards/arm/s32k1xx/s32k118evb/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/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/s32k1xx/s32k118evb/src/Makefile b/boards/arm/s32k1xx/s32k118evb/src/Makefile index 4c38388eabb..cc3a1362b0f 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/Makefile +++ b/boards/arm/s32k1xx/s32k118evb/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k118evb/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/s32k1xx/s32k118evb/src/s32k118evb.h b/boards/arm/s32k1xx/s32k118evb/src/s32k118evb.h index 3309ca88976..f7fd0a0d9c2 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k118evb.h +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k118evb.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k118evb.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/s32k1xx/s32k118evb/src/s32k1xx_appinit.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_appinit.c index 152f96c2f19..0f05471074e 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_appinit.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_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/s32k1xx/s32k118evb/src/s32k1xx_autoleds.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_autoleds.c index d5dea325f1e..fbba5a54380 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_autoleds.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_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/s32k1xx/s32k118evb/src/s32k1xx_boot.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_boot.c index 2851c6ed511..daf6b950b83 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_boot.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_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/s32k1xx/s32k118evb/src/s32k1xx_bringup.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_bringup.c index 26b3e36d32a..bfcc5cf35ad 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_bringup.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_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/s32k1xx/s32k118evb/src/s32k1xx_buttons.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_buttons.c index 81fe1f83b2c..145c65cf032 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_buttons.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_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/s32k1xx/s32k118evb/src/s32k1xx_i2c.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_i2c.c index 59a1d6bc9c5..c12cfc1a0d9 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_i2c.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_spi.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_spi.c index ccc8fcd1144..a5f501c3a7e 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_spi.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_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/s32k1xx/s32k118evb/src/s32k1xx_userleds.c b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_userleds.c index f33c89e3be0..4e638f83112 100644 --- a/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_userleds.c +++ b/boards/arm/s32k1xx/s32k118evb/src/s32k1xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k118evb/src/s32k1xx_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/s32k1xx/s32k144evb/include/board.h b/boards/arm/s32k1xx/s32k144evb/include/board.h index ec93b064e19..a61c38080af 100644 --- a/boards/arm/s32k1xx/s32k144evb/include/board.h +++ b/boards/arm/s32k1xx/s32k144evb/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/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/s32k1xx/s32k144evb/scripts/Make.defs b/boards/arm/s32k1xx/s32k144evb/scripts/Make.defs index 3cd7b81cfa4..7d3c83f9143 100644 --- a/boards/arm/s32k1xx/s32k144evb/scripts/Make.defs +++ b/boards/arm/s32k1xx/s32k144evb/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k144evb/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/s32k1xx/s32k144evb/scripts/flash.ld b/boards/arm/s32k1xx/s32k144evb/scripts/flash.ld index 8aaab857733..f75776d4e88 100644 --- a/boards/arm/s32k1xx/s32k144evb/scripts/flash.ld +++ b/boards/arm/s32k1xx/s32k144evb/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/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/s32k1xx/s32k144evb/scripts/sram.ld b/boards/arm/s32k1xx/s32k144evb/scripts/sram.ld index 45c68d6b069..ba6242b2d99 100644 --- a/boards/arm/s32k1xx/s32k144evb/scripts/sram.ld +++ b/boards/arm/s32k1xx/s32k144evb/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/scripts/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/s32k1xx/s32k144evb/src/Makefile b/boards/arm/s32k1xx/s32k144evb/src/Makefile index c476e5773a9..3b364f45b77 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/Makefile +++ b/boards/arm/s32k1xx/s32k144evb/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k144evb/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/s32k1xx/s32k144evb/src/s32k144evb.h b/boards/arm/s32k1xx/s32k144evb/src/s32k144evb.h index d675f48014d..8c9161a3227 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k144evb.h +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k144evb.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k144evb.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/s32k1xx/s32k144evb/src/s32k1xx_appinit.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_appinit.c index f692fe71cc3..b928067dabb 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_appinit.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_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/s32k1xx/s32k144evb/src/s32k1xx_autoleds.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_autoleds.c index fbcc257bfd2..5a52b66bffc 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_autoleds.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_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/s32k1xx/s32k144evb/src/s32k1xx_boot.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_boot.c index 6bb757e3d8c..0cdbb7d63bf 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_boot.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_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/s32k1xx/s32k144evb/src/s32k1xx_bringup.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_bringup.c index 92039936c9a..8f23fe8a075 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_bringup.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_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/s32k1xx/s32k144evb/src/s32k1xx_buttons.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_buttons.c index 66c838d1577..5475f21bcc9 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_buttons.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_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/s32k1xx/s32k144evb/src/s32k1xx_i2c.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_i2c.c index 98b9c1f7d39..96cd523895c 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_i2c.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_spi.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_spi.c index bac1e372faf..d81e01d2561 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_spi.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_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/s32k1xx/s32k144evb/src/s32k1xx_uid.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_uid.c index 67ea6f8ff38..e0ced218de2 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_uid.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_uid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_userleds.c b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_userleds.c index 19c8ae871ba..90726156779 100644 --- a/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_userleds.c +++ b/boards/arm/s32k1xx/s32k144evb/src/s32k1xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k144evb/src/s32k1xx_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/s32k1xx/s32k146evb/include/board.h b/boards/arm/s32k1xx/s32k146evb/include/board.h index 650232821b4..f19666344a5 100644 --- a/boards/arm/s32k1xx/s32k146evb/include/board.h +++ b/boards/arm/s32k1xx/s32k146evb/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/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/s32k1xx/s32k146evb/scripts/Make.defs b/boards/arm/s32k1xx/s32k146evb/scripts/Make.defs index 9a3639168aa..fca28a21ca1 100644 --- a/boards/arm/s32k1xx/s32k146evb/scripts/Make.defs +++ b/boards/arm/s32k1xx/s32k146evb/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k146evb/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/s32k1xx/s32k146evb/scripts/flash.ld b/boards/arm/s32k1xx/s32k146evb/scripts/flash.ld index aa83723b9db..0154e14bde1 100644 --- a/boards/arm/s32k1xx/s32k146evb/scripts/flash.ld +++ b/boards/arm/s32k1xx/s32k146evb/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/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/s32k1xx/s32k146evb/scripts/sram.ld b/boards/arm/s32k1xx/s32k146evb/scripts/sram.ld index 0a190eb2267..c82579c9271 100644 --- a/boards/arm/s32k1xx/s32k146evb/scripts/sram.ld +++ b/boards/arm/s32k1xx/s32k146evb/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/scripts/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/s32k1xx/s32k146evb/src/Makefile b/boards/arm/s32k1xx/s32k146evb/src/Makefile index 2b06603564f..890e8c068c1 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/Makefile +++ b/boards/arm/s32k1xx/s32k146evb/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k146evb/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/s32k1xx/s32k146evb/src/s32k146evb.h b/boards/arm/s32k1xx/s32k146evb/src/s32k146evb.h index 98b247f25b9..125e9e07980 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k146evb.h +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k146evb.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k146evb.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/s32k1xx/s32k146evb/src/s32k1xx_appinit.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_appinit.c index baa8acd6a08..fb18b57f35a 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_appinit.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_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/s32k1xx/s32k146evb/src/s32k1xx_autoleds.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_autoleds.c index 59498756cf8..e69fffc092d 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_autoleds.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_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/s32k1xx/s32k146evb/src/s32k1xx_boot.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_boot.c index 6a4ce1fad7f..5de66d1e312 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_boot.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_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/s32k1xx/s32k146evb/src/s32k1xx_bringup.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_bringup.c index 90c1e59433d..300afc4a4ba 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_bringup.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_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/s32k1xx/s32k146evb/src/s32k1xx_buttons.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_buttons.c index 1351026de87..0b3d7f9675f 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_buttons.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_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/s32k1xx/s32k146evb/src/s32k1xx_i2c.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_i2c.c index 3bd9bdf4d89..4c5c3397046 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_i2c.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_spi.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_spi.c index 90b0bfc51c4..7307e9635b2 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_spi.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_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/s32k1xx/s32k146evb/src/s32k1xx_userleds.c b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_userleds.c index f8925f1af01..17fca8f43ea 100644 --- a/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_userleds.c +++ b/boards/arm/s32k1xx/s32k146evb/src/s32k1xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k146evb/src/s32k1xx_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/s32k1xx/s32k148evb/include/board.h b/boards/arm/s32k1xx/s32k148evb/include/board.h index 1990dd91048..acc98d7f29a 100644 --- a/boards/arm/s32k1xx/s32k148evb/include/board.h +++ b/boards/arm/s32k1xx/s32k148evb/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/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/s32k1xx/s32k148evb/scripts/Make.defs b/boards/arm/s32k1xx/s32k148evb/scripts/Make.defs index 72912f8b51f..422880981de 100644 --- a/boards/arm/s32k1xx/s32k148evb/scripts/Make.defs +++ b/boards/arm/s32k1xx/s32k148evb/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k148evb/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/s32k1xx/s32k148evb/scripts/flash.ld b/boards/arm/s32k1xx/s32k148evb/scripts/flash.ld index 825cf89ba98..e6d577faf84 100644 --- a/boards/arm/s32k1xx/s32k148evb/scripts/flash.ld +++ b/boards/arm/s32k1xx/s32k148evb/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/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/s32k1xx/s32k148evb/scripts/sram.ld b/boards/arm/s32k1xx/s32k148evb/scripts/sram.ld index f5571098b86..c9725f6eb47 100644 --- a/boards/arm/s32k1xx/s32k148evb/scripts/sram.ld +++ b/boards/arm/s32k1xx/s32k148evb/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/scripts/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/s32k1xx/s32k148evb/src/Makefile b/boards/arm/s32k1xx/s32k148evb/src/Makefile index 54f9423ac51..20c230cea67 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/Makefile +++ b/boards/arm/s32k1xx/s32k148evb/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/s32k148evb/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/s32k1xx/s32k148evb/src/s32k148evb.h b/boards/arm/s32k1xx/s32k148evb/src/s32k148evb.h index 04a46baad8f..ddf8113e933 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k148evb.h +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k148evb.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k148evb.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/s32k1xx/s32k148evb/src/s32k1xx_appinit.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_appinit.c index cca305d567d..147cf7423c1 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_appinit.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_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/s32k1xx/s32k148evb/src/s32k1xx_autoleds.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_autoleds.c index 03cbae44686..08dae9d9c01 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_autoleds.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_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/s32k1xx/s32k148evb/src/s32k1xx_boot.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_boot.c index a89368d60f6..c49d1b19ab0 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_boot.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_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/s32k1xx/s32k148evb/src/s32k1xx_bringup.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_bringup.c index c68e8461330..73f946f0b3b 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_bringup.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_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/s32k1xx/s32k148evb/src/s32k1xx_buttons.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_buttons.c index d0c902d0d9b..cb92db5fcb5 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_buttons.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_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/s32k1xx/s32k148evb/src/s32k1xx_i2c.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_i2c.c index ef7c7c848b2..ec2009ac8aa 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_i2c.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_spi.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_spi.c index 903d8f676e5..73c337bd938 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_spi.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_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/s32k1xx/s32k148evb/src/s32k1xx_userleds.c b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_userleds.c index 94eacc44dde..27a3d557055 100644 --- a/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_userleds.c +++ b/boards/arm/s32k1xx/s32k148evb/src/s32k1xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/s32k148evb/src/s32k1xx_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/s32k1xx/ucans32k146/include/board.h b/boards/arm/s32k1xx/ucans32k146/include/board.h index ad460a38e81..40445d6125b 100644 --- a/boards/arm/s32k1xx/ucans32k146/include/board.h +++ b/boards/arm/s32k1xx/ucans32k146/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/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/s32k1xx/ucans32k146/scripts/Make.defs b/boards/arm/s32k1xx/ucans32k146/scripts/Make.defs index 1b60804d002..ada62ecbe3e 100644 --- a/boards/arm/s32k1xx/ucans32k146/scripts/Make.defs +++ b/boards/arm/s32k1xx/ucans32k146/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/ucans32k146/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/s32k1xx/ucans32k146/scripts/flash.ld b/boards/arm/s32k1xx/ucans32k146/scripts/flash.ld index 03c5dbade9d..46c9994daf4 100644 --- a/boards/arm/s32k1xx/ucans32k146/scripts/flash.ld +++ b/boards/arm/s32k1xx/ucans32k146/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/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/s32k1xx/ucans32k146/scripts/sram.ld b/boards/arm/s32k1xx/ucans32k146/scripts/sram.ld index 689b37f3020..700d80974fa 100644 --- a/boards/arm/s32k1xx/ucans32k146/scripts/sram.ld +++ b/boards/arm/s32k1xx/ucans32k146/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/scripts/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/s32k1xx/ucans32k146/src/Makefile b/boards/arm/s32k1xx/ucans32k146/src/Makefile index dc97d7132d2..3ce33a32721 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/Makefile +++ b/boards/arm/s32k1xx/ucans32k146/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/s32k1xx/ucans32k146/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/s32k1xx/ucans32k146/src/s32k1xx_appinit.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_appinit.c index 3026d6b3e7f..42b6ec7975c 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_appinit.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_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/s32k1xx/ucans32k146/src/s32k1xx_autoleds.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_autoleds.c index 696a6ddb8cc..38d246704e5 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_autoleds.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_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/s32k1xx/ucans32k146/src/s32k1xx_boot.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_boot.c index dee2bde6277..c693659a7d5 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_boot.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_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/s32k1xx/ucans32k146/src/s32k1xx_bringup.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_bringup.c index a84915ed5aa..4de010ff4c2 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_bringup.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_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/s32k1xx/ucans32k146/src/s32k1xx_buttons.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_buttons.c index f0f06f576b2..43fa083594f 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_buttons.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_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/s32k1xx/ucans32k146/src/s32k1xx_i2c.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_i2c.c index 22ef82457d3..3906f3cfd02 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_i2c.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_i2c.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_se05x.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_se05x.c index a60b64d8ff8..bde4580c552 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_se05x.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_se05x.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_se05x.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_spi.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_spi.c index a6cc8ecb012..a2ee0c33e36 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_spi.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_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/s32k1xx/ucans32k146/src/s32k1xx_userleds.c b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_userleds.c index 1006292e79c..ba466400e09 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_userleds.c +++ b/boards/arm/s32k1xx/ucans32k146/src/s32k1xx_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/s32k1xx_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/s32k1xx/ucans32k146/src/ucans32k146.h b/boards/arm/s32k1xx/ucans32k146/src/ucans32k146.h index 968a34586f5..6a9d50529d1 100644 --- a/boards/arm/s32k1xx/ucans32k146/src/ucans32k146.h +++ b/boards/arm/s32k1xx/ucans32k146/src/ucans32k146.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/s32k1xx/ucans32k146/src/ucans32k146.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