diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 16281b510..3d04efdf4 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/Make.defs b/examples/Make.defs index aa354e503..08127668f 100644 --- a/examples/Make.defs +++ b/examples/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/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/examples/Makefile b/examples/Makefile index 26ecf518a..9f8132ba5 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/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/examples/abntcodi/CMakeLists.txt b/examples/abntcodi/CMakeLists.txt index b1d9eb4b6..19d10a4d8 100644 --- a/examples/abntcodi/CMakeLists.txt +++ b/examples/abntcodi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/abntcodi/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/abntcodi/Make.defs b/examples/abntcodi/Make.defs index f6e97a685..1e5389c27 100644 --- a/examples/abntcodi/Make.defs +++ b/examples/abntcodi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/abntcodi/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/examples/abntcodi/Makefile b/examples/abntcodi/Makefile index e85c7a94b..d0277e3d2 100644 --- a/examples/abntcodi/Makefile +++ b/examples/abntcodi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/abntcodi/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/examples/abntcodi/abntcodi_main.c b/examples/abntcodi/abntcodi_main.c index 3a74f445b..547b7d88d 100644 --- a/examples/abntcodi/abntcodi_main.c +++ b/examples/abntcodi/abntcodi_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/abntcodi/abntcodi_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/adc/CMakeLists.txt b/examples/adc/CMakeLists.txt index 89242551e..215137a40 100644 --- a/examples/adc/CMakeLists.txt +++ b/examples/adc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/adc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/adc/Make.defs b/examples/adc/Make.defs index 6f7d70ac4..baecb9a70 100644 --- a/examples/adc/Make.defs +++ b/examples/adc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/adc/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/examples/adc/Makefile b/examples/adc/Makefile index 25d0e5f48..631234ff6 100644 --- a/examples/adc/Makefile +++ b/examples/adc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/adc/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/examples/adc/adc.h b/examples/adc/adc.h index e7bad34fd..45497b0c9 100644 --- a/examples/adc/adc.h +++ b/examples/adc/adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/adc/adc.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/examples/adc/adc_main.c b/examples/adc/adc_main.c index 1db9817e0..89cee2f23 100644 --- a/examples/adc/adc_main.c +++ b/examples/adc/adc_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/adc/adc_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/adjtime/CMakeLists.txt b/examples/adjtime/CMakeLists.txt index 633bb7b19..77c9338be 100644 --- a/examples/adjtime/CMakeLists.txt +++ b/examples/adjtime/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/adjtime/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/adjtime/Make.defs b/examples/adjtime/Make.defs index f0ef399f1..0abb68bb1 100644 --- a/examples/adjtime/Make.defs +++ b/examples/adjtime/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/adjtime/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/examples/adjtime/Makefile b/examples/adjtime/Makefile index 487414566..c35b77f26 100644 --- a/examples/adjtime/Makefile +++ b/examples/adjtime/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/adjtime/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/examples/adjtime/adjtime_main.c b/examples/adjtime/adjtime_main.c index a897fa153..17eda10f5 100644 --- a/examples/adjtime/adjtime_main.c +++ b/examples/adjtime/adjtime_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/adjtime/adjtime_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/adxl372_test/CMakeLists.txt b/examples/adxl372_test/CMakeLists.txt index 3c5ae4428..ead2dd360 100644 --- a/examples/adxl372_test/CMakeLists.txt +++ b/examples/adxl372_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/adxl372_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/adxl372_test/Make.defs b/examples/adxl372_test/Make.defs index d5311c7a3..92384909f 100644 --- a/examples/adxl372_test/Make.defs +++ b/examples/adxl372_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/adxl372_test/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/examples/adxl372_test/Makefile b/examples/adxl372_test/Makefile index 583a03e6d..5c30ba191 100644 --- a/examples/adxl372_test/Makefile +++ b/examples/adxl372_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/adxl372_test/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/examples/adxl372_test/adxl372_test_main.c b/examples/adxl372_test/adxl372_test_main.c index 2c05d61ba..4d8b3ced9 100644 --- a/examples/adxl372_test/adxl372_test_main.c +++ b/examples/adxl372_test/adxl372_test_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/adxl372_test/adxl372_test_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ajoystick/CMakeLists.txt b/examples/ajoystick/CMakeLists.txt index 6448f21f4..b35aff10a 100644 --- a/examples/ajoystick/CMakeLists.txt +++ b/examples/ajoystick/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ajoystick/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ajoystick/Make.defs b/examples/ajoystick/Make.defs index e77577023..623b4f169 100644 --- a/examples/ajoystick/Make.defs +++ b/examples/ajoystick/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ajoystick/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/examples/ajoystick/Makefile b/examples/ajoystick/Makefile index 04620d741..68d9de39f 100644 --- a/examples/ajoystick/Makefile +++ b/examples/ajoystick/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ajoystick/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/examples/ajoystick/ajoy_main.c b/examples/ajoystick/ajoy_main.c index c66a2c1a1..178608b2f 100644 --- a/examples/ajoystick/ajoy_main.c +++ b/examples/ajoystick/ajoy_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ajoystick/ajoy_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/alarm/CMakeLists.txt b/examples/alarm/CMakeLists.txt index ecdfbd1cd..314457750 100644 --- a/examples/alarm/CMakeLists.txt +++ b/examples/alarm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/alarm/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/alarm/Make.defs b/examples/alarm/Make.defs index d2699def1..79c467cd4 100644 --- a/examples/alarm/Make.defs +++ b/examples/alarm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/alarm/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/examples/alarm/Makefile b/examples/alarm/Makefile index f0b8d7450..59cdad47a 100644 --- a/examples/alarm/Makefile +++ b/examples/alarm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/alarm/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/examples/alarm/alarm_main.c b/examples/alarm/alarm_main.c index 74c5e8fc6..d4ab70a80 100644 --- a/examples/alarm/alarm_main.c +++ b/examples/alarm/alarm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/alarm/alarm_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/amg88xx/CMakeLists.txt b/examples/amg88xx/CMakeLists.txt index 65493e9e9..cfd88724b 100644 --- a/examples/amg88xx/CMakeLists.txt +++ b/examples/amg88xx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/amg88xx/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/amg88xx/Make.defs b/examples/amg88xx/Make.defs index 2fb5e030e..ba390c84d 100644 --- a/examples/amg88xx/Make.defs +++ b/examples/amg88xx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/amg88xx/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/examples/amg88xx/Makefile b/examples/amg88xx/Makefile index a07deffdc..85f777d49 100644 --- a/examples/amg88xx/Makefile +++ b/examples/amg88xx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/amg88xx/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/examples/amg88xx/amg88xx_main.c b/examples/amg88xx/amg88xx_main.c index ded223369..932348326 100644 --- a/examples/amg88xx/amg88xx_main.c +++ b/examples/amg88xx/amg88xx_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/amg88xx/amg88xx_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/apa102/CMakeLists.txt b/examples/apa102/CMakeLists.txt index c97ecf72f..35344d1b4 100644 --- a/examples/apa102/CMakeLists.txt +++ b/examples/apa102/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/apa102/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/apa102/Make.defs b/examples/apa102/Make.defs index 6bcac6cd3..8286107ea 100644 --- a/examples/apa102/Make.defs +++ b/examples/apa102/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/apa102/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/examples/apa102/Makefile b/examples/apa102/Makefile index fe7d5e689..afe3f91ae 100644 --- a/examples/apa102/Makefile +++ b/examples/apa102/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/apa102/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/examples/apa102/apa102_main.c b/examples/apa102/apa102_main.c index df41b0168..8e933b392 100644 --- a/examples/apa102/apa102_main.c +++ b/examples/apa102/apa102_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/apa102/apa102_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/apds9960/CMakeLists.txt b/examples/apds9960/CMakeLists.txt index e391d1d2e..6f2c7f2e8 100644 --- a/examples/apds9960/CMakeLists.txt +++ b/examples/apds9960/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/apds9960/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/apds9960/Make.defs b/examples/apds9960/Make.defs index 44bf6c6aa..3902c6ab2 100644 --- a/examples/apds9960/Make.defs +++ b/examples/apds9960/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/apds9960/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/examples/apds9960/Makefile b/examples/apds9960/Makefile index eced4dd3e..7701173d7 100644 --- a/examples/apds9960/Makefile +++ b/examples/apds9960/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/apds9960/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/examples/apds9960/apds9960_main.c b/examples/apds9960/apds9960_main.c index ec186d5a0..97b5f907a 100644 --- a/examples/apds9960/apds9960_main.c +++ b/examples/apds9960/apds9960_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/apds9960/apds9960_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/audio_rttl/CMakeLists.txt b/examples/audio_rttl/CMakeLists.txt index 713549198..ec7709bd3 100644 --- a/examples/audio_rttl/CMakeLists.txt +++ b/examples/audio_rttl/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/audio_rttl/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/audio_rttl/Make.defs b/examples/audio_rttl/Make.defs index 8d5430e2f..8975cb9ab 100644 --- a/examples/audio_rttl/Make.defs +++ b/examples/audio_rttl/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/audio_rttl/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/examples/audio_rttl/Makefile b/examples/audio_rttl/Makefile index c644377ad..1816513a7 100644 --- a/examples/audio_rttl/Makefile +++ b/examples/audio_rttl/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/audio_rttl/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/examples/audio_rttl/audio_rttl.cxx b/examples/audio_rttl/audio_rttl.cxx index bad903e91..3533258c1 100644 --- a/examples/audio_rttl/audio_rttl.cxx +++ b/examples/audio_rttl/audio_rttl.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/audio_rttl/audio_rttl.cxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/audio_rttl/audio_rttl.h b/examples/audio_rttl/audio_rttl.h index 4759fb56c..41c5386d3 100644 --- a/examples/audio_rttl/audio_rttl.h +++ b/examples/audio_rttl/audio_rttl.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/audio_rttl/audio_rttl.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/examples/bastest/CMakeLists.txt b/examples/bastest/CMakeLists.txt index fd26f5597..033ec2133 100644 --- a/examples/bastest/CMakeLists.txt +++ b/examples/bastest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/bastest/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/bastest/Make.defs b/examples/bastest/Make.defs index 269db6609..1ce65d362 100644 --- a/examples/bastest/Make.defs +++ b/examples/bastest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bastest/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/examples/bastest/Makefile b/examples/bastest/Makefile index 58531970d..ceed0ad3b 100644 --- a/examples/bastest/Makefile +++ b/examples/bastest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bastest/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/examples/bastest/bastest_main.c b/examples/bastest/bastest_main.c index 4c0deab9e..2397b90c3 100644 --- a/examples/bastest/bastest_main.c +++ b/examples/bastest/bastest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bastest/bastest_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/battery/CMakeLists.txt b/examples/battery/CMakeLists.txt index 7968bb88c..857a78f10 100644 --- a/examples/battery/CMakeLists.txt +++ b/examples/battery/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/battery/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/battery/Make.defs b/examples/battery/Make.defs index 499c6449b..eb4247aab 100644 --- a/examples/battery/Make.defs +++ b/examples/battery/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/battery/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/examples/battery/Makefile b/examples/battery/Makefile index 82cf964f5..184fdfb5d 100644 --- a/examples/battery/Makefile +++ b/examples/battery/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/battery/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/examples/battery/batt_main.c b/examples/battery/batt_main.c index fc427671a..d88a2885f 100644 --- a/examples/battery/batt_main.c +++ b/examples/battery/batt_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/battery/batt_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ble/CMakeLists.txt b/examples/ble/CMakeLists.txt index 037f9b2c8..7a01af99d 100644 --- a/examples/ble/CMakeLists.txt +++ b/examples/ble/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ble/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ble/Make.defs b/examples/ble/Make.defs index 1795a888c..ddd9bd391 100644 --- a/examples/ble/Make.defs +++ b/examples/ble/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ble/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/examples/ble/Makefile b/examples/ble/Makefile index b33767021..a2cfd2483 100644 --- a/examples/ble/Makefile +++ b/examples/ble/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ble/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/examples/ble/ble.c b/examples/ble/ble.c index eb18c4aba..82bbed5e5 100644 --- a/examples/ble/ble.c +++ b/examples/ble/ble.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ble/ble.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ble/ble_main.c b/examples/ble/ble_main.c index 788efe417..7afb2eedd 100644 --- a/examples/ble/ble_main.c +++ b/examples/ble/ble_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ble/ble_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ble/dummy.c b/examples/ble/dummy.c index 2d3a71329..528c3a5b6 100644 --- a/examples/ble/dummy.c +++ b/examples/ble/dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ble/dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/examples/ble/sensors.c b/examples/ble/sensors.c index 45c0aa852..85aed45aa 100644 --- a/examples/ble/sensors.c +++ b/examples/ble/sensors.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ble/sensors.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/examples/ble/sensors.h b/examples/ble/sensors.h index a382f0499..9d6defe70 100644 --- a/examples/ble/sensors.h +++ b/examples/ble/sensors.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ble/sensors.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. diff --git a/examples/bme680/CMakeLists.txt b/examples/bme680/CMakeLists.txt index 2da7f2a11..9b151abaa 100644 --- a/examples/bme680/CMakeLists.txt +++ b/examples/bme680/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/bme680/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/bme680/Make.defs b/examples/bme680/Make.defs index 2578737a2..d4c3c6a9d 100644 --- a/examples/bme680/Make.defs +++ b/examples/bme680/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bme680/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/examples/bme680/Makefile b/examples/bme680/Makefile index de2e631cf..fd5240c31 100644 --- a/examples/bme680/Makefile +++ b/examples/bme680/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bme680/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/examples/bme680/bme680_main.c b/examples/bme680/bme680_main.c index da7905ad9..d0e626f01 100644 --- a/examples/bme680/bme680_main.c +++ b/examples/bme680/bme680_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bme680/bme680_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bmi160/CMakeLists.txt b/examples/bmi160/CMakeLists.txt index 18e1d01f9..a21a690bb 100644 --- a/examples/bmi160/CMakeLists.txt +++ b/examples/bmi160/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/bmi160/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/bmi160/Make.defs b/examples/bmi160/Make.defs index d5495526c..48c25caa9 100644 --- a/examples/bmi160/Make.defs +++ b/examples/bmi160/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bmi160/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/examples/bmi160/Makefile b/examples/bmi160/Makefile index 80d98ae2f..27789bd39 100644 --- a/examples/bmi160/Makefile +++ b/examples/bmi160/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bmi160/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/examples/bmi160/sixaxis_main.c b/examples/bmi160/sixaxis_main.c index c1456cefc..bded1ead1 100644 --- a/examples/bmi160/sixaxis_main.c +++ b/examples/bmi160/sixaxis_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bmi160/sixaxis_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bmi160/sixaxis_uorb_main.c b/examples/bmi160/sixaxis_uorb_main.c index b07249ba5..2d9143eb8 100644 --- a/examples/bmi160/sixaxis_uorb_main.c +++ b/examples/bmi160/sixaxis_uorb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bmi160/sixaxis_uorb_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bmp180/CMakeLists.txt b/examples/bmp180/CMakeLists.txt index 90546f341..814a5c896 100644 --- a/examples/bmp180/CMakeLists.txt +++ b/examples/bmp180/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/bmp180/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/bmp180/Make.defs b/examples/bmp180/Make.defs index 536fbb2af..182d14940 100644 --- a/examples/bmp180/Make.defs +++ b/examples/bmp180/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bmp180/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/examples/bmp180/Makefile b/examples/bmp180/Makefile index d67c98f27..acdae3da2 100644 --- a/examples/bmp180/Makefile +++ b/examples/bmp180/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bmp180/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/examples/bmp180/bmp180_main.c b/examples/bmp180/bmp180_main.c index 0b5b98c23..69c467cf0 100644 --- a/examples/bmp180/bmp180_main.c +++ b/examples/bmp180/bmp180_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bmp180/bmp180_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bmp280/CMakeLists.txt b/examples/bmp280/CMakeLists.txt index 44b02d6d3..6d45eb525 100644 --- a/examples/bmp280/CMakeLists.txt +++ b/examples/bmp280/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/bmp280/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/bmp280/Make.defs b/examples/bmp280/Make.defs index 875a775b0..0f7ee54cf 100644 --- a/examples/bmp280/Make.defs +++ b/examples/bmp280/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bmp280/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/examples/bmp280/Makefile b/examples/bmp280/Makefile index 566cafb52..bda4bb881 100644 --- a/examples/bmp280/Makefile +++ b/examples/bmp280/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bmp280/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/examples/bmp280/bmp280_main.c b/examples/bmp280/bmp280_main.c index d41927b25..1b8fdde88 100644 --- a/examples/bmp280/bmp280_main.c +++ b/examples/bmp280/bmp280_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bmp280/bmp280_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bridge/CMakeLists.txt b/examples/bridge/CMakeLists.txt index f04b54826..02d0b58fa 100644 --- a/examples/bridge/CMakeLists.txt +++ b/examples/bridge/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/bridge/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/bridge/Make.defs b/examples/bridge/Make.defs index 74bac5731..deff70d1d 100644 --- a/examples/bridge/Make.defs +++ b/examples/bridge/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bridge/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/examples/bridge/Makefile b/examples/bridge/Makefile index 63b8ce165..c5d73e594 100644 --- a/examples/bridge/Makefile +++ b/examples/bridge/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/bridge/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/examples/bridge/bridge_main.c b/examples/bridge/bridge_main.c index 6b79480a0..2893c01c4 100644 --- a/examples/bridge/bridge_main.c +++ b/examples/bridge/bridge_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bridge/bridge_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bridge/host_main.c b/examples/bridge/host_main.c index e2f12f6dd..25a6c1631 100644 --- a/examples/bridge/host_main.c +++ b/examples/bridge/host_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bridge/host_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bridge/host_net1.c b/examples/bridge/host_net1.c index 7584643fc..a05c6711e 100644 --- a/examples/bridge/host_net1.c +++ b/examples/bridge/host_net1.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bridge/host_net1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/bridge/host_net2.c b/examples/bridge/host_net2.c index b12cc13b4..87510ebda 100644 --- a/examples/bridge/host_net2.c +++ b/examples/bridge/host_net2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/bridge/host_net2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/buttons/CMakeLists.txt b/examples/buttons/CMakeLists.txt index 7d05e0525..bf266157f 100644 --- a/examples/buttons/CMakeLists.txt +++ b/examples/buttons/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/buttons/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/buttons/Make.defs b/examples/buttons/Make.defs index 90ac06fab..86b92252e 100644 --- a/examples/buttons/Make.defs +++ b/examples/buttons/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/buttons/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/examples/buttons/Makefile b/examples/buttons/Makefile index d77ff3988..4602b9bbb 100644 --- a/examples/buttons/Makefile +++ b/examples/buttons/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/buttons/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/examples/buttons/buttons_main.c b/examples/buttons/buttons_main.c index 2e034bc7d..d4b36431c 100644 --- a/examples/buttons/buttons_main.c +++ b/examples/buttons/buttons_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/buttons/buttons_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/calib_udelay/CMakeLists.txt b/examples/calib_udelay/CMakeLists.txt index ccba69415..d48449bab 100644 --- a/examples/calib_udelay/CMakeLists.txt +++ b/examples/calib_udelay/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/calib_udelay/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/calib_udelay/Make.defs b/examples/calib_udelay/Make.defs index 1e9f8e237..d890de933 100644 --- a/examples/calib_udelay/Make.defs +++ b/examples/calib_udelay/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/calib_udelay/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/examples/calib_udelay/Makefile b/examples/calib_udelay/Makefile index ba1e17c18..4570c51f7 100644 --- a/examples/calib_udelay/Makefile +++ b/examples/calib_udelay/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/calib_udelay/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/examples/calib_udelay/calib_udelay_main.c b/examples/calib_udelay/calib_udelay_main.c index 8f3638a13..1c9a822f9 100644 --- a/examples/calib_udelay/calib_udelay_main.c +++ b/examples/calib_udelay/calib_udelay_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/calib_udelay/calib_udelay_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/camera/CMakeLists.txt b/examples/camera/CMakeLists.txt index 6b6ca0eb4..488f485e5 100644 --- a/examples/camera/CMakeLists.txt +++ b/examples/camera/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/camera/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/camera/Make.defs b/examples/camera/Make.defs index d2507a9db..7007a0682 100644 --- a/examples/camera/Make.defs +++ b/examples/camera/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/camera/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/examples/camera/Makefile b/examples/camera/Makefile index 946f3049b..e734c96db 100644 --- a/examples/camera/Makefile +++ b/examples/camera/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/camera/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/examples/camera/camera_bkgd.c b/examples/camera/camera_bkgd.c index 32e07e746..cdd6653ff 100644 --- a/examples/camera/camera_bkgd.c +++ b/examples/camera/camera_bkgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/camera/camera_bkgd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/camera/camera_bkgd.h b/examples/camera/camera_bkgd.h index 7d56aadde..1ebee240b 100644 --- a/examples/camera/camera_bkgd.h +++ b/examples/camera/camera_bkgd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/camera/camera_bkgd.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/examples/camera/camera_fileutil.c b/examples/camera/camera_fileutil.c index 463567704..f8c7500e3 100644 --- a/examples/camera/camera_fileutil.c +++ b/examples/camera/camera_fileutil.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/camera/camera_fileutil.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/camera/camera_fileutil.h b/examples/camera/camera_fileutil.h index 08d2513d7..f9bce368c 100644 --- a/examples/camera/camera_fileutil.h +++ b/examples/camera/camera_fileutil.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/camera/camera_fileutil.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/examples/camera/camera_main.c b/examples/camera/camera_main.c index 6fce11ccf..221fa4c4b 100644 --- a/examples/camera/camera_main.c +++ b/examples/camera/camera_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/camera/camera_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/can/CMakeLists.txt b/examples/can/CMakeLists.txt index 03a77e313..783d82dc6 100644 --- a/examples/can/CMakeLists.txt +++ b/examples/can/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/can/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/can/Make.defs b/examples/can/Make.defs index 420dbbf03..a8a53ac2b 100644 --- a/examples/can/Make.defs +++ b/examples/can/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/can/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/examples/can/Makefile b/examples/can/Makefile index 5e02c45b1..297591fe8 100644 --- a/examples/can/Makefile +++ b/examples/can/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/can/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/examples/can/can.h b/examples/can/can.h index 9d598483b..21a2fbda5 100644 --- a/examples/can/can.h +++ b/examples/can/can.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/can/can.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/examples/can/can_main.c b/examples/can/can_main.c index 6d73910ac..bba0b2275 100644 --- a/examples/can/can_main.c +++ b/examples/can/can_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/can/can_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/capture/CMakeLists.txt b/examples/capture/CMakeLists.txt index fe7c2ca0e..e23ee56aa 100644 --- a/examples/capture/CMakeLists.txt +++ b/examples/capture/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/capture/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/capture/Make.defs b/examples/capture/Make.defs index de9fcd063..2e64699f4 100644 --- a/examples/capture/Make.defs +++ b/examples/capture/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/capture/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/examples/capture/Makefile b/examples/capture/Makefile index db92c71f0..add205481 100644 --- a/examples/capture/Makefile +++ b/examples/capture/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/capture/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/examples/capture/cap.h b/examples/capture/cap.h index 1e218ec44..2b1c6f5cf 100644 --- a/examples/capture/cap.h +++ b/examples/capture/cap.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/capture/cap.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/examples/capture/cap_main.c b/examples/capture/cap_main.c index f8a47cda5..3cbe9e8c2 100644 --- a/examples/capture/cap_main.c +++ b/examples/capture/cap_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/capture/cap_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/cbortest/CMakeLists.txt b/examples/cbortest/CMakeLists.txt index b17eff412..01557a340 100644 --- a/examples/cbortest/CMakeLists.txt +++ b/examples/cbortest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/cbortest/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/cbortest/Make.defs b/examples/cbortest/Make.defs index feecd1f03..a4844be9d 100644 --- a/examples/cbortest/Make.defs +++ b/examples/cbortest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cbortest/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/examples/cbortest/Makefile b/examples/cbortest/Makefile index d2f76a343..01061a201 100644 --- a/examples/cbortest/Makefile +++ b/examples/cbortest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cbortest/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/examples/cbortest/cbortest_main.c b/examples/cbortest/cbortest_main.c index ce9d763c5..1ce7ccee5 100644 --- a/examples/cbortest/cbortest_main.c +++ b/examples/cbortest/cbortest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/cbortest/cbortest_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/cctype/CMakeLists.txt b/examples/cctype/CMakeLists.txt index 734fc7317..921d91a6c 100644 --- a/examples/cctype/CMakeLists.txt +++ b/examples/cctype/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/cctype/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/cctype/Make.defs b/examples/cctype/Make.defs index 30174b5fd..f1cdcd34e 100644 --- a/examples/cctype/Make.defs +++ b/examples/cctype/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cctype/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/examples/cctype/Makefile b/examples/cctype/Makefile index bd7bbee1d..c58e8326f 100644 --- a/examples/cctype/Makefile +++ b/examples/cctype/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cctype/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/examples/cctype/cctype_main.cxx b/examples/cctype/cctype_main.cxx index 27b885fdc..680143563 100644 --- a/examples/cctype/cctype_main.cxx +++ b/examples/cctype/cctype_main.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/examples/cctype/cctype_main.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/charger/CMakeLists.txt b/examples/charger/CMakeLists.txt index e93dac458..54a332076 100644 --- a/examples/charger/CMakeLists.txt +++ b/examples/charger/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/charger/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/charger/Make.defs b/examples/charger/Make.defs index 05c7a0425..2e9d48467 100644 --- a/examples/charger/Make.defs +++ b/examples/charger/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/charger/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/examples/charger/Makefile b/examples/charger/Makefile index e96d4dfe8..a9f536611 100644 --- a/examples/charger/Makefile +++ b/examples/charger/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/charger/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/examples/charger/charger_main.c b/examples/charger/charger_main.c index 84b4bb8a7..baac2f27e 100644 --- a/examples/charger/charger_main.c +++ b/examples/charger/charger_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/charger/charger_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/chat/CMakeLists.txt b/examples/chat/CMakeLists.txt index 14d8d9fce..b63991ab2 100644 --- a/examples/chat/CMakeLists.txt +++ b/examples/chat/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/chat/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/chat/Make.defs b/examples/chat/Make.defs index 8725d60f1..6f5f9498d 100644 --- a/examples/chat/Make.defs +++ b/examples/chat/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/chat/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/examples/chat/Makefile b/examples/chat/Makefile index 5c30573de..c4d1d90cc 100644 --- a/examples/chat/Makefile +++ b/examples/chat/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/chat/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/examples/chat/chat_main.c b/examples/chat/chat_main.c index 837ba9c53..caf6cca28 100644 --- a/examples/chat/chat_main.c +++ b/examples/chat/chat_main.c @@ -1,8 +1,9 @@ /**************************************************************************** * apps/examples/chat/chat_main.c * - * Copyright (C) 2016 Vladimir Komendantskiy. All rights reserved. - * Author: Vladimir Komendantskiy + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vladimir Komendantskiy. All rights reserved. + * SPDX-FileContributor: Vladimir Komendantskiy * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/chrono/CMakeLists.txt b/examples/chrono/CMakeLists.txt index 571eb84ae..e4523875e 100644 --- a/examples/chrono/CMakeLists.txt +++ b/examples/chrono/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/chrono/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/chrono/Make.defs b/examples/chrono/Make.defs index 8577d8536..ff5723527 100644 --- a/examples/chrono/Make.defs +++ b/examples/chrono/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/chrono/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/examples/chrono/Makefile b/examples/chrono/Makefile index f28079cef..5cec2e30d 100644 --- a/examples/chrono/Makefile +++ b/examples/chrono/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/chrono/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/examples/chrono/chrono_main.c b/examples/chrono/chrono_main.c index 1902b92ad..ee6658591 100644 --- a/examples/chrono/chrono_main.c +++ b/examples/chrono/chrono_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/chrono/chrono_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/configdata/CMakeLists.txt b/examples/configdata/CMakeLists.txt index 242bc6498..3047383c0 100644 --- a/examples/configdata/CMakeLists.txt +++ b/examples/configdata/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/configdata/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/configdata/Make.defs b/examples/configdata/Make.defs index 0db814b6b..61e3f1554 100644 --- a/examples/configdata/Make.defs +++ b/examples/configdata/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/configdata/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/examples/configdata/Makefile b/examples/configdata/Makefile index c27eb6b75..8e6fba943 100644 --- a/examples/configdata/Makefile +++ b/examples/configdata/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/configdata/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/examples/configdata/configdata_main.c b/examples/configdata/configdata_main.c index 7c687835b..236d8e267 100644 --- a/examples/configdata/configdata_main.c +++ b/examples/configdata/configdata_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/configdata/configdata_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/cordic/CMakeLists.txt b/examples/cordic/CMakeLists.txt index 53c0262d9..e303d8b96 100644 --- a/examples/cordic/CMakeLists.txt +++ b/examples/cordic/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/cordic/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/cordic/Make.defs b/examples/cordic/Make.defs index 7494f87ec..b1342b638 100644 --- a/examples/cordic/Make.defs +++ b/examples/cordic/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cordic/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/examples/cordic/Makefile b/examples/cordic/Makefile index 36918650a..18344c92c 100644 --- a/examples/cordic/Makefile +++ b/examples/cordic/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cordic/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/examples/cordic/cordic_main.c b/examples/cordic/cordic_main.c index fe128a7d5..204a755ac 100644 --- a/examples/cordic/cordic_main.c +++ b/examples/cordic/cordic_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/cordic/cordic_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/cpuhog/CMakeLists.txt b/examples/cpuhog/CMakeLists.txt index 18acc1942..c9995e7c9 100644 --- a/examples/cpuhog/CMakeLists.txt +++ b/examples/cpuhog/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/cpuhog/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/cpuhog/Make.defs b/examples/cpuhog/Make.defs index a80cad304..c15cb779e 100644 --- a/examples/cpuhog/Make.defs +++ b/examples/cpuhog/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cpuhog/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/examples/cpuhog/Makefile b/examples/cpuhog/Makefile index 2f1214930..8fa589e58 100644 --- a/examples/cpuhog/Makefile +++ b/examples/cpuhog/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cpuhog/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/examples/cpuhog/cpuhog_main.c b/examples/cpuhog/cpuhog_main.c index 2c8d77344..6a45ddad0 100644 --- a/examples/cpuhog/cpuhog_main.c +++ b/examples/cpuhog/cpuhog_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/cpuhog/cpuhog_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/cromfs/CMakeLists.txt b/examples/cromfs/CMakeLists.txt index 6f75a5638..9c06bf855 100644 --- a/examples/cromfs/CMakeLists.txt +++ b/examples/cromfs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/cromfs/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/cromfs/Make.defs b/examples/cromfs/Make.defs index f95a7f623..dbf0dbeb0 100644 --- a/examples/cromfs/Make.defs +++ b/examples/cromfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cromfs/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/examples/cromfs/Makefile b/examples/cromfs/Makefile index 161736d29..96078719e 100644 --- a/examples/cromfs/Makefile +++ b/examples/cromfs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/cromfs/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/examples/dac/CMakeLists.txt b/examples/dac/CMakeLists.txt index 6c0b76de0..854199b9a 100644 --- a/examples/dac/CMakeLists.txt +++ b/examples/dac/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/dac/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/dac/Make.defs b/examples/dac/Make.defs index a8b027520..9e5350817 100644 --- a/examples/dac/Make.defs +++ b/examples/dac/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dac/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/examples/dac/Makefile b/examples/dac/Makefile index ea26dea9d..3f983939f 100644 --- a/examples/dac/Makefile +++ b/examples/dac/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dac/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/examples/dac/dac_main.c b/examples/dac/dac_main.c index ac524be5b..050cc0f80 100644 --- a/examples/dac/dac_main.c +++ b/examples/dac/dac_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dac/dac_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/dhcpd/CMakeLists.txt b/examples/dhcpd/CMakeLists.txt index 09cc83d8f..0305ab59c 100644 --- a/examples/dhcpd/CMakeLists.txt +++ b/examples/dhcpd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/dhcpd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/dhcpd/Make.defs b/examples/dhcpd/Make.defs index 6d0024286..8c6fddcf6 100644 --- a/examples/dhcpd/Make.defs +++ b/examples/dhcpd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dhcpd/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/examples/dhcpd/Makefile b/examples/dhcpd/Makefile index 5f127cdc6..84ce2efc4 100644 --- a/examples/dhcpd/Makefile +++ b/examples/dhcpd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dhcpd/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/examples/dhcpd/Makefile.host b/examples/dhcpd/Makefile.host index 78caadfe8..18795707a 100644 --- a/examples/dhcpd/Makefile.host +++ b/examples/dhcpd/Makefile.host @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dhcpd/Makefile.host # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/examples/dhcpd/dhcpd_daemon.c b/examples/dhcpd/dhcpd_daemon.c index 34747b345..5b8f52186 100644 --- a/examples/dhcpd/dhcpd_daemon.c +++ b/examples/dhcpd/dhcpd_daemon.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dhcpd/dhcpd_daemon.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/dhcpd/dhcpd_daemon.h b/examples/dhcpd/dhcpd_daemon.h index 5c2e521c7..bdf929146 100644 --- a/examples/dhcpd/dhcpd_daemon.h +++ b/examples/dhcpd/dhcpd_daemon.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dhcpd/dhcpd_daemon.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/examples/dhcpd/dhcpd_start.c b/examples/dhcpd/dhcpd_start.c index 1ab56aa61..e5e7d5c24 100644 --- a/examples/dhcpd/dhcpd_start.c +++ b/examples/dhcpd/dhcpd_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dhcpd/dhcpd_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/dhcpd/dhcpd_stop.c b/examples/dhcpd/dhcpd_stop.c index 7d6795d16..099d47fcd 100644 --- a/examples/dhcpd/dhcpd_stop.c +++ b/examples/dhcpd/dhcpd_stop.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dhcpd/dhcpd_stop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/dhcpd/host.c b/examples/dhcpd/host.c index 89c4885ee..bd806f06a 100644 --- a/examples/dhcpd/host.c +++ b/examples/dhcpd/host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dhcpd/host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/dhcpd/target.c b/examples/dhcpd/target.c index 574a6b6cb..3a5117f61 100644 --- a/examples/dhcpd/target.c +++ b/examples/dhcpd/target.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dhcpd/target.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/dhtxx/CMakeLists.txt b/examples/dhtxx/CMakeLists.txt index 2d271c6fa..b46b9b404 100644 --- a/examples/dhtxx/CMakeLists.txt +++ b/examples/dhtxx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/dhtxx/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/dhtxx/Make.defs b/examples/dhtxx/Make.defs index 924d5dac7..7caff5907 100644 --- a/examples/dhtxx/Make.defs +++ b/examples/dhtxx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dhtxx/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/examples/dhtxx/Makefile b/examples/dhtxx/Makefile index cfebad515..cca81fc2f 100644 --- a/examples/dhtxx/Makefile +++ b/examples/dhtxx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dhtxx/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/examples/dhtxx/dhtxx_main.c b/examples/dhtxx/dhtxx_main.c index 4720c4d7b..d38b502ae 100644 --- a/examples/dhtxx/dhtxx_main.c +++ b/examples/dhtxx/dhtxx_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/dhtxx/dhtxx_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/discover/CMakeLists.txt b/examples/discover/CMakeLists.txt index 83fdc7e6f..1baaa7a8e 100644 --- a/examples/discover/CMakeLists.txt +++ b/examples/discover/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/discover/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/discover/Make.defs b/examples/discover/Make.defs index 79226fec9..b5491e957 100644 --- a/examples/discover/Make.defs +++ b/examples/discover/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/discover/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/examples/discover/Makefile b/examples/discover/Makefile index 7c4e96b7c..698d9cbd1 100644 --- a/examples/discover/Makefile +++ b/examples/discover/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/discover/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/examples/discover/discover_main.c b/examples/discover/discover_main.c index 9a3bfe3c8..ba81dbcb0 100644 --- a/examples/discover/discover_main.c +++ b/examples/discover/discover_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/discover/discover_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/djoystick/CMakeLists.txt b/examples/djoystick/CMakeLists.txt index 8c05fdb0b..37152b56b 100644 --- a/examples/djoystick/CMakeLists.txt +++ b/examples/djoystick/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/djoystick/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/djoystick/Make.defs b/examples/djoystick/Make.defs index f4a064992..280c627af 100644 --- a/examples/djoystick/Make.defs +++ b/examples/djoystick/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/djoystick/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/examples/djoystick/Makefile b/examples/djoystick/Makefile index 9a071735e..74e31b644 100644 --- a/examples/djoystick/Makefile +++ b/examples/djoystick/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/djoystick/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/examples/djoystick/djoy_main.c b/examples/djoystick/djoy_main.c index f32de94d6..110de4531 100644 --- a/examples/djoystick/djoy_main.c +++ b/examples/djoystick/djoy_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/djoystick/djoy_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/dronecan/CMakeLists.txt b/examples/dronecan/CMakeLists.txt index e52cbbc4c..353bd4dc7 100644 --- a/examples/dronecan/CMakeLists.txt +++ b/examples/dronecan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/dronecan/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/dronecan/Make.defs b/examples/dronecan/Make.defs index afcaed2be..f17aebd60 100644 --- a/examples/dronecan/Make.defs +++ b/examples/dronecan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dronecan/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/examples/dronecan/Makefile b/examples/dronecan/Makefile index b2f35d861..a8f309b68 100644 --- a/examples/dronecan/Makefile +++ b/examples/dronecan/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/dronecan/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/examples/dronecan/canard_main.c b/examples/dronecan/canard_main.c index eb2f7b320..a5a55ebe9 100644 --- a/examples/dronecan/canard_main.c +++ b/examples/dronecan/canard_main.c @@ -1,8 +1,9 @@ /**************************************************************************** * apps/examples/dronecan/canard_main.c * - * Copyright (C) 2016 ETH Zuerich. All rights reserved. - * Author: Matthias Renner + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 ETH Zuerich. All rights reserved. + * SPDX-FileContributor: Matthias Renner * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/elf/CMakeLists.txt b/examples/elf/CMakeLists.txt index 181927e84..341fc4b53 100644 --- a/examples/elf/CMakeLists.txt +++ b/examples/elf/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/elf/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/elf/Make.defs b/examples/elf/Make.defs index a86d97359..e01a9d0dd 100644 --- a/examples/elf/Make.defs +++ b/examples/elf/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/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/examples/elf/Makefile b/examples/elf/Makefile index 0d17c8a1c..8d1e32f13 100644 --- a/examples/elf/Makefile +++ b/examples/elf/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/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/examples/elf/elf_main.c b/examples/elf/elf_main.c index 91a2f971c..160d1e233 100644 --- a/examples/elf/elf_main.c +++ b/examples/elf/elf_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/elf_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/Makefile b/examples/elf/tests/Makefile index b72020917..ca78d8d5d 100644 --- a/examples/elf/tests/Makefile +++ b/examples/elf/tests/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/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/examples/elf/tests/errno/Makefile b/examples/elf/tests/errno/Makefile index 4432cbd4a..2f9d2a13a 100644 --- a/examples/elf/tests/errno/Makefile +++ b/examples/elf/tests/errno/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/errno/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/examples/elf/tests/errno/errno.c b/examples/elf/tests/errno/errno.c index e75659f3b..8a26e47c4 100644 --- a/examples/elf/tests/errno/errno.c +++ b/examples/elf/tests/errno/errno.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/errno/errno.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/hello/Makefile b/examples/elf/tests/hello/Makefile index cde309695..88ec0f0a8 100644 --- a/examples/elf/tests/hello/Makefile +++ b/examples/elf/tests/hello/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/hello/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/examples/elf/tests/hello/hello.c b/examples/elf/tests/hello/hello.c index 41b3cfcb8..d2856f73b 100644 --- a/examples/elf/tests/hello/hello.c +++ b/examples/elf/tests/hello/hello.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/hello/hello.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/helloxx/Makefile b/examples/elf/tests/helloxx/Makefile index 142282a00..b2f276834 100644 --- a/examples/elf/tests/helloxx/Makefile +++ b/examples/elf/tests/helloxx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/helloxx/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/examples/elf/tests/helloxx/hello++1.cxx b/examples/elf/tests/helloxx/hello++1.cxx index acc86c04c..5b79d7f2f 100644 --- a/examples/elf/tests/helloxx/hello++1.cxx +++ b/examples/elf/tests/helloxx/hello++1.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/elf/tests/helloxx/hello++1.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/helloxx/hello++2.cxx b/examples/elf/tests/helloxx/hello++2.cxx index cd666bd8b..a7dc71918 100644 --- a/examples/elf/tests/helloxx/hello++2.cxx +++ b/examples/elf/tests/helloxx/hello++2.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/elf/tests/helloxx/hello++2.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/helloxx/hello++3.cxx b/examples/elf/tests/helloxx/hello++3.cxx index c1f6d0c14..d76406eac 100644 --- a/examples/elf/tests/helloxx/hello++3.cxx +++ b/examples/elf/tests/helloxx/hello++3.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/elf/tests/helloxx/hello++3.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/helloxx/hello++4.cxx b/examples/elf/tests/helloxx/hello++4.cxx index d0743f402..3f065cafe 100644 --- a/examples/elf/tests/helloxx/hello++4.cxx +++ b/examples/elf/tests/helloxx/hello++4.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/elf/tests/helloxx/hello++4.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/helloxx/hello++5.cxx b/examples/elf/tests/helloxx/hello++5.cxx index 38417dd5d..c72a8cc9a 100644 --- a/examples/elf/tests/helloxx/hello++5.cxx +++ b/examples/elf/tests/helloxx/hello++5.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/elf/tests/helloxx/hello++5.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/longjmp/Makefile b/examples/elf/tests/longjmp/Makefile index 17e325c78..fa792e6ff 100644 --- a/examples/elf/tests/longjmp/Makefile +++ b/examples/elf/tests/longjmp/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/longjmp/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/examples/elf/tests/longjmp/longjmp.c b/examples/elf/tests/longjmp/longjmp.c index ca36b95dd..ea48d4569 100644 --- a/examples/elf/tests/longjmp/longjmp.c +++ b/examples/elf/tests/longjmp/longjmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/longjmp/longjmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/mutex/Makefile b/examples/elf/tests/mutex/Makefile index e95fba84e..5fec89d3c 100644 --- a/examples/elf/tests/mutex/Makefile +++ b/examples/elf/tests/mutex/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/mutex/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/examples/elf/tests/mutex/mutex.c b/examples/elf/tests/mutex/mutex.c index 714dc94c6..2c7310ccf 100644 --- a/examples/elf/tests/mutex/mutex.c +++ b/examples/elf/tests/mutex/mutex.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/mutex/mutex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/pthread/Makefile b/examples/elf/tests/pthread/Makefile index 39e821e80..61108bc5f 100644 --- a/examples/elf/tests/pthread/Makefile +++ b/examples/elf/tests/pthread/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/pthread/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/examples/elf/tests/pthread/pthread.c b/examples/elf/tests/pthread/pthread.c index 4e5e8f810..cea9f0330 100644 --- a/examples/elf/tests/pthread/pthread.c +++ b/examples/elf/tests/pthread/pthread.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/pthread/pthread.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/signal/Makefile b/examples/elf/tests/signal/Makefile index d89e18384..21df11dd0 100644 --- a/examples/elf/tests/signal/Makefile +++ b/examples/elf/tests/signal/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/signal/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/examples/elf/tests/signal/signal.c b/examples/elf/tests/signal/signal.c index a55070fbe..b091602bc 100644 --- a/examples/elf/tests/signal/signal.c +++ b/examples/elf/tests/signal/signal.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/signal/signal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/struct/Makefile b/examples/elf/tests/struct/Makefile index e76e5a6c4..990d990c2 100644 --- a/examples/elf/tests/struct/Makefile +++ b/examples/elf/tests/struct/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/struct/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/examples/elf/tests/struct/struct.h b/examples/elf/tests/struct/struct.h index 7508f053d..bfbe1c8ac 100644 --- a/examples/elf/tests/struct/struct.h +++ b/examples/elf/tests/struct/struct.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/struct/struct.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/examples/elf/tests/struct/struct_dummy.c b/examples/elf/tests/struct/struct_dummy.c index d3376417c..c1361d4eb 100644 --- a/examples/elf/tests/struct/struct_dummy.c +++ b/examples/elf/tests/struct/struct_dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/struct/struct_dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/struct/struct_main.c b/examples/elf/tests/struct/struct_main.c index 2cb707ec1..801d2c5c5 100644 --- a/examples/elf/tests/struct/struct_main.c +++ b/examples/elf/tests/struct/struct_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/struct/struct_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/elf/tests/task/Makefile b/examples/elf/tests/task/Makefile index 3db9ab24f..b57b98885 100644 --- a/examples/elf/tests/task/Makefile +++ b/examples/elf/tests/task/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/elf/tests/task/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/examples/elf/tests/task/task.c b/examples/elf/tests/task/task.c index dfaf9834a..64a90f07f 100644 --- a/examples/elf/tests/task/task.c +++ b/examples/elf/tests/task/task.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/elf/tests/task/task.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/embedlog/CMakeLists.txt b/examples/embedlog/CMakeLists.txt index 055126498..0a403bfc5 100644 --- a/examples/embedlog/CMakeLists.txt +++ b/examples/embedlog/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/embedlog/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/embedlog/Make.defs b/examples/embedlog/Make.defs index 9c2ef3aad..6096211d4 100644 --- a/examples/embedlog/Make.defs +++ b/examples/embedlog/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/embedlog/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/examples/embedlog/Makefile b/examples/embedlog/Makefile index 6524a872f..a48e7e76d 100644 --- a/examples/embedlog/Makefile +++ b/examples/embedlog/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/embedlog/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/examples/embedlog/embedlog_main.c b/examples/embedlog/embedlog_main.c index 497fa1452..85c119364 100644 --- a/examples/embedlog/embedlog_main.c +++ b/examples/embedlog/embedlog_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/embedlog/embedlog_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/esp32_himem/CMakeLists.txt b/examples/esp32_himem/CMakeLists.txt index bf96baf00..313e90674 100644 --- a/examples/esp32_himem/CMakeLists.txt +++ b/examples/esp32_himem/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/esp32_himem/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/esp32_himem/Make.defs b/examples/esp32_himem/Make.defs index 69f4979b3..2f6324c6b 100644 --- a/examples/esp32_himem/Make.defs +++ b/examples/esp32_himem/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/esp32_himem/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/examples/esp32_himem/Makefile b/examples/esp32_himem/Makefile index d80be5cc9..aba61321d 100644 --- a/examples/esp32_himem/Makefile +++ b/examples/esp32_himem/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/esp32_himem/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/examples/esp32_himem/esp32_himem_main.c b/examples/esp32_himem/esp32_himem_main.c index 88e295463..bf7eda01c 100644 --- a/examples/esp32_himem/esp32_himem_main.c +++ b/examples/esp32_himem/esp32_himem_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/esp32_himem/esp32_himem_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/etl/CMakeLists.txt b/examples/etl/CMakeLists.txt index 2c705062a..9c0a20106 100644 --- a/examples/etl/CMakeLists.txt +++ b/examples/etl/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/etl/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/etl/Make.defs b/examples/etl/Make.defs index b020e2bc1..54405b0ed 100644 --- a/examples/etl/Make.defs +++ b/examples/etl/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/etl/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/examples/etl/Makefile b/examples/etl/Makefile index f273f4fa7..89b4c57a8 100644 --- a/examples/etl/Makefile +++ b/examples/etl/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/etl/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/examples/etl/etl_main.cxx b/examples/etl/etl_main.cxx index ec4a08187..efb4aa835 100644 --- a/examples/etl/etl_main.cxx +++ b/examples/etl/etl_main.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/examples/etl/etl_main.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/fb/CMakeLists.txt b/examples/fb/CMakeLists.txt index fdabfec24..87736c960 100644 --- a/examples/fb/CMakeLists.txt +++ b/examples/fb/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/fb/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/fb/Make.defs b/examples/fb/Make.defs index 319ba7ea1..a8ddc29d3 100644 --- a/examples/fb/Make.defs +++ b/examples/fb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/fb/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/examples/fb/Makefile b/examples/fb/Makefile index 1ccc6944a..fcf0f41ab 100644 --- a/examples/fb/Makefile +++ b/examples/fb/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/fb/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/examples/fb/fb_main.c b/examples/fb/fb_main.c index 835e70733..8948770bf 100644 --- a/examples/fb/fb_main.c +++ b/examples/fb/fb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fb/fb_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/fboverlay/CMakeLists.txt b/examples/fboverlay/CMakeLists.txt index a3248597a..0a90f9ab4 100644 --- a/examples/fboverlay/CMakeLists.txt +++ b/examples/fboverlay/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/fboverlay/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/fboverlay/Make.defs b/examples/fboverlay/Make.defs index 0fc92aaa6..62ea27755 100644 --- a/examples/fboverlay/Make.defs +++ b/examples/fboverlay/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/fboverlay/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/examples/fboverlay/Makefile b/examples/fboverlay/Makefile index 8072f0f89..d68057f25 100644 --- a/examples/fboverlay/Makefile +++ b/examples/fboverlay/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/fboverlay/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/examples/fboverlay/fboverlay_main.c b/examples/fboverlay/fboverlay_main.c index 193c4b81d..f71e17e9b 100644 --- a/examples/fboverlay/fboverlay_main.c +++ b/examples/fboverlay/fboverlay_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fboverlay/fboverlay_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/flash_test/CMakeLists.txt b/examples/flash_test/CMakeLists.txt index ea278ae7f..136905dfc 100644 --- a/examples/flash_test/CMakeLists.txt +++ b/examples/flash_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/flash_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/flash_test/Make.defs b/examples/flash_test/Make.defs index a5ef02bb4..04e423a2d 100644 --- a/examples/flash_test/Make.defs +++ b/examples/flash_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/flash_test/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/examples/flash_test/Makefile b/examples/flash_test/Makefile index 462b72b50..6b1cf355f 100644 --- a/examples/flash_test/Makefile +++ b/examples/flash_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/flash_test/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/examples/flash_test/flash_test.c b/examples/flash_test/flash_test.c index eeda05fbe..2dea201c2 100644 --- a/examples/flash_test/flash_test.c +++ b/examples/flash_test/flash_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flash_test/flash_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/flowc/CMakeLists.txt b/examples/flowc/CMakeLists.txt index cdcdcde2f..fd7d70960 100644 --- a/examples/flowc/CMakeLists.txt +++ b/examples/flowc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/flowc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/flowc/Make.defs b/examples/flowc/Make.defs index 060c7d3ad..5153fbc9b 100644 --- a/examples/flowc/Make.defs +++ b/examples/flowc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/flowc/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/examples/flowc/Makefile b/examples/flowc/Makefile index 597f6eedc..9d9d90f54 100644 --- a/examples/flowc/Makefile +++ b/examples/flowc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/flowc/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/examples/flowc/flowc.h b/examples/flowc/flowc.h index 8f9b3eb2b..c96fe76af 100644 --- a/examples/flowc/flowc.h +++ b/examples/flowc/flowc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flowc/flowc.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/examples/flowc/flowc_host.c b/examples/flowc/flowc_host.c index a2d97bb8b..3355dcb3e 100644 --- a/examples/flowc/flowc_host.c +++ b/examples/flowc/flowc_host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flowc/flowc_host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/flowc/flowc_mktestdata.c b/examples/flowc/flowc_mktestdata.c index 900c0d700..0ad5546a2 100644 --- a/examples/flowc/flowc_mktestdata.c +++ b/examples/flowc/flowc_mktestdata.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flowc/flowc_mktestdata.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/flowc/flowc_receiver.c b/examples/flowc/flowc_receiver.c index fe57f60c8..07d9ede0f 100644 --- a/examples/flowc/flowc_receiver.c +++ b/examples/flowc/flowc_receiver.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flowc/flowc_receiver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/flowc/flowc_sender.c b/examples/flowc/flowc_sender.c index 5149c512c..fc536c452 100644 --- a/examples/flowc/flowc_sender.c +++ b/examples/flowc/flowc_sender.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flowc/flowc_sender.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/flowc/flowc_target1.c b/examples/flowc/flowc_target1.c index 80790b323..a79562115 100644 --- a/examples/flowc/flowc_target1.c +++ b/examples/flowc/flowc_target1.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flowc/flowc_target1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/flowc/flowc_target2.c b/examples/flowc/flowc_target2.c index 4488308bf..31fa00718 100644 --- a/examples/flowc/flowc_target2.c +++ b/examples/flowc/flowc_target2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/flowc/flowc_target2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/fmsynth/CMakeLists.txt b/examples/fmsynth/CMakeLists.txt index 5279ba289..b6ff8c4f1 100644 --- a/examples/fmsynth/CMakeLists.txt +++ b/examples/fmsynth/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/fmsynth/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/fmsynth/Make.defs b/examples/fmsynth/Make.defs index 25be117b1..ecca6198f 100644 --- a/examples/fmsynth/Make.defs +++ b/examples/fmsynth/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/fmsynth/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/examples/fmsynth/Makefile b/examples/fmsynth/Makefile index d89a7df17..11aa02ff9 100644 --- a/examples/fmsynth/Makefile +++ b/examples/fmsynth/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/fmsynth/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/examples/fmsynth/keyboard_main.c b/examples/fmsynth/keyboard_main.c index 1cbaba2a5..e30eab3de 100644 --- a/examples/fmsynth/keyboard_main.c +++ b/examples/fmsynth/keyboard_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fmsynth/keyboard_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/fmsynth/mmlplayer_main.c b/examples/fmsynth/mmlplayer_main.c index 88c849c02..dd2a2b478 100644 --- a/examples/fmsynth/mmlplayer_main.c +++ b/examples/fmsynth/mmlplayer_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fmsynth/mmlplayer_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/fmsynth/mmlplayer_score.h b/examples/fmsynth/mmlplayer_score.h index f9e757846..eae095aa1 100644 --- a/examples/fmsynth/mmlplayer_score.h +++ b/examples/fmsynth/mmlplayer_score.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fmsynth/mmlplayer_score.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/examples/fmsynth/music_scale.c b/examples/fmsynth/music_scale.c index 7ec2e7709..185528be0 100644 --- a/examples/fmsynth/music_scale.c +++ b/examples/fmsynth/music_scale.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fmsynth/music_scale.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/fmsynth/music_scale.h b/examples/fmsynth/music_scale.h index 577564a3c..afb5a384a 100644 --- a/examples/fmsynth/music_scale.h +++ b/examples/fmsynth/music_scale.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fmsynth/music_scale.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/examples/fmsynth/operator_algorithm.c b/examples/fmsynth/operator_algorithm.c index 2d6b6068e..6eafe9025 100644 --- a/examples/fmsynth/operator_algorithm.c +++ b/examples/fmsynth/operator_algorithm.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fmsynth/operator_algorithm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/fmsynth/operator_algorithm.h b/examples/fmsynth/operator_algorithm.h index 94594d027..45adb4a19 100644 --- a/examples/fmsynth/operator_algorithm.h +++ b/examples/fmsynth/operator_algorithm.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/fmsynth/operator_algorithm.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/examples/foc/CMakeLists.txt b/examples/foc/CMakeLists.txt index 8cf8faa00..17fcc5fa6 100644 --- a/examples/foc/CMakeLists.txt +++ b/examples/foc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/foc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/foc/Make.defs b/examples/foc/Make.defs index 8387dcfaf..646d0c54b 100644 --- a/examples/foc/Make.defs +++ b/examples/foc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/foc/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/examples/foc/Makefile b/examples/foc/Makefile index cc81a3172..e0785cf21 100644 --- a/examples/foc/Makefile +++ b/examples/foc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/foc/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/examples/foc/foc_adc.h b/examples/foc/foc_adc.h index d578d1fb0..fbc1a69ab 100644 --- a/examples/foc/foc_adc.h +++ b/examples/foc/foc_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_adc.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/examples/foc/foc_cfg.h b/examples/foc/foc_cfg.h index 3e03d3725..6ce034347 100644 --- a/examples/foc/foc_cfg.h +++ b/examples/foc/foc_cfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_cfg.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/examples/foc/foc_debug.h b/examples/foc/foc_debug.h index fd92d247e..ed8ebcb20 100644 --- a/examples/foc/foc_debug.h +++ b/examples/foc/foc_debug.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_debug.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/examples/foc/foc_device.c b/examples/foc/foc_device.c index e4075f1c4..3ebea241f 100644 --- a/examples/foc/foc_device.c +++ b/examples/foc/foc_device.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_device.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_device.h b/examples/foc/foc_device.h index 8c57934cf..aa056b63d 100644 --- a/examples/foc/foc_device.h +++ b/examples/foc/foc_device.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_device.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/examples/foc/foc_fixed16_thr.c b/examples/foc/foc_fixed16_thr.c index 47a979d41..412b2b26e 100644 --- a/examples/foc/foc_fixed16_thr.c +++ b/examples/foc/foc_fixed16_thr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_fixed16_thr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_float_thr.c b/examples/foc/foc_float_thr.c index 44bde00e6..52fb0833b 100644 --- a/examples/foc/foc_float_thr.c +++ b/examples/foc/foc_float_thr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_float_thr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_intf.c b/examples/foc/foc_intf.c index 04a3493a3..1b0d4a8b1 100644 --- a/examples/foc/foc_intf.c +++ b/examples/foc/foc_intf.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_intf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_intf.h b/examples/foc/foc_intf.h index 286898319..ca6edf7bd 100644 --- a/examples/foc/foc_intf.h +++ b/examples/foc/foc_intf.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_intf.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/examples/foc/foc_main.c b/examples/foc/foc_main.c index e4626baf6..4b280e848 100644 --- a/examples/foc/foc_main.c +++ b/examples/foc/foc_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_motor_b16.c b/examples/foc/foc_motor_b16.c index a67230fac..f7a8ed2a5 100644 --- a/examples/foc/foc_motor_b16.c +++ b/examples/foc/foc_motor_b16.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_motor_b16.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_motor_b16.h b/examples/foc/foc_motor_b16.h index ee8c73a59..834d92111 100644 --- a/examples/foc/foc_motor_b16.h +++ b/examples/foc/foc_motor_b16.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_motor_b16.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/examples/foc/foc_motor_f32.c b/examples/foc/foc_motor_f32.c index 5feedf5db..8499a34cc 100644 --- a/examples/foc/foc_motor_f32.c +++ b/examples/foc/foc_motor_f32.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_motor_f32.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_motor_f32.h b/examples/foc/foc_motor_f32.h index 3a031282e..773241f28 100644 --- a/examples/foc/foc_motor_f32.h +++ b/examples/foc/foc_motor_f32.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_motor_f32.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/examples/foc/foc_mq.c b/examples/foc/foc_mq.c index aa32c4ed4..bbcd5a4fa 100644 --- a/examples/foc/foc_mq.c +++ b/examples/foc/foc_mq.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_mq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_mq.h b/examples/foc/foc_mq.h index e096d0c4b..a2fd32c4d 100644 --- a/examples/foc/foc_mq.h +++ b/examples/foc/foc_mq.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_mq.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/examples/foc/foc_nxscope.c b/examples/foc/foc_nxscope.c index f40297d51..93fd992af 100644 --- a/examples/foc/foc_nxscope.c +++ b/examples/foc/foc_nxscope.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_nxscope.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_nxscope.h b/examples/foc/foc_nxscope.h index 911e0afdf..28ab6c06e 100644 --- a/examples/foc/foc_nxscope.h +++ b/examples/foc/foc_nxscope.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_nxscope.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/examples/foc/foc_parseargs.c b/examples/foc/foc_parseargs.c index cddd73b85..972a0703f 100644 --- a/examples/foc/foc_parseargs.c +++ b/examples/foc/foc_parseargs.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_parseargs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_parseargs.h b/examples/foc/foc_parseargs.h index a019bc528..485ab7a43 100644 --- a/examples/foc/foc_parseargs.h +++ b/examples/foc/foc_parseargs.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_parseargs.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/examples/foc/foc_perf.c b/examples/foc/foc_perf.c index 3c64d3816..22a0456da 100644 --- a/examples/foc/foc_perf.c +++ b/examples/foc/foc_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_perf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_perf.h b/examples/foc/foc_perf.h index 9409e1057..d8b90d795 100644 --- a/examples/foc/foc_perf.h +++ b/examples/foc/foc_perf.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_perf.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/examples/foc/foc_thr.c b/examples/foc/foc_thr.c index a4bf87e33..6de9900fa 100644 --- a/examples/foc/foc_thr.c +++ b/examples/foc/foc_thr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_thr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/foc/foc_thr.h b/examples/foc/foc_thr.h index 93f6832ab..f7a931c60 100644 --- a/examples/foc/foc_thr.h +++ b/examples/foc/foc_thr.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/foc/foc_thr.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/examples/ft80x/CMakeLists.txt b/examples/ft80x/CMakeLists.txt index 979ad69a5..beacaaa5e 100644 --- a/examples/ft80x/CMakeLists.txt +++ b/examples/ft80x/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ft80x/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ft80x/Make.defs b/examples/ft80x/Make.defs index 6cc416928..c4a5c5f63 100644 --- a/examples/ft80x/Make.defs +++ b/examples/ft80x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ft80x/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/examples/ft80x/Makefile b/examples/ft80x/Makefile index 04ef4ab22..9bbf390dc 100644 --- a/examples/ft80x/Makefile +++ b/examples/ft80x/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ft80x/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/examples/ft80x/ft80x.h b/examples/ft80x/ft80x.h index b87164e61..0349f6eb4 100644 --- a/examples/ft80x/ft80x.h +++ b/examples/ft80x/ft80x.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ft80x/ft80x.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/examples/ft80x/ft80x_bitmaps.c b/examples/ft80x/ft80x_bitmaps.c index 4794f3c52..aecfbfb4f 100644 --- a/examples/ft80x/ft80x_bitmaps.c +++ b/examples/ft80x/ft80x_bitmaps.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ft80x/ft80x_bitmaps.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ft80x/ft80x_coprocessor.c b/examples/ft80x/ft80x_coprocessor.c index 3ca5bb691..474097a45 100644 --- a/examples/ft80x/ft80x_coprocessor.c +++ b/examples/ft80x/ft80x_coprocessor.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ft80x/ft80x_coprocessor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ft80x/ft80x_main.c b/examples/ft80x/ft80x_main.c index 06a111123..e35294547 100644 --- a/examples/ft80x/ft80x_main.c +++ b/examples/ft80x/ft80x_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ft80x/ft80x_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ft80x/ft80x_primitives.c b/examples/ft80x/ft80x_primitives.c index 3bd075cfe..6f70b53f2 100644 --- a/examples/ft80x/ft80x_primitives.c +++ b/examples/ft80x/ft80x_primitives.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ft80x/ft80x_primitives.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ftpc/CMakeLists.txt b/examples/ftpc/CMakeLists.txt index 6318c9cb4..1e7f1512b 100644 --- a/examples/ftpc/CMakeLists.txt +++ b/examples/ftpc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ftpc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ftpc/Make.defs b/examples/ftpc/Make.defs index b6b5e7a44..22d85b45c 100644 --- a/examples/ftpc/Make.defs +++ b/examples/ftpc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ftpc/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/examples/ftpc/Makefile b/examples/ftpc/Makefile index f49e509a9..733ef4e69 100644 --- a/examples/ftpc/Makefile +++ b/examples/ftpc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ftpc/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/examples/ftpc/ftpc.h b/examples/ftpc/ftpc.h index 55bf00406..5b20aa634 100644 --- a/examples/ftpc/ftpc.h +++ b/examples/ftpc/ftpc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ftpc/ftpc.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/examples/ftpc/ftpc_cmds.c b/examples/ftpc/ftpc_cmds.c index a3abd17d6..4d7a890d4 100644 --- a/examples/ftpc/ftpc_cmds.c +++ b/examples/ftpc/ftpc_cmds.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ftpc/ftpc_cmds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ftpc/ftpc_main.c b/examples/ftpc/ftpc_main.c index ba57e17be..cce4cf6c2 100644 --- a/examples/ftpc/ftpc_main.c +++ b/examples/ftpc/ftpc_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ftpc/ftpc_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ftpd/CMakeLists.txt b/examples/ftpd/CMakeLists.txt index e433f125b..7b3b33b43 100644 --- a/examples/ftpd/CMakeLists.txt +++ b/examples/ftpd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ftpd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ftpd/Make.defs b/examples/ftpd/Make.defs index 4761439f8..b845f46df 100644 --- a/examples/ftpd/Make.defs +++ b/examples/ftpd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ftpd/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/examples/ftpd/Makefile b/examples/ftpd/Makefile index fe42036f9..564dd149b 100644 --- a/examples/ftpd/Makefile +++ b/examples/ftpd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ftpd/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/examples/ftpd/ftpd.h b/examples/ftpd/ftpd.h index 213ab1b19..59bf11b80 100644 --- a/examples/ftpd/ftpd.h +++ b/examples/ftpd/ftpd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ftpd/ftpd.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/examples/ftpd/ftpd_main.c b/examples/ftpd/ftpd_main.c index d1052b50c..5c7888b24 100644 --- a/examples/ftpd/ftpd_main.c +++ b/examples/ftpd/ftpd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ftpd/ftpd_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/fxos8700cq_test/CMakeLists.txt b/examples/fxos8700cq_test/CMakeLists.txt index add6afd76..d1fa727ed 100644 --- a/examples/fxos8700cq_test/CMakeLists.txt +++ b/examples/fxos8700cq_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/fxos8700cq_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/fxos8700cq_test/Make.defs b/examples/fxos8700cq_test/Make.defs index e43f726d9..6f58ed4c0 100644 --- a/examples/fxos8700cq_test/Make.defs +++ b/examples/fxos8700cq_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # apps/examples/fxos8700cq_test/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/examples/fxos8700cq_test/Makefile b/examples/fxos8700cq_test/Makefile index 3cb1ccecb..18f857db0 100644 --- a/examples/fxos8700cq_test/Makefile +++ b/examples/fxos8700cq_test/Makefile @@ -1,6 +1,8 @@ ############################################################################# # apps/examples/fxos8700cq_test/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/examples/fxos8700cq_test/fxos8700cq_main.c b/examples/fxos8700cq_test/fxos8700cq_main.c index 02bda14f4..b55ad7aef 100644 --- a/examples/fxos8700cq_test/fxos8700cq_main.c +++ b/examples/fxos8700cq_test/fxos8700cq_main.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/examples/fxos8700cq_test/fxos8700cq_main.c - * fxos8700cq motion sensor sample application + * + * SPDX-License-Identifier: Apache-2.0 * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/examples/gpio/CMakeLists.txt b/examples/gpio/CMakeLists.txt index ba9246cb5..e0d664020 100644 --- a/examples/gpio/CMakeLists.txt +++ b/examples/gpio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/gpio/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/gpio/Make.defs b/examples/gpio/Make.defs index 6575a1ef4..05f914f31 100644 --- a/examples/gpio/Make.defs +++ b/examples/gpio/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/gpio/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/examples/gpio/Makefile b/examples/gpio/Makefile index 889ca59af..be8b54ab7 100644 --- a/examples/gpio/Makefile +++ b/examples/gpio/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/gpio/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/examples/gpio/gpio_main.c b/examples/gpio/gpio_main.c index c097a265f..1b2e86ad5 100644 --- a/examples/gpio/gpio_main.c +++ b/examples/gpio/gpio_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/gpio/gpio_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/gps/CMakeLists.txt b/examples/gps/CMakeLists.txt index 26103014f..43d7dd081 100644 --- a/examples/gps/CMakeLists.txt +++ b/examples/gps/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/gps/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/gps/Make.defs b/examples/gps/Make.defs index e90682038..a7b093ba1 100644 --- a/examples/gps/Make.defs +++ b/examples/gps/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/gps/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/examples/gps/Makefile b/examples/gps/Makefile index efac4f0ba..b6af0ca7d 100644 --- a/examples/gps/Makefile +++ b/examples/gps/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/gps/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/examples/gps/gps_main.c b/examples/gps/gps_main.c index e042449d3..a79cd65c2 100644 --- a/examples/gps/gps_main.c +++ b/examples/gps/gps_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/gps/gps_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hall/CMakeLists.txt b/examples/hall/CMakeLists.txt index 44a7674ee..9626d70fa 100644 --- a/examples/hall/CMakeLists.txt +++ b/examples/hall/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/hall/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/hall/Make.defs b/examples/hall/Make.defs index 7db20e769..40bb4483f 100644 --- a/examples/hall/Make.defs +++ b/examples/hall/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hall/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/examples/hall/Makefile b/examples/hall/Makefile index 3c415e238..12e6dfe23 100644 --- a/examples/hall/Makefile +++ b/examples/hall/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hall/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/examples/hall/hall.h b/examples/hall/hall.h index 3bb2a2a76..242e9d064 100644 --- a/examples/hall/hall.h +++ b/examples/hall/hall.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hall/hall.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/examples/hall/hall_main.c b/examples/hall/hall_main.c index 3cf2a4d4a..ed3c3b570 100644 --- a/examples/hall/hall_main.c +++ b/examples/hall/hall_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hall/hall_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hdc1008_demo/CMakeLists.txt b/examples/hdc1008_demo/CMakeLists.txt index 1bf7ce4da..d2807a4ea 100644 --- a/examples/hdc1008_demo/CMakeLists.txt +++ b/examples/hdc1008_demo/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/hdc1008_demo/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/hdc1008_demo/Make.defs b/examples/hdc1008_demo/Make.defs index fa1dd8e8a..ac45aa939 100644 --- a/examples/hdc1008_demo/Make.defs +++ b/examples/hdc1008_demo/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hdc1008_demo/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/examples/hdc1008_demo/Makefile b/examples/hdc1008_demo/Makefile index 6f691ea5e..0016c3e71 100644 --- a/examples/hdc1008_demo/Makefile +++ b/examples/hdc1008_demo/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hdc1008_demo/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/examples/hdc1008_demo/hdc1008_main.c b/examples/hdc1008_demo/hdc1008_main.c index 589f7ddd5..57b6f2215 100644 --- a/examples/hdc1008_demo/hdc1008_main.c +++ b/examples/hdc1008_demo/hdc1008_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hdc1008_demo/hdc1008_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hello/CMakeLists.txt b/examples/hello/CMakeLists.txt index d71131595..94fefd612 100644 --- a/examples/hello/CMakeLists.txt +++ b/examples/hello/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/hello/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/hello/Make.defs b/examples/hello/Make.defs index b21f7d203..e31ef0f1d 100644 --- a/examples/hello/Make.defs +++ b/examples/hello/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello/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/examples/hello/Makefile b/examples/hello/Makefile index f5f6017c0..e8bcc4985 100644 --- a/examples/hello/Makefile +++ b/examples/hello/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello/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/examples/hello/hello_main.c b/examples/hello/hello_main.c index 2cd6cb400..fd194a623 100644 --- a/examples/hello/hello_main.c +++ b/examples/hello/hello_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hello/hello_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hello_d/Make.defs b/examples/hello_d/Make.defs index b267da14f..1dbcd3b9f 100644 --- a/examples/hello_d/Make.defs +++ b/examples/hello_d/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_d/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/examples/hello_d/Makefile b/examples/hello_d/Makefile index 805edea85..983d3f3d7 100644 --- a/examples/hello_d/Makefile +++ b/examples/hello_d/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_d/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/examples/hello_d/hello_d_main.d b/examples/hello_d/hello_d_main.d index 47dd4e885..4d165b1f3 100644 --- a/examples/hello_d/hello_d_main.d +++ b/examples/hello_d/hello_d_main.d @@ -1,6 +1,8 @@ //*************************************************************************** // apps/examples/hello_d/hello_d_main.d // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/hello_d/nuttx_std.c b/examples/hello_d/nuttx_std.c index f8585c47f..0583f396b 100644 --- a/examples/hello_d/nuttx_std.c +++ b/examples/hello_d/nuttx_std.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hello_d/nuttx_std.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hello_nim/Make.defs b/examples/hello_nim/Make.defs index 3c8fdf662..595d85133 100644 --- a/examples/hello_nim/Make.defs +++ b/examples/hello_nim/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_nim/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/examples/hello_nim/Makefile b/examples/hello_nim/Makefile index 67e9bf9c9..fa7973106 100644 --- a/examples/hello_nim/Makefile +++ b/examples/hello_nim/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_nim/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/examples/hello_nim/hello_nim_async.nim b/examples/hello_nim/hello_nim_async.nim index 580283c17..664fe7d9b 100644 --- a/examples/hello_nim/hello_nim_async.nim +++ b/examples/hello_nim/hello_nim_async.nim @@ -1,3 +1,25 @@ +/**************************************************************************** + * apps/examples/hello_nim/hello_nim_async.c + * + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. The + * ASF licenses this file to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance with the + * License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + * + ****************************************************************************/ + import std/asyncdispatch import std/strformat diff --git a/examples/hello_nim/hello_nim_main.c b/examples/hello_nim/hello_nim_main.c index 9cad2fd92..2f1386533 100644 --- a/examples/hello_nim/hello_nim_main.c +++ b/examples/hello_nim/hello_nim_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hello_nim/hello_nim_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hello_rust/Make.defs b/examples/hello_rust/Make.defs index 245662e68..7cb3099d2 100644 --- a/examples/hello_rust/Make.defs +++ b/examples/hello_rust/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_rust/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/examples/hello_rust/Makefile b/examples/hello_rust/Makefile index 8415ff402..b1ac1824c 100644 --- a/examples/hello_rust/Makefile +++ b/examples/hello_rust/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_rust/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/examples/hello_rust/hello_rust_main.rs b/examples/hello_rust/hello_rust_main.rs index 3a276e94d..fa24671cd 100644 --- a/examples/hello_rust/hello_rust_main.rs +++ b/examples/hello_rust/hello_rust_main.rs @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hello_rust/hello_rust_main.rs * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hello_swift/BridgingHeader.h b/examples/hello_swift/BridgingHeader.h index 4d5ed3d94..ca7ed2ce6 100644 --- a/examples/hello_swift/BridgingHeader.h +++ b/examples/hello_swift/BridgingHeader.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hello_swift/BridgingHeader.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/examples/hello_swift/Make.defs b/examples/hello_swift/Make.defs index 2829de01e..d3e68fc72 100644 --- a/examples/hello_swift/Make.defs +++ b/examples/hello_swift/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_swift/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/examples/hello_swift/Makefile b/examples/hello_swift/Makefile index 5f6a39be8..49fabf55d 100644 --- a/examples/hello_swift/Makefile +++ b/examples/hello_swift/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_swift/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/examples/hello_swift/hello_swift_main.swift b/examples/hello_swift/hello_swift_main.swift index 215235e50..665704908 100644 --- a/examples/hello_swift/hello_swift_main.swift +++ b/examples/hello_swift/hello_swift_main.swift @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hello_swift/hello_swift_main.swift * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hello_wasm/CMakeLists.txt b/examples/hello_wasm/CMakeLists.txt index 556aafd5b..ecdc6e8e7 100644 --- a/examples/hello_wasm/CMakeLists.txt +++ b/examples/hello_wasm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/hello_wasm/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/hello_wasm/Make.defs b/examples/hello_wasm/Make.defs index 26d76c292..4f780cbbc 100644 --- a/examples/hello_wasm/Make.defs +++ b/examples/hello_wasm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_wasm/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/examples/hello_wasm/Makefile b/examples/hello_wasm/Makefile index 1d6f4f81a..1ca45f7c5 100644 --- a/examples/hello_wasm/Makefile +++ b/examples/hello_wasm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_wasm/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/examples/hello_wasm/hello_main.c b/examples/hello_wasm/hello_main.c index c351cf939..856f6b4cc 100644 --- a/examples/hello_wasm/hello_main.c +++ b/examples/hello_wasm/hello_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hello_wasm/hello_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hello_zig/Make.defs b/examples/hello_zig/Make.defs index 25dcc1824..e60bcc7ce 100644 --- a/examples/hello_zig/Make.defs +++ b/examples/hello_zig/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_zig/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/examples/hello_zig/Makefile b/examples/hello_zig/Makefile index 90b9de590..a1a66d2f8 100644 --- a/examples/hello_zig/Makefile +++ b/examples/hello_zig/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hello_zig/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/examples/hello_zig/hello_zig.zig b/examples/hello_zig/hello_zig.zig index 4c8fbcbca..d3b5dd35d 100644 --- a/examples/hello_zig/hello_zig.zig +++ b/examples/hello_zig/hello_zig.zig @@ -1,6 +1,8 @@ //*************************************************************************** // examples/hello_zig/hello_zig.zig // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/helloxx/CMakeLists.txt b/examples/helloxx/CMakeLists.txt index 6138c309e..12c27efe2 100644 --- a/examples/helloxx/CMakeLists.txt +++ b/examples/helloxx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/helloxx/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/helloxx/Make.defs b/examples/helloxx/Make.defs index 13fbd567b..318436af9 100644 --- a/examples/helloxx/Make.defs +++ b/examples/helloxx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/helloxx/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/examples/helloxx/Makefile b/examples/helloxx/Makefile index 30b02cfd1..a9741277f 100644 --- a/examples/helloxx/Makefile +++ b/examples/helloxx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/helloxx/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/examples/helloxx/helloxx_main.cxx b/examples/helloxx/helloxx_main.cxx index fb0134a84..c3425ff6b 100644 --- a/examples/helloxx/helloxx_main.cxx +++ b/examples/helloxx/helloxx_main.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/examples/helloxx/helloxx_main.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/hidkbd/CMakeLists.txt b/examples/hidkbd/CMakeLists.txt index cbbe8bf7e..90654c581 100644 --- a/examples/hidkbd/CMakeLists.txt +++ b/examples/hidkbd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/hidkbd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/hidkbd/Make.defs b/examples/hidkbd/Make.defs index 7868506f9..659cf76da 100644 --- a/examples/hidkbd/Make.defs +++ b/examples/hidkbd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hidkbd/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/examples/hidkbd/Makefile b/examples/hidkbd/Makefile index 91a644692..8532747f3 100644 --- a/examples/hidkbd/Makefile +++ b/examples/hidkbd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hidkbd/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/examples/hidkbd/hidkbd_main.c b/examples/hidkbd/hidkbd_main.c index d2b53ee9d..1515d6526 100644 --- a/examples/hidkbd/hidkbd_main.c +++ b/examples/hidkbd/hidkbd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hidkbd/hidkbd_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hts221_reader/CMakeLists.txt b/examples/hts221_reader/CMakeLists.txt index edd1ad966..70b883a4b 100644 --- a/examples/hts221_reader/CMakeLists.txt +++ b/examples/hts221_reader/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/hts221_reader/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/hts221_reader/Make.defs b/examples/hts221_reader/Make.defs index 846a0ff20..d6577e5b2 100644 --- a/examples/hts221_reader/Make.defs +++ b/examples/hts221_reader/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hts221_reader/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/examples/hts221_reader/Makefile b/examples/hts221_reader/Makefile index 46db8727c..90b9cc579 100644 --- a/examples/hts221_reader/Makefile +++ b/examples/hts221_reader/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hts221_reader/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/examples/hts221_reader/hts221_reader_main.c b/examples/hts221_reader/hts221_reader_main.c index f77bbfd88..ac00ede5e 100644 --- a/examples/hts221_reader/hts221_reader_main.c +++ b/examples/hts221_reader/hts221_reader_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hts221_reader/hts221_reader_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/hx711/CMakeLists.txt b/examples/hx711/CMakeLists.txt index aabe90ef6..df388c6ae 100644 --- a/examples/hx711/CMakeLists.txt +++ b/examples/hx711/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/hx711/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/hx711/Make.defs b/examples/hx711/Make.defs index 7cffdda6f..2503e5b99 100644 --- a/examples/hx711/Make.defs +++ b/examples/hx711/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hx711/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/examples/hx711/Makefile b/examples/hx711/Makefile index 4d2a84619..d68a8767e 100644 --- a/examples/hx711/Makefile +++ b/examples/hx711/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/hx711/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/examples/hx711/hx711_main.c b/examples/hx711/hx711_main.c index fc7117469..3e9f1755c 100644 --- a/examples/hx711/hx711_main.c +++ b/examples/hx711/hx711_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/hx711/hx711_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/i2schar/CMakeLists.txt b/examples/i2schar/CMakeLists.txt index aca814c24..003a13e98 100644 --- a/examples/i2schar/CMakeLists.txt +++ b/examples/i2schar/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/i2schar/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/i2schar/Make.defs b/examples/i2schar/Make.defs index eb17a38b4..a4add3ee8 100644 --- a/examples/i2schar/Make.defs +++ b/examples/i2schar/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/i2schar/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/examples/i2schar/Makefile b/examples/i2schar/Makefile index 8a312abcd..6f4ad7de2 100644 --- a/examples/i2schar/Makefile +++ b/examples/i2schar/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/i2schar/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/examples/i2schar/i2schar.h b/examples/i2schar/i2schar.h index ed140e6e7..b80b5e483 100644 --- a/examples/i2schar/i2schar.h +++ b/examples/i2schar/i2schar.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/i2schar/i2schar.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/examples/i2schar/i2schar_main.c b/examples/i2schar/i2schar_main.c index 28f2fd59a..ea5d6850f 100644 --- a/examples/i2schar/i2schar_main.c +++ b/examples/i2schar/i2schar_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/i2schar/i2schar_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/i2schar/i2schar_receiver.c b/examples/i2schar/i2schar_receiver.c index 9b6300f67..164635779 100644 --- a/examples/i2schar/i2schar_receiver.c +++ b/examples/i2schar/i2schar_receiver.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/i2schar/i2schar_receiver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/i2schar/i2schar_transmitter.c b/examples/i2schar/i2schar_transmitter.c index 1396757e2..aa5c59db9 100644 --- a/examples/i2schar/i2schar_transmitter.c +++ b/examples/i2schar/i2schar_transmitter.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/i2schar/i2schar_transmitter.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/i2sloop/CMakeLists.txt b/examples/i2sloop/CMakeLists.txt index a36cd669b..c1d64f136 100644 --- a/examples/i2sloop/CMakeLists.txt +++ b/examples/i2sloop/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/i2sloop/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/i2sloop/Make.defs b/examples/i2sloop/Make.defs index 6f72f5fcb..97c751df4 100644 --- a/examples/i2sloop/Make.defs +++ b/examples/i2sloop/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/i2sloop/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/examples/i2sloop/Makefile b/examples/i2sloop/Makefile index d3341ac2f..fb5b56255 100644 --- a/examples/i2sloop/Makefile +++ b/examples/i2sloop/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/i2sloop/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/examples/i2sloop/i2sloop_main.c b/examples/i2sloop/i2sloop_main.c index f64aa8168..a84c8254c 100644 --- a/examples/i2sloop/i2sloop_main.c +++ b/examples/i2sloop/i2sloop_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/i2sloop/i2sloop_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/igmp/CMakeLists.txt b/examples/igmp/CMakeLists.txt index bf5f770e3..f02381f81 100644 --- a/examples/igmp/CMakeLists.txt +++ b/examples/igmp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/igmp/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/igmp/Make.defs b/examples/igmp/Make.defs index 5ce9853f3..1f839cc9e 100644 --- a/examples/igmp/Make.defs +++ b/examples/igmp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/igmp/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/examples/igmp/Makefile b/examples/igmp/Makefile index 4fc9fef01..9dbec79ca 100644 --- a/examples/igmp/Makefile +++ b/examples/igmp/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/igmp/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/examples/igmp/igmp.c b/examples/igmp/igmp.c index 4822227cc..da904fa34 100644 --- a/examples/igmp/igmp.c +++ b/examples/igmp/igmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/igmp/igmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/igmp/igmp.h b/examples/igmp/igmp.h index 3d9ac6466..11ffb57f9 100644 --- a/examples/igmp/igmp.h +++ b/examples/igmp/igmp.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/igmp/igmp.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/examples/ina219/CMakeLists.txt b/examples/ina219/CMakeLists.txt index d507fd5b6..451ddffaf 100644 --- a/examples/ina219/CMakeLists.txt +++ b/examples/ina219/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ina219/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ina219/Make.defs b/examples/ina219/Make.defs index 4aad654d6..29ae967e0 100644 --- a/examples/ina219/Make.defs +++ b/examples/ina219/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ina219/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/examples/ina219/Makefile b/examples/ina219/Makefile index 16d3e6348..5580850fe 100644 --- a/examples/ina219/Makefile +++ b/examples/ina219/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ina219/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/examples/ina219/ina219_main.c b/examples/ina219/ina219_main.c index a82064ceb..ddb4ce5ab 100644 --- a/examples/ina219/ina219_main.c +++ b/examples/ina219/ina219_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ina219/ina219_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ina226/CMakeLists.txt b/examples/ina226/CMakeLists.txt index cade2d42c..1e34b2659 100644 --- a/examples/ina226/CMakeLists.txt +++ b/examples/ina226/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ina226/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ina226/Make.defs b/examples/ina226/Make.defs index 980fd358a..a335ce5c0 100644 --- a/examples/ina226/Make.defs +++ b/examples/ina226/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ina226/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/examples/ina226/Makefile b/examples/ina226/Makefile index 0a5859b5f..46efa9d1c 100644 --- a/examples/ina226/Makefile +++ b/examples/ina226/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ina226/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/examples/ina226/ina226_main.c b/examples/ina226/ina226_main.c index 69d040cdf..6a73f6cbb 100644 --- a/examples/ina226/ina226_main.c +++ b/examples/ina226/ina226_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ina226/ina226_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ini_dumper/CMakeLists.txt b/examples/ini_dumper/CMakeLists.txt index f97058410..e6cf93929 100644 --- a/examples/ini_dumper/CMakeLists.txt +++ b/examples/ini_dumper/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ini_dumper/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ini_dumper/Make.defs b/examples/ini_dumper/Make.defs index f83e58fdb..2c92065a8 100644 --- a/examples/ini_dumper/Make.defs +++ b/examples/ini_dumper/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ini_dumper/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/examples/ini_dumper/Makefile b/examples/ini_dumper/Makefile index fdd362a3d..cecc252ab 100644 --- a/examples/ini_dumper/Makefile +++ b/examples/ini_dumper/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ini_dumper/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/examples/ini_dumper/ini_dumper_main.c b/examples/ini_dumper/ini_dumper_main.c index 7f950e1f5..8f3e2ca76 100644 --- a/examples/ini_dumper/ini_dumper_main.c +++ b/examples/ini_dumper/ini_dumper_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ini_dumper/ini_dumper_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ipcfg/CMakeLists.txt b/examples/ipcfg/CMakeLists.txt index eed346119..ab57dcd6d 100644 --- a/examples/ipcfg/CMakeLists.txt +++ b/examples/ipcfg/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ipcfg/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ipcfg/Make.defs b/examples/ipcfg/Make.defs index 1a54ae6f8..6dc082db0 100644 --- a/examples/ipcfg/Make.defs +++ b/examples/ipcfg/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ipcfg/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/examples/ipcfg/Makefile b/examples/ipcfg/Makefile index 82c6b018c..fe8231880 100644 --- a/examples/ipcfg/Makefile +++ b/examples/ipcfg/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ipcfg/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/examples/ipcfg/ipcfg_main.c b/examples/ipcfg/ipcfg_main.c index 2caa7d1bd..f64a73ea8 100644 --- a/examples/ipcfg/ipcfg_main.c +++ b/examples/ipcfg/ipcfg_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ipcfg/ipcfg_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ipforward/CMakeLists.txt b/examples/ipforward/CMakeLists.txt index 04f4fee62..350da02db 100644 --- a/examples/ipforward/CMakeLists.txt +++ b/examples/ipforward/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ipforward/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ipforward/Make.defs b/examples/ipforward/Make.defs index 51f4e5da9..42f55108f 100644 --- a/examples/ipforward/Make.defs +++ b/examples/ipforward/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ipforward/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/examples/ipforward/Makefile b/examples/ipforward/Makefile index 2fa6f4866..1a5c2a909 100644 --- a/examples/ipforward/Makefile +++ b/examples/ipforward/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ipforward/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/examples/ipforward/ipforward.c b/examples/ipforward/ipforward.c index 45fa3e790..205df5548 100644 --- a/examples/ipforward/ipforward.c +++ b/examples/ipforward/ipforward.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ipforward/ipforward.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/isl29023/CMakeLists.txt b/examples/isl29023/CMakeLists.txt index a04780ba1..d833c1a62 100644 --- a/examples/isl29023/CMakeLists.txt +++ b/examples/isl29023/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/isl29023/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/isl29023/Make.defs b/examples/isl29023/Make.defs index f6497bbe0..e8e9583c5 100644 --- a/examples/isl29023/Make.defs +++ b/examples/isl29023/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/isl29023/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/examples/isl29023/Makefile b/examples/isl29023/Makefile index 7e3a0801f..2c20c2665 100644 --- a/examples/isl29023/Makefile +++ b/examples/isl29023/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/isl29023/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/examples/isl29023/isl29023_main.c b/examples/isl29023/isl29023_main.c index 7ccddda67..2c36d8178 100644 --- a/examples/isl29023/isl29023_main.c +++ b/examples/isl29023/isl29023_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/isl29023/isl29023_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/json/CMakeLists.txt b/examples/json/CMakeLists.txt index c8f862dac..f2c1d432d 100644 --- a/examples/json/CMakeLists.txt +++ b/examples/json/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/json/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/json/Make.defs b/examples/json/Make.defs index 1156c7928..023d630f5 100644 --- a/examples/json/Make.defs +++ b/examples/json/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/json/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/examples/json/Makefile b/examples/json/Makefile index 2ce526730..c416b2233 100644 --- a/examples/json/Makefile +++ b/examples/json/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/json/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/examples/json/json_main.c b/examples/json/json_main.c index e3b1c9118..d49d40316 100644 --- a/examples/json/json_main.c +++ b/examples/json/json_main.c @@ -1,14 +1,10 @@ /**************************************************************************** * apps/examples/json/json_main.c * - * This file is a part of NuttX: - * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. - * Ported by: Darcy Gong - * - * And derives from the cJSON Project which has an MIT license: - * - * Copyright (c) 2009 Dave Gamble + * SPDX-License-Identifier: MIT + * SPDX-FileCopyrightText: 2012 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009 Dave Gamble + * SPDX-FileContributor: Darcy Gong * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/examples/keyboard/Make.defs b/examples/keyboard/Make.defs index 0310f739e..ddd11f9bc 100644 --- a/examples/keyboard/Make.defs +++ b/examples/keyboard/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/keyboard/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/examples/keyboard/Makefile b/examples/keyboard/Makefile index 8010d71a1..1284fb73a 100644 --- a/examples/keyboard/Makefile +++ b/examples/keyboard/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/keyboard/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/examples/keyboard/kbd_main.c b/examples/keyboard/kbd_main.c index a1624e844..58a6e9f3e 100644 --- a/examples/keyboard/kbd_main.c +++ b/examples/keyboard/kbd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/keyboard/kbd_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/leds/CMakeLists.txt b/examples/leds/CMakeLists.txt index 71c32cd7a..9e45423d2 100644 --- a/examples/leds/CMakeLists.txt +++ b/examples/leds/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/leds/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/leds/Make.defs b/examples/leds/Make.defs index eff16b389..50b1b9997 100644 --- a/examples/leds/Make.defs +++ b/examples/leds/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/leds/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/examples/leds/Makefile b/examples/leds/Makefile index f98a32f48..2bd032ba3 100644 --- a/examples/leds/Makefile +++ b/examples/leds/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/leds/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/examples/leds/leds_main.c b/examples/leds/leds_main.c index 71864dc0c..4d785f65c 100644 --- a/examples/leds/leds_main.c +++ b/examples/leds/leds_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/leds/leds_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/leds_rust/Make.defs b/examples/leds_rust/Make.defs index 0749823da..059e8a20e 100644 --- a/examples/leds_rust/Make.defs +++ b/examples/leds_rust/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/leds_rust/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/examples/leds_rust/Makefile b/examples/leds_rust/Makefile index ab3d86e2b..bf3c8345d 100644 --- a/examples/leds_rust/Makefile +++ b/examples/leds_rust/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/leds_rust/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/examples/leds_rust/leds_rust_main.rs b/examples/leds_rust/leds_rust_main.rs index 1bd1bca42..206d36028 100644 --- a/examples/leds_rust/leds_rust_main.rs +++ b/examples/leds_rust/leds_rust_main.rs @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/leds_rust/leds_rust_main.rs * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/leds_rust/nuttx.rs b/examples/leds_rust/nuttx.rs index 4b075767b..41366096d 100644 --- a/examples/leds_rust/nuttx.rs +++ b/examples/leds_rust/nuttx.rs @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/leds_rust/nuttx.rs * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/leds_zig/Make.defs b/examples/leds_zig/Make.defs index 9f5fb809e..1ea4e5d04 100644 --- a/examples/leds_zig/Make.defs +++ b/examples/leds_zig/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/leds_zig/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/examples/leds_zig/Makefile b/examples/leds_zig/Makefile index 4da5a8908..a97c199d1 100644 --- a/examples/leds_zig/Makefile +++ b/examples/leds_zig/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/leds_zig/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/examples/leds_zig/leds_zig.zig b/examples/leds_zig/leds_zig.zig index ad1b3f435..bbfbffd54 100644 --- a/examples/leds_zig/leds_zig.zig +++ b/examples/leds_zig/leds_zig.zig @@ -1,6 +1,8 @@ ///************************************************************************** // examples/leds_zig/leds_zig.zig // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/libtest/CMakeLists.txt b/examples/libtest/CMakeLists.txt index 4458322ff..a1975f184 100644 --- a/examples/libtest/CMakeLists.txt +++ b/examples/libtest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/libtest/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/libtest/Make.defs b/examples/libtest/Make.defs index a76fbef7c..c9e0a6c88 100644 --- a/examples/libtest/Make.defs +++ b/examples/libtest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/libtest/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/examples/libtest/Makefile b/examples/libtest/Makefile index 95606815e..b29501389 100644 --- a/examples/libtest/Makefile +++ b/examples/libtest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/libtest/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/examples/libtest/libtest.c b/examples/libtest/libtest.c index 833605884..a1d9852c8 100644 --- a/examples/libtest/libtest.c +++ b/examples/libtest/libtest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/libtest/libtest.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/libtest/libtest.h b/examples/libtest/libtest.h index 59f7d2acf..df0ed548a 100644 --- a/examples/libtest/libtest.h +++ b/examples/libtest/libtest.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/libtest/libtest.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/examples/libtest/libtest_main.c b/examples/libtest/libtest_main.c index 60281a470..9ce195256 100644 --- a/examples/libtest/libtest_main.c +++ b/examples/libtest/libtest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/libtest/libtest_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/lis3dsh_reader/CMakeLists.txt b/examples/lis3dsh_reader/CMakeLists.txt index 641904e2a..37e2d5961 100644 --- a/examples/lis3dsh_reader/CMakeLists.txt +++ b/examples/lis3dsh_reader/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lis3dsh_reader/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lis3dsh_reader/Make.defs b/examples/lis3dsh_reader/Make.defs index 2245b4d37..1caf28f15 100644 --- a/examples/lis3dsh_reader/Make.defs +++ b/examples/lis3dsh_reader/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lis3dsh_reader/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/examples/lis3dsh_reader/Makefile b/examples/lis3dsh_reader/Makefile index b83339d9e..d97e90a41 100644 --- a/examples/lis3dsh_reader/Makefile +++ b/examples/lis3dsh_reader/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lis3dsh_reader/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/examples/lis3dsh_reader/lis3dsh_reader_main.c b/examples/lis3dsh_reader/lis3dsh_reader_main.c index 7d5816ac2..dad00b312 100644 --- a/examples/lis3dsh_reader/lis3dsh_reader_main.c +++ b/examples/lis3dsh_reader/lis3dsh_reader_main.c @@ -1,8 +1,9 @@ /**************************************************************************** * apps/examples/lis3dsh_reader/lis3dsh_reader_main.c * - * Copyright (C) 2017 Florian Olbrich. All rights reserved. - * Author: Florian Olbrich + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Florian Olbrich. All rights reserved. + * SPDX-FileContributor: Florian Olbrich * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/lp503x/CMakeLists.txt b/examples/lp503x/CMakeLists.txt index 78c7f70b3..1256caabb 100644 --- a/examples/lp503x/CMakeLists.txt +++ b/examples/lp503x/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lp503x/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lp503x/Make.defs b/examples/lp503x/Make.defs index f89e60f5e..bf3f20b86 100644 --- a/examples/lp503x/Make.defs +++ b/examples/lp503x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lp503x/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/examples/lp503x/Makefile b/examples/lp503x/Makefile index abad5899c..5cab0d4e4 100644 --- a/examples/lp503x/Makefile +++ b/examples/lp503x/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lp503x/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/examples/lp503x/lp503x_main.c b/examples/lp503x/lp503x_main.c index 644305248..2d34929a6 100644 --- a/examples/lp503x/lp503x_main.c +++ b/examples/lp503x/lp503x_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/lp503x/lp503x_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/lsm303_reader/CMakeLists.txt b/examples/lsm303_reader/CMakeLists.txt index f7d857393..b45c576a7 100644 --- a/examples/lsm303_reader/CMakeLists.txt +++ b/examples/lsm303_reader/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lsm303_reader/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lsm303_reader/Make.defs b/examples/lsm303_reader/Make.defs index e47c99ca1..3035bb276 100644 --- a/examples/lsm303_reader/Make.defs +++ b/examples/lsm303_reader/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lsm303_reader/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/examples/lsm303_reader/Makefile b/examples/lsm303_reader/Makefile index 325b91048..0183a5320 100644 --- a/examples/lsm303_reader/Makefile +++ b/examples/lsm303_reader/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lsm303_reader/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/examples/lsm303_reader/lsm303_reader_main.c b/examples/lsm303_reader/lsm303_reader_main.c index 7c5c2e7f6..b48e81a2d 100644 --- a/examples/lsm303_reader/lsm303_reader_main.c +++ b/examples/lsm303_reader/lsm303_reader_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/lsm303_reader/lsm303_reader_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/lsm330spi_test/CMakeLists.txt b/examples/lsm330spi_test/CMakeLists.txt index 92aade46c..96438b772 100644 --- a/examples/lsm330spi_test/CMakeLists.txt +++ b/examples/lsm330spi_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lsm330spi_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lsm330spi_test/Make.defs b/examples/lsm330spi_test/Make.defs index ea85abe51..19908c392 100644 --- a/examples/lsm330spi_test/Make.defs +++ b/examples/lsm330spi_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lsm330spi_test/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/examples/lsm330spi_test/Makefile b/examples/lsm330spi_test/Makefile index 4e2ebc68d..341cf7567 100644 --- a/examples/lsm330spi_test/Makefile +++ b/examples/lsm330spi_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lsm330spi_test/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/examples/lsm330spi_test/lsm330spi_test_main.c b/examples/lsm330spi_test/lsm330spi_test_main.c index f78032a6f..2ac49feac 100644 --- a/examples/lsm330spi_test/lsm330spi_test_main.c +++ b/examples/lsm330spi_test/lsm330spi_test_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/lsm330spi_test/lsm330spi_test_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/lsm6dsl_reader/CMakeLists.txt b/examples/lsm6dsl_reader/CMakeLists.txt index ee068dd7d..766504114 100644 --- a/examples/lsm6dsl_reader/CMakeLists.txt +++ b/examples/lsm6dsl_reader/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lsm6dsl_reader/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lsm6dsl_reader/Make.defs b/examples/lsm6dsl_reader/Make.defs index 4db2424da..19918cf56 100644 --- a/examples/lsm6dsl_reader/Make.defs +++ b/examples/lsm6dsl_reader/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lsm6dsl_reader/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/examples/lsm6dsl_reader/Makefile b/examples/lsm6dsl_reader/Makefile index f1a8cb3e2..a9fbfb475 100644 --- a/examples/lsm6dsl_reader/Makefile +++ b/examples/lsm6dsl_reader/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lsm6dsl_reader/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/examples/lsm6dsl_reader/lsm6dsl_reader_main.c b/examples/lsm6dsl_reader/lsm6dsl_reader_main.c index 6fea70de5..c3ec68ff7 100644 --- a/examples/lsm6dsl_reader/lsm6dsl_reader_main.c +++ b/examples/lsm6dsl_reader/lsm6dsl_reader_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/lsm6dsl_reader/lsm6dsl_reader_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ltr308/CMakeLists.txt b/examples/ltr308/CMakeLists.txt index 16409fe40..5d3615c04 100644 --- a/examples/ltr308/CMakeLists.txt +++ b/examples/ltr308/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ltr308/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ltr308/Make.defs b/examples/ltr308/Make.defs index 6fc8ea336..16bdcc134 100644 --- a/examples/ltr308/Make.defs +++ b/examples/ltr308/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ltr308/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/examples/ltr308/Makefile b/examples/ltr308/Makefile index 3eef9a3fc..0db3eb1f4 100644 --- a/examples/ltr308/Makefile +++ b/examples/ltr308/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ltr308/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/examples/ltr308/ltr308_main.c b/examples/ltr308/ltr308_main.c index c951add02..1109b1799 100644 --- a/examples/ltr308/ltr308_main.c +++ b/examples/ltr308/ltr308_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ltr308/ltr308_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/lua_module/CMakeLists.txt b/examples/lua_module/CMakeLists.txt index 951002584..713f5abbd 100644 --- a/examples/lua_module/CMakeLists.txt +++ b/examples/lua_module/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lua_module/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lua_module/Make.defs b/examples/lua_module/Make.defs index 4daf2b8d0..11cf233b1 100644 --- a/examples/lua_module/Make.defs +++ b/examples/lua_module/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lua_module/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/examples/lua_module/Makefile b/examples/lua_module/Makefile index c588aacf0..77f193261 100644 --- a/examples/lua_module/Makefile +++ b/examples/lua_module/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lua_module/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/examples/lua_module/luamod_hello.c b/examples/lua_module/luamod_hello.c index dd9fb8b3c..22f13c2fb 100644 --- a/examples/lua_module/luamod_hello.c +++ b/examples/lua_module/luamod_hello.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/lua_module/luamod_hello.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/lvgldemo/CMakeLists.txt b/examples/lvgldemo/CMakeLists.txt index 1b8734b95..a3b241fa8 100644 --- a/examples/lvgldemo/CMakeLists.txt +++ b/examples/lvgldemo/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lvgldemo/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lvgldemo/Make.defs b/examples/lvgldemo/Make.defs index 1793bbd96..7729d01d6 100644 --- a/examples/lvgldemo/Make.defs +++ b/examples/lvgldemo/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lvgldemo/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/examples/lvgldemo/Makefile b/examples/lvgldemo/Makefile index 65e0b5a95..f2645b243 100644 --- a/examples/lvgldemo/Makefile +++ b/examples/lvgldemo/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lvgldemo/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/examples/lvgldemo/lvgldemo.c b/examples/lvgldemo/lvgldemo.c index 34b1b6e8c..05741cb88 100644 --- a/examples/lvgldemo/lvgldemo.c +++ b/examples/lvgldemo/lvgldemo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/lvgldemo/lvgldemo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/lvglterm/CMakeLists.txt b/examples/lvglterm/CMakeLists.txt index 82ded6f67..fe6d3c48c 100644 --- a/examples/lvglterm/CMakeLists.txt +++ b/examples/lvglterm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/lvglterm/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/lvglterm/Make.defs b/examples/lvglterm/Make.defs index 17e96e8b7..89c84302a 100644 --- a/examples/lvglterm/Make.defs +++ b/examples/lvglterm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lvglterm/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/examples/lvglterm/Makefile b/examples/lvglterm/Makefile index 6ff050286..531d8c405 100644 --- a/examples/lvglterm/Makefile +++ b/examples/lvglterm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/lvglterm/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/examples/lvglterm/lvglterm.c b/examples/lvglterm/lvglterm.c index 8ee096f1b..90269daa8 100644 --- a/examples/lvglterm/lvglterm.c +++ b/examples/lvglterm/lvglterm.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/lvglterm/lvglterm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/max31855/CMakeLists.txt b/examples/max31855/CMakeLists.txt index 38d998a18..68a8014e1 100644 --- a/examples/max31855/CMakeLists.txt +++ b/examples/max31855/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/max31855/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/max31855/Make.defs b/examples/max31855/Make.defs index b707cabf4..d114228b1 100644 --- a/examples/max31855/Make.defs +++ b/examples/max31855/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/max31855/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/examples/max31855/Makefile b/examples/max31855/Makefile index 592c03d0b..04951afa1 100644 --- a/examples/max31855/Makefile +++ b/examples/max31855/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/max31855/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/examples/max31855/max31855_main.c b/examples/max31855/max31855_main.c index 1c345d12e..fb26fee2c 100644 --- a/examples/max31855/max31855_main.c +++ b/examples/max31855/max31855_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/max31855/max31855_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mcuboot/CMakeLists.txt b/examples/mcuboot/CMakeLists.txt index 26f891869..7c6b7189d 100644 --- a/examples/mcuboot/CMakeLists.txt +++ b/examples/mcuboot/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mcuboot/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mcuboot/Make.defs b/examples/mcuboot/Make.defs index fea6548f9..f8cc9ed89 100644 --- a/examples/mcuboot/Make.defs +++ b/examples/mcuboot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/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/examples/mcuboot/Makefile b/examples/mcuboot/Makefile index 3bd6703c2..5687f531c 100644 --- a/examples/mcuboot/Makefile +++ b/examples/mcuboot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/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/examples/mcuboot/slot_confirm/CMakeLists.txt b/examples/mcuboot/slot_confirm/CMakeLists.txt index 415556ffa..ec4c24abd 100644 --- a/examples/mcuboot/slot_confirm/CMakeLists.txt +++ b/examples/mcuboot/slot_confirm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mcuboot/slot_confirm/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mcuboot/slot_confirm/Make.defs b/examples/mcuboot/slot_confirm/Make.defs index dc9bad2e4..5050148d1 100644 --- a/examples/mcuboot/slot_confirm/Make.defs +++ b/examples/mcuboot/slot_confirm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/slot_confirm/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/examples/mcuboot/slot_confirm/Makefile b/examples/mcuboot/slot_confirm/Makefile index 809dc864e..dc4a93279 100644 --- a/examples/mcuboot/slot_confirm/Makefile +++ b/examples/mcuboot/slot_confirm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/slot_confirm/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/examples/mcuboot/slot_confirm/mcuboot_confirm_main.c b/examples/mcuboot/slot_confirm/mcuboot_confirm_main.c index 0052716c6..2f296b081 100644 --- a/examples/mcuboot/slot_confirm/mcuboot_confirm_main.c +++ b/examples/mcuboot/slot_confirm/mcuboot_confirm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mcuboot/slot_confirm/mcuboot_confirm_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mcuboot/swap_test/CMakeLists.txt b/examples/mcuboot/swap_test/CMakeLists.txt index 2d7467dcd..0de3e51b7 100644 --- a/examples/mcuboot/swap_test/CMakeLists.txt +++ b/examples/mcuboot/swap_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mcuboot/swap_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mcuboot/swap_test/Make.defs b/examples/mcuboot/swap_test/Make.defs index e4d015532..e503eab8a 100644 --- a/examples/mcuboot/swap_test/Make.defs +++ b/examples/mcuboot/swap_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/swap_test/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/examples/mcuboot/swap_test/Makefile b/examples/mcuboot/swap_test/Makefile index ad91a8804..c409490a8 100644 --- a/examples/mcuboot/swap_test/Makefile +++ b/examples/mcuboot/swap_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/swap_test/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/examples/mcuboot/swap_test/confirm_main.c b/examples/mcuboot/swap_test/confirm_main.c index c8a29c179..8f1980455 100644 --- a/examples/mcuboot/swap_test/confirm_main.c +++ b/examples/mcuboot/swap_test/confirm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mcuboot/swap_test/confirm_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mcuboot/swap_test/set_img_main.c b/examples/mcuboot/swap_test/set_img_main.c index b8c538e52..b8196094a 100644 --- a/examples/mcuboot/swap_test/set_img_main.c +++ b/examples/mcuboot/swap_test/set_img_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mcuboot/swap_test/set_img_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mcuboot/swap_test/version_main.c b/examples/mcuboot/swap_test/version_main.c index fbe04e362..b606c628c 100644 --- a/examples/mcuboot/swap_test/version_main.c +++ b/examples/mcuboot/swap_test/version_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mcuboot/swap_test/version_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mcuboot/update_agent/CMakeLists.txt b/examples/mcuboot/update_agent/CMakeLists.txt index 9a84d60dc..f356d8c22 100644 --- a/examples/mcuboot/update_agent/CMakeLists.txt +++ b/examples/mcuboot/update_agent/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mcuboot/update_agent/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mcuboot/update_agent/Make.defs b/examples/mcuboot/update_agent/Make.defs index 2419050c3..0130402bd 100644 --- a/examples/mcuboot/update_agent/Make.defs +++ b/examples/mcuboot/update_agent/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/update_agent/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/examples/mcuboot/update_agent/Makefile b/examples/mcuboot/update_agent/Makefile index a0d40ebf6..bb227cabf 100644 --- a/examples/mcuboot/update_agent/Makefile +++ b/examples/mcuboot/update_agent/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mcuboot/update_agent/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/examples/mcuboot/update_agent/mcuboot_agent_main.c b/examples/mcuboot/update_agent/mcuboot_agent_main.c index 935dca501..697825acb 100644 --- a/examples/mcuboot/update_agent/mcuboot_agent_main.c +++ b/examples/mcuboot/update_agent/mcuboot_agent_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mcuboot/update_agent/mcuboot_agent_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/media/CMakeLists.txt b/examples/media/CMakeLists.txt index f812ae880..e579c4fd9 100644 --- a/examples/media/CMakeLists.txt +++ b/examples/media/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/media/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/media/Make.defs b/examples/media/Make.defs index 99d09ae79..d6ae0164a 100644 --- a/examples/media/Make.defs +++ b/examples/media/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/media/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/examples/media/Makefile b/examples/media/Makefile index d0203d196..c1d39a1b2 100644 --- a/examples/media/Makefile +++ b/examples/media/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/media/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/examples/media/media_main.c b/examples/media/media_main.c index 7dee8c90d..f27b507c4 100644 --- a/examples/media/media_main.c +++ b/examples/media/media_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/media/media_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mld/CMakeLists.txt b/examples/mld/CMakeLists.txt index 3ccae2b01..66120beb4 100644 --- a/examples/mld/CMakeLists.txt +++ b/examples/mld/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mld/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mld/Make.defs b/examples/mld/Make.defs index c94b181f2..350dbd005 100644 --- a/examples/mld/Make.defs +++ b/examples/mld/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mld/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/examples/mld/Makefile b/examples/mld/Makefile index f309c17e8..af45c8866 100644 --- a/examples/mld/Makefile +++ b/examples/mld/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mld/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/examples/mld/mld.h b/examples/mld/mld.h index c2d5afbfc..69d8f13a4 100644 --- a/examples/mld/mld.h +++ b/examples/mld/mld.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mld/mld.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/examples/mld/mld_main.c b/examples/mld/mld_main.c index a2cad6fb6..363a7e41d 100644 --- a/examples/mld/mld_main.c +++ b/examples/mld/mld_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mld/mld_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mlx90614/CMakeLists.txt b/examples/mlx90614/CMakeLists.txt index 2d601e220..aaa6ea244 100644 --- a/examples/mlx90614/CMakeLists.txt +++ b/examples/mlx90614/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mlx90614/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mlx90614/Make.defs b/examples/mlx90614/Make.defs index 6c59d12ff..f0a682e74 100644 --- a/examples/mlx90614/Make.defs +++ b/examples/mlx90614/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mlx90614/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/examples/mlx90614/Makefile b/examples/mlx90614/Makefile index 0c7316ca7..60ddd79a1 100644 --- a/examples/mlx90614/Makefile +++ b/examples/mlx90614/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mlx90614/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/examples/mlx90614/mlx90614_main.c b/examples/mlx90614/mlx90614_main.c index 7b8d95c6c..0311ceddd 100644 --- a/examples/mlx90614/mlx90614_main.c +++ b/examples/mlx90614/mlx90614_main.c @@ -1,9 +1,10 @@ /**************************************************************************** * apps/examples/mlx90614/mlx90614_main.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * Copyright (c) 2015-2017 Pololu Corporation. - * Author: Alan Carvalho de Assis + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2015-2017 Pololu Corporation. + * SPDX-FileContributor: Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/mml_parser/CMakeLists.txt b/examples/mml_parser/CMakeLists.txt index 2d2f90914..b6792dd7b 100644 --- a/examples/mml_parser/CMakeLists.txt +++ b/examples/mml_parser/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mml_parser/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mml_parser/Make.defs b/examples/mml_parser/Make.defs index e24a6d54e..5f290c70b 100644 --- a/examples/mml_parser/Make.defs +++ b/examples/mml_parser/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mml_parser/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/examples/mml_parser/Makefile b/examples/mml_parser/Makefile index 99bf56503..796153ed6 100644 --- a/examples/mml_parser/Makefile +++ b/examples/mml_parser/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mml_parser/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/examples/mml_parser/mml_parser_main.c b/examples/mml_parser/mml_parser_main.c index 9bd1adeba..4f4fe9bf2 100644 --- a/examples/mml_parser/mml_parser_main.c +++ b/examples/mml_parser/mml_parser_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mml_parser/mml_parser_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/modbus/CMakeLists.txt b/examples/modbus/CMakeLists.txt index 8c8e5bd7b..37104316f 100644 --- a/examples/modbus/CMakeLists.txt +++ b/examples/modbus/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/modbus/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/modbus/Make.defs b/examples/modbus/Make.defs index b44c8b8b8..2032f5c26 100644 --- a/examples/modbus/Make.defs +++ b/examples/modbus/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/modbus/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/examples/modbus/Makefile b/examples/modbus/Makefile index c792c809b..7d7810f07 100644 --- a/examples/modbus/Makefile +++ b/examples/modbus/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/modbus/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/examples/modbus/modbus_main.c b/examples/modbus/modbus_main.c index cefa94f90..7178a458e 100644 --- a/examples/modbus/modbus_main.c +++ b/examples/modbus/modbus_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/modbus/modbus_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/modbusmaster/CMakeLists.txt b/examples/modbusmaster/CMakeLists.txt index 5dd9ae8a8..3a6043a38 100644 --- a/examples/modbusmaster/CMakeLists.txt +++ b/examples/modbusmaster/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/modbusmaster/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/modbusmaster/Make.defs b/examples/modbusmaster/Make.defs index e90c3d1ec..bcdef99c5 100644 --- a/examples/modbusmaster/Make.defs +++ b/examples/modbusmaster/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/modbusmaster/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/examples/modbusmaster/Makefile b/examples/modbusmaster/Makefile index 188a70e55..fc93c00ce 100644 --- a/examples/modbusmaster/Makefile +++ b/examples/modbusmaster/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/modbusmaster/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/examples/modbusmaster/mbmaster_main.c b/examples/modbusmaster/mbmaster_main.c index 4f80f1267..2c369dd35 100644 --- a/examples/modbusmaster/mbmaster_main.c +++ b/examples/modbusmaster/mbmaster_main.c @@ -1,9 +1,9 @@ /**************************************************************************** * apps/examples/modbusmaster/mbmaster_main.c * - * Copyright (c) 2016 Vytautas Lukenskas - * Copyright (c) 2019 Alan Carvalho de Assis - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016 Vytautas Lukenskas + * SPDX-FileCopyrightText: 2019 Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/module/CMakeLists.txt b/examples/module/CMakeLists.txt index 54e5a388b..77e6b30aa 100644 --- a/examples/module/CMakeLists.txt +++ b/examples/module/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/module/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/module/Make.defs b/examples/module/Make.defs index 57b758ed1..2e99fa3b5 100644 --- a/examples/module/Make.defs +++ b/examples/module/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/module/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/examples/module/Makefile b/examples/module/Makefile index 802434271..ca547c70d 100644 --- a/examples/module/Makefile +++ b/examples/module/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/module/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/examples/module/chardev/Make.defs b/examples/module/chardev/Make.defs index df35a6034..71ed9fb3a 100644 --- a/examples/module/chardev/Make.defs +++ b/examples/module/chardev/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/module/chardev/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/examples/module/chardev/Makefile b/examples/module/chardev/Makefile index 070247a01..94d56ed87 100644 --- a/examples/module/chardev/Makefile +++ b/examples/module/chardev/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/module/chardev/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/examples/module/chardev/chardev.c b/examples/module/chardev/chardev.c index 5291a13cc..82eed698c 100644 --- a/examples/module/chardev/chardev.c +++ b/examples/module/chardev/chardev.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/module/chardev/chardev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/module/main/CMakeLists.txt b/examples/module/main/CMakeLists.txt index 57f3f4f01..8036a7c87 100644 --- a/examples/module/main/CMakeLists.txt +++ b/examples/module/main/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/module/main/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/module/main/Make.defs b/examples/module/main/Make.defs index f4f4ea83c..7e049406d 100644 --- a/examples/module/main/Make.defs +++ b/examples/module/main/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/module/main/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/examples/module/main/Makefile b/examples/module/main/Makefile index ceacd6abc..f5294b257 100644 --- a/examples/module/main/Makefile +++ b/examples/module/main/Makefile @@ -1,12 +1,16 @@ ############################################################################ # apps/examples/module/main/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 # ASF licenses this file to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 +# License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT diff --git a/examples/module/main/module_main.c b/examples/module/main/module_main.c index 903aced65..0d31fb38b 100644 --- a/examples/module/main/module_main.c +++ b/examples/module/main/module_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/module/main/module_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mount/CMakeLists.txt b/examples/mount/CMakeLists.txt index 748a1ca6c..9c7e5b03c 100644 --- a/examples/mount/CMakeLists.txt +++ b/examples/mount/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mount/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mount/Make.defs b/examples/mount/Make.defs index 998094833..eed839585 100644 --- a/examples/mount/Make.defs +++ b/examples/mount/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mount/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/examples/mount/Makefile b/examples/mount/Makefile index 32d8641a9..197c6b004 100644 --- a/examples/mount/Makefile +++ b/examples/mount/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mount/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/examples/mount/mount.h b/examples/mount/mount.h index a1ac41212..4697ec2a3 100644 --- a/examples/mount/mount.h +++ b/examples/mount/mount.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mount/mount.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/examples/mount/mount_main.c b/examples/mount/mount_main.c index 89c23da11..c2b4e45b4 100644 --- a/examples/mount/mount_main.c +++ b/examples/mount/mount_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mount/mount_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mount/ramdisk.c b/examples/mount/ramdisk.c index f732c2834..7eeeafaab 100644 --- a/examples/mount/ramdisk.c +++ b/examples/mount/ramdisk.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mount/ramdisk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mqttc/CMakeLists.txt b/examples/mqttc/CMakeLists.txt index ade8dcbd6..567712558 100644 --- a/examples/mqttc/CMakeLists.txt +++ b/examples/mqttc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mqttc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mqttc/Make.defs b/examples/mqttc/Make.defs index 80ed6a46a..87bb64530 100644 --- a/examples/mqttc/Make.defs +++ b/examples/mqttc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mqttc/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/examples/mqttc/Makefile b/examples/mqttc/Makefile index 6ade70103..9aacf67f6 100644 --- a/examples/mqttc/Makefile +++ b/examples/mqttc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mqttc/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/examples/mqttc/mqttc_pub.c b/examples/mqttc/mqttc_pub.c index 876e67e70..6948afb42 100644 --- a/examples/mqttc/mqttc_pub.c +++ b/examples/mqttc/mqttc_pub.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mqttc/mqttc_pub.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mtdpart/CMakeLists.txt b/examples/mtdpart/CMakeLists.txt index 1ec237c64..2b629ba03 100644 --- a/examples/mtdpart/CMakeLists.txt +++ b/examples/mtdpart/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mtdpart/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mtdpart/Make.defs b/examples/mtdpart/Make.defs index b15dcadd0..a5bb9f62d 100644 --- a/examples/mtdpart/Make.defs +++ b/examples/mtdpart/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mtdpart/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/examples/mtdpart/Makefile b/examples/mtdpart/Makefile index c758eb3cc..ac0785e75 100644 --- a/examples/mtdpart/Makefile +++ b/examples/mtdpart/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mtdpart/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/examples/mtdpart/mtdpart_main.c b/examples/mtdpart/mtdpart_main.c index 12f77e928..9b4496e91 100644 --- a/examples/mtdpart/mtdpart_main.c +++ b/examples/mtdpart/mtdpart_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mtdpart/mtdpart_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/mtdrwb/CMakeLists.txt b/examples/mtdrwb/CMakeLists.txt index bf84c0170..f0e53117d 100644 --- a/examples/mtdrwb/CMakeLists.txt +++ b/examples/mtdrwb/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/mtdrwb/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/mtdrwb/Make.defs b/examples/mtdrwb/Make.defs index c63649109..b5f983c5e 100644 --- a/examples/mtdrwb/Make.defs +++ b/examples/mtdrwb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mtdrwb/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/examples/mtdrwb/Makefile b/examples/mtdrwb/Makefile index 609e2cf7b..79831664d 100644 --- a/examples/mtdrwb/Makefile +++ b/examples/mtdrwb/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/mtdrwb/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/examples/mtdrwb/mtdrwb_main.c b/examples/mtdrwb/mtdrwb_main.c index 7110f112a..1ebbe44f5 100644 --- a/examples/mtdrwb/mtdrwb_main.c +++ b/examples/mtdrwb/mtdrwb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/mtdrwb/mtdrwb_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/netlink_route/CMakeLists.txt b/examples/netlink_route/CMakeLists.txt index 9f0dc52ce..57d14f977 100644 --- a/examples/netlink_route/CMakeLists.txt +++ b/examples/netlink_route/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/netlink_route/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/netlink_route/Make.defs b/examples/netlink_route/Make.defs index 0fdbd42d0..7b46636ba 100644 --- a/examples/netlink_route/Make.defs +++ b/examples/netlink_route/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/netlink_route/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/examples/netlink_route/Makefile b/examples/netlink_route/Makefile index dd6c790db..9fd5052c8 100644 --- a/examples/netlink_route/Makefile +++ b/examples/netlink_route/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/netlink_route/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/examples/netlink_route/netlink_route_main.c b/examples/netlink_route/netlink_route_main.c index 887ac9a93..c69f4dd12 100644 --- a/examples/netlink_route/netlink_route_main.c +++ b/examples/netlink_route/netlink_route_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/netlink_route/netlink_route_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/netloop/CMakeLists.txt b/examples/netloop/CMakeLists.txt index 783827daf..22a4bedbe 100644 --- a/examples/netloop/CMakeLists.txt +++ b/examples/netloop/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/netloop/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/netloop/Make.defs b/examples/netloop/Make.defs index 2478605a2..aac6a4db9 100644 --- a/examples/netloop/Make.defs +++ b/examples/netloop/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/netloop/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/examples/netloop/Makefile b/examples/netloop/Makefile index 486cb02d4..bb6c3d73f 100644 --- a/examples/netloop/Makefile +++ b/examples/netloop/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/netloop/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/examples/netloop/lo_listener.c b/examples/netloop/lo_listener.c index 84b057290..8b51027bb 100644 --- a/examples/netloop/lo_listener.c +++ b/examples/netloop/lo_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/netloop/lo_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/netloop/lo_main.c b/examples/netloop/lo_main.c index 2775c0da9..cfdfab429 100644 --- a/examples/netloop/lo_main.c +++ b/examples/netloop/lo_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/netloop/lo_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/netloop/netloop.h b/examples/netloop/netloop.h index e6788f08f..c4d6415d6 100644 --- a/examples/netloop/netloop.h +++ b/examples/netloop/netloop.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/netloop/netloop.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/examples/netpkt/CMakeLists.txt b/examples/netpkt/CMakeLists.txt index 0550d3af4..54da626d4 100644 --- a/examples/netpkt/CMakeLists.txt +++ b/examples/netpkt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/netpkt/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/netpkt/Make.defs b/examples/netpkt/Make.defs index ff4735448..2c6ceecc9 100644 --- a/examples/netpkt/Make.defs +++ b/examples/netpkt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/netpkt/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/examples/netpkt/Makefile b/examples/netpkt/Makefile index d9f1e11ab..b3c056a6d 100644 --- a/examples/netpkt/Makefile +++ b/examples/netpkt/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/netpkt/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/examples/netpkt/netpkt_ethercat.c b/examples/netpkt/netpkt_ethercat.c index 9d0a17012..8b8ab298a 100644 --- a/examples/netpkt/netpkt_ethercat.c +++ b/examples/netpkt/netpkt_ethercat.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/netpkt/netpkt_ethercat.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/netpkt/netpkt_main.c b/examples/netpkt/netpkt_main.c index 94a37f050..5f9aec81f 100644 --- a/examples/netpkt/netpkt_main.c +++ b/examples/netpkt/netpkt_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/netpkt/netpkt_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nettest/CMakeLists.txt b/examples/nettest/CMakeLists.txt index 2bcedfbf3..fafdec236 100644 --- a/examples/nettest/CMakeLists.txt +++ b/examples/nettest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nettest/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nettest/Make.defs b/examples/nettest/Make.defs index a18a3eca3..36647cfc1 100644 --- a/examples/nettest/Make.defs +++ b/examples/nettest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nettest/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/examples/nettest/Makefile b/examples/nettest/Makefile index 9cd52eacf..763cd4476 100644 --- a/examples/nettest/Makefile +++ b/examples/nettest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nettest/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/examples/nettest/host/CMakeLists.txt b/examples/nettest/host/CMakeLists.txt index b0f87c8de..6a06817e8 100644 --- a/examples/nettest/host/CMakeLists.txt +++ b/examples/nettest/host/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nettest/host/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nettest/nettest.h b/examples/nettest/nettest.h index d49e7de31..e4ff7f3cc 100644 --- a/examples/nettest/nettest.h +++ b/examples/nettest/nettest.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest.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/examples/nettest/nettest_client.c b/examples/nettest/nettest_client.c index 9a3a10408..c6070b7c6 100644 --- a/examples/nettest/nettest_client.c +++ b/examples/nettest/nettest_client.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest_client.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nettest/nettest_cmdline.c b/examples/nettest/nettest_cmdline.c index af8ed5e69..397e0aa7c 100644 --- a/examples/nettest/nettest_cmdline.c +++ b/examples/nettest/nettest_cmdline.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest_cmdline.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nettest/nettest_host.c b/examples/nettest/nettest_host.c index 6e6ce25bd..e6dfb4eaf 100644 --- a/examples/nettest/nettest_host.c +++ b/examples/nettest/nettest_host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest_host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nettest/nettest_netinit.c b/examples/nettest/nettest_netinit.c index 481a7737f..5c29ca411 100644 --- a/examples/nettest/nettest_netinit.c +++ b/examples/nettest/nettest_netinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest_netinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nettest/nettest_server.c b/examples/nettest/nettest_server.c index fefcd451b..26fca6088 100644 --- a/examples/nettest/nettest_server.c +++ b/examples/nettest/nettest_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nettest/nettest_target1.c b/examples/nettest/nettest_target1.c index 9a14f3fe8..3875be272 100644 --- a/examples/nettest/nettest_target1.c +++ b/examples/nettest/nettest_target1.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest_target1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nettest/nettest_target2.c b/examples/nettest/nettest_target2.c index 43e4e0806..4a56f18a2 100644 --- a/examples/nettest/nettest_target2.c +++ b/examples/nettest/nettest_target2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nettest/nettest_target2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nimble/CMakeLists.txt b/examples/nimble/CMakeLists.txt index ede1b48c9..6298d5d4a 100644 --- a/examples/nimble/CMakeLists.txt +++ b/examples/nimble/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nimble/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nimble/Make.defs b/examples/nimble/Make.defs index a3be37e41..09cc79a8b 100644 --- a/examples/nimble/Make.defs +++ b/examples/nimble/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nimble/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/examples/nimble/Makefile b/examples/nimble/Makefile index 4e6a3b714..6b75c2aa1 100644 --- a/examples/nimble/Makefile +++ b/examples/nimble/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nimble/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/examples/nimble/nimble_main.c b/examples/nimble/nimble_main.c index bae871b7f..829e02cdb 100644 --- a/examples/nimble/nimble_main.c +++ b/examples/nimble/nimble_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nimble/nimble_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nng_test/CMakeLists.txt b/examples/nng_test/CMakeLists.txt index da59e8ce8..3d35655ee 100644 --- a/examples/nng_test/CMakeLists.txt +++ b/examples/nng_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nng_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nng_test/Make.defs b/examples/nng_test/Make.defs index e63161ba2..c8a42149b 100644 --- a/examples/nng_test/Make.defs +++ b/examples/nng_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nng_test/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/examples/nng_test/Makefile b/examples/nng_test/Makefile index 950bd9902..7ab7ecb6c 100644 --- a/examples/nng_test/Makefile +++ b/examples/nng_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nng_test/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/examples/nng_test/pubsub.c b/examples/nng_test/pubsub.c index a5dc1cda3..4f285906e 100644 --- a/examples/nng_test/pubsub.c +++ b/examples/nng_test/pubsub.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nng_test/pubsub.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/noteprintf/CMakeLists.txt b/examples/noteprintf/CMakeLists.txt index 07bb69c57..3bcfc483a 100644 --- a/examples/noteprintf/CMakeLists.txt +++ b/examples/noteprintf/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/noteprintf/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/noteprintf/Make.defs b/examples/noteprintf/Make.defs index 3c481289d..eb21a4d5c 100644 --- a/examples/noteprintf/Make.defs +++ b/examples/noteprintf/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/noteprintf/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/examples/noteprintf/Makefile b/examples/noteprintf/Makefile index 06b11cbce..b14eddf98 100644 --- a/examples/noteprintf/Makefile +++ b/examples/noteprintf/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/noteprintf/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/examples/noteprintf/noteprintf_main.c b/examples/noteprintf/noteprintf_main.c index 6e1e73a9b..dbc81ee8f 100644 --- a/examples/noteprintf/noteprintf_main.c +++ b/examples/noteprintf/noteprintf_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/noteprintf/noteprintf_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nrf24l01_btle/CMakeLists.txt b/examples/nrf24l01_btle/CMakeLists.txt index 660424ae3..ec150791f 100644 --- a/examples/nrf24l01_btle/CMakeLists.txt +++ b/examples/nrf24l01_btle/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nrf24l01_btle/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nrf24l01_btle/Make.defs b/examples/nrf24l01_btle/Make.defs index 459ce982b..adb767470 100644 --- a/examples/nrf24l01_btle/Make.defs +++ b/examples/nrf24l01_btle/Make.defs @@ -1,7 +1,8 @@ ############################################################################ # apps/examples/nrf24l01_btle/Make.defs - -# Adds selected applications to apps/ build +# +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/examples/nrf24l01_btle/Makefile b/examples/nrf24l01_btle/Makefile index 4e1eda4e1..621635598 100644 --- a/examples/nrf24l01_btle/Makefile +++ b/examples/nrf24l01_btle/Makefile @@ -1,20 +1,22 @@ ############################################################################ # apps/examples/nrf24l01_btle/Makefile # -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. The -# ASF licenses this file to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance with the -# License. You may obtain a copy of the License at +# SPDX-License-Identifier: Apache-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. The +# ASF licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at # -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # ############################################################################ diff --git a/examples/nrf24l01_btle/nrf24l01_btle.c b/examples/nrf24l01_btle/nrf24l01_btle.c index 33db52f97..1f0e68a13 100644 --- a/examples/nrf24l01_btle/nrf24l01_btle.c +++ b/examples/nrf24l01_btle/nrf24l01_btle.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nrf24l01_btle/nrf24l01_btle.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nrf24l01_btle/nrf24l01_btle.h b/examples/nrf24l01_btle/nrf24l01_btle.h index 10abe165d..73d166356 100644 --- a/examples/nrf24l01_btle/nrf24l01_btle.h +++ b/examples/nrf24l01_btle/nrf24l01_btle.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nrf24l01_btle/nrf24l01_btle.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/examples/nrf24l01_term/CMakeLists.txt b/examples/nrf24l01_term/CMakeLists.txt index 99ee24ae0..e1e46c0ae 100644 --- a/examples/nrf24l01_term/CMakeLists.txt +++ b/examples/nrf24l01_term/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nrf24l01_term/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nrf24l01_term/Make.defs b/examples/nrf24l01_term/Make.defs index 4129a49f5..35985af7f 100644 --- a/examples/nrf24l01_term/Make.defs +++ b/examples/nrf24l01_term/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nrf24l01_term/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/examples/nrf24l01_term/Makefile b/examples/nrf24l01_term/Makefile index f0911da2e..f496bd852 100644 --- a/examples/nrf24l01_term/Makefile +++ b/examples/nrf24l01_term/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nrf24l01_term/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/examples/nrf24l01_term/nrf24l01_term.c b/examples/nrf24l01_term/nrf24l01_term.c index 91cc766df..b8af3dca0 100644 --- a/examples/nrf24l01_term/nrf24l01_term.c +++ b/examples/nrf24l01_term/nrf24l01_term.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nrf24l01_term/nrf24l01_term.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/null/CMakeLists.txt b/examples/null/CMakeLists.txt index 5d359bd8f..299433f0b 100644 --- a/examples/null/CMakeLists.txt +++ b/examples/null/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/null/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/null/Make.defs b/examples/null/Make.defs index 0fdb580f4..6d55c9de2 100644 --- a/examples/null/Make.defs +++ b/examples/null/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/null/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/examples/null/Makefile b/examples/null/Makefile index b5a051051..602f61171 100644 --- a/examples/null/Makefile +++ b/examples/null/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/null/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/examples/null/null_main.c b/examples/null/null_main.c index 43702b20d..0e9ea160e 100644 --- a/examples/null/null_main.c +++ b/examples/null/null_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/null/null_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nunchuck/CMakeLists.txt b/examples/nunchuck/CMakeLists.txt index 6f3fc48dc..50680da74 100644 --- a/examples/nunchuck/CMakeLists.txt +++ b/examples/nunchuck/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nunchuck/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nunchuck/Make.defs b/examples/nunchuck/Make.defs index 1ec2ae312..931735e59 100644 --- a/examples/nunchuck/Make.defs +++ b/examples/nunchuck/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nunchuck/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/examples/nunchuck/Makefile b/examples/nunchuck/Makefile index 1bcb336bf..87e66e50c 100644 --- a/examples/nunchuck/Makefile +++ b/examples/nunchuck/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nunchuck/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/examples/nunchuck/nunchuck_main.c b/examples/nunchuck/nunchuck_main.c index f3f7e6e7f..fa72e1ce6 100644 --- a/examples/nunchuck/nunchuck_main.c +++ b/examples/nunchuck/nunchuck_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nunchuck/nunchuck_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nx/CMakeLists.txt b/examples/nx/CMakeLists.txt index 9ca2a119d..a4ff9f8d1 100644 --- a/examples/nx/CMakeLists.txt +++ b/examples/nx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nx/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nx/Make.defs b/examples/nx/Make.defs index c8adfaba4..db23b214e 100644 --- a/examples/nx/Make.defs +++ b/examples/nx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nx/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/examples/nx/Makefile b/examples/nx/Makefile index b743cf0ef..cacdb2e31 100644 --- a/examples/nx/Makefile +++ b/examples/nx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nx/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/examples/nx/nx_events.c b/examples/nx/nx_events.c index 7aaf1272d..360856584 100644 --- a/examples/nx/nx_events.c +++ b/examples/nx/nx_events.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nx/nx_events.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nx/nx_internal.h b/examples/nx/nx_internal.h index b94772846..c92b1ccfa 100644 --- a/examples/nx/nx_internal.h +++ b/examples/nx/nx_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nx/nx_internal.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/examples/nx/nx_kbdin.c b/examples/nx/nx_kbdin.c index 137207f81..856323a24 100644 --- a/examples/nx/nx_kbdin.c +++ b/examples/nx/nx_kbdin.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nx/nx_kbdin.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nx/nx_main.c b/examples/nx/nx_main.c index 674d91496..a7b9134c0 100644 --- a/examples/nx/nx_main.c +++ b/examples/nx/nx_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nx/nx_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxdemo/CMakeLists.txt b/examples/nxdemo/CMakeLists.txt index 26fe5144a..b43078f14 100644 --- a/examples/nxdemo/CMakeLists.txt +++ b/examples/nxdemo/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nxdemo/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nxdemo/Make.defs b/examples/nxdemo/Make.defs index acde420ba..7a75f29af 100644 --- a/examples/nxdemo/Make.defs +++ b/examples/nxdemo/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxdemo/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/examples/nxdemo/Makefile b/examples/nxdemo/Makefile index 475e58c99..67faa61aa 100644 --- a/examples/nxdemo/Makefile +++ b/examples/nxdemo/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxdemo/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/examples/nxdemo/images.h b/examples/nxdemo/images.h index a3bed7888..b0c411a62 100644 --- a/examples/nxdemo/images.h +++ b/examples/nxdemo/images.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxdemo/images.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/examples/nxdemo/nxdemo.h b/examples/nxdemo/nxdemo.h index 190d9efa4..ebace04ae 100644 --- a/examples/nxdemo/nxdemo.h +++ b/examples/nxdemo/nxdemo.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxdemo/nxdemo.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/examples/nxdemo/nxdemo_bkgd.c b/examples/nxdemo/nxdemo_bkgd.c index 23ada3a6b..fd03f08c0 100644 --- a/examples/nxdemo/nxdemo_bkgd.c +++ b/examples/nxdemo/nxdemo_bkgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxdemo/nxdemo_bkgd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxdemo/nxdemo_listener.c b/examples/nxdemo/nxdemo_listener.c index 430b90039..834584913 100644 --- a/examples/nxdemo/nxdemo_listener.c +++ b/examples/nxdemo/nxdemo_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxdemo/nxdemo_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxdemo/nxdemo_main.c b/examples/nxdemo/nxdemo_main.c index e09e0182f..ca5d5b878 100644 --- a/examples/nxdemo/nxdemo_main.c +++ b/examples/nxdemo/nxdemo_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxdemo/nxdemo_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/CMakeLists.txt b/examples/nxflat/CMakeLists.txt index bb3de47a2..35107f1b9 100644 --- a/examples/nxflat/CMakeLists.txt +++ b/examples/nxflat/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nxflat/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nxflat/Make.defs b/examples/nxflat/Make.defs index 765c79574..45e673908 100644 --- a/examples/nxflat/Make.defs +++ b/examples/nxflat/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/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/examples/nxflat/Makefile b/examples/nxflat/Makefile index db78b8349..a8aa81842 100644 --- a/examples/nxflat/Makefile +++ b/examples/nxflat/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/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/examples/nxflat/nxflat_main.c b/examples/nxflat/nxflat_main.c index fe856087a..0c8425e2e 100644 --- a/examples/nxflat/nxflat_main.c +++ b/examples/nxflat/nxflat_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/nxflat_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/Makefile b/examples/nxflat/tests/Makefile index b14d2f74b..0f83f5137 100644 --- a/examples/nxflat/tests/Makefile +++ b/examples/nxflat/tests/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/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/examples/nxflat/tests/errno/Makefile b/examples/nxflat/tests/errno/Makefile index 97d707a98..43ee63d4e 100644 --- a/examples/nxflat/tests/errno/Makefile +++ b/examples/nxflat/tests/errno/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/errno/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/examples/nxflat/tests/errno/errno.c b/examples/nxflat/tests/errno/errno.c index bb5acd3c4..1c3e43057 100644 --- a/examples/nxflat/tests/errno/errno.c +++ b/examples/nxflat/tests/errno/errno.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/errno/errno.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/hello++/Makefile b/examples/nxflat/tests/hello++/Makefile index f34dc3387..3202dd1b9 100644 --- a/examples/nxflat/tests/hello++/Makefile +++ b/examples/nxflat/tests/hello++/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/hello++/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/examples/nxflat/tests/hello++/hello++1.cxx b/examples/nxflat/tests/hello++/hello++1.cxx index 013861a71..d0a229f98 100644 --- a/examples/nxflat/tests/hello++/hello++1.cxx +++ b/examples/nxflat/tests/hello++/hello++1.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/nxflat/tests/hello++/hello++1.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/hello++/hello++2.cxx b/examples/nxflat/tests/hello++/hello++2.cxx index 96c1c2ba2..d5ee74eda 100644 --- a/examples/nxflat/tests/hello++/hello++2.cxx +++ b/examples/nxflat/tests/hello++/hello++2.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/nxflat/tests/hello++/hello++2.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/hello++/hello++3.cxx b/examples/nxflat/tests/hello++/hello++3.cxx index bf3085175..c16686e68 100644 --- a/examples/nxflat/tests/hello++/hello++3.cxx +++ b/examples/nxflat/tests/hello++/hello++3.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/nxflat/tests/hello++/hello++3.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/hello++/hello++4.cxx b/examples/nxflat/tests/hello++/hello++4.cxx index e1c30de26..98a1eb746 100644 --- a/examples/nxflat/tests/hello++/hello++4.cxx +++ b/examples/nxflat/tests/hello++/hello++4.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/examples/nxflat/tests/hello++/hello++4.cxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/hello/Makefile b/examples/nxflat/tests/hello/Makefile index fb7036409..c17605095 100644 --- a/examples/nxflat/tests/hello/Makefile +++ b/examples/nxflat/tests/hello/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/hello/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/examples/nxflat/tests/hello/hello.c b/examples/nxflat/tests/hello/hello.c index f55565b33..90017f1b2 100644 --- a/examples/nxflat/tests/hello/hello.c +++ b/examples/nxflat/tests/hello/hello.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/hello/hello.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/longjmp/Makefile b/examples/nxflat/tests/longjmp/Makefile index 1cb724b18..d1dfdd6a4 100644 --- a/examples/nxflat/tests/longjmp/Makefile +++ b/examples/nxflat/tests/longjmp/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/longjmp/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/examples/nxflat/tests/longjmp/longjmp.c b/examples/nxflat/tests/longjmp/longjmp.c index c27518f17..ea7ae7bad 100644 --- a/examples/nxflat/tests/longjmp/longjmp.c +++ b/examples/nxflat/tests/longjmp/longjmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/longjmp/longjmp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/mkdirlist.sh b/examples/nxflat/tests/mkdirlist.sh index 96f928c7a..786a7b4cd 100755 --- a/examples/nxflat/tests/mkdirlist.sh +++ b/examples/nxflat/tests/mkdirlist.sh @@ -1,4 +1,25 @@ #!/usr/bin/env bash +############################################################################ +# apps/examples/nxflat/tests/mkdirlist.sh +# +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. The +# ASF licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the +# License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +############################################################################ usage="Usage: %0 " diff --git a/examples/nxflat/tests/mutex/Makefile b/examples/nxflat/tests/mutex/Makefile index 6ed1f3823..afdfc4966 100644 --- a/examples/nxflat/tests/mutex/Makefile +++ b/examples/nxflat/tests/mutex/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/mutex/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/examples/nxflat/tests/mutex/mutex.c b/examples/nxflat/tests/mutex/mutex.c index bbf7102c9..c8bede26d 100644 --- a/examples/nxflat/tests/mutex/mutex.c +++ b/examples/nxflat/tests/mutex/mutex.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/mutex/mutex.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/pthread/Makefile b/examples/nxflat/tests/pthread/Makefile index 219213d4d..34eda9330 100644 --- a/examples/nxflat/tests/pthread/Makefile +++ b/examples/nxflat/tests/pthread/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/pthread/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/examples/nxflat/tests/pthread/pthread.c b/examples/nxflat/tests/pthread/pthread.c index 200de0a5a..ca2f6268d 100644 --- a/examples/nxflat/tests/pthread/pthread.c +++ b/examples/nxflat/tests/pthread/pthread.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/pthread/pthread.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/signal/Makefile b/examples/nxflat/tests/signal/Makefile index cb20c0118..0fba33864 100644 --- a/examples/nxflat/tests/signal/Makefile +++ b/examples/nxflat/tests/signal/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/signal/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/examples/nxflat/tests/signal/signal.c b/examples/nxflat/tests/signal/signal.c index 7cf4732d3..7deb7768e 100644 --- a/examples/nxflat/tests/signal/signal.c +++ b/examples/nxflat/tests/signal/signal.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/signal/signal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/struct/Makefile b/examples/nxflat/tests/struct/Makefile index eb37c8b80..463b2c260 100644 --- a/examples/nxflat/tests/struct/Makefile +++ b/examples/nxflat/tests/struct/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/struct/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/examples/nxflat/tests/struct/struct.h b/examples/nxflat/tests/struct/struct.h index 1afd0c5a2..199efd8ca 100644 --- a/examples/nxflat/tests/struct/struct.h +++ b/examples/nxflat/tests/struct/struct.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/struct/struct.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/examples/nxflat/tests/struct/struct_dummy.c b/examples/nxflat/tests/struct/struct_dummy.c index c1444a4ae..5630b22ad 100644 --- a/examples/nxflat/tests/struct/struct_dummy.c +++ b/examples/nxflat/tests/struct/struct_dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/struct/struct_dummy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/struct/struct_main.c b/examples/nxflat/tests/struct/struct_main.c index f8abc2a73..18aa49178 100644 --- a/examples/nxflat/tests/struct/struct_main.c +++ b/examples/nxflat/tests/struct/struct_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/struct/struct_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxflat/tests/task/Makefile b/examples/nxflat/tests/task/Makefile index 712f5b1fd..cb3473d6b 100644 --- a/examples/nxflat/tests/task/Makefile +++ b/examples/nxflat/tests/task/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxflat/tests/task/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/examples/nxflat/tests/task/task.c b/examples/nxflat/tests/task/task.c index e77dc8875..8a208d5aa 100644 --- a/examples/nxflat/tests/task/task.c +++ b/examples/nxflat/tests/task/task.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxflat/tests/task/task.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxhello/CMakeLists.txt b/examples/nxhello/CMakeLists.txt index 9d7732c03..96330188f 100644 --- a/examples/nxhello/CMakeLists.txt +++ b/examples/nxhello/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nxhello/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nxhello/Make.defs b/examples/nxhello/Make.defs index c0081cd11..c64c988f5 100644 --- a/examples/nxhello/Make.defs +++ b/examples/nxhello/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxhello/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/examples/nxhello/Makefile b/examples/nxhello/Makefile index 5e0c54de8..4fd312e89 100644 --- a/examples/nxhello/Makefile +++ b/examples/nxhello/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxhello/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/examples/nxhello/nxhello.h b/examples/nxhello/nxhello.h index 87e2ee466..9fae5855a 100644 --- a/examples/nxhello/nxhello.h +++ b/examples/nxhello/nxhello.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxhello/nxhello.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/examples/nxhello/nxhello_bkgd.c b/examples/nxhello/nxhello_bkgd.c index 3c224a398..ee73f2614 100644 --- a/examples/nxhello/nxhello_bkgd.c +++ b/examples/nxhello/nxhello_bkgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxhello/nxhello_bkgd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxhello/nxhello_listener.c b/examples/nxhello/nxhello_listener.c index 737936523..65995f476 100644 --- a/examples/nxhello/nxhello_listener.c +++ b/examples/nxhello/nxhello_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxhello/nxhello_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxhello/nxhello_main.c b/examples/nxhello/nxhello_main.c index 097134ebe..13e2b8a62 100644 --- a/examples/nxhello/nxhello_main.c +++ b/examples/nxhello/nxhello_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxhello/nxhello_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nximage/CMakeLists.txt b/examples/nximage/CMakeLists.txt index f8aa815ac..0fa9b0adc 100644 --- a/examples/nximage/CMakeLists.txt +++ b/examples/nximage/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nximage/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nximage/Make.defs b/examples/nximage/Make.defs index dbdbd4b18..5fdc15793 100644 --- a/examples/nximage/Make.defs +++ b/examples/nximage/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nximage/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/examples/nximage/Makefile b/examples/nximage/Makefile index 1e11d344b..b4ed626a3 100644 --- a/examples/nximage/Makefile +++ b/examples/nximage/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nximage/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/examples/nximage/nximage.h b/examples/nximage/nximage.h index a9fb4724d..12e79e0e5 100644 --- a/examples/nximage/nximage.h +++ b/examples/nximage/nximage.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nximage/nximage.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/examples/nximage/nximage_bitmap.c b/examples/nximage/nximage_bitmap.c index 16b339fea..ee7444a14 100644 --- a/examples/nximage/nximage_bitmap.c +++ b/examples/nximage/nximage_bitmap.c @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/examples/nximage/nximage_bitmap.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nximage/nximage_bkgd.c b/examples/nximage/nximage_bkgd.c index 953d3f033..36ac04eda 100644 --- a/examples/nximage/nximage_bkgd.c +++ b/examples/nximage/nximage_bkgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nximage/nximage_bkgd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nximage/nximage_listener.c b/examples/nximage/nximage_listener.c index f92f10b87..cc0353ee0 100644 --- a/examples/nximage/nximage_listener.c +++ b/examples/nximage/nximage_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nximage/nximage_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nximage/nximage_main.c b/examples/nximage/nximage_main.c index 96a85b63f..4598ae4f6 100644 --- a/examples/nximage/nximage_main.c +++ b/examples/nximage/nximage_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nximage/nximage_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxlines/CMakeLists.txt b/examples/nxlines/CMakeLists.txt index a563be7de..4ae6fc213 100644 --- a/examples/nxlines/CMakeLists.txt +++ b/examples/nxlines/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nxlines/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nxlines/Make.defs b/examples/nxlines/Make.defs index 9f3337688..bfdf33232 100644 --- a/examples/nxlines/Make.defs +++ b/examples/nxlines/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxlines/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/examples/nxlines/Makefile b/examples/nxlines/Makefile index 14ae58a69..836ffde06 100644 --- a/examples/nxlines/Makefile +++ b/examples/nxlines/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxlines/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/examples/nxlines/nxlines.h b/examples/nxlines/nxlines.h index 5e92ad312..98993c25a 100644 --- a/examples/nxlines/nxlines.h +++ b/examples/nxlines/nxlines.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxlines/nxlines.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/examples/nxlines/nxlines_bkgd.c b/examples/nxlines/nxlines_bkgd.c index 03be1d0d7..22b068c64 100644 --- a/examples/nxlines/nxlines_bkgd.c +++ b/examples/nxlines/nxlines_bkgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxlines/nxlines_bkgd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxlines/nxlines_listener.c b/examples/nxlines/nxlines_listener.c index 452e2b658..ab1c25306 100644 --- a/examples/nxlines/nxlines_listener.c +++ b/examples/nxlines/nxlines_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxlines/nxlines_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxlines/nxlines_main.c b/examples/nxlines/nxlines_main.c index 8b6753b40..7b3d4ba0d 100644 --- a/examples/nxlines/nxlines_main.c +++ b/examples/nxlines/nxlines_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxlines/nxlines_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxscope/CMakeLists.txt b/examples/nxscope/CMakeLists.txt index 56e19d76c..09f9b8e16 100644 --- a/examples/nxscope/CMakeLists.txt +++ b/examples/nxscope/CMakeLists.txt @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxscope/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/examples/nxscope/Make.defs b/examples/nxscope/Make.defs index 738d2209b..0e1689875 100644 --- a/examples/nxscope/Make.defs +++ b/examples/nxscope/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxscope/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/examples/nxscope/Makefile b/examples/nxscope/Makefile index 285b4da49..d9f4029a1 100644 --- a/examples/nxscope/Makefile +++ b/examples/nxscope/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxscope/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/examples/nxscope/nxscope_main.c b/examples/nxscope/nxscope_main.c index bfdfadcbc..b4bf72665 100644 --- a/examples/nxscope/nxscope_main.c +++ b/examples/nxscope/nxscope_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxscope/nxscope_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxterm/CMakeLists.txt b/examples/nxterm/CMakeLists.txt index aa413133c..816d90c36 100644 --- a/examples/nxterm/CMakeLists.txt +++ b/examples/nxterm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nxterm/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nxterm/Make.defs b/examples/nxterm/Make.defs index 9392c310e..096848dec 100644 --- a/examples/nxterm/Make.defs +++ b/examples/nxterm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxterm/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/examples/nxterm/Makefile b/examples/nxterm/Makefile index b2911fe8d..58b7037ad 100644 --- a/examples/nxterm/Makefile +++ b/examples/nxterm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxterm/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/examples/nxterm/nxterm_internal.h b/examples/nxterm/nxterm_internal.h index 7a959950a..d72aa0159 100644 --- a/examples/nxterm/nxterm_internal.h +++ b/examples/nxterm/nxterm_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxterm/nxterm_internal.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/examples/nxterm/nxterm_listener.c b/examples/nxterm/nxterm_listener.c index de20445ca..b01328ab2 100644 --- a/examples/nxterm/nxterm_listener.c +++ b/examples/nxterm/nxterm_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxterm/nxterm_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxterm/nxterm_main.c b/examples/nxterm/nxterm_main.c index b3c736ea8..c1a912a08 100644 --- a/examples/nxterm/nxterm_main.c +++ b/examples/nxterm/nxterm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxterm/nxterm_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxterm/nxterm_toolbar.c b/examples/nxterm/nxterm_toolbar.c index 63076ac5b..24bcee463 100644 --- a/examples/nxterm/nxterm_toolbar.c +++ b/examples/nxterm/nxterm_toolbar.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxterm/nxterm_toolbar.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxterm/nxterm_wndo.c b/examples/nxterm/nxterm_wndo.c index 227f4db97..2bba6016a 100644 --- a/examples/nxterm/nxterm_wndo.c +++ b/examples/nxterm/nxterm_wndo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxterm/nxterm_wndo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxtext/CMakeLists.txt b/examples/nxtext/CMakeLists.txt index 42337d504..7bfa5f756 100644 --- a/examples/nxtext/CMakeLists.txt +++ b/examples/nxtext/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/nxtext/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/nxtext/Make.defs b/examples/nxtext/Make.defs index 028b1f756..003fb52db 100644 --- a/examples/nxtext/Make.defs +++ b/examples/nxtext/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxtext/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/examples/nxtext/Makefile b/examples/nxtext/Makefile index 420746da0..dafa6386e 100644 --- a/examples/nxtext/Makefile +++ b/examples/nxtext/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/nxtext/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/examples/nxtext/nxtext_bkgd.c b/examples/nxtext/nxtext_bkgd.c index 98c761bbb..1e0d4a18d 100644 --- a/examples/nxtext/nxtext_bkgd.c +++ b/examples/nxtext/nxtext_bkgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxtext/nxtext_bkgd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxtext/nxtext_internal.h b/examples/nxtext/nxtext_internal.h index 45652a852..376fe5d07 100644 --- a/examples/nxtext/nxtext_internal.h +++ b/examples/nxtext/nxtext_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxtext/nxtext_internal.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/examples/nxtext/nxtext_listener.c b/examples/nxtext/nxtext_listener.c index 7189d684a..ddb9069ef 100644 --- a/examples/nxtext/nxtext_listener.c +++ b/examples/nxtext/nxtext_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxtext/nxtext_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxtext/nxtext_main.c b/examples/nxtext/nxtext_main.c index 3814c8dd9..1ad8bb9b3 100644 --- a/examples/nxtext/nxtext_main.c +++ b/examples/nxtext/nxtext_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxtext/nxtext_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxtext/nxtext_popup.c b/examples/nxtext/nxtext_popup.c index a4087779f..4ca10e1b7 100644 --- a/examples/nxtext/nxtext_popup.c +++ b/examples/nxtext/nxtext_popup.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxtext/nxtext_popup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/nxtext/nxtext_putc.c b/examples/nxtext/nxtext_putc.c index 93c8ca402..47fdd9ba5 100644 --- a/examples/nxtext/nxtext_putc.c +++ b/examples/nxtext/nxtext_putc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/nxtext/nxtext_putc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/obd2/CMakeLists.txt b/examples/obd2/CMakeLists.txt index 09993acb5..a2d8d9fd7 100644 --- a/examples/obd2/CMakeLists.txt +++ b/examples/obd2/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/obd2/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/obd2/Make.defs b/examples/obd2/Make.defs index 49e7cdb7b..61ccfd4a3 100644 --- a/examples/obd2/Make.defs +++ b/examples/obd2/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/obd2/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/examples/obd2/Makefile b/examples/obd2/Makefile index 73be45854..d3d64bfec 100644 --- a/examples/obd2/Makefile +++ b/examples/obd2/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/obd2/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/examples/obd2/obd2_main.c b/examples/obd2/obd2_main.c index eeadebe0d..20efcdb7d 100644 --- a/examples/obd2/obd2_main.c +++ b/examples/obd2/obd2_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/obd2/obd2_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/oneshot/CMakeLists.txt b/examples/oneshot/CMakeLists.txt index d8d3c0bb3..d38a0e419 100644 --- a/examples/oneshot/CMakeLists.txt +++ b/examples/oneshot/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/oneshot/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/oneshot/Make.defs b/examples/oneshot/Make.defs index d194c2e91..d3a12049c 100644 --- a/examples/oneshot/Make.defs +++ b/examples/oneshot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/oneshot/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/examples/oneshot/Makefile b/examples/oneshot/Makefile index 1ddce3049..5e4989657 100644 --- a/examples/oneshot/Makefile +++ b/examples/oneshot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/oneshot/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/examples/oneshot/oneshot_main.c b/examples/oneshot/oneshot_main.c index c7c505da3..50760e360 100644 --- a/examples/oneshot/oneshot_main.c +++ b/examples/oneshot/oneshot_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/oneshot/oneshot_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/opencyphal/CMakeLists.txt b/examples/opencyphal/CMakeLists.txt index f68b268ee..386a094b8 100644 --- a/examples/opencyphal/CMakeLists.txt +++ b/examples/opencyphal/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/opencyphal/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/opencyphal/Make.defs b/examples/opencyphal/Make.defs index 60b182fab..432f44b22 100644 --- a/examples/opencyphal/Make.defs +++ b/examples/opencyphal/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/opencyphal/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/examples/opencyphal/Makefile b/examples/opencyphal/Makefile index 2004e1469..6168f583c 100644 --- a/examples/opencyphal/Makefile +++ b/examples/opencyphal/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/opencyphal/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/examples/opencyphal/canard_main.c b/examples/opencyphal/canard_main.c index 4d0cce801..4c6f6dd30 100644 --- a/examples/opencyphal/canard_main.c +++ b/examples/opencyphal/canard_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/opencyphal/canard_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/opencyphal/socketcan.c b/examples/opencyphal/socketcan.c index ac6f58a01..378098337 100644 --- a/examples/opencyphal/socketcan.c +++ b/examples/opencyphal/socketcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/opencyphal/socketcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/opencyphal/socketcan.h b/examples/opencyphal/socketcan.h index 5df786c01..8876813c7 100644 --- a/examples/opencyphal/socketcan.h +++ b/examples/opencyphal/socketcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/opencyphal/socketcan.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/examples/pca9635/CMakeLists.txt b/examples/pca9635/CMakeLists.txt index 016409d28..459fe370a 100644 --- a/examples/pca9635/CMakeLists.txt +++ b/examples/pca9635/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pca9635/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pca9635/Make.defs b/examples/pca9635/Make.defs index 5093e997c..c9909027e 100644 --- a/examples/pca9635/Make.defs +++ b/examples/pca9635/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pca9635/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/examples/pca9635/Makefile b/examples/pca9635/Makefile index 18f0de298..1b399bde3 100644 --- a/examples/pca9635/Makefile +++ b/examples/pca9635/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pca9635/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/examples/pca9635/pca9635_main.c b/examples/pca9635/pca9635_main.c index 2af21999f..28ad428f1 100644 --- a/examples/pca9635/pca9635_main.c +++ b/examples/pca9635/pca9635_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pca9635/pca9635_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/CMakeLists.txt b/examples/pdcurses/CMakeLists.txt index cfb74067c..462dad6b1 100644 --- a/examples/pdcurses/CMakeLists.txt +++ b/examples/pdcurses/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pdcurses/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pdcurses/Make.defs b/examples/pdcurses/Make.defs index bbd979834..119f39683 100644 --- a/examples/pdcurses/Make.defs +++ b/examples/pdcurses/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pdcurses/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/examples/pdcurses/Makefile b/examples/pdcurses/Makefile index 743485152..0ebf82c3e 100644 --- a/examples/pdcurses/Makefile +++ b/examples/pdcurses/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pdcurses/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/examples/pdcurses/charset_main.c b/examples/pdcurses/charset_main.c index 46a4e8eb1..a7baceeaf 100644 --- a/examples/pdcurses/charset_main.c +++ b/examples/pdcurses/charset_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/charset_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/firework_main.c b/examples/pdcurses/firework_main.c index b7c17992e..ec8034264 100644 --- a/examples/pdcurses/firework_main.c +++ b/examples/pdcurses/firework_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/firework_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/newdemo_main.c b/examples/pdcurses/newdemo_main.c index b6583a9b3..aea60acf5 100644 --- a/examples/pdcurses/newdemo_main.c +++ b/examples/pdcurses/newdemo_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/newdemo_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/panel_main.c b/examples/pdcurses/panel_main.c index 8c8095902..e9b252c17 100644 --- a/examples/pdcurses/panel_main.c +++ b/examples/pdcurses/panel_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/panel_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/rain_main.c b/examples/pdcurses/rain_main.c index 703afc294..dfd3ec776 100644 --- a/examples/pdcurses/rain_main.c +++ b/examples/pdcurses/rain_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/rain_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/testcurs_main.c b/examples/pdcurses/testcurs_main.c index abec88a9d..759cee9e6 100644 --- a/examples/pdcurses/testcurs_main.c +++ b/examples/pdcurses/testcurs_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/testcurs_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/tui.c b/examples/pdcurses/tui.c index ae08eabf7..70084a6ea 100644 --- a/examples/pdcurses/tui.c +++ b/examples/pdcurses/tui.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/tui.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/tui.h b/examples/pdcurses/tui.h index c15db5610..e989562d9 100644 --- a/examples/pdcurses/tui.h +++ b/examples/pdcurses/tui.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/tui.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/examples/pdcurses/tui_main.c b/examples/pdcurses/tui_main.c index c9a8c1b2f..0a9ef0e3d 100644 --- a/examples/pdcurses/tui_main.c +++ b/examples/pdcurses/tui_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/tui_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/worm_main.c b/examples/pdcurses/worm_main.c index 84bba04d5..7e3d0c488 100644 --- a/examples/pdcurses/worm_main.c +++ b/examples/pdcurses/worm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/rain_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pdcurses/xmas_main.c b/examples/pdcurses/xmas_main.c index 3168b509e..83542d592 100644 --- a/examples/pdcurses/xmas_main.c +++ b/examples/pdcurses/xmas_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pdcurses/tui.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pf_ieee802154/CMakeLists.txt b/examples/pf_ieee802154/CMakeLists.txt index 376a55cd4..e02fe47ce 100644 --- a/examples/pf_ieee802154/CMakeLists.txt +++ b/examples/pf_ieee802154/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pf_ieee802154/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pf_ieee802154/Make.defs b/examples/pf_ieee802154/Make.defs index 09c9f0bef..db390a0a5 100644 --- a/examples/pf_ieee802154/Make.defs +++ b/examples/pf_ieee802154/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pf_ieee802154/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/examples/pf_ieee802154/Makefile b/examples/pf_ieee802154/Makefile index 1c8929aa5..fab3910a9 100644 --- a/examples/pf_ieee802154/Makefile +++ b/examples/pf_ieee802154/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pf_ieee802154/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/examples/pf_ieee802154/pf_client.c b/examples/pf_ieee802154/pf_client.c index b8cbbae92..3c4092290 100644 --- a/examples/pf_ieee802154/pf_client.c +++ b/examples/pf_ieee802154/pf_client.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pf_ieee802154/pf_client.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pf_ieee802154/pf_cmdline.c b/examples/pf_ieee802154/pf_cmdline.c index 1fa694948..6dfb6890d 100644 --- a/examples/pf_ieee802154/pf_cmdline.c +++ b/examples/pf_ieee802154/pf_cmdline.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pf_ieee802154/pf_cmdline.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pf_ieee802154/pf_server.c b/examples/pf_ieee802154/pf_server.c index 5996012a7..8b0ba87f5 100644 --- a/examples/pf_ieee802154/pf_server.c +++ b/examples/pf_ieee802154/pf_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pf_ieee802154/pf_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pf_ieee802154/pfieee802154.h b/examples/pf_ieee802154/pfieee802154.h index 86baf2c73..ee7a88b5c 100644 --- a/examples/pf_ieee802154/pfieee802154.h +++ b/examples/pf_ieee802154/pfieee802154.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pf_ieee802154/pfieee802154.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/examples/pipe/CMakeLists.txt b/examples/pipe/CMakeLists.txt index 9a63cbe32..505689e3e 100644 --- a/examples/pipe/CMakeLists.txt +++ b/examples/pipe/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pipe/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pipe/Make.defs b/examples/pipe/Make.defs index 08e63cfef..cc32907bd 100644 --- a/examples/pipe/Make.defs +++ b/examples/pipe/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pipe/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/examples/pipe/Makefile b/examples/pipe/Makefile index 5358908fd..cac461a69 100644 --- a/examples/pipe/Makefile +++ b/examples/pipe/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pipe/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/examples/pipe/interlock_test.c b/examples/pipe/interlock_test.c index f666fbafc..7d614e78a 100644 --- a/examples/pipe/interlock_test.c +++ b/examples/pipe/interlock_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pipe/interlock_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pipe/pipe.h b/examples/pipe/pipe.h index 14931607a..9dc14b4c1 100644 --- a/examples/pipe/pipe.h +++ b/examples/pipe/pipe.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pipe/pipe.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/examples/pipe/pipe_main.c b/examples/pipe/pipe_main.c index d34845ce7..c34f281f5 100644 --- a/examples/pipe/pipe_main.c +++ b/examples/pipe/pipe_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pipe/pipe_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pipe/redirect_test.c b/examples/pipe/redirect_test.c index 9f9a07dca..838929588 100644 --- a/examples/pipe/redirect_test.c +++ b/examples/pipe/redirect_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pipe/redirect_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pipe/transfer_test.c b/examples/pipe/transfer_test.c index 2294558da..5c929ca51 100644 --- a/examples/pipe/transfer_test.c +++ b/examples/pipe/transfer_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pipe/transfer_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/poll/CMakeLists.txt b/examples/poll/CMakeLists.txt index 9480486c4..6c66a9fe0 100644 --- a/examples/poll/CMakeLists.txt +++ b/examples/poll/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/poll/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/poll/Make.defs b/examples/poll/Make.defs index abf4f7585..c14ebf06f 100644 --- a/examples/poll/Make.defs +++ b/examples/poll/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/poll/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/examples/poll/Makefile b/examples/poll/Makefile index 0d13c436d..48c9693c0 100644 --- a/examples/poll/Makefile +++ b/examples/poll/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/poll/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/examples/poll/Makefile.host b/examples/poll/Makefile.host index 51ddc4745..36a34347b 100644 --- a/examples/poll/Makefile.host +++ b/examples/poll/Makefile.host @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/poll/Makefile.host # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/examples/poll/host.c b/examples/poll/host.c index e3dbbc2ed..740bccb22 100644 --- a/examples/poll/host.c +++ b/examples/poll/host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/poll/host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/poll/net_listener.c b/examples/poll/net_listener.c index 3f04ea771..9db855477 100644 --- a/examples/poll/net_listener.c +++ b/examples/poll/net_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/poll/net_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/poll/net_reader.c b/examples/poll/net_reader.c index c60de4700..5e22822e3 100644 --- a/examples/poll/net_reader.c +++ b/examples/poll/net_reader.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/poll/net_reader.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/poll/poll_internal.h b/examples/poll/poll_internal.h index 72579528d..ba3a03fe6 100644 --- a/examples/poll/poll_internal.h +++ b/examples/poll/poll_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/poll/poll_internal.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/examples/poll/poll_listener.c b/examples/poll/poll_listener.c index 1905a5e82..5864c4222 100644 --- a/examples/poll/poll_listener.c +++ b/examples/poll/poll_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/poll/poll_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/poll/poll_main.c b/examples/poll/poll_main.c index 888922c32..817916839 100644 --- a/examples/poll/poll_main.c +++ b/examples/poll/poll_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/poll/poll_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/poll/select_listener.c b/examples/poll/select_listener.c index 50697ec14..69cfe92d6 100644 --- a/examples/poll/select_listener.c +++ b/examples/poll/select_listener.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/poll/select_listener.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/popen/CMakeLists.txt b/examples/popen/CMakeLists.txt index e28072768..b256ae717 100644 --- a/examples/popen/CMakeLists.txt +++ b/examples/popen/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/popen/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/popen/Make.defs b/examples/popen/Make.defs index a154c93e3..a91ae672c 100644 --- a/examples/popen/Make.defs +++ b/examples/popen/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/popen/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/examples/popen/Makefile b/examples/popen/Makefile index a7a7cd89a..73de35df6 100644 --- a/examples/popen/Makefile +++ b/examples/popen/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/popen/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/examples/popen/popen_main.c b/examples/popen/popen_main.c index d928629e1..c830085e5 100644 --- a/examples/popen/popen_main.c +++ b/examples/popen/popen_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/popen/popen_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/posix_spawn/CMakeLists.txt b/examples/posix_spawn/CMakeLists.txt index f9391d84e..453224edd 100644 --- a/examples/posix_spawn/CMakeLists.txt +++ b/examples/posix_spawn/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/posix_spawn/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/posix_spawn/Make.defs b/examples/posix_spawn/Make.defs index e3f7eb9f6..de98e6c38 100644 --- a/examples/posix_spawn/Make.defs +++ b/examples/posix_spawn/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/posix_spawn/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/examples/posix_spawn/Makefile b/examples/posix_spawn/Makefile index 312d04378..08e87cdf7 100644 --- a/examples/posix_spawn/Makefile +++ b/examples/posix_spawn/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/posix_spawn/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/examples/posix_spawn/filesystem/Makefile b/examples/posix_spawn/filesystem/Makefile index 45008e5e1..1632627ad 100644 --- a/examples/posix_spawn/filesystem/Makefile +++ b/examples/posix_spawn/filesystem/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/posix_spawn/filesystem/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/examples/posix_spawn/filesystem/hello/Makefile b/examples/posix_spawn/filesystem/hello/Makefile index f98419b37..c4f0056ab 100644 --- a/examples/posix_spawn/filesystem/hello/Makefile +++ b/examples/posix_spawn/filesystem/hello/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/posix_spawn/filesystem/hello/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/examples/posix_spawn/filesystem/hello/hello.c b/examples/posix_spawn/filesystem/hello/hello.c index 5269d0359..e460fa557 100644 --- a/examples/posix_spawn/filesystem/hello/hello.c +++ b/examples/posix_spawn/filesystem/hello/hello.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/posix_spawn/filesystem/hello/hello.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/posix_spawn/filesystem/redirect/Makefile b/examples/posix_spawn/filesystem/redirect/Makefile index 38bf2c17b..a570c24a0 100644 --- a/examples/posix_spawn/filesystem/redirect/Makefile +++ b/examples/posix_spawn/filesystem/redirect/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/posix_spawn/filesystem/redirect/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/examples/posix_spawn/filesystem/redirect/redirect.c b/examples/posix_spawn/filesystem/redirect/redirect.c index fd34d18f6..f8ecd48a8 100644 --- a/examples/posix_spawn/filesystem/redirect/redirect.c +++ b/examples/posix_spawn/filesystem/redirect/redirect.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/posix_spawn/filesystem/redirect/redirect.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/posix_spawn/spawn_main.c b/examples/posix_spawn/spawn_main.c index 4a62383d2..100030b6c 100644 --- a/examples/posix_spawn/spawn_main.c +++ b/examples/posix_spawn/spawn_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/posix_spawn/spawn_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/powerled/CMakeLists.txt b/examples/powerled/CMakeLists.txt index b38e0f71f..700c2daa5 100644 --- a/examples/powerled/CMakeLists.txt +++ b/examples/powerled/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/powerled/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/powerled/Make.defs b/examples/powerled/Make.defs index 7015da255..a2e1b26bf 100644 --- a/examples/powerled/Make.defs +++ b/examples/powerled/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/powerled/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/examples/powerled/Makefile b/examples/powerled/Makefile index ca02d8011..7a489c932 100644 --- a/examples/powerled/Makefile +++ b/examples/powerled/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/powerled/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/examples/powerled/powerled_main.c b/examples/powerled/powerled_main.c index 1d2e2a683..4df021b4b 100644 --- a/examples/powerled/powerled_main.c +++ b/examples/powerled/powerled_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/powerled/powerled_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/powermonitor/CMakeLists.txt b/examples/powermonitor/CMakeLists.txt index 107906b6f..522c2e27b 100644 --- a/examples/powermonitor/CMakeLists.txt +++ b/examples/powermonitor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/powermonitor/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/powermonitor/Make.defs b/examples/powermonitor/Make.defs index d383969ed..9a0248fea 100644 --- a/examples/powermonitor/Make.defs +++ b/examples/powermonitor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/powermonitor/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/examples/powermonitor/Makefile b/examples/powermonitor/Makefile index 2de62f9ab..05f669075 100644 --- a/examples/powermonitor/Makefile +++ b/examples/powermonitor/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/powermonitor/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/examples/powermonitor/powermonitor_main.c b/examples/powermonitor/powermonitor_main.c index e45542040..3a335dd66 100644 --- a/examples/powermonitor/powermonitor_main.c +++ b/examples/powermonitor/powermonitor_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/powermonitor/powermonitor_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pppd/CMakeLists.txt b/examples/pppd/CMakeLists.txt index 5921a5a1c..7b07f05c2 100644 --- a/examples/pppd/CMakeLists.txt +++ b/examples/pppd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pppd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pppd/Make.defs b/examples/pppd/Make.defs index 0adf2bf7c..9497a83d7 100644 --- a/examples/pppd/Make.defs +++ b/examples/pppd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pppd/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/examples/pppd/Makefile b/examples/pppd/Makefile index 3f341d034..a1c4c7e1e 100644 --- a/examples/pppd/Makefile +++ b/examples/pppd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pppd/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/examples/pppd/pppd_main.c b/examples/pppd/pppd_main.c index ce80ae90b..78af8d1fa 100644 --- a/examples/pppd/pppd_main.c +++ b/examples/pppd/pppd_main.c @@ -1,8 +1,9 @@ /**************************************************************************** * apps/examples/pppd/pppd_main.c * - * Copyright (C) 2015 Brennan Ashton. All rights reserved. - * Author: Brennan Ashton + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015 Brennan Ashton. All rights reserved. + * SPDX-FileContributor: Brennan Ashton * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/pty_test/CMakeLists.txt b/examples/pty_test/CMakeLists.txt index 746f40a6e..0504a518d 100644 --- a/examples/pty_test/CMakeLists.txt +++ b/examples/pty_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pty_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pty_test/Make.defs b/examples/pty_test/Make.defs index 870fc757c..870175688 100644 --- a/examples/pty_test/Make.defs +++ b/examples/pty_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pty_test/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/examples/pty_test/Makefile b/examples/pty_test/Makefile index 1573c530f..0fe41e9c7 100644 --- a/examples/pty_test/Makefile +++ b/examples/pty_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pty_test/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/examples/pty_test/pty_test.c b/examples/pty_test/pty_test.c index 731a9ff47..25c4c9fe0 100644 --- a/examples/pty_test/pty_test.c +++ b/examples/pty_test/pty_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pty_test/pty_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwfb/CMakeLists.txt b/examples/pwfb/CMakeLists.txt index 762e1ec88..584321e0f 100644 --- a/examples/pwfb/CMakeLists.txt +++ b/examples/pwfb/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pwfb/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pwfb/Make.defs b/examples/pwfb/Make.defs index 1b7e4a0a1..5c25ee26d 100644 --- a/examples/pwfb/Make.defs +++ b/examples/pwfb/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pwfb/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/examples/pwfb/Makefile b/examples/pwfb/Makefile index 51bc62fb9..8403725b6 100644 --- a/examples/pwfb/Makefile +++ b/examples/pwfb/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pwfb/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/examples/pwfb/pwfb_events.c b/examples/pwfb/pwfb_events.c index 6f4441ccf..142985ab7 100644 --- a/examples/pwfb/pwfb_events.c +++ b/examples/pwfb/pwfb_events.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwfb/pwfb_events.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwfb/pwfb_internal.h b/examples/pwfb/pwfb_internal.h index 8882009e5..f6742736e 100644 --- a/examples/pwfb/pwfb_internal.h +++ b/examples/pwfb/pwfb_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwfb/pwfb_internal.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/examples/pwfb/pwfb_main.c b/examples/pwfb/pwfb_main.c index 1683b600e..6a7bfc438 100644 --- a/examples/pwfb/pwfb_main.c +++ b/examples/pwfb/pwfb_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwfb/pwfb_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwfb/pwfb_motion.c b/examples/pwfb/pwfb_motion.c index a44cae4ff..37ce79d86 100644 --- a/examples/pwfb/pwfb_motion.c +++ b/examples/pwfb/pwfb_motion.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwfb/pwfb_motion.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwlines/CMakeLists.txt b/examples/pwlines/CMakeLists.txt index 01b4c18a0..9cbe1d2c3 100644 --- a/examples/pwlines/CMakeLists.txt +++ b/examples/pwlines/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pwlines/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pwlines/Make.defs b/examples/pwlines/Make.defs index 3e6a64e93..0454dc2ef 100644 --- a/examples/pwlines/Make.defs +++ b/examples/pwlines/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pwlines/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/examples/pwlines/Makefile b/examples/pwlines/Makefile index 342d9f2ca..fc85c7b86 100644 --- a/examples/pwlines/Makefile +++ b/examples/pwlines/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pwlines/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/examples/pwlines/pwlines_events.c b/examples/pwlines/pwlines_events.c index 2441ae091..73a2b80a6 100644 --- a/examples/pwlines/pwlines_events.c +++ b/examples/pwlines/pwlines_events.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwlines/pwlines_events.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwlines/pwlines_internal.h b/examples/pwlines/pwlines_internal.h index 91f188dcd..9b830cabe 100644 --- a/examples/pwlines/pwlines_internal.h +++ b/examples/pwlines/pwlines_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwlines/pwlines_internal.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/examples/pwlines/pwlines_main.c b/examples/pwlines/pwlines_main.c index 894fd5a3c..dc776d744 100644 --- a/examples/pwlines/pwlines_main.c +++ b/examples/pwlines/pwlines_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwlines/pwlines_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwlines/pwlines_motion.c b/examples/pwlines/pwlines_motion.c index cf33a6363..a812d4d73 100644 --- a/examples/pwlines/pwlines_motion.c +++ b/examples/pwlines/pwlines_motion.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwlines/pwlines_motion.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwlines/pwlines_update.c b/examples/pwlines/pwlines_update.c index 54f7eefdf..2dbe4e39e 100644 --- a/examples/pwlines/pwlines_update.c +++ b/examples/pwlines/pwlines_update.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwlines/pwlines_update.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/pwm/CMakeLists.txt b/examples/pwm/CMakeLists.txt index 8758605fa..2d39c573a 100644 --- a/examples/pwm/CMakeLists.txt +++ b/examples/pwm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/pwm/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/pwm/Make.defs b/examples/pwm/Make.defs index 065f65636..999dcb596 100644 --- a/examples/pwm/Make.defs +++ b/examples/pwm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pwm/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/examples/pwm/Makefile b/examples/pwm/Makefile index d2e44c072..785182d35 100644 --- a/examples/pwm/Makefile +++ b/examples/pwm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/pwm/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/examples/pwm/pwm.h b/examples/pwm/pwm.h index 133b1e5d5..e0447b9b3 100644 --- a/examples/pwm/pwm.h +++ b/examples/pwm/pwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwm/pwm.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/examples/pwm/pwm_main.c b/examples/pwm/pwm_main.c index c5d4424a8..7a1a83c16 100644 --- a/examples/pwm/pwm_main.c +++ b/examples/pwm/pwm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/pwm/pwm_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/qencoder/CMakeLists.txt b/examples/qencoder/CMakeLists.txt index 797f6b832..308f9e4ad 100644 --- a/examples/qencoder/CMakeLists.txt +++ b/examples/qencoder/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/qencoder/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/qencoder/Make.defs b/examples/qencoder/Make.defs index 0778b6aad..46a43c14d 100644 --- a/examples/qencoder/Make.defs +++ b/examples/qencoder/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/qencoder/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/examples/qencoder/Makefile b/examples/qencoder/Makefile index fe6b71cf6..1e0866175 100644 --- a/examples/qencoder/Makefile +++ b/examples/qencoder/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/qencoder/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/examples/qencoder/qe.h b/examples/qencoder/qe.h index e233c8c4b..2baa5de1e 100644 --- a/examples/qencoder/qe.h +++ b/examples/qencoder/qe.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/qencoder/qe.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/examples/qencoder/qe_main.c b/examples/qencoder/qe_main.c index be9a5a26a..2614fe7fb 100644 --- a/examples/qencoder/qe_main.c +++ b/examples/qencoder/qe_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/qencoder/qe_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/random/CMakeLists.txt b/examples/random/CMakeLists.txt index 0f44dd797..e3385d489 100644 --- a/examples/random/CMakeLists.txt +++ b/examples/random/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/random/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/random/Make.defs b/examples/random/Make.defs index e761c29ce..6771c5b65 100644 --- a/examples/random/Make.defs +++ b/examples/random/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/random/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/examples/random/Makefile b/examples/random/Makefile index b064f1fdf..ab02a154b 100644 --- a/examples/random/Makefile +++ b/examples/random/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/random/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/examples/random/random_main.c b/examples/random/random_main.c index e6a13b487..2b1be2827 100644 --- a/examples/random/random_main.c +++ b/examples/random/random_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/random/random_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/relays/CMakeLists.txt b/examples/relays/CMakeLists.txt index cc3c1ff26..cb1d9b729 100644 --- a/examples/relays/CMakeLists.txt +++ b/examples/relays/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/relays/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/relays/Make.defs b/examples/relays/Make.defs index c762e8d7d..3a1d05f3e 100644 --- a/examples/relays/Make.defs +++ b/examples/relays/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/relays/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/examples/relays/Makefile b/examples/relays/Makefile index c1a1b3c9b..4390ceb52 100644 --- a/examples/relays/Makefile +++ b/examples/relays/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/relays/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/examples/relays/relays_main.c b/examples/relays/relays_main.c index 33b62dcce..1d6695027 100644 --- a/examples/relays/relays_main.c +++ b/examples/relays/relays_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/relays/relays_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rfid_readuid/CMakeLists.txt b/examples/rfid_readuid/CMakeLists.txt index d960590fd..d655272ed 100644 --- a/examples/rfid_readuid/CMakeLists.txt +++ b/examples/rfid_readuid/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/rfid_readuid/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/rfid_readuid/Make.defs b/examples/rfid_readuid/Make.defs index 3d61abc91..ed720dbd5 100644 --- a/examples/rfid_readuid/Make.defs +++ b/examples/rfid_readuid/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rfid_readuid/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/examples/rfid_readuid/Makefile b/examples/rfid_readuid/Makefile index dd13c901e..0a06297c5 100644 --- a/examples/rfid_readuid/Makefile +++ b/examples/rfid_readuid/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rfid_readuid/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/examples/rfid_readuid/rfid_readuid.c b/examples/rfid_readuid/rfid_readuid.c index 2f8049ca7..d97c058da 100644 --- a/examples/rfid_readuid/rfid_readuid.c +++ b/examples/rfid_readuid/rfid_readuid.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rfid_readuid/rfid_readuid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rgbled/CMakeLists.txt b/examples/rgbled/CMakeLists.txt index 29b1efbca..edb6b62f2 100644 --- a/examples/rgbled/CMakeLists.txt +++ b/examples/rgbled/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/rgbled/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/rgbled/Make.defs b/examples/rgbled/Make.defs index bea3eee00..e8c793757 100644 --- a/examples/rgbled/Make.defs +++ b/examples/rgbled/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rgbled/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/examples/rgbled/Makefile b/examples/rgbled/Makefile index 3611b032e..9f0511c6a 100644 --- a/examples/rgbled/Makefile +++ b/examples/rgbled/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rgbled/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/examples/rgbled/rgbled.c b/examples/rgbled/rgbled.c index 5521383e5..4dd9aa2ec 100644 --- a/examples/rgbled/rgbled.c +++ b/examples/rgbled/rgbled.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rgbled/rgbled.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rmtchar/CMakeLists.txt b/examples/rmtchar/CMakeLists.txt index 0adae0913..0d03174f5 100644 --- a/examples/rmtchar/CMakeLists.txt +++ b/examples/rmtchar/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/rmtchar/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/rmtchar/Make.defs b/examples/rmtchar/Make.defs index e6550150c..0b14b2487 100644 --- a/examples/rmtchar/Make.defs +++ b/examples/rmtchar/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rmtchar/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/examples/rmtchar/Makefile b/examples/rmtchar/Makefile index 342cb6ec4..2c6d454dd 100644 --- a/examples/rmtchar/Makefile +++ b/examples/rmtchar/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rmtchar/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/examples/rmtchar/rmtchar.h b/examples/rmtchar/rmtchar.h index 2d89479bf..832b80a4c 100644 --- a/examples/rmtchar/rmtchar.h +++ b/examples/rmtchar/rmtchar.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rmtchar/rmtchar.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/examples/rmtchar/rmtchar_common.c b/examples/rmtchar/rmtchar_common.c index f7d1a4d9d..663f0abd5 100644 --- a/examples/rmtchar/rmtchar_common.c +++ b/examples/rmtchar/rmtchar_common.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rmtchar/rmtchar_common.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rmtchar/rmtchar_main.c b/examples/rmtchar/rmtchar_main.c index d57c815be..dcf2c54f2 100644 --- a/examples/rmtchar/rmtchar_main.c +++ b/examples/rmtchar/rmtchar_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rmtchar/rmtchar_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rmtchar/rmtchar_receiver.c b/examples/rmtchar/rmtchar_receiver.c index 1f1e16a5f..b6d94800e 100644 --- a/examples/rmtchar/rmtchar_receiver.c +++ b/examples/rmtchar/rmtchar_receiver.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rmtchar/rmtchar_receiver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rmtchar/rmtchar_transmitter.c b/examples/rmtchar/rmtchar_transmitter.c index 249f877ae..8c0528e2a 100644 --- a/examples/rmtchar/rmtchar_transmitter.c +++ b/examples/rmtchar/rmtchar_transmitter.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rmtchar/rmtchar_transmitter.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/romfs/CMakeLists.txt b/examples/romfs/CMakeLists.txt index 11e16fe04..7bde993d9 100644 --- a/examples/romfs/CMakeLists.txt +++ b/examples/romfs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/romfs/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/romfs/Make.defs b/examples/romfs/Make.defs index 8755a91f3..9f06ff292 100644 --- a/examples/romfs/Make.defs +++ b/examples/romfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/romfs/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/examples/romfs/Makefile b/examples/romfs/Makefile index 99c00bc4c..ba19d2372 100644 --- a/examples/romfs/Makefile +++ b/examples/romfs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/romfs/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/examples/romfs/romfs_main.c b/examples/romfs/romfs_main.c index 4ffdefe33..fa957bbd7 100644 --- a/examples/romfs/romfs_main.c +++ b/examples/romfs/romfs_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/romfs/romfs_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rpmsgsocket/CMakeLists.txt b/examples/rpmsgsocket/CMakeLists.txt index 4654624c4..edb2dddc7 100644 --- a/examples/rpmsgsocket/CMakeLists.txt +++ b/examples/rpmsgsocket/CMakeLists.txt @@ -1,6 +1,8 @@ -# ############################################################################## +################################################################################ # apps/examples/rpmsgsocket/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -16,7 +18,7 @@ # License for the specific language governing permissions and limitations under # the License. # -# ############################################################################## +################################################################################ if(CONFIG_EXAMPLES_RPMSGSOCKET) nuttx_add_application( diff --git a/examples/rpmsgsocket/Make.defs b/examples/rpmsgsocket/Make.defs index 924623950..e7ac29328 100644 --- a/examples/rpmsgsocket/Make.defs +++ b/examples/rpmsgsocket/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rpmsgsocket/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/examples/rpmsgsocket/Makefile b/examples/rpmsgsocket/Makefile index acfc183be..dffe32a44 100644 --- a/examples/rpmsgsocket/Makefile +++ b/examples/rpmsgsocket/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/rpmsgsocket/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/examples/rpmsgsocket/rpsock_client.c b/examples/rpmsgsocket/rpsock_client.c index 335460b83..447bf7773 100644 --- a/examples/rpmsgsocket/rpsock_client.c +++ b/examples/rpmsgsocket/rpsock_client.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rpmsgsocket/rpsock_client.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/rpmsgsocket/rpsock_server.c b/examples/rpmsgsocket/rpsock_server.c index 477239cd0..a0ba62b71 100644 --- a/examples/rpmsgsocket/rpsock_server.c +++ b/examples/rpmsgsocket/rpsock_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/rpmsgsocket/rpsock_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/scd41/CMakeLists.txt b/examples/scd41/CMakeLists.txt index 885de5708..5f6d23f59 100644 --- a/examples/scd41/CMakeLists.txt +++ b/examples/scd41/CMakeLists.txt @@ -1,6 +1,8 @@ -# ############################################################################## +################################################################################ # apps/examples/scd41/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -16,7 +18,7 @@ # License for the specific language governing permissions and limitations under # the License. # -# ############################################################################## +################################################################################ if(CONFIG_EXAMPLES_SCD41) nuttx_add_application( diff --git a/examples/scd41/Make.defs b/examples/scd41/Make.defs index a6a5ff7b8..94c31ce0b 100644 --- a/examples/scd41/Make.defs +++ b/examples/scd41/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/scd41/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/examples/scd41/Makefile b/examples/scd41/Makefile index e08598e9e..9b255a866 100644 --- a/examples/scd41/Makefile +++ b/examples/scd41/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/scd41/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/examples/scd41/scd41_main.c b/examples/scd41/scd41_main.c index 433a2818f..b524ab55b 100644 --- a/examples/scd41/scd41_main.c +++ b/examples/scd41/scd41_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/scd41/scd41_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/sendmail/CMakeLists.txt b/examples/sendmail/CMakeLists.txt index 50dde6398..04f7f4445 100644 --- a/examples/sendmail/CMakeLists.txt +++ b/examples/sendmail/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/sendmail/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/sendmail/Make.defs b/examples/sendmail/Make.defs index 328660712..4d6e9b6e0 100644 --- a/examples/sendmail/Make.defs +++ b/examples/sendmail/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sendmail/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/examples/sendmail/Makefile b/examples/sendmail/Makefile index 61191601d..9013d24ea 100644 --- a/examples/sendmail/Makefile +++ b/examples/sendmail/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sendmail/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/examples/sendmail/sendmail_main.c b/examples/sendmail/sendmail_main.c index 5cd868777..7a0abdf1a 100644 --- a/examples/sendmail/sendmail_main.c +++ b/examples/sendmail/sendmail_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/sendmail/sendmail_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/sensor_fusion/Make.defs b/examples/sensor_fusion/Make.defs index f7499a972..82c947955 100644 --- a/examples/sensor_fusion/Make.defs +++ b/examples/sensor_fusion/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sensor_fusion/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/examples/sensor_fusion/Makefile b/examples/sensor_fusion/Makefile index ce17e69df..50a33cffc 100644 --- a/examples/sensor_fusion/Makefile +++ b/examples/sensor_fusion/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sensor_fusion/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/examples/sensor_fusion/sensor_fusion_main.c b/examples/sensor_fusion/sensor_fusion_main.c index a603c3c82..cad590332 100644 --- a/examples/sensor_fusion/sensor_fusion_main.c +++ b/examples/sensor_fusion/sensor_fusion_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/sensor_fusion/sensor_fusion_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/serialblaster/CMakeLists.txt b/examples/serialblaster/CMakeLists.txt index 4fa46688d..4e3847922 100644 --- a/examples/serialblaster/CMakeLists.txt +++ b/examples/serialblaster/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/serialblaster/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/serialblaster/Make.defs b/examples/serialblaster/Make.defs index c92ed53a7..a41781010 100644 --- a/examples/serialblaster/Make.defs +++ b/examples/serialblaster/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/serialblaster/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/examples/serialblaster/Makefile b/examples/serialblaster/Makefile index ce8fb45b2..79d849fa6 100644 --- a/examples/serialblaster/Makefile +++ b/examples/serialblaster/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/serialblaster/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/examples/serialblaster/serialblaster_main.c b/examples/serialblaster/serialblaster_main.c index 106a26d36..b028efa18 100644 --- a/examples/serialblaster/serialblaster_main.c +++ b/examples/serialblaster/serialblaster_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/serialblaster/serialblaster_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/serialrx/CMakeLists.txt b/examples/serialrx/CMakeLists.txt index 185359aea..dab565f6f 100644 --- a/examples/serialrx/CMakeLists.txt +++ b/examples/serialrx/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/serialrx/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/serialrx/Make.defs b/examples/serialrx/Make.defs index 942c94f84..40359140c 100644 --- a/examples/serialrx/Make.defs +++ b/examples/serialrx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/serialrx/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/examples/serialrx/Makefile b/examples/serialrx/Makefile index 56cfa3ad2..fbb9ec1ad 100644 --- a/examples/serialrx/Makefile +++ b/examples/serialrx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/serialrx/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/examples/serialrx/serialrx_main.c b/examples/serialrx/serialrx_main.c index 0864805ce..af7468e4d 100644 --- a/examples/serialrx/serialrx_main.c +++ b/examples/serialrx/serialrx_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/serialrx/serialrx_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/serloop/CMakeLists.txt b/examples/serloop/CMakeLists.txt index 182e9182f..5a3c3e715 100644 --- a/examples/serloop/CMakeLists.txt +++ b/examples/serloop/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/serloop/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/serloop/Make.defs b/examples/serloop/Make.defs index 2ea8de90a..268fc5f90 100644 --- a/examples/serloop/Make.defs +++ b/examples/serloop/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/serloop/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/examples/serloop/Makefile b/examples/serloop/Makefile index 782613a02..3fcdc6ba3 100644 --- a/examples/serloop/Makefile +++ b/examples/serloop/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/serloop/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/examples/serloop/serloop_main.c b/examples/serloop/serloop_main.c index a1e916e1f..00bf32253 100644 --- a/examples/serloop/serloop_main.c +++ b/examples/serloop/serloop_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/serloop/serloop_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/settings/Make.defs b/examples/settings/Make.defs index 8198e28a3..6fac4077b 100644 --- a/examples/settings/Make.defs +++ b/examples/settings/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/settings/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/examples/settings/Makefile b/examples/settings/Makefile index 53bf1f22d..648563785 100644 --- a/examples/settings/Makefile +++ b/examples/settings/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/settings/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/examples/settings/settings_main.c b/examples/settings/settings_main.c index 931260836..b284a4843 100644 --- a/examples/settings/settings_main.c +++ b/examples/settings/settings_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/settings/settings_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/shm_test/CMakeLists.txt b/examples/shm_test/CMakeLists.txt index 1985986d5..19f5f8495 100644 --- a/examples/shm_test/CMakeLists.txt +++ b/examples/shm_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/shm_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/shm_test/Make.defs b/examples/shm_test/Make.defs index 5248c3f6e..a5e5e62ca 100644 --- a/examples/shm_test/Make.defs +++ b/examples/shm_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/shm_test/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/examples/shm_test/Makefile b/examples/shm_test/Makefile index 1f3346868..1f1d900a0 100644 --- a/examples/shm_test/Makefile +++ b/examples/shm_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/shm_test/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/examples/shm_test/shm_main.c b/examples/shm_test/shm_main.c index 1fb1d0b0d..e93758d59 100644 --- a/examples/shm_test/shm_main.c +++ b/examples/shm_test/shm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/shm_test/shm_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/sht3x/CMakeLists.txt b/examples/sht3x/CMakeLists.txt index 1c947a3f2..8c22be54f 100644 --- a/examples/sht3x/CMakeLists.txt +++ b/examples/sht3x/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/sht3x/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/sht3x/Make.defs b/examples/sht3x/Make.defs index cf752dca4..e4bec9832 100644 --- a/examples/sht3x/Make.defs +++ b/examples/sht3x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sht3x/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/examples/sht3x/Makefile b/examples/sht3x/Makefile index e1d753b1e..6acd0fe07 100644 --- a/examples/sht3x/Makefile +++ b/examples/sht3x/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sht3x/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/examples/sht3x/sht3x_main.c b/examples/sht3x/sht3x_main.c index bd0ef295f..078979c7a 100644 --- a/examples/sht3x/sht3x_main.c +++ b/examples/sht3x/sht3x_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/sht3x/sht3x_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/slcd/CMakeLists.txt b/examples/slcd/CMakeLists.txt index 9cd83621f..280cabdb6 100644 --- a/examples/slcd/CMakeLists.txt +++ b/examples/slcd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/slcd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/slcd/Make.defs b/examples/slcd/Make.defs index 5346c20df..24c71d0ad 100644 --- a/examples/slcd/Make.defs +++ b/examples/slcd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/slcd/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/examples/slcd/Makefile b/examples/slcd/Makefile index 8e3651ffb..830fa2ead 100644 --- a/examples/slcd/Makefile +++ b/examples/slcd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/slcd/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/examples/slcd/slcd_main.c b/examples/slcd/slcd_main.c index 1342ad14b..e7aedd0c0 100644 --- a/examples/slcd/slcd_main.c +++ b/examples/slcd/slcd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/slcd/slcd_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/smps/CMakeLists.txt b/examples/smps/CMakeLists.txt index fd3821ace..15344ae4a 100644 --- a/examples/smps/CMakeLists.txt +++ b/examples/smps/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/smps/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/smps/Make.defs b/examples/smps/Make.defs index 9cae2ef55..bb06f3541 100644 --- a/examples/smps/Make.defs +++ b/examples/smps/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/smps/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/examples/smps/Makefile b/examples/smps/Makefile index 5c9799d5e..edbb6e5f8 100644 --- a/examples/smps/Makefile +++ b/examples/smps/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/smps/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/examples/smps/smps_main.c b/examples/smps/smps_main.c index f6815f54c..994331558 100644 --- a/examples/smps/smps_main.c +++ b/examples/smps/smps_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/smps/smps_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/sotest/CMakeLists.txt b/examples/sotest/CMakeLists.txt index bab18517a..9daecfb74 100644 --- a/examples/sotest/CMakeLists.txt +++ b/examples/sotest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/sotest/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/sotest/Make.defs b/examples/sotest/Make.defs index 6f9fbe6f5..c674e34e6 100644 --- a/examples/sotest/Make.defs +++ b/examples/sotest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/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/examples/sotest/Makefile b/examples/sotest/Makefile index 6e7bb3af7..0d23750cf 100644 --- a/examples/sotest/Makefile +++ b/examples/sotest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/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/examples/sotest/main/CMakeLists.txt b/examples/sotest/main/CMakeLists.txt index de0fdd249..caca43d22 100644 --- a/examples/sotest/main/CMakeLists.txt +++ b/examples/sotest/main/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/sotest/main/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/sotest/main/Make.defs b/examples/sotest/main/Make.defs index 1a382e924..a904d0cef 100644 --- a/examples/sotest/main/Make.defs +++ b/examples/sotest/main/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/main/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/examples/sotest/main/Makefile b/examples/sotest/main/Makefile index 17c905703..064b0b434 100644 --- a/examples/sotest/main/Makefile +++ b/examples/sotest/main/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/main/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/examples/sotest/main/sotest_main.c b/examples/sotest/main/sotest_main.c index 205ed397c..ccc7a3255 100644 --- a/examples/sotest/main/sotest_main.c +++ b/examples/sotest/main/sotest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/sotest/main/sotest_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/sotest/modprint/Make.defs b/examples/sotest/modprint/Make.defs index 2d6ae226b..07811511b 100644 --- a/examples/sotest/modprint/Make.defs +++ b/examples/sotest/modprint/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/modprint/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/examples/sotest/modprint/Makefile b/examples/sotest/modprint/Makefile index dca51c6f7..81f5c2c53 100644 --- a/examples/sotest/modprint/Makefile +++ b/examples/sotest/modprint/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/modprint/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/examples/sotest/modprint/modprint.c b/examples/sotest/modprint/modprint.c index e5e89f79f..898899a24 100644 --- a/examples/sotest/modprint/modprint.c +++ b/examples/sotest/modprint/modprint.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/sotest/modprint/modprint.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/sotest/sotest/Make.defs b/examples/sotest/sotest/Make.defs index 08c4edce1..4a26bb121 100644 --- a/examples/sotest/sotest/Make.defs +++ b/examples/sotest/sotest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/sotest/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/examples/sotest/sotest/Makefile b/examples/sotest/sotest/Makefile index 94eb777a2..dfbec74a1 100644 --- a/examples/sotest/sotest/Makefile +++ b/examples/sotest/sotest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sotest/sotest/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/examples/sotest/sotest/sotest.c b/examples/sotest/sotest/sotest.c index 47d99b621..df9ab3201 100644 --- a/examples/sotest/sotest/sotest.c +++ b/examples/sotest/sotest/sotest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/sotest/sotest/sotest.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/spislv_test/CMakeLists.txt b/examples/spislv_test/CMakeLists.txt index d4406bae9..137bc9134 100644 --- a/examples/spislv_test/CMakeLists.txt +++ b/examples/spislv_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/spislv_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/spislv_test/Make.defs b/examples/spislv_test/Make.defs index e8b23330e..14bb4852a 100644 --- a/examples/spislv_test/Make.defs +++ b/examples/spislv_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/spislv/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/examples/spislv_test/Makefile b/examples/spislv_test/Makefile index 44b099d1d..1fb3e54c5 100644 --- a/examples/spislv_test/Makefile +++ b/examples/spislv_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/spislv_test/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/examples/spislv_test/spislv_test.c b/examples/spislv_test/spislv_test.c index 1ac4e5b33..763bee76f 100644 --- a/examples/spislv_test/spislv_test.c +++ b/examples/spislv_test/spislv_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/spislv_test/spislv_test.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/stat/CMakeLists.txt b/examples/stat/CMakeLists.txt index 32d10bb4e..c355cfa7d 100644 --- a/examples/stat/CMakeLists.txt +++ b/examples/stat/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/stat/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/stat/Make.defs b/examples/stat/Make.defs index 7532ebb25..c965dbda0 100644 --- a/examples/stat/Make.defs +++ b/examples/stat/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/stat/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/examples/stat/Makefile b/examples/stat/Makefile index c86c9d03b..afbb053a4 100644 --- a/examples/stat/Makefile +++ b/examples/stat/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/stat/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/examples/stat/stat_main.c b/examples/stat/stat_main.c index a4c9db4de..fa04f7add 100644 --- a/examples/stat/stat_main.c +++ b/examples/stat/stat_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/stat/stat_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/stepper/CMakeLists.txt b/examples/stepper/CMakeLists.txt index a86573c92..d8e89647c 100644 --- a/examples/stepper/CMakeLists.txt +++ b/examples/stepper/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/stepper/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/stepper/Make.defs b/examples/stepper/Make.defs index e98fa345c..859b09637 100644 --- a/examples/stepper/Make.defs +++ b/examples/stepper/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/stepper/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/examples/stepper/Makefile b/examples/stepper/Makefile index 00fb19999..ae9bad0c2 100644 --- a/examples/stepper/Makefile +++ b/examples/stepper/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/stepper/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/examples/stepper/stepper.c b/examples/stepper/stepper.c index 5aa43dd8a..2d9acdaff 100644 --- a/examples/stepper/stepper.c +++ b/examples/stepper/stepper.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/stepper/stepper.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/sx127x_demo/CMakeLists.txt b/examples/sx127x_demo/CMakeLists.txt index 0fa4bfee5..b9982b87c 100644 --- a/examples/sx127x_demo/CMakeLists.txt +++ b/examples/sx127x_demo/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/sx127x_demo/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/sx127x_demo/Make.defs b/examples/sx127x_demo/Make.defs index 226a09820..f569360a6 100644 --- a/examples/sx127x_demo/Make.defs +++ b/examples/sx127x_demo/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sx127x_demo/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/examples/sx127x_demo/Makefile b/examples/sx127x_demo/Makefile index e97f14ebd..d24378ee6 100644 --- a/examples/sx127x_demo/Makefile +++ b/examples/sx127x_demo/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/sx127x_demo/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/examples/sx127x_demo/sx127x_demo.c b/examples/sx127x_demo/sx127x_demo.c index 79fc54a4d..05175a6ed 100644 --- a/examples/sx127x_demo/sx127x_demo.c +++ b/examples/sx127x_demo/sx127x_demo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/sx127x_demo/sx127x_demo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/system/CMakeLists.txt b/examples/system/CMakeLists.txt index 22b29bb75..23ad26812 100644 --- a/examples/system/CMakeLists.txt +++ b/examples/system/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/system/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/system/Make.defs b/examples/system/Make.defs index 2e624e8fe..ab6d63674 100644 --- a/examples/system/Make.defs +++ b/examples/system/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/system/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/examples/system/Makefile b/examples/system/Makefile index 19aa8750c..ad4d9ba1d 100644 --- a/examples/system/Makefile +++ b/examples/system/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/system/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/examples/system/system_main.c b/examples/system/system_main.c index 0783dda8c..b0ff68d90 100644 --- a/examples/system/system_main.c +++ b/examples/system/system_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/system/system_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcp_ipc_client/CMakeLists.txt b/examples/tcp_ipc_client/CMakeLists.txt index a146e6304..2a82875ba 100644 --- a/examples/tcp_ipc_client/CMakeLists.txt +++ b/examples/tcp_ipc_client/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/tcp_ipc_client/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/tcp_ipc_client/Make.defs b/examples/tcp_ipc_client/Make.defs index 54053a4a2..e55733809 100644 --- a/examples/tcp_ipc_client/Make.defs +++ b/examples/tcp_ipc_client/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcp_ipc_client/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/examples/tcp_ipc_client/Makefile b/examples/tcp_ipc_client/Makefile index 39fe48783..fe60b4732 100644 --- a/examples/tcp_ipc_client/Makefile +++ b/examples/tcp_ipc_client/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcp_ipc_client/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/examples/tcp_ipc_client/protocol.h b/examples/tcp_ipc_client/protocol.h index ecd546bc0..7e8f188be 100644 --- a/examples/tcp_ipc_client/protocol.h +++ b/examples/tcp_ipc_client/protocol.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcp_ipc_client/protocol.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 @@ -38,4 +40,4 @@ typedef struct void send_msg_to_lpwan (unsigned char *msg, protocolo_ipc *pt_protocol); -#endif /* __APPS_EXAMPLES_TCP_IPC_CLIENT_PROTOCOL_H */ \ No newline at end of file +#endif /* __APPS_EXAMPLES_TCP_IPC_CLIENT_PROTOCOL_H */ diff --git a/examples/tcp_ipc_client/tcp_ipc_client_main.c b/examples/tcp_ipc_client/tcp_ipc_client_main.c index 79822a5bf..f1d5943ef 100644 --- a/examples/tcp_ipc_client/tcp_ipc_client_main.c +++ b/examples/tcp_ipc_client/tcp_ipc_client_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcp_ipc_client/tcp_ipc_client_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcp_ipc_server/CMakeLists.txt b/examples/tcp_ipc_server/CMakeLists.txt index f8705ae6c..cf1174d9d 100644 --- a/examples/tcp_ipc_server/CMakeLists.txt +++ b/examples/tcp_ipc_server/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/tcp_ipc_server/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/tcp_ipc_server/Make.defs b/examples/tcp_ipc_server/Make.defs index 09664c68d..ea9f3533c 100644 --- a/examples/tcp_ipc_server/Make.defs +++ b/examples/tcp_ipc_server/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcp_ipc_server/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/examples/tcp_ipc_server/Makefile b/examples/tcp_ipc_server/Makefile index ddf704d06..6a9fd9227 100644 --- a/examples/tcp_ipc_server/Makefile +++ b/examples/tcp_ipc_server/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcp_ipc_server/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/examples/tcp_ipc_server/lorawan/uart_lorawan_layer.h b/examples/tcp_ipc_server/lorawan/uart_lorawan_layer.h index dcd195164..10f45ca6a 100644 --- a/examples/tcp_ipc_server/lorawan/uart_lorawan_layer.h +++ b/examples/tcp_ipc_server/lorawan/uart_lorawan_layer.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcp_ipc_server/lorawan/uart_lorawan_layer.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 @@ -55,4 +57,4 @@ int lorawan_radioenge_send_msg(unsigned char * pt_payload_uplink_hexstring, int max_size_downlink, int time_to_wait_ms); -#endif /* __APPS_EXAMPLES_TCP_IPC_SERVER_LORAWAN_H */ \ No newline at end of file +#endif /* __APPS_EXAMPLES_TCP_IPC_SERVER_LORAWAN_H */ diff --git a/examples/tcp_ipc_server/protocol.c b/examples/tcp_ipc_server/protocol.c index 710b3b34e..9449faf4b 100644 --- a/examples/tcp_ipc_server/protocol.c +++ b/examples/tcp_ipc_server/protocol.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcp_ipc_server/protocol.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcp_ipc_server/protocol.h b/examples/tcp_ipc_server/protocol.h index a49cae10e..5031977d2 100644 --- a/examples/tcp_ipc_server/protocol.h +++ b/examples/tcp_ipc_server/protocol.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcp_ipc_server/protocol.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 @@ -38,4 +40,4 @@ typedef struct void send_msg_to_lpwan (unsigned char *msg, protocolo_ipc *pt_protocol); -#endif /* __APPS_EXAMPLES_SERVER_TCP_PROTOCOL_H */ \ No newline at end of file +#endif /* __APPS_EXAMPLES_SERVER_TCP_PROTOCOL_H */ diff --git a/examples/tcp_ipc_server/tcp_ipc_server_main.c b/examples/tcp_ipc_server/tcp_ipc_server_main.c index e7d0b50b0..af9aff823 100644 --- a/examples/tcp_ipc_server/tcp_ipc_server_main.c +++ b/examples/tcp_ipc_server/tcp_ipc_server_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcp_ipc_server/tcp_ipc_server_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcp_ipc_server/uart_lorawan_layer.c b/examples/tcp_ipc_server/uart_lorawan_layer.c index e38348e2e..dedafa08d 100644 --- a/examples/tcp_ipc_server/uart_lorawan_layer.c +++ b/examples/tcp_ipc_server/uart_lorawan_layer.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcp_ipc_server/uart_lorawan_layer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpblaster/CMakeLists.txt b/examples/tcpblaster/CMakeLists.txt index 29f69d4f2..5e72826c1 100644 --- a/examples/tcpblaster/CMakeLists.txt +++ b/examples/tcpblaster/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/tcpblaster/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/tcpblaster/Make.defs b/examples/tcpblaster/Make.defs index 8c834a90f..bde73b878 100644 --- a/examples/tcpblaster/Make.defs +++ b/examples/tcpblaster/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcpblaster/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/examples/tcpblaster/Makefile b/examples/tcpblaster/Makefile index c4fb38f7d..50efef93a 100644 --- a/examples/tcpblaster/Makefile +++ b/examples/tcpblaster/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcpblaster/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/examples/tcpblaster/tcpblaster.h b/examples/tcpblaster/tcpblaster.h index 97d5bd37c..9fc7c4dcc 100644 --- a/examples/tcpblaster/tcpblaster.h +++ b/examples/tcpblaster/tcpblaster.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster.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/examples/tcpblaster/tcpblaster_client.c b/examples/tcpblaster/tcpblaster_client.c index 9411f53ab..940651e4d 100644 --- a/examples/tcpblaster/tcpblaster_client.c +++ b/examples/tcpblaster/tcpblaster_client.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster_client.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpblaster/tcpblaster_cmdline.c b/examples/tcpblaster/tcpblaster_cmdline.c index d47395961..6033fafd2 100644 --- a/examples/tcpblaster/tcpblaster_cmdline.c +++ b/examples/tcpblaster/tcpblaster_cmdline.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster_cmdline.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpblaster/tcpblaster_host.c b/examples/tcpblaster/tcpblaster_host.c index 78868c2a7..f1667cc41 100644 --- a/examples/tcpblaster/tcpblaster_host.c +++ b/examples/tcpblaster/tcpblaster_host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster_host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpblaster/tcpblaster_host.cmake b/examples/tcpblaster/tcpblaster_host.cmake index 467b81af7..e2bf12e1a 100644 --- a/examples/tcpblaster/tcpblaster_host.cmake +++ b/examples/tcpblaster/tcpblaster_host.cmake @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/tcpblaster/tcpblaster_host.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/tcpblaster/tcpblaster_netinit.c b/examples/tcpblaster/tcpblaster_netinit.c index 03fec0965..6007674f4 100644 --- a/examples/tcpblaster/tcpblaster_netinit.c +++ b/examples/tcpblaster/tcpblaster_netinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster_netinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpblaster/tcpblaster_server.c b/examples/tcpblaster/tcpblaster_server.c index 74fb752d4..17f5244d7 100644 --- a/examples/tcpblaster/tcpblaster_server.c +++ b/examples/tcpblaster/tcpblaster_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpblaster/tcpblaster_target1.c b/examples/tcpblaster/tcpblaster_target1.c index fcfdae112..f46fd0da8 100644 --- a/examples/tcpblaster/tcpblaster_target1.c +++ b/examples/tcpblaster/tcpblaster_target1.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster_target1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpblaster/tcpblaster_target2.c b/examples/tcpblaster/tcpblaster_target2.c index bd32f92a6..f14107c7d 100644 --- a/examples/tcpblaster/tcpblaster_target2.c +++ b/examples/tcpblaster/tcpblaster_target2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpblaster/tcpblaster_target2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tcpecho/CMakeLists.txt b/examples/tcpecho/CMakeLists.txt index 8e5b9ff7a..c39b5892a 100644 --- a/examples/tcpecho/CMakeLists.txt +++ b/examples/tcpecho/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/tcpecho/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/tcpecho/Make.defs b/examples/tcpecho/Make.defs index fd6c24f69..8670a03ad 100644 --- a/examples/tcpecho/Make.defs +++ b/examples/tcpecho/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcpecho/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/examples/tcpecho/Makefile b/examples/tcpecho/Makefile index 2ad89140e..b1e2888bd 100644 --- a/examples/tcpecho/Makefile +++ b/examples/tcpecho/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tcpecho/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/examples/tcpecho/tcpecho_main.c b/examples/tcpecho/tcpecho_main.c index 6ad687679..fac12f898 100644 --- a/examples/tcpecho/tcpecho_main.c +++ b/examples/tcpecho/tcpecho_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tcpecho/tcpecho_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/telnetd/CMakeLists.txt b/examples/telnetd/CMakeLists.txt index 941b53524..2f1280417 100644 --- a/examples/telnetd/CMakeLists.txt +++ b/examples/telnetd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/telnetd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/telnetd/Make.defs b/examples/telnetd/Make.defs index 4bbccca3e..59d1fe357 100644 --- a/examples/telnetd/Make.defs +++ b/examples/telnetd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/telnetd/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/examples/telnetd/Makefile b/examples/telnetd/Makefile index 35ebef77c..427cf3a7f 100644 --- a/examples/telnetd/Makefile +++ b/examples/telnetd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/telnetd/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/examples/telnetd/telnetd.c b/examples/telnetd/telnetd.c index 1716f145b..270e6d53b 100644 --- a/examples/telnetd/telnetd.c +++ b/examples/telnetd/telnetd.c @@ -1,14 +1,11 @@ /**************************************************************************** * apps/examples/telnetd/telnetd.c * - * Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This is a leverage of similar logic from uIP: - * - * Author: Adam Dunkels - * Copyright (c) 2003, Adam Dunkels. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012, 2017 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2003, Adam Dunkels. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Adam Dunkels * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/telnetd/telnetd.h b/examples/telnetd/telnetd.h index 141ba3c5e..d3661537a 100644 --- a/examples/telnetd/telnetd.h +++ b/examples/telnetd/telnetd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/telnetd/telnetd.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/examples/termios/CMakeLists.txt b/examples/termios/CMakeLists.txt index e4bfb6402..186686694 100644 --- a/examples/termios/CMakeLists.txt +++ b/examples/termios/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/termios/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/termios/Make.defs b/examples/termios/Make.defs index 06ac9be46..dc6dd3a5a 100644 --- a/examples/termios/Make.defs +++ b/examples/termios/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/termios/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/examples/termios/Makefile b/examples/termios/Makefile index 142952325..84cb78ea3 100644 --- a/examples/termios/Makefile +++ b/examples/termios/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/termios/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/examples/termios/termios_main.c b/examples/termios/termios_main.c index 5f3039ee4..91958a132 100644 --- a/examples/termios/termios_main.c +++ b/examples/termios/termios_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/termios/termios_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/thttpd/CMakeLists.txt b/examples/thttpd/CMakeLists.txt index 4150f1110..1e8a4336c 100644 --- a/examples/thttpd/CMakeLists.txt +++ b/examples/thttpd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/thttpd/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/thttpd/Make.defs b/examples/thttpd/Make.defs index 162aa4cc2..4966689fc 100644 --- a/examples/thttpd/Make.defs +++ b/examples/thttpd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/thttpd/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/examples/thttpd/Makefile b/examples/thttpd/Makefile index 6ad986674..1891b10bf 100644 --- a/examples/thttpd/Makefile +++ b/examples/thttpd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/thttpd/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/examples/thttpd/content/Makefile.binfs b/examples/thttpd/content/Makefile.binfs index 42dd10825..60a6a74ed 100644 --- a/examples/thttpd/content/Makefile.binfs +++ b/examples/thttpd/content/Makefile.binfs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/thttpd/content/Makefile.binfs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/examples/thttpd/content/Makefile.nxflat b/examples/thttpd/content/Makefile.nxflat index 7d4c91961..795c8caf0 100644 --- a/examples/thttpd/content/Makefile.nxflat +++ b/examples/thttpd/content/Makefile.nxflat @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/thttpd/content/Makefile.nxflat # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/examples/thttpd/content/hello/Makefile b/examples/thttpd/content/hello/Makefile index fceb1c366..67becfcf7 100644 --- a/examples/thttpd/content/hello/Makefile +++ b/examples/thttpd/content/hello/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/thttpd/content/hello/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/examples/thttpd/content/hello/hello.c b/examples/thttpd/content/hello/hello.c index 7c6b4b8e0..5a74ffedd 100644 --- a/examples/thttpd/content/hello/hello.c +++ b/examples/thttpd/content/hello/hello.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/thttpd/content/hello/hello.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/thttpd/content/tasks/Makefile b/examples/thttpd/content/tasks/Makefile index b1a2f4035..5fcec6df6 100644 --- a/examples/thttpd/content/tasks/Makefile +++ b/examples/thttpd/content/tasks/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/thttpd/content/tasks/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/examples/thttpd/content/tasks/tasks.c b/examples/thttpd/content/tasks/tasks.c index 5edb15c08..da7347678 100644 --- a/examples/thttpd/content/tasks/tasks.c +++ b/examples/thttpd/content/tasks/tasks.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/thttpd/content/tasks/tasks.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/thttpd/thttpd_main.c b/examples/thttpd/thttpd_main.c index 9ed04917f..291e7552c 100644 --- a/examples/thttpd/thttpd_main.c +++ b/examples/thttpd/thttpd_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/thttpd/thttpd_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tiff/CMakeLists.txt b/examples/tiff/CMakeLists.txt index ca3558f5a..1e3059a32 100644 --- a/examples/tiff/CMakeLists.txt +++ b/examples/tiff/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/tiff/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/tiff/Make.defs b/examples/tiff/Make.defs index 51e773d63..8f8fa9eeb 100644 --- a/examples/tiff/Make.defs +++ b/examples/tiff/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tiff/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/examples/tiff/Makefile b/examples/tiff/Makefile index d04aa8906..a5afb58db 100644 --- a/examples/tiff/Makefile +++ b/examples/tiff/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tiff/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/examples/tiff/tiff_main.c b/examples/tiff/tiff_main.c index 72d5afb16..e72bc7482 100644 --- a/examples/tiff/tiff_main.c +++ b/examples/tiff/tiff_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/tiff/tiff_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/timer/CMakeLists.txt b/examples/timer/CMakeLists.txt index ccd7c036d..897ff2ffa 100644 --- a/examples/timer/CMakeLists.txt +++ b/examples/timer/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/timer/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/timer/Make.defs b/examples/timer/Make.defs index cc24845fa..bb3ad4b03 100644 --- a/examples/timer/Make.defs +++ b/examples/timer/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/timer/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/examples/timer/Makefile b/examples/timer/Makefile index b2046da0b..5e01ed5fb 100644 --- a/examples/timer/Makefile +++ b/examples/timer/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/timer/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/examples/timer/timer_main.c b/examples/timer/timer_main.c index 193202a9b..eec3cbd5a 100644 --- a/examples/timer/timer_main.c +++ b/examples/timer/timer_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/timer/timer_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/timer_gpio/CMakeLists.txt b/examples/timer_gpio/CMakeLists.txt index 14ef20b86..2d64ec353 100644 --- a/examples/timer_gpio/CMakeLists.txt +++ b/examples/timer_gpio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/timer_gpio/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/timer_gpio/Make.defs b/examples/timer_gpio/Make.defs index ed3769801..ca5e2034e 100644 --- a/examples/timer_gpio/Make.defs +++ b/examples/timer_gpio/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/timer_gpio/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/examples/timer_gpio/Makefile b/examples/timer_gpio/Makefile index 6dd0841ed..c324f17f3 100644 --- a/examples/timer_gpio/Makefile +++ b/examples/timer_gpio/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/timer_gpio/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/examples/timer_gpio/timer_gpio_main.c b/examples/timer_gpio/timer_gpio_main.c index 8ea830d06..f39fa1256 100644 --- a/examples/timer_gpio/timer_gpio_main.c +++ b/examples/timer_gpio/timer_gpio_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/timer_gpio/timer_gpio_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/tlpi/Make.defs b/examples/tlpi/Make.defs index 2809debfe..3177b58aa 100644 --- a/examples/tlpi/Make.defs +++ b/examples/tlpi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tlpi/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/examples/tlpi/Makefile b/examples/tlpi/Makefile index 972d35764..519c93d31 100644 --- a/examples/tlpi/Makefile +++ b/examples/tlpi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/tlpi/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/examples/touchscreen/CMakeLists.txt b/examples/touchscreen/CMakeLists.txt index 3005693d1..f9630d8f4 100644 --- a/examples/touchscreen/CMakeLists.txt +++ b/examples/touchscreen/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/touchscreen/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/touchscreen/Make.defs b/examples/touchscreen/Make.defs index 37d5c93f5..10c766089 100644 --- a/examples/touchscreen/Make.defs +++ b/examples/touchscreen/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/touchscreen/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/examples/touchscreen/Makefile b/examples/touchscreen/Makefile index 217cb5f0c..9102bc50f 100644 --- a/examples/touchscreen/Makefile +++ b/examples/touchscreen/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/touchscreen/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/examples/touchscreen/tc.h b/examples/touchscreen/tc.h index d525eee5f..207417833 100644 --- a/examples/touchscreen/tc.h +++ b/examples/touchscreen/tc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/touchscreen/tc.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/examples/touchscreen/tc_main.c b/examples/touchscreen/tc_main.c index cff8d9f51..129de8d27 100644 --- a/examples/touchscreen/tc_main.c +++ b/examples/touchscreen/tc_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/touchscreen/tc_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udgram/CMakeLists.txt b/examples/udgram/CMakeLists.txt index c897cad36..2cd497dcb 100644 --- a/examples/udgram/CMakeLists.txt +++ b/examples/udgram/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/udgram/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/udgram/Make.defs b/examples/udgram/Make.defs index a2389ebfe..7db4f8262 100644 --- a/examples/udgram/Make.defs +++ b/examples/udgram/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/udgram/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/examples/udgram/Makefile b/examples/udgram/Makefile index 160dbe025..57b32ba36 100644 --- a/examples/udgram/Makefile +++ b/examples/udgram/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/udgram/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/examples/udgram/udgram.h b/examples/udgram/udgram.h index 84c5adf04..273dd4a99 100644 --- a/examples/udgram/udgram.h +++ b/examples/udgram/udgram.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udgram/udgram.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/examples/udgram/udgram_client.c b/examples/udgram/udgram_client.c index c12d3f899..f60abedf6 100644 --- a/examples/udgram/udgram_client.c +++ b/examples/udgram/udgram_client.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udgram/udgram_client.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udgram/udgram_server.c b/examples/udgram/udgram_server.c index 703baffa1..49674ff36 100644 --- a/examples/udgram/udgram_server.c +++ b/examples/udgram/udgram_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udgram/udgram_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udp/CMakeLists.txt b/examples/udp/CMakeLists.txt index d5030a05c..996b9a9be 100644 --- a/examples/udp/CMakeLists.txt +++ b/examples/udp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/udp/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/udp/Make.defs b/examples/udp/Make.defs index efdd724f1..c8db5a639 100644 --- a/examples/udp/Make.defs +++ b/examples/udp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/udp/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/examples/udp/Makefile b/examples/udp/Makefile index a0cc07608..cb3f95933 100644 --- a/examples/udp/Makefile +++ b/examples/udp/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/udp/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/examples/udp/udp.h b/examples/udp/udp.h index 77d1f9289..415317f50 100644 --- a/examples/udp/udp.h +++ b/examples/udp/udp.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp.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/examples/udp/udp_client.c b/examples/udp/udp_client.c index 220637b1c..f3d3f19dc 100644 --- a/examples/udp/udp_client.c +++ b/examples/udp/udp_client.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp_client.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udp/udp_cmdline.c b/examples/udp/udp_cmdline.c index 64cb71425..cefff3586 100644 --- a/examples/udp/udp_cmdline.c +++ b/examples/udp/udp_cmdline.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp_cmdline.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udp/udp_host.c b/examples/udp/udp_host.c index f0bf0a99b..5f4aac5f3 100644 --- a/examples/udp/udp_host.c +++ b/examples/udp/udp_host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp_host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udp/udp_netinit.c b/examples/udp/udp_netinit.c index e937b0c2e..3cd2625b7 100644 --- a/examples/udp/udp_netinit.c +++ b/examples/udp/udp_netinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp_netinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udp/udp_server.c b/examples/udp/udp_server.c index cd1369753..6e642e654 100644 --- a/examples/udp/udp_server.c +++ b/examples/udp/udp_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udp/udp_target1.c b/examples/udp/udp_target1.c index 3db14c05f..656213a29 100644 --- a/examples/udp/udp_target1.c +++ b/examples/udp/udp_target1.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp_target1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udp/udp_target2.c b/examples/udp/udp_target2.c index 03104ff92..d0abce67e 100644 --- a/examples/udp/udp_target2.c +++ b/examples/udp/udp_target2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udp/udp_target2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udpblaster/CMakeLists.txt b/examples/udpblaster/CMakeLists.txt index 3c94fd9d7..7a7f612a3 100644 --- a/examples/udpblaster/CMakeLists.txt +++ b/examples/udpblaster/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/udpblaster/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/udpblaster/Make.defs b/examples/udpblaster/Make.defs index 3e8faec8a..406801530 100644 --- a/examples/udpblaster/Make.defs +++ b/examples/udpblaster/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/udpblaster/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/examples/udpblaster/Makefile b/examples/udpblaster/Makefile index 0d4dce30d..2db46b110 100644 --- a/examples/udpblaster/Makefile +++ b/examples/udpblaster/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/udpblaster/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/examples/udpblaster/udpblaster.h b/examples/udpblaster/udpblaster.h index 2f7c4a484..ff727bc58 100644 --- a/examples/udpblaster/udpblaster.h +++ b/examples/udpblaster/udpblaster.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udpblaster/udpblaster.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/examples/udpblaster/udpblaster_host.c b/examples/udpblaster/udpblaster_host.c index a39a506f5..d3609c734 100644 --- a/examples/udpblaster/udpblaster_host.c +++ b/examples/udpblaster/udpblaster_host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udpblaster/udpblaster_host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udpblaster/udpblaster_host.cmake b/examples/udpblaster/udpblaster_host.cmake index 3e5e2846c..2b132a694 100644 --- a/examples/udpblaster/udpblaster_host.cmake +++ b/examples/udpblaster/udpblaster_host.cmake @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/udpblaster/udpblaster.cmake # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/udpblaster/udpblaster_target.c b/examples/udpblaster/udpblaster_target.c index 1c12f10f0..0df0072d4 100644 --- a/examples/udpblaster/udpblaster_target.c +++ b/examples/udpblaster/udpblaster_target.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udpblaster/udpblaster_target.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/udpblaster/udpblaster_text.c b/examples/udpblaster/udpblaster_text.c index 0715f86f9..367dd5f0f 100644 --- a/examples/udpblaster/udpblaster_text.c +++ b/examples/udpblaster/udpblaster_text.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/udpblaster/udpblaster_text.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/uid/CMakeLists.txt b/examples/uid/CMakeLists.txt index 270ba9afb..7ec80a486 100644 --- a/examples/uid/CMakeLists.txt +++ b/examples/uid/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/uid/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/uid/Make.defs b/examples/uid/Make.defs index c4ea55340..aee047fcf 100644 --- a/examples/uid/Make.defs +++ b/examples/uid/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/uid/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/examples/uid/Makefile b/examples/uid/Makefile index e17848e81..fa1d79f96 100644 --- a/examples/uid/Makefile +++ b/examples/uid/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/uid/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/examples/uid/uid_main.c b/examples/uid/uid_main.c index f5f6e5fa0..cc4bfc6fd 100644 --- a/examples/uid/uid_main.c +++ b/examples/uid/uid_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/uid/uid_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/unionfs/CMakeLists.txt b/examples/unionfs/CMakeLists.txt index ee83848e9..10471bfb9 100644 --- a/examples/unionfs/CMakeLists.txt +++ b/examples/unionfs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/unionfs/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/unionfs/Make.defs b/examples/unionfs/Make.defs index 6912a1078..73c0d1772 100644 --- a/examples/unionfs/Make.defs +++ b/examples/unionfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/unionfs/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/examples/unionfs/Makefile b/examples/unionfs/Makefile index ba95b901c..30064e69c 100644 --- a/examples/unionfs/Makefile +++ b/examples/unionfs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/unionfs/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/examples/unionfs/unionfs_main.c b/examples/unionfs/unionfs_main.c index 31397bc61..b1a4a5020 100644 --- a/examples/unionfs/unionfs_main.c +++ b/examples/unionfs/unionfs_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/unionfs/unionfs_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usbserial/CMakeLists.txt b/examples/usbserial/CMakeLists.txt index 09c04a72b..6ddd3a4fb 100644 --- a/examples/usbserial/CMakeLists.txt +++ b/examples/usbserial/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/usbserial/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/usbserial/Make.defs b/examples/usbserial/Make.defs index 44905ce59..8fd759570 100644 --- a/examples/usbserial/Make.defs +++ b/examples/usbserial/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/usbserial/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/examples/usbserial/Makefile b/examples/usbserial/Makefile index 808a11de3..3146fd116 100644 --- a/examples/usbserial/Makefile +++ b/examples/usbserial/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/usbserial/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/examples/usbserial/Makefile.host b/examples/usbserial/Makefile.host index 3f50bf130..d8bfb3eaa 100644 --- a/examples/usbserial/Makefile.host +++ b/examples/usbserial/Makefile.host @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/usbserial/Makefile.host # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/examples/usbserial/host.c b/examples/usbserial/host.c index 2b158a388..a001ef5eb 100644 --- a/examples/usbserial/host.c +++ b/examples/usbserial/host.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usbserial/host.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usbserial/usbserial_main.c b/examples/usbserial/usbserial_main.c index 443834a54..66e4790b9 100644 --- a/examples/usbserial/usbserial_main.c +++ b/examples/usbserial/usbserial_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usbserial/usbserial_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/userfs/CMakeLists.txt b/examples/userfs/CMakeLists.txt index 9f7f25e23..b594dbf79 100644 --- a/examples/userfs/CMakeLists.txt +++ b/examples/userfs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/userfs/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/userfs/Make.defs b/examples/userfs/Make.defs index b3f954594..03ec72e72 100644 --- a/examples/userfs/Make.defs +++ b/examples/userfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/userfs/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/examples/userfs/Makefile b/examples/userfs/Makefile index 85cd484ba..3b4e2e69b 100644 --- a/examples/userfs/Makefile +++ b/examples/userfs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/userfs/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/examples/userfs/userfs_main.c b/examples/userfs/userfs_main.c index f76c04ed0..a2cf97ea5 100644 --- a/examples/userfs/userfs_main.c +++ b/examples/userfs/userfs_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/userfs/userfs_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/CMakeLists.txt b/examples/usrsocktest/CMakeLists.txt index 6a07dd6a7..a657ae2c8 100644 --- a/examples/usrsocktest/CMakeLists.txt +++ b/examples/usrsocktest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/usrsocktest/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/usrsocktest/Make.defs b/examples/usrsocktest/Make.defs index 0ae117ac2..d107b19c3 100644 --- a/examples/usrsocktest/Make.defs +++ b/examples/usrsocktest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/usrsocktest/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/examples/usrsocktest/Makefile b/examples/usrsocktest/Makefile index 2840881fa..6d4a2b98b 100644 --- a/examples/usrsocktest/Makefile +++ b/examples/usrsocktest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/usrsocktest/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/examples/usrsocktest/defines.h b/examples/usrsocktest/defines.h index 84230f8b5..938141223 100644 --- a/examples/usrsocktest/defines.h +++ b/examples/usrsocktest/defines.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/defines.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/examples/usrsocktest/usrsocktest_basic_connect.c b/examples/usrsocktest/usrsocktest_basic_connect.c index b6fef5afc..b3f651d12 100644 --- a/examples/usrsocktest/usrsocktest_basic_connect.c +++ b/examples/usrsocktest/usrsocktest_basic_connect.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_basic_connect.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_basic_daemon.c b/examples/usrsocktest/usrsocktest_basic_daemon.c index 05561dd0c..35f0568e3 100644 --- a/examples/usrsocktest/usrsocktest_basic_daemon.c +++ b/examples/usrsocktest/usrsocktest_basic_daemon.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_basic_daemon.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_basic_getsockname.c b/examples/usrsocktest/usrsocktest_basic_getsockname.c index 91e0c6b9e..ff6377c44 100644 --- a/examples/usrsocktest/usrsocktest_basic_getsockname.c +++ b/examples/usrsocktest/usrsocktest_basic_getsockname.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_basic_getsockname.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_basic_getsockopt.c b/examples/usrsocktest/usrsocktest_basic_getsockopt.c index b1802e4bb..1c6300d6e 100644 --- a/examples/usrsocktest/usrsocktest_basic_getsockopt.c +++ b/examples/usrsocktest/usrsocktest_basic_getsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_basic_getsockopt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_basic_send.c b/examples/usrsocktest/usrsocktest_basic_send.c index d053e572e..7a7fbb5a9 100644 --- a/examples/usrsocktest/usrsocktest_basic_send.c +++ b/examples/usrsocktest/usrsocktest_basic_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_basic_send.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_basic_setsockopt.c b/examples/usrsocktest/usrsocktest_basic_setsockopt.c index e0e2e2ced..f38e57db9 100644 --- a/examples/usrsocktest/usrsocktest_basic_setsockopt.c +++ b/examples/usrsocktest/usrsocktest_basic_setsockopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_basic_setsockopt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_block_recv.c b/examples/usrsocktest/usrsocktest_block_recv.c index 6b534bdee..b3832724d 100644 --- a/examples/usrsocktest/usrsocktest_block_recv.c +++ b/examples/usrsocktest/usrsocktest_block_recv.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_block_recv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_block_send.c b/examples/usrsocktest/usrsocktest_block_send.c index a51fadb13..87d9d9e30 100644 --- a/examples/usrsocktest/usrsocktest_block_send.c +++ b/examples/usrsocktest/usrsocktest_block_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_block_send.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_chardev.c b/examples/usrsocktest/usrsocktest_chardev.c index 347944ebf..9ba0eb413 100644 --- a/examples/usrsocktest/usrsocktest_chardev.c +++ b/examples/usrsocktest/usrsocktest_chardev.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_chardev.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_daemon.c b/examples/usrsocktest/usrsocktest_daemon.c index ef6da99b9..3d84d8396 100644 --- a/examples/usrsocktest/usrsocktest_daemon.c +++ b/examples/usrsocktest/usrsocktest_daemon.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_daemon.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_main.c b/examples/usrsocktest/usrsocktest_main.c index 9545eac07..d09036c38 100644 --- a/examples/usrsocktest/usrsocktest_main.c +++ b/examples/usrsocktest/usrsocktest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_multi_thread.c b/examples/usrsocktest/usrsocktest_multi_thread.c index 7daaa7876..8c3764310 100644 --- a/examples/usrsocktest/usrsocktest_multi_thread.c +++ b/examples/usrsocktest/usrsocktest_multi_thread.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_multi_thread.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_noblock_connect.c b/examples/usrsocktest/usrsocktest_noblock_connect.c index c534c7aa6..820ea9f50 100644 --- a/examples/usrsocktest/usrsocktest_noblock_connect.c +++ b/examples/usrsocktest/usrsocktest_noblock_connect.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_noblock_connect.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_noblock_recv.c b/examples/usrsocktest/usrsocktest_noblock_recv.c index 2ebabf43b..146471d6f 100644 --- a/examples/usrsocktest/usrsocktest_noblock_recv.c +++ b/examples/usrsocktest/usrsocktest_noblock_recv.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_noblock_recv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_noblock_send.c b/examples/usrsocktest/usrsocktest_noblock_send.c index ebde5fbbf..7b039f3ae 100644 --- a/examples/usrsocktest/usrsocktest_noblock_send.c +++ b/examples/usrsocktest/usrsocktest_noblock_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_noblock_send.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_nodaemon.c b/examples/usrsocktest/usrsocktest_nodaemon.c index d5a256ab3..59c58465b 100644 --- a/examples/usrsocktest/usrsocktest_nodaemon.c +++ b/examples/usrsocktest/usrsocktest_nodaemon.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_nodaemon.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_poll.c b/examples/usrsocktest/usrsocktest_poll.c index 4203653c3..8ab7f6ce0 100644 --- a/examples/usrsocktest/usrsocktest_poll.c +++ b/examples/usrsocktest/usrsocktest_poll.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_poll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_remote_disconnect.c b/examples/usrsocktest/usrsocktest_remote_disconnect.c index 7c817e3af..1e3681f9d 100644 --- a/examples/usrsocktest/usrsocktest_remote_disconnect.c +++ b/examples/usrsocktest/usrsocktest_remote_disconnect.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_remote_disconnect.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/usrsocktest/usrsocktest_wake_with_signal.c b/examples/usrsocktest/usrsocktest_wake_with_signal.c index 5a63b57f9..800eb571d 100644 --- a/examples/usrsocktest/usrsocktest_wake_with_signal.c +++ b/examples/usrsocktest/usrsocktest_wake_with_signal.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/usrsocktest/usrsocktest_wake_with_signal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ustream/CMakeLists.txt b/examples/ustream/CMakeLists.txt index a335e1ce7..262c4770a 100644 --- a/examples/ustream/CMakeLists.txt +++ b/examples/ustream/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ustream/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ustream/Make.defs b/examples/ustream/Make.defs index 4cf4021f3..ec06c89a0 100644 --- a/examples/ustream/Make.defs +++ b/examples/ustream/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ustream/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/examples/ustream/Makefile b/examples/ustream/Makefile index 16206b214..5be3c8686 100644 --- a/examples/ustream/Makefile +++ b/examples/ustream/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ustream/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/examples/ustream/ustream.h b/examples/ustream/ustream.h index f74bf48f4..193fa0551 100644 --- a/examples/ustream/ustream.h +++ b/examples/ustream/ustream.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ustream/ustream.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/examples/ustream/ustream_client.c b/examples/ustream/ustream_client.c index baad92d45..c7e69a56b 100644 --- a/examples/ustream/ustream_client.c +++ b/examples/ustream/ustream_client.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ustream/ustream_client.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ustream/ustream_server.c b/examples/ustream/ustream_server.c index b1744a339..8f6fffe40 100644 --- a/examples/ustream/ustream_server.c +++ b/examples/ustream/ustream_server.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ustream/ustream_server.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/veml6070/CMakeLists.txt b/examples/veml6070/CMakeLists.txt index 47f513a25..2edc1015d 100644 --- a/examples/veml6070/CMakeLists.txt +++ b/examples/veml6070/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/veml6070/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/veml6070/Make.defs b/examples/veml6070/Make.defs index a2e051e40..4b4c59a9d 100644 --- a/examples/veml6070/Make.defs +++ b/examples/veml6070/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/veml6070/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/examples/veml6070/Makefile b/examples/veml6070/Makefile index 32195bf72..1a68781c3 100644 --- a/examples/veml6070/Makefile +++ b/examples/veml6070/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/veml6070/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/examples/veml6070/veml6070_main.c b/examples/veml6070/veml6070_main.c index facacce5e..da5f23b32 100644 --- a/examples/veml6070/veml6070_main.c +++ b/examples/veml6070/veml6070_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/veml6070/veml6070_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/wamr_module/CMakeLists.txt b/examples/wamr_module/CMakeLists.txt index 540ce7f40..8319424a6 100644 --- a/examples/wamr_module/CMakeLists.txt +++ b/examples/wamr_module/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/wamr_module/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/wamr_module/Make.defs b/examples/wamr_module/Make.defs index f4464946c..7d4e5e274 100644 --- a/examples/wamr_module/Make.defs +++ b/examples/wamr_module/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wamr_module/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/examples/wamr_module/Makefile b/examples/wamr_module/Makefile index 56777bd4e..448a5e066 100644 --- a/examples/wamr_module/Makefile +++ b/examples/wamr_module/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wamr_module/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/examples/wamr_module/module_hello.c b/examples/wamr_module/module_hello.c index dde411f0b..a406e2978 100644 --- a/examples/wamr_module/module_hello.c +++ b/examples/wamr_module/module_hello.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/wamr_module/module_hello.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watchdog/CMakeLists.txt b/examples/watchdog/CMakeLists.txt index 47ad53cd9..f879250e5 100644 --- a/examples/watchdog/CMakeLists.txt +++ b/examples/watchdog/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/watchdog/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/watchdog/Make.defs b/examples/watchdog/Make.defs index c18a8f241..fbf7ad3be 100644 --- a/examples/watchdog/Make.defs +++ b/examples/watchdog/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/watchdog/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/examples/watchdog/Makefile b/examples/watchdog/Makefile index b8fca35de..ccb004a44 100644 --- a/examples/watchdog/Makefile +++ b/examples/watchdog/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/watchdog/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/examples/watchdog/watchdog.h b/examples/watchdog/watchdog.h index 7c90ca6ff..45c66065d 100644 --- a/examples/watchdog/watchdog.h +++ b/examples/watchdog/watchdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watchdog/watchdog.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/examples/watchdog/watchdog_main.c b/examples/watchdog/watchdog_main.c index 611088702..06a36c75d 100644 --- a/examples/watchdog/watchdog_main.c +++ b/examples/watchdog/watchdog_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watchdog/watchdog_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watched/CMakeLists.txt b/examples/watched/CMakeLists.txt index 05127529a..e6c89fa70 100644 --- a/examples/watched/CMakeLists.txt +++ b/examples/watched/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/watched/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/watched/Make.defs b/examples/watched/Make.defs index 62edd8757..530221fd0 100644 --- a/examples/watched/Make.defs +++ b/examples/watched/Make.defs @@ -1,6 +1,7 @@ ############################################################################ # apps/examples/watched/Make.defs -# Adds selected applications to apps/ build +# +# SPDX-License-Identifier: Apache-2.0 # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with diff --git a/examples/watched/Makefile b/examples/watched/Makefile index 7d0a746eb..d34076071 100644 --- a/examples/watched/Makefile +++ b/examples/watched/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/watched/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 @@ -32,4 +34,4 @@ MODULE = $(CONFIG_EXAMPLES_WATCHED) CSRCS = watched.c MAINSRC = watched_main.c -include $(APPDIR)/Application.mk \ No newline at end of file +include $(APPDIR)/Application.mk diff --git a/examples/watched/watched.c b/examples/watched/watched.c index 2f6a49df7..cad7095c0 100644 --- a/examples/watched/watched.c +++ b/examples/watched/watched.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watched/watched.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watched/watched.h b/examples/watched/watched.h index c49907b9d..e483bd7e2 100644 --- a/examples/watched/watched.h +++ b/examples/watched/watched.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watched/watched.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/examples/watched/watched_main.c b/examples/watched/watched_main.c index 80994f645..343f636fe 100644 --- a/examples/watched/watched_main.c +++ b/examples/watched/watched_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watched/watched_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watcher/CMakeLists.txt b/examples/watcher/CMakeLists.txt index 4f4a526db..daf17f484 100644 --- a/examples/watcher/CMakeLists.txt +++ b/examples/watcher/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/watcher/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/watcher/Make.defs b/examples/watcher/Make.defs index 0b605297d..6f929a790 100644 --- a/examples/watcher/Make.defs +++ b/examples/watcher/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/watcher/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/examples/watcher/Makefile b/examples/watcher/Makefile index 90f885000..99f97f943 100644 --- a/examples/watcher/Makefile +++ b/examples/watcher/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/watcher/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/examples/watcher/ramdisk.c b/examples/watcher/ramdisk.c index 717103eaf..78dbf10da 100644 --- a/examples/watcher/ramdisk.c +++ b/examples/watcher/ramdisk.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watcher/ramdisk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watcher/ramdisk.h b/examples/watcher/ramdisk.h index bf10ba655..07d16ccc2 100644 --- a/examples/watcher/ramdisk.h +++ b/examples/watcher/ramdisk.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watcher/ramdisk.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/examples/watcher/task_mn.c b/examples/watcher/task_mn.c index 973cdd1e5..1d402c716 100644 --- a/examples/watcher/task_mn.c +++ b/examples/watcher/task_mn.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watcher/task_mn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watcher/task_mn.h b/examples/watcher/task_mn.h index d2439fedc..f8d940755 100644 --- a/examples/watcher/task_mn.h +++ b/examples/watcher/task_mn.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watcher/task_mn.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/examples/watcher/watcher_main.c b/examples/watcher/watcher_main.c index 66811169d..1fa4b259a 100644 --- a/examples/watcher/watcher_main.c +++ b/examples/watcher/watcher_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watcher/watcher_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watcher/wdt.c b/examples/watcher/wdt.c index 0d055c527..ccfbeaa98 100644 --- a/examples/watcher/wdt.c +++ b/examples/watcher/wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watcher/wdt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/watcher/wdt.h b/examples/watcher/wdt.h index 2d203958d..9f86c22d4 100644 --- a/examples/watcher/wdt.h +++ b/examples/watcher/wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/watcher/wdt.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/examples/webserver/CMakeLists.txt b/examples/webserver/CMakeLists.txt index ea4d3999a..7020d25bf 100644 --- a/examples/webserver/CMakeLists.txt +++ b/examples/webserver/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/webserver/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/webserver/Make.defs b/examples/webserver/Make.defs index b4eee076c..6150f4262 100644 --- a/examples/webserver/Make.defs +++ b/examples/webserver/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/webserver/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/examples/webserver/Makefile b/examples/webserver/Makefile index 41bc98421..d07ef23de 100644 --- a/examples/webserver/Makefile +++ b/examples/webserver/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/webserver/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/examples/webserver/cgi.c b/examples/webserver/cgi.c index 46d2871e1..2b113d5b0 100644 --- a/examples/webserver/cgi.c +++ b/examples/webserver/cgi.c @@ -1,10 +1,9 @@ /**************************************************************************** * apps/examples/webserver/cgi.c - * Web server script interface - * Author: Adam Dunkels * - * Copyright (c) 2001-2006, Adam Dunkels. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2001-2006, Adam Dunkels. All rights reserved. + * SPDX-FileContributor: Adam Dunkels * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/webserver/cgi.h b/examples/webserver/cgi.h index 1f0dae9ed..d19887821 100644 --- a/examples/webserver/cgi.h +++ b/examples/webserver/cgi.h @@ -1,10 +1,9 @@ /**************************************************************************** * apps/examples/webserver/cgi.h - * Web server script interface header file - * Author: Adam Dunkels * - * Copyright (c) 2001, Adam Dunkels. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2001-2006, Adam Dunkels. All rights reserved. + * SPDX-FileContributor: Adam Dunkels * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/wget/CMakeLists.txt b/examples/wget/CMakeLists.txt index fdae99005..f62ebb355 100644 --- a/examples/wget/CMakeLists.txt +++ b/examples/wget/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/wget/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/wget/Make.defs b/examples/wget/Make.defs index 7ee796a10..ffdb66179 100644 --- a/examples/wget/Make.defs +++ b/examples/wget/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wget/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/examples/wget/Makefile b/examples/wget/Makefile index 4cb01370c..19309dfcb 100644 --- a/examples/wget/Makefile +++ b/examples/wget/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wget/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/examples/wget/wget_main.c b/examples/wget/wget_main.c index d8c8c29c8..53a970c6e 100644 --- a/examples/wget/wget_main.c +++ b/examples/wget/wget_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/wget/wget_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/wgetjson/CMakeLists.txt b/examples/wgetjson/CMakeLists.txt index 2574e3735..e131d013f 100644 --- a/examples/wgetjson/CMakeLists.txt +++ b/examples/wgetjson/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/wgetjson/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/wgetjson/Make.defs b/examples/wgetjson/Make.defs index d0b2be3ce..e3786b699 100644 --- a/examples/wgetjson/Make.defs +++ b/examples/wgetjson/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wgetjson/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/examples/wgetjson/Makefile b/examples/wgetjson/Makefile index a5cce7d9d..5a87b9b77 100644 --- a/examples/wgetjson/Makefile +++ b/examples/wgetjson/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wgetjson/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/examples/wgetjson/wgetjson_main.c b/examples/wgetjson/wgetjson_main.c index 4e2dbe38b..860a0fb5b 100644 --- a/examples/wgetjson/wgetjson_main.c +++ b/examples/wgetjson/wgetjson_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/wgetjson/wgetjson_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/wiegand/Make.defs b/examples/wiegand/Make.defs index d509235d2..3fc0ce9d1 100644 --- a/examples/wiegand/Make.defs +++ b/examples/wiegand/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wiegand/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/examples/wiegand/Makefile b/examples/wiegand/Makefile index 50c7a24e0..bc4c3ed8f 100644 --- a/examples/wiegand/Makefile +++ b/examples/wiegand/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/wiegand/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/examples/wiegand/wiegand.c b/examples/wiegand/wiegand.c index 9c912f671..8beee23da 100644 --- a/examples/wiegand/wiegand.c +++ b/examples/wiegand/wiegand.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/wiegand/wiegand.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ws2812/CMakeLists.txt b/examples/ws2812/CMakeLists.txt index d80cb3b84..8f6ad8904 100644 --- a/examples/ws2812/CMakeLists.txt +++ b/examples/ws2812/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ws2812/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ws2812/Make.defs b/examples/ws2812/Make.defs index 8dbaa2b13..888daea23 100644 --- a/examples/ws2812/Make.defs +++ b/examples/ws2812/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ws2812/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/examples/ws2812/Makefile b/examples/ws2812/Makefile index 470674761..0abf2c590 100644 --- a/examples/ws2812/Makefile +++ b/examples/ws2812/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ws2812/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/examples/ws2812/ws2812_main.c b/examples/ws2812/ws2812_main.c index 0bef6d344..438e68f11 100644 --- a/examples/ws2812/ws2812_main.c +++ b/examples/ws2812/ws2812_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ws2812/ws2812_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/ws2812esp32rmt/CMakeLists.txt b/examples/ws2812esp32rmt/CMakeLists.txt index 11cb695b3..4834b46b6 100644 --- a/examples/ws2812esp32rmt/CMakeLists.txt +++ b/examples/ws2812esp32rmt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/ws2812esp32rmt/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/ws2812esp32rmt/Make.defs b/examples/ws2812esp32rmt/Make.defs index ddb06ef58..6216a183d 100644 --- a/examples/ws2812esp32rmt/Make.defs +++ b/examples/ws2812esp32rmt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ws2812esp32rmt/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/examples/ws2812esp32rmt/Makefile b/examples/ws2812esp32rmt/Makefile index fe1656cf8..27da0eb28 100644 --- a/examples/ws2812esp32rmt/Makefile +++ b/examples/ws2812esp32rmt/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/ws2812esp32rmt/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/examples/ws2812esp32rmt/ws2812esp32rmt_main.c b/examples/ws2812esp32rmt/ws2812esp32rmt_main.c index 892c135c8..3f451436e 100644 --- a/examples/ws2812esp32rmt/ws2812esp32rmt_main.c +++ b/examples/ws2812esp32rmt/ws2812esp32rmt_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/ws2812esp32rmt/ws2812esp32rmt_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/examples/xbc_test/CMakeLists.txt b/examples/xbc_test/CMakeLists.txt index fc2689b50..fac0a8c77 100644 --- a/examples/xbc_test/CMakeLists.txt +++ b/examples/xbc_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/xbc_test/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this @@ -18,10 +20,6 @@ # # ############################################################################## -# POSSIBILITY OF SUCH DAMAGE. -# -# ############################################################################## - if(CONFIG_EXAMPLES_XBC_TEST) nuttx_add_application( NAME diff --git a/examples/xbc_test/Make.defs b/examples/xbc_test/Make.defs index b0b6369fd..5e94cf0b6 100644 --- a/examples/xbc_test/Make.defs +++ b/examples/xbc_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/xbc_test/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/examples/xbc_test/Makefile b/examples/xbc_test/Makefile index 25572ec6b..75032b942 100644 --- a/examples/xbc_test/Makefile +++ b/examples/xbc_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/xbc_test/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/examples/xbc_test/xbc_test_main.c b/examples/xbc_test/xbc_test_main.c index c8ce21083..691747e06 100644 --- a/examples/xbc_test/xbc_test_main.c +++ b/examples/xbc_test/xbc_test_main.c @@ -1,11 +1,11 @@ /**************************************************************************** * apps/examples/xbc_test/xbc_test_main.c * - * Copyright (C) 2008, 2011-2012 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Copyright (C) 2017 Brian Webb. All rights reserved. - * Author: Brian Webb + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017 Brian Webb. All rights reserved. + * SPDX-FileCopyrightText: 2008, 2011-2012 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Brian Webb * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/examples/xmlrpc/CMakeLists.txt b/examples/xmlrpc/CMakeLists.txt index 322d0c84c..9cd0df950 100644 --- a/examples/xmlrpc/CMakeLists.txt +++ b/examples/xmlrpc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/xmlrpc/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/xmlrpc/Make.defs b/examples/xmlrpc/Make.defs index c2c2435fb..9a3918d15 100644 --- a/examples/xmlrpc/Make.defs +++ b/examples/xmlrpc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/xmlrpc/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/examples/xmlrpc/Makefile b/examples/xmlrpc/Makefile index 4a4e7623e..9951eb949 100644 --- a/examples/xmlrpc/Makefile +++ b/examples/xmlrpc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/xmlrpc/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/examples/xmlrpc/calls.c b/examples/xmlrpc/calls.c index d7cef9172..41ac1a5fe 100644 --- a/examples/xmlrpc/calls.c +++ b/examples/xmlrpc/calls.c @@ -1,14 +1,10 @@ /**************************************************************************** * apps/examples/xmlrpc/calls.c * - * Copyright (C) 2012 Max Holtzberg. All rights reserved. - * Author: Max Holtzberg - * - * Based on the embeddable lightweight XML-RPC server code discussed - * in the article at: http://www.drdobbs.com/web-development/\ - * an-embeddable-lightweight-xml-rpc-server/184405364 - * - * Copyright (c) 2002 Cogito LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012 Max Holtzberg. All rights reserved. + * SPDX-FileCopyrightText: 2002 Cogito LLC. All rights reserved. + * SPDX-FileContributor: Max Holtzberg * * Redistribution and use in source and binary forms, with or * without modification, is hereby granted without fee provided @@ -40,6 +36,11 @@ * POSSIBILITY OF SUCH DAMAGE. ****************************************************************************/ +/* Based on the embeddable lightweight XML-RPC server code discussed + * in the article at: http://www.drdobbs.com/web-development/\ + * an-embeddable-lightweight-xml-rpc-server/184405364 + */ + /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/examples/xmlrpc/xmlrpc_main.c b/examples/xmlrpc/xmlrpc_main.c index 9f9df54f4..2147e095f 100644 --- a/examples/xmlrpc/xmlrpc_main.c +++ b/examples/xmlrpc/xmlrpc_main.c @@ -1,15 +1,11 @@ /**************************************************************************** * apps/examples/xmlrpc/xmlrpc_main.c * - * Copyright (C) 2012 Max Holtzberg. All rights reserved. - * Copyright (C) 2015 Gregory Nutt. All rights reserved. - * Author: Max Holtzberg - * - * Based on the embeddable lightweight XML-RPC server code discussed - * in the article at: http://www.drdobbs.com/web-development/\ - * an-embeddable-lightweight-xml-rpc-server/184405364 - * - * Copyright (c) 2002 Cogito LLC. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012 Max Holtzberg. All rights reserved. + * SPDX-FileCopyrightText: 2015 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2002 Cogito LLC. All rights reserved. + * SPDX-FileContributor: Max Holtzberg * * Redistribution and use in source and binary forms, with or * without modification, is hereby granted without fee provided @@ -41,6 +37,10 @@ * POSSIBILITY OF SUCH DAMAGE. ****************************************************************************/ +/* Based on the embeddable lightweight XML-RPC server code discussed + * in the article at: http://www.drdobbs.com/web-development/\ + * an-embeddable-lightweight-xml-rpc-server/184405364 + */ /* Lightweight Embedded XML-RPC Server main * * mtj@cogitollc.com diff --git a/examples/zerocross/CMakeLists.txt b/examples/zerocross/CMakeLists.txt index 946ad7483..f77c12bfb 100644 --- a/examples/zerocross/CMakeLists.txt +++ b/examples/zerocross/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/examples/zerocross/CMakeLists.txt # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for # additional information regarding copyright ownership. The ASF licenses this diff --git a/examples/zerocross/Make.defs b/examples/zerocross/Make.defs index f967a3188..5ca4c7c16 100644 --- a/examples/zerocross/Make.defs +++ b/examples/zerocross/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/zerocross/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/examples/zerocross/Makefile b/examples/zerocross/Makefile index 62d83ef5e..773fa6eb1 100644 --- a/examples/zerocross/Makefile +++ b/examples/zerocross/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/examples/zerocross/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/examples/zerocross/zerocross_main.c b/examples/zerocross/zerocross_main.c index 0d9cb02bd..d2f49fa5b 100644 --- a/examples/zerocross/zerocross_main.c +++ b/examples/zerocross/zerocross_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/examples/zerocross/zerocross_main.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The