diff --git a/boards/arm/kinetis/freedom-k28f/include/board.h b/boards/arm/kinetis/freedom-k28f/include/board.h index 198126b775d..b49c13a3605 100644 --- a/boards/arm/kinetis/freedom-k28f/include/board.h +++ b/boards/arm/kinetis/freedom-k28f/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/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/kinetis/freedom-k28f/scripts/Make.defs b/boards/arm/kinetis/freedom-k28f/scripts/Make.defs index 12d57edb87b..32a84df99e0 100644 --- a/boards/arm/kinetis/freedom-k28f/scripts/Make.defs +++ b/boards/arm/kinetis/freedom-k28f/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/freedom-k28f/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/kinetis/freedom-k28f/scripts/flash.ld b/boards/arm/kinetis/freedom-k28f/scripts/flash.ld index 969c1a0eec1..3c011d63ec7 100644 --- a/boards/arm/kinetis/freedom-k28f/scripts/flash.ld +++ b/boards/arm/kinetis/freedom-k28f/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/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/kinetis/freedom-k28f/src/Makefile b/boards/arm/kinetis/freedom-k28f/src/Makefile index 57b0bfac86d..8ba545e0828 100644 --- a/boards/arm/kinetis/freedom-k28f/src/Makefile +++ b/boards/arm/kinetis/freedom-k28f/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/freedom-k28f/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/kinetis/freedom-k28f/src/freedom-k28f.h b/boards/arm/kinetis/freedom-k28f/src/freedom-k28f.h index 521bae30f3d..70b2db4b29e 100644 --- a/boards/arm/kinetis/freedom-k28f/src/freedom-k28f.h +++ b/boards/arm/kinetis/freedom-k28f/src/freedom-k28f.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/freedom-k28f.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/kinetis/freedom-k28f/src/k28_appinit.c b/boards/arm/kinetis/freedom-k28f/src/k28_appinit.c index aa773580dbd..277c395ac26 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_appinit.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_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/kinetis/freedom-k28f/src/k28_autoleds.c b/boards/arm/kinetis/freedom-k28f/src/k28_autoleds.c index 5bd6878be39..fd5d9b5b8ae 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_autoleds.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_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/kinetis/freedom-k28f/src/k28_automount.c b/boards/arm/kinetis/freedom-k28f/src/k28_automount.c index aa713ee5037..77b9b1941b9 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_automount.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_automount.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_automount.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k28f/src/k28_boot.c b/boards/arm/kinetis/freedom-k28f/src/k28_boot.c index 07f98d4eb33..fa73eca043f 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_boot.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_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/kinetis/freedom-k28f/src/k28_bringup.c b/boards/arm/kinetis/freedom-k28f/src/k28_bringup.c index 84fde55a649..2836d71e1ec 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_bringup.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_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/kinetis/freedom-k28f/src/k28_i2c.c b/boards/arm/kinetis/freedom-k28f/src/k28_i2c.c index 688604aea7f..45079e40200 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_i2c.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_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/kinetis/freedom-k28f/src/k28_pwm.c b/boards/arm/kinetis/freedom-k28f/src/k28_pwm.c index da1f2ad63b3..04890a8905b 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_pwm.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_pwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k28f/src/k28_sdhc.c b/boards/arm/kinetis/freedom-k28f/src/k28_sdhc.c index 59223971184..8abbef4894e 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_sdhc.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_sdhc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_sdhc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k28f/src/k28_spi.c b/boards/arm/kinetis/freedom-k28f/src/k28_spi.c index de3f9adbb60..43582c60010 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_spi.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_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/kinetis/freedom-k28f/src/k28_usbdev.c b/boards/arm/kinetis/freedom-k28f/src/k28_usbdev.c index 6c48641a9d5..19015cfc36e 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_usbdev.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k28f/src/k28_usbhshost.c b/boards/arm/kinetis/freedom-k28f/src/k28_usbhshost.c index 6cb94f82b8b..f10e3218a43 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_usbhshost.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_usbhshost.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_usbhshost.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k28f/src/k28_userleds.c b/boards/arm/kinetis/freedom-k28f/src/k28_userleds.c index 52d40a8d463..bcb62022188 100644 --- a/boards/arm/kinetis/freedom-k28f/src/k28_userleds.c +++ b/boards/arm/kinetis/freedom-k28f/src/k28_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k28f/src/k28_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/kinetis/freedom-k64f/include/board.h b/boards/arm/kinetis/freedom-k64f/include/board.h index c111876648d..84b33c3261a 100644 --- a/boards/arm/kinetis/freedom-k64f/include/board.h +++ b/boards/arm/kinetis/freedom-k64f/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/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/kinetis/freedom-k64f/scripts/Make.defs b/boards/arm/kinetis/freedom-k64f/scripts/Make.defs index 854942ebc61..85742c41b84 100644 --- a/boards/arm/kinetis/freedom-k64f/scripts/Make.defs +++ b/boards/arm/kinetis/freedom-k64f/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/freedom-k64f/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/kinetis/freedom-k64f/scripts/flash.ld b/boards/arm/kinetis/freedom-k64f/scripts/flash.ld index c9a18d170b7..a3d11b3d82f 100644 --- a/boards/arm/kinetis/freedom-k64f/scripts/flash.ld +++ b/boards/arm/kinetis/freedom-k64f/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/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/kinetis/freedom-k64f/src/Makefile b/boards/arm/kinetis/freedom-k64f/src/Makefile index 0ab2c204e4f..1bd41fda42b 100644 --- a/boards/arm/kinetis/freedom-k64f/src/Makefile +++ b/boards/arm/kinetis/freedom-k64f/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/freedom-k64f/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/kinetis/freedom-k64f/src/freedom-k64f.h b/boards/arm/kinetis/freedom-k64f/src/freedom-k64f.h index e9c734c0d2e..41766df5a21 100644 --- a/boards/arm/kinetis/freedom-k64f/src/freedom-k64f.h +++ b/boards/arm/kinetis/freedom-k64f/src/freedom-k64f.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/freedom-k64f.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/kinetis/freedom-k64f/src/k64_appinit.c b/boards/arm/kinetis/freedom-k64f/src/k64_appinit.c index 00ec7b2787a..664f27f1ebd 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_appinit.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_autoleds.c b/boards/arm/kinetis/freedom-k64f/src/k64_autoleds.c index ecd5de11f90..084ab29c0a4 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_autoleds.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_automount.c b/boards/arm/kinetis/freedom-k64f/src/k64_automount.c index 35efbe25192..f7f57593337 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_automount.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_automount.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_automount.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k64f/src/k64_boot.c b/boards/arm/kinetis/freedom-k64f/src/k64_boot.c index 49b97e46879..afd5a8e9ee4 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_boot.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_bringup.c b/boards/arm/kinetis/freedom-k64f/src/k64_bringup.c index 9de94848b19..e392f00fd6f 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_bringup.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_buttons.c b/boards/arm/kinetis/freedom-k64f/src/k64_buttons.c index 695b81930e7..a7436309280 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_buttons.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_i2c.c b/boards/arm/kinetis/freedom-k64f/src/k64_i2c.c index 047788299ff..082ee398723 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_i2c.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_pwm.c b/boards/arm/kinetis/freedom-k64f/src/k64_pwm.c index 1b11e587ea3..2cd9b02a18a 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_pwm.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_pwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k64f/src/k64_sdhc.c b/boards/arm/kinetis/freedom-k64f/src/k64_sdhc.c index 0ce0e976b1c..67d30fbdbab 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_sdhc.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_sdhc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_sdhc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k64f/src/k64_spi.c b/boards/arm/kinetis/freedom-k64f/src/k64_spi.c index db85068fe10..b25d3033e94 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_spi.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_uid.c b/boards/arm/kinetis/freedom-k64f/src/k64_uid.c index 53b4eab7074..a077694320e 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_uid.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k64f/src/k64_usbdev.c b/boards/arm/kinetis/freedom-k64f/src/k64_usbdev.c index 346c902f0be..5160d3db294 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_usbdev.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k64f/src/k64_usbmsc.c b/boards/arm/kinetis/freedom-k64f/src/k64_usbmsc.c index 7e56b4e6eb5..7c399532fc0 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_usbmsc.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_usbmsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k64f/src/k64_userleds.c b/boards/arm/kinetis/freedom-k64f/src/k64_userleds.c index 906559f023e..616ce3f3bda 100644 --- a/boards/arm/kinetis/freedom-k64f/src/k64_userleds.c +++ b/boards/arm/kinetis/freedom-k64f/src/k64_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k64f/src/k64_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/kinetis/freedom-k66f/include/board.h b/boards/arm/kinetis/freedom-k66f/include/board.h index e6bf287dd25..c021c053371 100644 --- a/boards/arm/kinetis/freedom-k66f/include/board.h +++ b/boards/arm/kinetis/freedom-k66f/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/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/kinetis/freedom-k66f/scripts/Make.defs b/boards/arm/kinetis/freedom-k66f/scripts/Make.defs index 42bb8ab93ee..18733b5d3f4 100644 --- a/boards/arm/kinetis/freedom-k66f/scripts/Make.defs +++ b/boards/arm/kinetis/freedom-k66f/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/freedom-k66f/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/kinetis/freedom-k66f/scripts/flash.ld b/boards/arm/kinetis/freedom-k66f/scripts/flash.ld index 5629f076d03..e7334b1915f 100644 --- a/boards/arm/kinetis/freedom-k66f/scripts/flash.ld +++ b/boards/arm/kinetis/freedom-k66f/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/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/kinetis/freedom-k66f/src/Makefile b/boards/arm/kinetis/freedom-k66f/src/Makefile index 5e2158e1cd5..12ec96c1b25 100644 --- a/boards/arm/kinetis/freedom-k66f/src/Makefile +++ b/boards/arm/kinetis/freedom-k66f/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/freedom-k66f/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/kinetis/freedom-k66f/src/freedom-k66f.h b/boards/arm/kinetis/freedom-k66f/src/freedom-k66f.h index d34d5613c88..796e00a0b64 100644 --- a/boards/arm/kinetis/freedom-k66f/src/freedom-k66f.h +++ b/boards/arm/kinetis/freedom-k66f/src/freedom-k66f.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/freedom-k66f.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/kinetis/freedom-k66f/src/k66_appinit.c b/boards/arm/kinetis/freedom-k66f/src/k66_appinit.c index abc3f6452ea..1d69ed84072 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_appinit.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_autoleds.c b/boards/arm/kinetis/freedom-k66f/src/k66_autoleds.c index 852708c44ab..fd41ea9a7ab 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_autoleds.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_automount.c b/boards/arm/kinetis/freedom-k66f/src/k66_automount.c index 397fcd4e0e6..1bed67ac065 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_automount.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_automount.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_automount.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k66f/src/k66_boot.c b/boards/arm/kinetis/freedom-k66f/src/k66_boot.c index bbfbd00af23..5a0ee83662c 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_boot.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_bringup.c b/boards/arm/kinetis/freedom-k66f/src/k66_bringup.c index 4120928df90..59bee88c3e4 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_bringup.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_buttons.c b/boards/arm/kinetis/freedom-k66f/src/k66_buttons.c index 75337be628b..a27f1e2eebf 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_buttons.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_pwm.c b/boards/arm/kinetis/freedom-k66f/src/k66_pwm.c index e3fed4883b1..d7218b10521 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_pwm.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_pwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k66f/src/k66_reset.c b/boards/arm/kinetis/freedom-k66f/src/k66_reset.c index af130d766a8..bc158966c98 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_reset.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_rtc.c b/boards/arm/kinetis/freedom-k66f/src/k66_rtc.c index e71b4866a18..15c117146cc 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_rtc.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_rtc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k66f/src/k66_sdhc.c b/boards/arm/kinetis/freedom-k66f/src/k66_sdhc.c index 841a3048703..8748b6dc9a3 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_sdhc.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_sdhc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_sdhc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k66f/src/k66_spi.c b/boards/arm/kinetis/freedom-k66f/src/k66_spi.c index 49130e1996e..881442f9ec6 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_spi.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_uid.c b/boards/arm/kinetis/freedom-k66f/src/k66_uid.c index b7c8d33f3fa..665cddf150f 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_uid.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/freedom-k66f/src/k66_usbdev.c b/boards/arm/kinetis/freedom-k66f/src/k66_usbdev.c index 382879957ba..107671e1571 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_usbdev.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k66f/src/k66_usbmsc.c b/boards/arm/kinetis/freedom-k66f/src/k66_usbmsc.c index 9e8780e573c..a21f1dce616 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_usbmsc.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_usbmsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/freedom-k66f/src/k66_userleds.c b/boards/arm/kinetis/freedom-k66f/src/k66_userleds.c index d2ac00f72f9..926d1f6bec1 100644 --- a/boards/arm/kinetis/freedom-k66f/src/k66_userleds.c +++ b/boards/arm/kinetis/freedom-k66f/src/k66_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/freedom-k66f/src/k66_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/kinetis/kwikstik-k40/include/board.h b/boards/arm/kinetis/kwikstik-k40/include/board.h index a0140604c9b..4bfa36f6733 100644 --- a/boards/arm/kinetis/kwikstik-k40/include/board.h +++ b/boards/arm/kinetis/kwikstik-k40/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/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/kinetis/kwikstik-k40/scripts/Make.defs b/boards/arm/kinetis/kwikstik-k40/scripts/Make.defs index a93c09b0b22..4f8a4d7f97f 100644 --- a/boards/arm/kinetis/kwikstik-k40/scripts/Make.defs +++ b/boards/arm/kinetis/kwikstik-k40/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/kwikstik-k40/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/kinetis/kwikstik-k40/scripts/kwikstik-k40.ld b/boards/arm/kinetis/kwikstik-k40/scripts/kwikstik-k40.ld index d5a5557d872..bdc91b43d73 100644 --- a/boards/arm/kinetis/kwikstik-k40/scripts/kwikstik-k40.ld +++ b/boards/arm/kinetis/kwikstik-k40/scripts/kwikstik-k40.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/scripts/kwikstik-k40.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/kinetis/kwikstik-k40/src/Makefile b/boards/arm/kinetis/kwikstik-k40/src/Makefile index 925c4b3dc93..6111cebad24 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/Makefile +++ b/boards/arm/kinetis/kwikstik-k40/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/kwikstik-k40/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/kinetis/kwikstik-k40/src/k40_appinit.c b/boards/arm/kinetis/kwikstik-k40/src/k40_appinit.c index 694d3a745d5..f1f93bd3cd7 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_appinit.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_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/kinetis/kwikstik-k40/src/k40_boot.c b/boards/arm/kinetis/kwikstik-k40/src/k40_boot.c index 497d0097021..4a685342620 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_boot.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_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/kinetis/kwikstik-k40/src/k40_buttons.c b/boards/arm/kinetis/kwikstik-k40/src/k40_buttons.c index 3b5c2134bd4..edd350c4b27 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_buttons.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_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/kinetis/kwikstik-k40/src/k40_lcd.c b/boards/arm/kinetis/kwikstik-k40/src/k40_lcd.c index 179b3da8e6e..07cbd169477 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_lcd.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_lcd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/kwikstik-k40/src/k40_leds.c b/boards/arm/kinetis/kwikstik-k40/src/k40_leds.c index 0085497be54..de61228af84 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_leds.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/kwikstik-k40/src/k40_spi.c b/boards/arm/kinetis/kwikstik-k40/src/k40_spi.c index 8f01b54e22f..6d60a5a0828 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_spi.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_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/kinetis/kwikstik-k40/src/k40_usbdev.c b/boards/arm/kinetis/kwikstik-k40/src/k40_usbdev.c index 9a960f80fd3..6f76c42ea8f 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_usbdev.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/kwikstik-k40/src/k40_usbmsc.c b/boards/arm/kinetis/kwikstik-k40/src/k40_usbmsc.c index 640bf536d9b..4be33dc3b1d 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/k40_usbmsc.c +++ b/boards/arm/kinetis/kwikstik-k40/src/k40_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/k40_usbmsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/kwikstik-k40/src/kwikstik-k40.h b/boards/arm/kinetis/kwikstik-k40/src/kwikstik-k40.h index ce368907de4..33054bf47e9 100644 --- a/boards/arm/kinetis/kwikstik-k40/src/kwikstik-k40.h +++ b/boards/arm/kinetis/kwikstik-k40/src/kwikstik-k40.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/kwikstik-k40/src/kwikstik-k40.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/kinetis/teensy-3.x/include/board.h b/boards/arm/kinetis/teensy-3.x/include/board.h index 2b71b0b666a..8d01c5c63f1 100644 --- a/boards/arm/kinetis/teensy-3.x/include/board.h +++ b/boards/arm/kinetis/teensy-3.x/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/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/kinetis/teensy-3.x/scripts/Make.defs b/boards/arm/kinetis/teensy-3.x/scripts/Make.defs index a5bf94495b7..986134548ef 100644 --- a/boards/arm/kinetis/teensy-3.x/scripts/Make.defs +++ b/boards/arm/kinetis/teensy-3.x/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/teensy-3.x/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/kinetis/teensy-3.x/scripts/mk20dx128vlh5.ld b/boards/arm/kinetis/teensy-3.x/scripts/mk20dx128vlh5.ld index 81af4dcb158..799b18a597f 100644 --- a/boards/arm/kinetis/teensy-3.x/scripts/mk20dx128vlh5.ld +++ b/boards/arm/kinetis/teensy-3.x/scripts/mk20dx128vlh5.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/scripts/mk20dx128vlh5.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/kinetis/teensy-3.x/scripts/mk20dx256vlh7.ld b/boards/arm/kinetis/teensy-3.x/scripts/mk20dx256vlh7.ld index 5542081b582..4ae9195de76 100644 --- a/boards/arm/kinetis/teensy-3.x/scripts/mk20dx256vlh7.ld +++ b/boards/arm/kinetis/teensy-3.x/scripts/mk20dx256vlh7.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/scripts/mk20dx256vlh7.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/kinetis/teensy-3.x/src/Makefile b/boards/arm/kinetis/teensy-3.x/src/Makefile index fa34fef660d..e255c86ca0a 100644 --- a/boards/arm/kinetis/teensy-3.x/src/Makefile +++ b/boards/arm/kinetis/teensy-3.x/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/teensy-3.x/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/kinetis/teensy-3.x/src/k20_appinit.c b/boards/arm/kinetis/teensy-3.x/src/k20_appinit.c index 24a3d71ade5..03a15c79e63 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_appinit.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_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/kinetis/teensy-3.x/src/k20_autoleds.c b/boards/arm/kinetis/teensy-3.x/src/k20_autoleds.c index 3419ca0f2e3..10e541dce8e 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_autoleds.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_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/kinetis/teensy-3.x/src/k20_boot.c b/boards/arm/kinetis/teensy-3.x/src/k20_boot.c index d37d58c37e2..988050c38b8 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_boot.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_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/kinetis/teensy-3.x/src/k20_i2c.c b/boards/arm/kinetis/teensy-3.x/src/k20_i2c.c index 3209bbec7eb..8c5123c6bae 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_i2c.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_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/kinetis/teensy-3.x/src/k20_pwm.c b/boards/arm/kinetis/teensy-3.x/src/k20_pwm.c index 56a42b34054..5757ce83167 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_pwm.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_pwm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/teensy-3.x/src/k20_spi.c b/boards/arm/kinetis/teensy-3.x/src/k20_spi.c index 093b29dc542..ed2bd8ce39d 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_spi.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_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/kinetis/teensy-3.x/src/k20_usbdev.c b/boards/arm/kinetis/teensy-3.x/src/k20_usbdev.c index 27666bc0576..54745498e3d 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_usbdev.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/teensy-3.x/src/k20_userleds.c b/boards/arm/kinetis/teensy-3.x/src/k20_userleds.c index e3454b756d8..d74b92c3623 100644 --- a/boards/arm/kinetis/teensy-3.x/src/k20_userleds.c +++ b/boards/arm/kinetis/teensy-3.x/src/k20_userleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/k20_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/kinetis/teensy-3.x/src/teensy-3x.h b/boards/arm/kinetis/teensy-3.x/src/teensy-3x.h index de73cc9ff95..013bede2b19 100644 --- a/boards/arm/kinetis/teensy-3.x/src/teensy-3x.h +++ b/boards/arm/kinetis/teensy-3.x/src/teensy-3x.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/teensy-3.x/src/teensy-3x.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/kinetis/twr-k60n512/include/board.h b/boards/arm/kinetis/twr-k60n512/include/board.h index b1ed5e37afe..cf56084f075 100644 --- a/boards/arm/kinetis/twr-k60n512/include/board.h +++ b/boards/arm/kinetis/twr-k60n512/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/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/kinetis/twr-k60n512/scripts/Make.defs b/boards/arm/kinetis/twr-k60n512/scripts/Make.defs index a8f8dcb5dc8..8e0ce8f13ee 100644 --- a/boards/arm/kinetis/twr-k60n512/scripts/Make.defs +++ b/boards/arm/kinetis/twr-k60n512/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/twr-k60n512/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/kinetis/twr-k60n512/scripts/twr-k60n512.ld b/boards/arm/kinetis/twr-k60n512/scripts/twr-k60n512.ld index 9dfca0099dd..5fdd2ff75b8 100644 --- a/boards/arm/kinetis/twr-k60n512/scripts/twr-k60n512.ld +++ b/boards/arm/kinetis/twr-k60n512/scripts/twr-k60n512.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/scripts/twr-k60n512.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/kinetis/twr-k60n512/src/Makefile b/boards/arm/kinetis/twr-k60n512/src/Makefile index c0bc7c4e04b..f41ef1a939f 100644 --- a/boards/arm/kinetis/twr-k60n512/src/Makefile +++ b/boards/arm/kinetis/twr-k60n512/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/twr-k60n512/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/kinetis/twr-k60n512/src/k60_appinit.c b/boards/arm/kinetis/twr-k60n512/src/k60_appinit.c index 93722f81656..eb574012069 100644 --- a/boards/arm/kinetis/twr-k60n512/src/k60_appinit.c +++ b/boards/arm/kinetis/twr-k60n512/src/k60_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/k60_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/kinetis/twr-k60n512/src/k60_boot.c b/boards/arm/kinetis/twr-k60n512/src/k60_boot.c index 7229f309e9c..49cf0e3f88d 100644 --- a/boards/arm/kinetis/twr-k60n512/src/k60_boot.c +++ b/boards/arm/kinetis/twr-k60n512/src/k60_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/k60_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/kinetis/twr-k60n512/src/k60_buttons.c b/boards/arm/kinetis/twr-k60n512/src/k60_buttons.c index d116d533a6f..f2731f73b40 100644 --- a/boards/arm/kinetis/twr-k60n512/src/k60_buttons.c +++ b/boards/arm/kinetis/twr-k60n512/src/k60_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/k60_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/kinetis/twr-k60n512/src/k60_leds.c b/boards/arm/kinetis/twr-k60n512/src/k60_leds.c index b6370ff663d..b9b302b84b7 100644 --- a/boards/arm/kinetis/twr-k60n512/src/k60_leds.c +++ b/boards/arm/kinetis/twr-k60n512/src/k60_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/k60_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/twr-k60n512/src/k60_spi.c b/boards/arm/kinetis/twr-k60n512/src/k60_spi.c index 377c6d82114..80e93bd6876 100644 --- a/boards/arm/kinetis/twr-k60n512/src/k60_spi.c +++ b/boards/arm/kinetis/twr-k60n512/src/k60_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/k60_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/kinetis/twr-k60n512/src/k60_usbdev.c b/boards/arm/kinetis/twr-k60n512/src/k60_usbdev.c index de4c7e04160..5f7cb6594f6 100644 --- a/boards/arm/kinetis/twr-k60n512/src/k60_usbdev.c +++ b/boards/arm/kinetis/twr-k60n512/src/k60_usbdev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/k60_usbdev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/twr-k60n512/src/k60_usbmsc.c b/boards/arm/kinetis/twr-k60n512/src/k60_usbmsc.c index 0aee7944300..dc1fa7e7d8f 100644 --- a/boards/arm/kinetis/twr-k60n512/src/k60_usbmsc.c +++ b/boards/arm/kinetis/twr-k60n512/src/k60_usbmsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/k60_usbmsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/twr-k60n512/src/twr-k60n512.h b/boards/arm/kinetis/twr-k60n512/src/twr-k60n512.h index 9639071f291..5569511fbb1 100644 --- a/boards/arm/kinetis/twr-k60n512/src/twr-k60n512.h +++ b/boards/arm/kinetis/twr-k60n512/src/twr-k60n512.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k60n512/src/twr-k60n512.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/kinetis/twr-k64f120m/include/board.h b/boards/arm/kinetis/twr-k64f120m/include/board.h index 5cab0f8294e..ff6f2ad1ae8 100644 --- a/boards/arm/kinetis/twr-k64f120m/include/board.h +++ b/boards/arm/kinetis/twr-k64f120m/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/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/kinetis/twr-k64f120m/scripts/Make.defs b/boards/arm/kinetis/twr-k64f120m/scripts/Make.defs index 0395d148043..1f491f690ca 100644 --- a/boards/arm/kinetis/twr-k64f120m/scripts/Make.defs +++ b/boards/arm/kinetis/twr-k64f120m/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/twr-k64f120m/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/kinetis/twr-k64f120m/scripts/ld.script b/boards/arm/kinetis/twr-k64f120m/scripts/ld.script index f73910f3cae..b41eee805df 100644 --- a/boards/arm/kinetis/twr-k64f120m/scripts/ld.script +++ b/boards/arm/kinetis/twr-k64f120m/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/scripts/ld.script * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/twr-k64f120m/src/Makefile b/boards/arm/kinetis/twr-k64f120m/src/Makefile index 679752eba91..3c721ecc1d3 100644 --- a/boards/arm/kinetis/twr-k64f120m/src/Makefile +++ b/boards/arm/kinetis/twr-k64f120m/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/kinetis/twr-k64f120m/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/kinetis/twr-k64f120m/src/k64_appinit.c b/boards/arm/kinetis/twr-k64f120m/src/k64_appinit.c index f40de95c2eb..3077c904d10 100644 --- a/boards/arm/kinetis/twr-k64f120m/src/k64_appinit.c +++ b/boards/arm/kinetis/twr-k64f120m/src/k64_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/src/k64_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/kinetis/twr-k64f120m/src/k64_automount.c b/boards/arm/kinetis/twr-k64f120m/src/k64_automount.c index 943c2ab091a..8282413c8d0 100644 --- a/boards/arm/kinetis/twr-k64f120m/src/k64_automount.c +++ b/boards/arm/kinetis/twr-k64f120m/src/k64_automount.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/src/k64_automount.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/twr-k64f120m/src/k64_boot.c b/boards/arm/kinetis/twr-k64f120m/src/k64_boot.c index 31ff6c3fe79..1d6e48d2634 100644 --- a/boards/arm/kinetis/twr-k64f120m/src/k64_boot.c +++ b/boards/arm/kinetis/twr-k64f120m/src/k64_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/src/k64_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/kinetis/twr-k64f120m/src/k64_leds.c b/boards/arm/kinetis/twr-k64f120m/src/k64_leds.c index 95c5c3f1662..485bcda1f26 100644 --- a/boards/arm/kinetis/twr-k64f120m/src/k64_leds.c +++ b/boards/arm/kinetis/twr-k64f120m/src/k64_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/src/k64_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/twr-k64f120m/src/k64_sdhc.c b/boards/arm/kinetis/twr-k64f120m/src/k64_sdhc.c index 21dce5614b1..997a8779f99 100644 --- a/boards/arm/kinetis/twr-k64f120m/src/k64_sdhc.c +++ b/boards/arm/kinetis/twr-k64f120m/src/k64_sdhc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/src/k64_sdhc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/arm/kinetis/twr-k64f120m/src/twrk64.h b/boards/arm/kinetis/twr-k64f120m/src/twrk64.h index a83d0887933..653351fd8be 100644 --- a/boards/arm/kinetis/twr-k64f120m/src/twrk64.h +++ b/boards/arm/kinetis/twr-k64f120m/src/twrk64.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/kinetis/twr-k64f120m/src/twrk64.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