diff --git a/audioutils/CMakeLists.txt b/audioutils/CMakeLists.txt index 2342e72200a..06428bfbbf5 100644 --- a/audioutils/CMakeLists.txt +++ b/audioutils/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/audioutils/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/audioutils/Make.defs b/audioutils/Make.defs index 67f1a303378..c6130229751 100644 --- a/audioutils/Make.defs +++ b/audioutils/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/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/audioutils/Makefile b/audioutils/Makefile index 7b4abe0e9f9..698b58c20ae 100644 --- a/audioutils/Makefile +++ b/audioutils/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/audioutils/fmsynth/CMakeLists.txt b/audioutils/fmsynth/CMakeLists.txt index be63c3afb46..839793f3e53 100644 --- a/audioutils/fmsynth/CMakeLists.txt +++ b/audioutils/fmsynth/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/audioutils/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/audioutils/fmsynth/Make.defs b/audioutils/fmsynth/Make.defs index 55226287fe6..e53b368875a 100644 --- a/audioutils/fmsynth/Make.defs +++ b/audioutils/fmsynth/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/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/audioutils/fmsynth/Makefile b/audioutils/fmsynth/Makefile index f291a74b12d..2ce05433181 100644 --- a/audioutils/fmsynth/Makefile +++ b/audioutils/fmsynth/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/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/audioutils/fmsynth/fmsynth.c b/audioutils/fmsynth/fmsynth.c index 21b43bcf0eb..883ad4680b4 100644 --- a/audioutils/fmsynth/fmsynth.c +++ b/audioutils/fmsynth/fmsynth.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/fmsynth.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/audioutils/fmsynth/fmsynth_eg.c b/audioutils/fmsynth/fmsynth_eg.c index a2b97adedd7..849e35a5d08 100644 --- a/audioutils/fmsynth/fmsynth_eg.c +++ b/audioutils/fmsynth/fmsynth_eg.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/fmsynth_eg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/audioutils/fmsynth/fmsynth_op.c b/audioutils/fmsynth/fmsynth_op.c index bb07f12f745..a86e7402e30 100644 --- a/audioutils/fmsynth/fmsynth_op.c +++ b/audioutils/fmsynth/fmsynth_op.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/fmsynth_op.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/audioutils/fmsynth/test/Makefile b/audioutils/fmsynth/test/Makefile index 65bdf923d0e..74118d9189e 100644 --- a/audioutils/fmsynth/test/Makefile +++ b/audioutils/fmsynth/test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/fmsynth/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/audioutils/fmsynth/test/fmsynth_alsa_test.c b/audioutils/fmsynth/test/fmsynth_alsa_test.c index 73e0b22dc26..4644ce1b022 100644 --- a/audioutils/fmsynth/test/fmsynth_alsa_test.c +++ b/audioutils/fmsynth/test/fmsynth_alsa_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/test/fmsynth_alsa_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/audioutils/fmsynth/test/fmsynth_eg_test.c b/audioutils/fmsynth/test/fmsynth_eg_test.c index 1be811cf253..1a0641231bd 100644 --- a/audioutils/fmsynth/test/fmsynth_eg_test.c +++ b/audioutils/fmsynth/test/fmsynth_eg_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/test/fmsynth_eg_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/audioutils/fmsynth/test/fmsynth_op_test.c b/audioutils/fmsynth/test/fmsynth_op_test.c index 581eb03a83d..cf1eff42bb9 100644 --- a/audioutils/fmsynth/test/fmsynth_op_test.c +++ b/audioutils/fmsynth/test/fmsynth_op_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/test/fmsynth_op_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/audioutils/fmsynth/test/fmsynth_test.c b/audioutils/fmsynth/test/fmsynth_test.c index 72bb4e9fad3..ae03f2e6c6f 100644 --- a/audioutils/fmsynth/test/fmsynth_test.c +++ b/audioutils/fmsynth/test/fmsynth_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/test/fmsynth_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/audioutils/fmsynth/test/opfunc_test.c b/audioutils/fmsynth/test/opfunc_test.c index 9b928c05447..d972bf290dc 100644 --- a/audioutils/fmsynth/test/opfunc_test.c +++ b/audioutils/fmsynth/test/opfunc_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/fmsynth/test/opfunc_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/audioutils/lame/CMakeLists.txt b/audioutils/lame/CMakeLists.txt index 8b1c13250fb..26899b98655 100644 --- a/audioutils/lame/CMakeLists.txt +++ b/audioutils/lame/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/audioutils/lame/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/audioutils/lame/Make.defs b/audioutils/lame/Make.defs index 632d2a95e64..e1f47123f18 100644 --- a/audioutils/lame/Make.defs +++ b/audioutils/lame/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/lame/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/audioutils/lame/Makefile b/audioutils/lame/Makefile index e941b8bd8c4..99526d63b50 100644 --- a/audioutils/lame/Makefile +++ b/audioutils/lame/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/lame/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/audioutils/libmad/CMakeLists.txt b/audioutils/libmad/CMakeLists.txt index eea7c972b93..354f4281855 100644 --- a/audioutils/libmad/CMakeLists.txt +++ b/audioutils/libmad/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/audioutils/libmad/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/audioutils/libmad/Make.defs b/audioutils/libmad/Make.defs index b4f54edda2c..b3ff2747440 100644 --- a/audioutils/libmad/Make.defs +++ b/audioutils/libmad/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/libmad/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/audioutils/libmad/Makefile b/audioutils/libmad/Makefile index 78910724601..ea7fce751c4 100644 --- a/audioutils/libmad/Makefile +++ b/audioutils/libmad/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/libmad/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/audioutils/mml_parser/CMakeLists.txt b/audioutils/mml_parser/CMakeLists.txt index 36c083a36a8..72d2f8cfb72 100644 --- a/audioutils/mml_parser/CMakeLists.txt +++ b/audioutils/mml_parser/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/audioutils/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/audioutils/mml_parser/Make.defs b/audioutils/mml_parser/Make.defs index 880f0a2e5af..39bad301973 100644 --- a/audioutils/mml_parser/Make.defs +++ b/audioutils/mml_parser/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/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/audioutils/mml_parser/Makefile b/audioutils/mml_parser/Makefile index 361369c8ce7..aab7d65776a 100644 --- a/audioutils/mml_parser/Makefile +++ b/audioutils/mml_parser/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/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/audioutils/mml_parser/mml_parser.c b/audioutils/mml_parser/mml_parser.c index 207ec203b2b..de7450f7181 100644 --- a/audioutils/mml_parser/mml_parser.c +++ b/audioutils/mml_parser/mml_parser.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/mml_parser/mml_parser.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/audioutils/nxaudio/CMakeLists.txt b/audioutils/nxaudio/CMakeLists.txt index f6c35241b61..cd7c017ca6e 100644 --- a/audioutils/nxaudio/CMakeLists.txt +++ b/audioutils/nxaudio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/audioutils/nxaudio/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/audioutils/nxaudio/Make.defs b/audioutils/nxaudio/Make.defs index ad6f5bf2397..2677f926e9c 100644 --- a/audioutils/nxaudio/Make.defs +++ b/audioutils/nxaudio/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/nxaudio/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/audioutils/nxaudio/Makefile b/audioutils/nxaudio/Makefile index 482ee57ae59..561cecc896a 100644 --- a/audioutils/nxaudio/Makefile +++ b/audioutils/nxaudio/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/audioutils/nxaudio/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/audioutils/nxaudio/nxaudio.c b/audioutils/nxaudio/nxaudio.c index e6101fff88f..3871a1a93dd 100644 --- a/audioutils/nxaudio/nxaudio.c +++ b/audioutils/nxaudio/nxaudio.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/audioutils/nxaudio/nxaudio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt index 3954bb7c1fc..9f3c66bf5d1 100644 --- a/benchmarks/CMakeLists.txt +++ b/benchmarks/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/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/benchmarks/Make.defs b/benchmarks/Make.defs index 73c1413b6ea..cfe7377d949 100644 --- a/benchmarks/Make.defs +++ b/benchmarks/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/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/benchmarks/Makefile b/benchmarks/Makefile index 905ea11dd7a..389f6c5a711 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/cachespeed/CMakeLists.txt b/benchmarks/cachespeed/CMakeLists.txt index f41b75a2f43..18a2a39d415 100644 --- a/benchmarks/cachespeed/CMakeLists.txt +++ b/benchmarks/cachespeed/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/cachespeed/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/benchmarks/cachespeed/Make.defs b/benchmarks/cachespeed/Make.defs index 721bda7ca8c..5a26c893818 100644 --- a/benchmarks/cachespeed/Make.defs +++ b/benchmarks/cachespeed/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/cachespeed/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/benchmarks/cachespeed/Makefile b/benchmarks/cachespeed/Makefile index 76407f77c64..4491b514c20 100644 --- a/benchmarks/cachespeed/Makefile +++ b/benchmarks/cachespeed/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/cachespeed/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/cachespeed/cachespeed_main.c b/benchmarks/cachespeed/cachespeed_main.c index 30bd06eef9c..c895c3b8fb6 100644 --- a/benchmarks/cachespeed/cachespeed_main.c +++ b/benchmarks/cachespeed/cachespeed_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/benchmarks/cachespeed/cachespeed_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/benchmarks/coremark-pro/CMakeLists.txt b/benchmarks/coremark-pro/CMakeLists.txt index ab954f87a3c..5cd19227bd4 100644 --- a/benchmarks/coremark-pro/CMakeLists.txt +++ b/benchmarks/coremark-pro/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/coremark-pro/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/benchmarks/coremark-pro/Make.defs b/benchmarks/coremark-pro/Make.defs index 2a195adaf33..144f4ce3d1a 100644 --- a/benchmarks/coremark-pro/Make.defs +++ b/benchmarks/coremark-pro/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/coremark-pro/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/benchmarks/coremark-pro/Makefile b/benchmarks/coremark-pro/Makefile index 0fa3a0986ff..ccc6d5bbb77 100644 --- a/benchmarks/coremark-pro/Makefile +++ b/benchmarks/coremark-pro/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/coremark-pro/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/coremark/CMakeLists.txt b/benchmarks/coremark/CMakeLists.txt index aa6bfa3622f..3aef2967ad9 100644 --- a/benchmarks/coremark/CMakeLists.txt +++ b/benchmarks/coremark/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/coremark/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/benchmarks/coremark/Make.defs b/benchmarks/coremark/Make.defs index aa7a92c567a..971b261df24 100644 --- a/benchmarks/coremark/Make.defs +++ b/benchmarks/coremark/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/coremark/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/benchmarks/coremark/Makefile b/benchmarks/coremark/Makefile index e5526cd57ac..c1b02e5f02a 100644 --- a/benchmarks/coremark/Makefile +++ b/benchmarks/coremark/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/coremark/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/dhrystone/CMakeLists.txt b/benchmarks/dhrystone/CMakeLists.txt index dd503077ab6..166692d364e 100644 --- a/benchmarks/dhrystone/CMakeLists.txt +++ b/benchmarks/dhrystone/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/dhrystone/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/benchmarks/dhrystone/Make.defs b/benchmarks/dhrystone/Make.defs index 1c8666c5acf..2662abde051 100644 --- a/benchmarks/dhrystone/Make.defs +++ b/benchmarks/dhrystone/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/dhrystone/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/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile index 17f0912d4e1..6e175ac15d6 100644 --- a/benchmarks/dhrystone/Makefile +++ b/benchmarks/dhrystone/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/dhrystone/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/fio/CMakeLists.txt b/benchmarks/fio/CMakeLists.txt index f279bcadcc5..5dae3f20d21 100644 --- a/benchmarks/fio/CMakeLists.txt +++ b/benchmarks/fio/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/fio/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/benchmarks/fio/Make.defs b/benchmarks/fio/Make.defs index c9d6941932d..27c568349f0 100644 --- a/benchmarks/fio/Make.defs +++ b/benchmarks/fio/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/fio/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/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 34c80c9347c..c7950873de8 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/fio/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/iozone/CMakeLists.txt b/benchmarks/iozone/CMakeLists.txt index 843fa53ac03..0559ad63ed8 100644 --- a/benchmarks/iozone/CMakeLists.txt +++ b/benchmarks/iozone/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/iozone/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/benchmarks/iozone/Make.defs b/benchmarks/iozone/Make.defs index 09ed336e1af..b3712058a08 100644 --- a/benchmarks/iozone/Make.defs +++ b/benchmarks/iozone/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/iozone/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/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 3f11b2cccb4..22985764ccd 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/iozone/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/osperf/CMakeLists.txt b/benchmarks/osperf/CMakeLists.txt index dbf29d29e63..e47386d09d9 100644 --- a/benchmarks/osperf/CMakeLists.txt +++ b/benchmarks/osperf/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/osperf/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/benchmarks/osperf/Make.defs b/benchmarks/osperf/Make.defs index 29888f7aec5..1efa6904468 100644 --- a/benchmarks/osperf/Make.defs +++ b/benchmarks/osperf/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/osperf/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/benchmarks/osperf/Makefile b/benchmarks/osperf/Makefile index 29e94f2f182..a72e1f18e4a 100644 --- a/benchmarks/osperf/Makefile +++ b/benchmarks/osperf/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/osperf/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/osperf/osperf.c b/benchmarks/osperf/osperf.c index 66d24ac3f16..36c1f4914e9 100644 --- a/benchmarks/osperf/osperf.c +++ b/benchmarks/osperf/osperf.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/benchmarks/osperf/osperf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/benchmarks/ramspeed/Make.defs b/benchmarks/ramspeed/Make.defs index fd3c6673e23..b78ae67fbef 100644 --- a/benchmarks/ramspeed/Make.defs +++ b/benchmarks/ramspeed/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/ramspeed/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/benchmarks/ramspeed/Makefile b/benchmarks/ramspeed/Makefile index f9376a9d590..c11a67ff272 100644 --- a/benchmarks/ramspeed/Makefile +++ b/benchmarks/ramspeed/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/ramspeed/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/ramspeed/ramspeed_main.c b/benchmarks/ramspeed/ramspeed_main.c index b11bdaf76dc..a49e760ba6a 100644 --- a/benchmarks/ramspeed/ramspeed_main.c +++ b/benchmarks/ramspeed/ramspeed_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/benchmarks/ramspeed/ramspeed_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/benchmarks/rt-tests/CMakeLists.txt b/benchmarks/rt-tests/CMakeLists.txt index 0d94abc14fb..9d7e9213f2f 100644 --- a/benchmarks/rt-tests/CMakeLists.txt +++ b/benchmarks/rt-tests/CMakeLists.txt @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/rt-tests/CMakeLists.txt # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # +############################################################################ if(CONFIG_BENCHMARK_RTTESTS) diff --git a/benchmarks/rt-tests/Kconfig b/benchmarks/rt-tests/Kconfig index e1773e58388..40650deb025 100644 --- a/benchmarks/rt-tests/Kconfig +++ b/benchmarks/rt-tests/Kconfig @@ -1,18 +1,8 @@ # -# Copyright (C) 2024 Xiaomi Corporation -# -# Licensed 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. +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. # + config BENCHMARK_RTTESTS tristate "RT-Tests" default n diff --git a/benchmarks/rt-tests/Make.defs b/benchmarks/rt-tests/Make.defs index 309c01fcb25..7c9c5849c9b 100644 --- a/benchmarks/rt-tests/Make.defs +++ b/benchmarks/rt-tests/Make.defs @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/rt-tests/Make.defs # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ ifneq ($(CONFIG_BENCHMARK_RTTESTS),) CONFIGURED_APPS += $(APPDIR)/benchmarks/rt-tests diff --git a/benchmarks/rt-tests/Makefile b/benchmarks/rt-tests/Makefile index 70712fd99ba..5497d732e94 100644 --- a/benchmarks/rt-tests/Makefile +++ b/benchmarks/rt-tests/Makefile @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/rt-tests/Makefile # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ ############################################################################ # Targets diff --git a/benchmarks/rt-tests/numa.h b/benchmarks/rt-tests/numa.h index de3a01fade1..6938e9eb9b6 100644 --- a/benchmarks/rt-tests/numa.h +++ b/benchmarks/rt-tests/numa.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/benchmarks/rt-tests/numa.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/benchmarks/spinlock_bench/CMakeLists.txt b/benchmarks/spinlock_bench/CMakeLists.txt index 2707c223a88..80ed3afe0e6 100644 --- a/benchmarks/spinlock_bench/CMakeLists.txt +++ b/benchmarks/spinlock_bench/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/spinlock_bench/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/benchmarks/spinlock_bench/Make.defs b/benchmarks/spinlock_bench/Make.defs index e8217776001..6031b9eff15 100644 --- a/benchmarks/spinlock_bench/Make.defs +++ b/benchmarks/spinlock_bench/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/spinlock_bench/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/benchmarks/spinlock_bench/Makefile b/benchmarks/spinlock_bench/Makefile index fada2fb61c5..e1a3f86c6ca 100644 --- a/benchmarks/spinlock_bench/Makefile +++ b/benchmarks/spinlock_bench/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/spinlock_bench/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/spinlock_bench/spinlock_bench.c b/benchmarks/spinlock_bench/spinlock_bench.c index a6014ca9a14..bc8c8b5ed5e 100644 --- a/benchmarks/spinlock_bench/spinlock_bench.c +++ b/benchmarks/spinlock_bench/spinlock_bench.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/benchmarks/spinlock_bench/spinlock_bench.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/benchmarks/superpi/CMakeLists.txt b/benchmarks/superpi/CMakeLists.txt index aec5016d820..c15a98ff033 100644 --- a/benchmarks/superpi/CMakeLists.txt +++ b/benchmarks/superpi/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/benchmarks/superpi/CMakeList.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/benchmarks/superpi/Kconfig b/benchmarks/superpi/Kconfig index b9a97255cbe..124f334f7e8 100644 --- a/benchmarks/superpi/Kconfig +++ b/benchmarks/superpi/Kconfig @@ -1,3 +1,8 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + config BENCHMARK_SUPERPI tristate "SuperPI test" default n diff --git a/benchmarks/superpi/Make.defs b/benchmarks/superpi/Make.defs index 570daccde69..a5c1095d4ab 100644 --- a/benchmarks/superpi/Make.defs +++ b/benchmarks/superpi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/superpi/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/benchmarks/superpi/Makefile b/benchmarks/superpi/Makefile index 74e9b2b4dcf..fbdb445d399 100644 --- a/benchmarks/superpi/Makefile +++ b/benchmarks/superpi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/benchmarks/superpi/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/benchmarks/tacle-bench/CMakeLists.txt b/benchmarks/tacle-bench/CMakeLists.txt index b04816e939a..f443d45cd32 100644 --- a/benchmarks/tacle-bench/CMakeLists.txt +++ b/benchmarks/tacle-bench/CMakeLists.txt @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/tacle-bench/CMakeLists.txt # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # +############################################################################ if(CONFIG_BENCHMARK_TACLEBENCH) diff --git a/benchmarks/tacle-bench/Kconfig b/benchmarks/tacle-bench/Kconfig index a3573456501..5ac56bb3f1d 100644 --- a/benchmarks/tacle-bench/Kconfig +++ b/benchmarks/tacle-bench/Kconfig @@ -1,18 +1,8 @@ # -# Copyright (C) 2024 Xiaomi Corporation -# -# Licensed 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. +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. # + config BENCHMARK_TACLEBENCH tristate "TacleBench" default n diff --git a/benchmarks/tacle-bench/Make.defs b/benchmarks/tacle-bench/Make.defs index 3783c38e9d8..db0d4f7772f 100644 --- a/benchmarks/tacle-bench/Make.defs +++ b/benchmarks/tacle-bench/Make.defs @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/tacle-bench/Make.defs # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ ifneq ($(CONFIG_BENCHMARK_TACLEBENCH),) CONFIGURED_APPS += $(APPDIR)/benchmarks/tacle-bench diff --git a/benchmarks/tacle-bench/Makefile b/benchmarks/tacle-bench/Makefile index 091c370fc2d..b574c0f5940 100644 --- a/benchmarks/tacle-bench/Makefile +++ b/benchmarks/tacle-bench/Makefile @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/tacle-bench/Makefile # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ ############################################################################ # Targets diff --git a/benchmarks/tacle-bench/generate_taclebench_c.sh b/benchmarks/tacle-bench/generate_taclebench_c.sh index 6c5bbe24824..c6b69e0bccc 100755 --- a/benchmarks/tacle-bench/generate_taclebench_c.sh +++ b/benchmarks/tacle-bench/generate_taclebench_c.sh @@ -1,20 +1,25 @@ #!/bin/bash - +############################################################################ +# apps/benchmarks/tacle-bench/generate_taclebench_c.sh # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ MAIN_C=tacle-bench/taclebench.c BENCH_PATH=tacle-bench/bench diff --git a/benchmarks/test-tlb/CMakeLists.txt b/benchmarks/test-tlb/CMakeLists.txt index dfaa23c261b..866583e694a 100644 --- a/benchmarks/test-tlb/CMakeLists.txt +++ b/benchmarks/test-tlb/CMakeLists.txt @@ -1,19 +1,24 @@ +############################################################################ +# apps/benchmarks/test-tlb/CMakeLists.txt # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # - +############################################################################ if(CONFIG_BENCHMARK_TESTTLB) set(SRCS test-tlb/test-tlb.c) diff --git a/benchmarks/test-tlb/Kconfig b/benchmarks/test-tlb/Kconfig index 806ca486511..111c5a9a5d0 100644 --- a/benchmarks/test-tlb/Kconfig +++ b/benchmarks/test-tlb/Kconfig @@ -1,17 +1,6 @@ # -# Copyright (C) 2024 Xiaomi Corporation -# -# Licensed 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. +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. # config BENCHMARK_TESTTLB diff --git a/benchmarks/test-tlb/Make.defs b/benchmarks/test-tlb/Make.defs index 7a946c56869..e7f275ef029 100644 --- a/benchmarks/test-tlb/Make.defs +++ b/benchmarks/test-tlb/Make.defs @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/test-tlb/Make.defs # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ ifneq ($(CONFIG_BENCHMARK_TESTTLB),) CONFIGURED_APPS += $(APPDIR)/benchmarks/test-tlb diff --git a/benchmarks/test-tlb/Makefile b/benchmarks/test-tlb/Makefile index 10ef391e877..ca0b5f1adb1 100644 --- a/benchmarks/test-tlb/Makefile +++ b/benchmarks/test-tlb/Makefile @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/test-tlb/Makefile # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ include $(APPDIR)/Make.defs diff --git a/benchmarks/tinymembench/CMakeLists.txt b/benchmarks/tinymembench/CMakeLists.txt index ae78eb44bc2..1bbcf96abc0 100644 --- a/benchmarks/tinymembench/CMakeLists.txt +++ b/benchmarks/tinymembench/CMakeLists.txt @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/tinymembench/CMakeLists.txt # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # +############################################################################ if(CONFIG_BENCHMARK_TINY_MEMBENCH) diff --git a/benchmarks/tinymembench/Kconfig b/benchmarks/tinymembench/Kconfig index 5a080598203..7a6521dabc0 100644 --- a/benchmarks/tinymembench/Kconfig +++ b/benchmarks/tinymembench/Kconfig @@ -1,17 +1,6 @@ # -# Copyright (C) 2024 Xiaomi Corporation -# -# Licensed 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. +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. # config BENCHMARK_TINY_MEMBENCH diff --git a/benchmarks/tinymembench/Make.defs b/benchmarks/tinymembench/Make.defs index 456ce2a78b9..d32e7385f5f 100644 --- a/benchmarks/tinymembench/Make.defs +++ b/benchmarks/tinymembench/Make.defs @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/tinymembench/Make.defs # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ ifneq ($(CONFIG_BENCHMARK_TINY_MEMBENCH),) CONFIGURED_APPS += $(APPDIR)/benchmarks/tinymembench diff --git a/benchmarks/tinymembench/Makefile b/benchmarks/tinymembench/Makefile index 85dfb05b6a4..37b61675360 100644 --- a/benchmarks/tinymembench/Makefile +++ b/benchmarks/tinymembench/Makefile @@ -1,18 +1,24 @@ +############################################################################ +# apps/benchmarks/tinymembench/Makefile # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # -# Licensed 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 +# Licensed to the Apache Software 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 +# 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. +# 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. # +############################################################################ include $(APPDIR)/Make.defs diff --git a/boot/CMakeLists.txt b/boot/CMakeLists.txt index 50b7ba7c4f4..4a418db7c91 100644 --- a/boot/CMakeLists.txt +++ b/boot/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/boot/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/boot/Make.defs b/boot/Make.defs index b0e6794f66b..78765dbdb1a 100644 --- a/boot/Make.defs +++ b/boot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/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/boot/Makefile b/boot/Makefile index e20a7c4a3c2..3bbae87654b 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boot/mcuboot/CMakeLists.txt b/boot/mcuboot/CMakeLists.txt index 23418960f0d..28fe0d13b7a 100644 --- a/boot/mcuboot/CMakeLists.txt +++ b/boot/mcuboot/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/boot/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/boot/mcuboot/Make.defs b/boot/mcuboot/Make.defs index f567438110a..446a785e211 100644 --- a/boot/mcuboot/Make.defs +++ b/boot/mcuboot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/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/boot/mcuboot/Makefile b/boot/mcuboot/Makefile index 64157bf093a..e6851be9310 100644 --- a/boot/mcuboot/Makefile +++ b/boot/mcuboot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/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/boot/miniboot/CMakeLists.txt b/boot/miniboot/CMakeLists.txt index e23c6ddaa4d..2c488cec741 100644 --- a/boot/miniboot/CMakeLists.txt +++ b/boot/miniboot/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/boot/miniboot/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/boot/miniboot/Make.defs b/boot/miniboot/Make.defs index 88b33ade76f..0f082485df9 100644 --- a/boot/miniboot/Make.defs +++ b/boot/miniboot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/miniboot/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/boot/miniboot/Makefile b/boot/miniboot/Makefile index 0bf17a3aa62..c5c4de3406f 100644 --- a/boot/miniboot/Makefile +++ b/boot/miniboot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/miniboot/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boot/miniboot/miniboot_main.c b/boot/miniboot/miniboot_main.c index 9d280c326c6..63f47465c62 100644 --- a/boot/miniboot/miniboot_main.c +++ b/boot/miniboot/miniboot_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/boot/miniboot/miniboot_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/boot/nxboot/CMakeLists.txt b/boot/nxboot/CMakeLists.txt index fb405627780..1ea82b7a867 100644 --- a/boot/nxboot/CMakeLists.txt +++ b/boot/nxboot/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/boot/nxboot/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/boot/nxboot/Make.defs b/boot/nxboot/Make.defs index 6e7660c45cc..4a472724d77 100644 --- a/boot/nxboot/Make.defs +++ b/boot/nxboot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/nxboot/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/boot/nxboot/Makefile b/boot/nxboot/Makefile index f9666c7aa0d..9596bf88f79 100644 --- a/boot/nxboot/Makefile +++ b/boot/nxboot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/boot/nxboot/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boot/nxboot/include/nxboot.h b/boot/nxboot/include/nxboot.h index 7047cf6e1df..2ecf961c766 100644 --- a/boot/nxboot/include/nxboot.h +++ b/boot/nxboot/include/nxboot.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/boot/nxboot/include/nxboot.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/boot/nxboot/loader/boot.c b/boot/nxboot/loader/boot.c index 6bd9a2dcb1d..ec1ec3c659d 100644 --- a/boot/nxboot/loader/boot.c +++ b/boot/nxboot/loader/boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/boot/nxboot/loader/boot.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boot/nxboot/loader/flash.c b/boot/nxboot/loader/flash.c index fdeaf77f28e..4c32a8831be 100644 --- a/boot/nxboot/loader/flash.c +++ b/boot/nxboot/loader/flash.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/boot/nxboot/loader/flash.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boot/nxboot/loader/flash.h b/boot/nxboot/loader/flash.h index 1fb4be56d3e..653c4c8b974 100644 --- a/boot/nxboot/loader/flash.h +++ b/boot/nxboot/loader/flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/boot/nxboot/loader/flash.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/boot/nxboot/nxboot_main.c b/boot/nxboot/nxboot_main.c index 81ae2f40cdf..09e556b2b1b 100644 --- a/boot/nxboot/nxboot_main.c +++ b/boot/nxboot/nxboot_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/boot/nxboot/nxboot_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/boot/nxboot/tools/nximage.py b/boot/nxboot/tools/nximage.py index 92c0b391108..1a9d68a1f16 100644 --- a/boot/nxboot/tools/nximage.py +++ b/boot/nxboot/tools/nximage.py @@ -1,3 +1,25 @@ +#!/usr/bin/env python3 +############################################################################ +# apps/boot/nxboot/tools/nximage.py +# +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed to the Apache Software 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. +# +############################################################################ """Python script that prepares the NuttX image to be used with NX bootloader""" import argparse diff --git a/builtin/CMakeLists.txt b/builtin/CMakeLists.txt index e8be798e733..5447ff06749 100644 --- a/builtin/CMakeLists.txt +++ b/builtin/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/builtin/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/builtin/Make.defs b/builtin/Make.defs index dad098de19e..47d1bf96004 100644 --- a/builtin/Make.defs +++ b/builtin/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/builtin/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/builtin/Makefile b/builtin/Makefile index a26e107e189..a5de31f6c5e 100644 --- a/builtin/Makefile +++ b/builtin/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/builtin/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/builtin/builtin_list.c b/builtin/builtin_list.c index dcc10e10b6a..9605b097c7b 100644 --- a/builtin/builtin_list.c +++ b/builtin/builtin_list.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/builtin/builtin_list.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The @@ -29,6 +31,8 @@ #include +#include "builtin_proto.h" + /**************************************************************************** * Private Types ****************************************************************************/ @@ -41,8 +45,6 @@ * Public Data ****************************************************************************/ -#include "builtin_proto.h" - const struct builtin_s g_builtins[] = { # include "builtin_list.h" diff --git a/builtin/exec_builtin.c b/builtin/exec_builtin.c index 2bf28b8f404..325d594cf5c 100644 --- a/builtin/exec_builtin.c +++ b/builtin/exec_builtin.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/builtin/exec_builtin.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/CMakeLists.txt b/canutils/CMakeLists.txt index 238b40af209..aa4a02ed9e1 100644 --- a/canutils/CMakeLists.txt +++ b/canutils/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/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/canutils/Make.defs b/canutils/Make.defs index 77a6c4d3a97..b68638da843 100644 --- a/canutils/Make.defs +++ b/canutils/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/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/canutils/Makefile b/canutils/Makefile index d8d9f1ddd36..68a1d93b280 100644 --- a/canutils/Makefile +++ b/canutils/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/candump/CMakeLists.txt b/canutils/candump/CMakeLists.txt index 590f7897bd9..be4f27f0b8b 100644 --- a/canutils/candump/CMakeLists.txt +++ b/canutils/candump/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/candump/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/canutils/candump/Make.defs b/canutils/candump/Make.defs index bf15862feca..d781a87b513 100644 --- a/canutils/candump/Make.defs +++ b/canutils/candump/Make.defs @@ -1,6 +1,7 @@ ############################################################################ # apps/canutils/candump/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/canutils/candump/Makefile b/canutils/candump/Makefile index 080ca6436e8..d8861496f9e 100644 --- a/canutils/candump/Makefile +++ b/canutils/candump/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/candump/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/candump/candump.c b/canutils/candump/candump.c index 66887fb61f7..58958a46f01 100644 --- a/canutils/candump/candump.c +++ b/canutils/candump/candump.c @@ -1,9 +1,8 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ -/* - * candump.c +/**************************************************************************** + * apps/canutils/candump/candump.c * - * Copyright (c) 2002-2009 Volkswagen Group Electronic Research - * All rights reserved. + * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) + * SPDX-FileCopyrightText: 2002-2007 Volkswagen Group Electronic Research * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -40,7 +39,11 @@ * * Send feedback to * - */ + ****************************************************************************/ + +/**************************************************************************** + * Included Files + ****************************************************************************/ #include #include @@ -66,6 +69,10 @@ #include "terminal.h" #include "lib.h" +/**************************************************************************** + * Pre-processor Definitions + ****************************************************************************/ + /* for hardware timestamps - since Linux 2.6.30 */ #ifndef SO_TIMESTAMPING #define SO_TIMESTAMPING 37 @@ -98,6 +105,10 @@ const char col_on [MAXCOL][19] = {BLUE, RED, GREEN, BOLD, MAGENTA, CYAN}; const char col_off [] = ATTRESET; +/**************************************************************************** + * Public Functions + ****************************************************************************/ + static __u32 dropcnt[MAXSOCK]; static __u32 last_dropcnt[MAXSOCK]; static char devname[MAXIFNAMES][IFNAMSIZ+1]; diff --git a/canutils/canlib/CMakeLists.txt b/canutils/canlib/CMakeLists.txt index 9cdfb312881..9f8af63e1aa 100644 --- a/canutils/canlib/CMakeLists.txt +++ b/canutils/canlib/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/canlib/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/canutils/canlib/Make.defs b/canutils/canlib/Make.defs index fd712bee817..61e591c18d7 100644 --- a/canutils/canlib/Make.defs +++ b/canutils/canlib/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/canlib/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/canutils/canlib/Makefile b/canutils/canlib/Makefile index 54fc23f66c4..64ecdb0a343 100644 --- a/canutils/canlib/Makefile +++ b/canutils/canlib/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/canlib/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/canlib/canlib_getbaud.c b/canutils/canlib/canlib_getbaud.c index 23965e70eac..af123edeac5 100644 --- a/canutils/canlib/canlib_getbaud.c +++ b/canutils/canlib/canlib_getbaud.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/canlib/canlib_getbaud.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/canlib/canlib_getloopback.c b/canutils/canlib/canlib_getloopback.c index f9ba5fdf33a..443161e960f 100644 --- a/canutils/canlib/canlib_getloopback.c +++ b/canutils/canlib/canlib_getloopback.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/canlib/canlib_getloopback.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/canlib/canlib_getsilent.c b/canutils/canlib/canlib_getsilent.c index ffb4abfed63..868072eb1ee 100644 --- a/canutils/canlib/canlib_getsilent.c +++ b/canutils/canlib/canlib_getsilent.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/canlib/canlib_getsilent.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/canlib/canlib_setbaud.c b/canutils/canlib/canlib_setbaud.c index 0b4fa322a1e..b3ee68f265d 100644 --- a/canutils/canlib/canlib_setbaud.c +++ b/canutils/canlib/canlib_setbaud.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/canlib/canlib_setbaud.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/canlib/canlib_setloopback.c b/canutils/canlib/canlib_setloopback.c index bc88956c818..7e78b1a342d 100644 --- a/canutils/canlib/canlib_setloopback.c +++ b/canutils/canlib/canlib_setloopback.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/canlib/canlib_setloopback.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/canlib/canlib_setsilent.c b/canutils/canlib/canlib_setsilent.c index da05f01b102..0900f926143 100644 --- a/canutils/canlib/canlib_setsilent.c +++ b/canutils/canlib/canlib_setsilent.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/canlib/canlib_setsilent.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/cansend/CMakeLists.txt b/canutils/cansend/CMakeLists.txt index 207911f6576..31191666641 100644 --- a/canutils/cansend/CMakeLists.txt +++ b/canutils/cansend/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/cansend/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/canutils/cansend/Make.defs b/canutils/cansend/Make.defs index 2361a59bcd1..13ddf36f48a 100644 --- a/canutils/cansend/Make.defs +++ b/canutils/cansend/Make.defs @@ -1,6 +1,7 @@ ############################################################################ # apps/canutils/cansend/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/canutils/cansend/Makefile b/canutils/cansend/Makefile index 52d17f3f82e..ae0e2cc1c6c 100644 --- a/canutils/cansend/Makefile +++ b/canutils/cansend/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/cansend/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/cansend/cansend.c b/canutils/cansend/cansend.c index f630addf76d..42fcffc79cc 100644 --- a/canutils/cansend/cansend.c +++ b/canutils/cansend/cansend.c @@ -1,30 +1,8 @@ /**************************************************************************** * apps/canutils/cansend/cansend.c * - * Licensed to the Apache Software 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. - * - ****************************************************************************/ - -/**************************************************************************** - * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) * - * - * cansend.c - send CAN-frames via CAN_RAW sockets - * - * Copyright (c) 2002-2007 Volkswagen Group Electronic Research - * All rights reserved. + * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) + * SPDX-FileCopyrightText: 2002-2007 Volkswagen Group Electronic Research * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/canutils/lely-canopen/CMakeLists.txt b/canutils/lely-canopen/CMakeLists.txt index 380bd4909df..1211500d7aa 100644 --- a/canutils/lely-canopen/CMakeLists.txt +++ b/canutils/lely-canopen/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/lely-canopen/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/canutils/lely-canopen/Make.defs b/canutils/lely-canopen/Make.defs index 1230d307c32..09f0c06cdea 100644 --- a/canutils/lely-canopen/Make.defs +++ b/canutils/lely-canopen/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/lely-canopen/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/canutils/lely-canopen/Makefile b/canutils/lely-canopen/Makefile index c85733013dc..1985016c471 100644 --- a/canutils/lely-canopen/Makefile +++ b/canutils/lely-canopen/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/lely-canopen/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/libcanutils/CMakeLists.txt b/canutils/libcanutils/CMakeLists.txt index 62943e924cf..1ceb042e5b1 100644 --- a/canutils/libcanutils/CMakeLists.txt +++ b/canutils/libcanutils/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/libcanutils/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/canutils/libcanutils/Make.defs b/canutils/libcanutils/Make.defs index 70e0418d523..4c40e4cdfe0 100644 --- a/canutils/libcanutils/Make.defs +++ b/canutils/libcanutils/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libcanutils/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/canutils/libcanutils/Makefile b/canutils/libcanutils/Makefile index cb790c8539f..d7eb68785a0 100644 --- a/canutils/libcanutils/Makefile +++ b/canutils/libcanutils/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libcanutils/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/libcanutils/lib.c b/canutils/libcanutils/lib.c index 12580521a1f..749761d6160 100644 --- a/canutils/libcanutils/lib.c +++ b/canutils/libcanutils/lib.c @@ -1,9 +1,7 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ -/* - * lib.c - library for command line tools +/**************************************************************************** * - * Copyright (c) 2002-2007 Volkswagen Group Electronic Research - * All rights reserved. + * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) + * SPDX-FileCopyrightText: 2002-2007 Volkswagen Group Electronic Research * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -40,7 +38,7 @@ * * Send feedback to * - */ + ****************************************************************************/ #include #include diff --git a/canutils/libcanutils/lib.h b/canutils/libcanutils/lib.h index 97db405df5e..ebabb6a4d85 100644 --- a/canutils/libcanutils/lib.h +++ b/canutils/libcanutils/lib.h @@ -1,9 +1,7 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ -/* - * lib.h - library include for command line tools +/**************************************************************************** * - * Copyright (c) 2002-2007 Volkswagen Group Electronic Research - * All rights reserved. + * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) + * SPDX-FileCopyrightText: 2002-2007 Volkswagen Group Electronic Research * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -40,7 +38,7 @@ * * Send feedback to * - */ + ****************************************************************************/ #ifndef CAN_UTILS_LIB_H #define CAN_UTILS_LIB_H diff --git a/canutils/libcanutils/terminal.h b/canutils/libcanutils/terminal.h index 198b48ec0df..1b25e9ad37f 100644 --- a/canutils/libcanutils/terminal.h +++ b/canutils/libcanutils/terminal.h @@ -1,7 +1,7 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ -/* - * Copyright (c) 2002-2007 Volkswagen Group Electronic Research - * All rights reserved. +/**************************************************************************** + * + * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) + * SPDX-FileCopyrightText: 2002-2007 Volkswagen Group Electronic Research * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -38,7 +38,7 @@ * * Send feedback to * - */ + ****************************************************************************/ #ifndef TERMINAL_H #define TERMINAL_H diff --git a/canutils/libdronecan/CMakeLists.txt b/canutils/libdronecan/CMakeLists.txt index feb29e35426..c8f7af9b27f 100644 --- a/canutils/libdronecan/CMakeLists.txt +++ b/canutils/libdronecan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/libdronecan/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/canutils/libdronecan/Make.defs b/canutils/libdronecan/Make.defs index ad0ea54bb83..1a694e878ed 100644 --- a/canutils/libdronecan/Make.defs +++ b/canutils/libdronecan/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libdronecan/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/canutils/libdronecan/Makefile b/canutils/libdronecan/Makefile index 7606ac4a3c0..0ad1d2dd4ba 100644 --- a/canutils/libdronecan/Makefile +++ b/canutils/libdronecan/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libdronecan/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/libobd2/CMakeLists.txt b/canutils/libobd2/CMakeLists.txt index ee9515a8acf..f0dd564973f 100644 --- a/canutils/libobd2/CMakeLists.txt +++ b/canutils/libobd2/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/libobd2/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/canutils/libobd2/Make.defs b/canutils/libobd2/Make.defs index 09709305956..9e619d04da2 100644 --- a/canutils/libobd2/Make.defs +++ b/canutils/libobd2/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libobd2/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/canutils/libobd2/Makefile b/canutils/libobd2/Makefile index 495f1c06920..2a1daebb04d 100644 --- a/canutils/libobd2/Makefile +++ b/canutils/libobd2/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libobd2/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/libobd2/obd2.c b/canutils/libobd2/obd2.c index fcf007b2a0b..723b2f37ccb 100644 --- a/canutils/libobd2/obd2.c +++ b/canutils/libobd2/obd2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/libobd2/obd2.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/libobd2/obd_decodepid.c b/canutils/libobd2/obd_decodepid.c index 3a3439a7485..0198d09bbde 100644 --- a/canutils/libobd2/obd_decodepid.c +++ b/canutils/libobd2/obd_decodepid.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/libobd2/obd_decodepid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/libobd2/obd_sendrequest.c b/canutils/libobd2/obd_sendrequest.c index 2fb4c7d5777..3dc7243bde6 100644 --- a/canutils/libobd2/obd_sendrequest.c +++ b/canutils/libobd2/obd_sendrequest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/libobd2/obd_sendrequest.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/libobd2/obd_waitresponse.c b/canutils/libobd2/obd_waitresponse.c index d000a5a1945..12c8a13e0d8 100644 --- a/canutils/libobd2/obd_waitresponse.c +++ b/canutils/libobd2/obd_waitresponse.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/libobd2/obd_waitresponse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/libopencyphal/CMakeLists.txt b/canutils/libopencyphal/CMakeLists.txt index d79becba030..3f0efee73f5 100644 --- a/canutils/libopencyphal/CMakeLists.txt +++ b/canutils/libopencyphal/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/libopencyphal/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/canutils/libopencyphal/Make.defs b/canutils/libopencyphal/Make.defs index 5fdf13abf44..483bfbcabfb 100644 --- a/canutils/libopencyphal/Make.defs +++ b/canutils/libopencyphal/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libopencyphal/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/canutils/libopencyphal/Makefile b/canutils/libopencyphal/Makefile index 5d580dd08b3..52f4e90c343 100644 --- a/canutils/libopencyphal/Makefile +++ b/canutils/libopencyphal/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/libopencyphal/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/slcan/CMakeLists.txt b/canutils/slcan/CMakeLists.txt index 3dd7ddeacd8..5feb5c28d93 100644 --- a/canutils/slcan/CMakeLists.txt +++ b/canutils/slcan/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/canutils/slcan/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/canutils/slcan/Make.defs b/canutils/slcan/Make.defs index dd6f6db5309..4f5ec3b6acc 100644 --- a/canutils/slcan/Make.defs +++ b/canutils/slcan/Make.defs @@ -1,6 +1,7 @@ ############################################################################ # apps/canutils/slcan/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/canutils/slcan/Makefile b/canutils/slcan/Makefile index 5ff4ce64f7c..5b2f12a1786 100644 --- a/canutils/slcan/Makefile +++ b/canutils/slcan/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/canutils/slcan/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/canutils/slcan/slcan.c b/canutils/slcan/slcan.c index 6190e2ea249..c2657781406 100644 --- a/canutils/slcan/slcan.c +++ b/canutils/slcan/slcan.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/slcan/slcan.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/canutils/slcan/slcan.h b/canutils/slcan/slcan.h index cc6bedce0f8..229069ccf87 100644 --- a/canutils/slcan/slcan.h +++ b/canutils/slcan/slcan.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/canutils/slcan/slcan.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/cmake/nuttx_add_luamod.cmake b/cmake/nuttx_add_luamod.cmake index 0744f593502..93fefd628db 100644 --- a/cmake/nuttx_add_luamod.cmake +++ b/cmake/nuttx_add_luamod.cmake @@ -1,6 +1,8 @@ # ############################################################################## # cmake/nuttx_add_luamod.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/cmake/nuttx_add_wamrmod.cmake b/cmake/nuttx_add_wamrmod.cmake index 231c64d9c46..65f27c91caf 100644 --- a/cmake/nuttx_add_wamrmod.cmake +++ b/cmake/nuttx_add_wamrmod.cmake @@ -1,6 +1,8 @@ # ############################################################################## # cmake/nuttx_add_wamrmod.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/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index bd180bdb534..5f093c33cd2 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/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/crypto/controlse/CMakeLists.txt b/crypto/controlse/CMakeLists.txt index 72fb36e0176..5ffa43cfdec 100644 --- a/crypto/controlse/CMakeLists.txt +++ b/crypto/controlse/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/controlse/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/crypto/controlse/Make.defs b/crypto/controlse/Make.defs index 0e1fad585df..45536c46836 100644 --- a/crypto/controlse/Make.defs +++ b/crypto/controlse/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/controlse/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/crypto/controlse/Makefile b/crypto/controlse/Makefile index c338507d1e4..f4ba03a4029 100644 --- a/crypto/controlse/Makefile +++ b/crypto/controlse/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/controlse/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/crypto/controlse/ccertificate.cxx b/crypto/controlse/ccertificate.cxx index 5731c4ddd0b..4d663ea7538 100644 --- a/crypto/controlse/ccertificate.cxx +++ b/crypto/controlse/ccertificate.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/ccertificate.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/crypto/controlse/ccsr.cxx b/crypto/controlse/ccsr.cxx index e57f7b0d115..9c3326468ea 100644 --- a/crypto/controlse/ccsr.cxx +++ b/crypto/controlse/ccsr.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/ccsr.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/crypto/controlse/chex_util.cxx b/crypto/controlse/chex_util.cxx index e2aebae7651..1e0f7e12a5c 100644 --- a/crypto/controlse/chex_util.cxx +++ b/crypto/controlse/chex_util.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/chex_util.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/crypto/controlse/cmbedtls_se05x_extension.hxx b/crypto/controlse/cmbedtls_se05x_extension.hxx index 4e8fda7703d..8289b124c71 100644 --- a/crypto/controlse/cmbedtls_se05x_extension.hxx +++ b/crypto/controlse/cmbedtls_se05x_extension.hxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/cmbedtls_se05x_extensions.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/crypto/controlse/controlse_main.cxx b/crypto/controlse/controlse_main.cxx index 238a85233db..8c0f07cbcb4 100644 --- a/crypto/controlse/controlse_main.cxx +++ b/crypto/controlse/controlse_main.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/controlse_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/crypto/controlse/cpublic_key.cxx b/crypto/controlse/cpublic_key.cxx index 10a7aad91d9..097ef32709b 100644 --- a/crypto/controlse/cpublic_key.cxx +++ b/crypto/controlse/cpublic_key.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/cpublic_key.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/crypto/controlse/csan_builder.cxx b/crypto/controlse/csan_builder.cxx index 60a9040aea2..b25a4e5d2d4 100644 --- a/crypto/controlse/csan_builder.cxx +++ b/crypto/controlse/csan_builder.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/csan_builder.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/crypto/controlse/csecure_element.cxx b/crypto/controlse/csecure_element.cxx index e6c11d8941a..cacdd0edd42 100644 --- a/crypto/controlse/csecure_element.cxx +++ b/crypto/controlse/csecure_element.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/csecure_element.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/crypto/controlse/cserial_number.cxx b/crypto/controlse/cserial_number.cxx index 517d1b2296e..219689dab2a 100644 --- a/crypto/controlse/cserial_number.cxx +++ b/crypto/controlse/cserial_number.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/cserial_number.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/crypto/controlse/cstring.cxx b/crypto/controlse/cstring.cxx index ff7637005d2..dc2e9000c53 100644 --- a/crypto/controlse/cstring.cxx +++ b/crypto/controlse/cstring.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/crypto/controlse/cstring.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/crypto/libsodium/CMakeLists.txt b/crypto/libsodium/CMakeLists.txt index 1d1f9a004c8..daf7b326be6 100644 --- a/crypto/libsodium/CMakeLists.txt +++ b/crypto/libsodium/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/libsodium/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/crypto/libsodium/Make.defs b/crypto/libsodium/Make.defs index 156cc2fbd88..acae50f130d 100644 --- a/crypto/libsodium/Make.defs +++ b/crypto/libsodium/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/libsodium/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/crypto/libsodium/Makefile b/crypto/libsodium/Makefile index dfee8165114..68318a7175f 100644 --- a/crypto/libsodium/Makefile +++ b/crypto/libsodium/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/libsodium/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/crypto/libtomcrypt/CMakeLists.txt b/crypto/libtomcrypt/CMakeLists.txt index 0811bf1d549..d3fb2a5dcd0 100644 --- a/crypto/libtomcrypt/CMakeLists.txt +++ b/crypto/libtomcrypt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/libtomcrypt/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/crypto/libtomcrypt/Make.defs b/crypto/libtomcrypt/Make.defs index a31d953f1a6..0fac308ff98 100644 --- a/crypto/libtomcrypt/Make.defs +++ b/crypto/libtomcrypt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/libtomcrypt/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/crypto/libtomcrypt/Makefile b/crypto/libtomcrypt/Makefile index 6911fe503e7..68219a8cf89 100644 --- a/crypto/libtomcrypt/Makefile +++ b/crypto/libtomcrypt/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/libtomcrypt/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/CMakeLists.txt b/crypto/mbedtls/CMakeLists.txt index 1c93dc89491..9a80ffab92c 100644 --- a/crypto/mbedtls/CMakeLists.txt +++ b/crypto/mbedtls/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/mbedtls/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/crypto/mbedtls/Make.defs b/crypto/mbedtls/Make.defs index 3cb722d5227..a7c9a21ffbb 100644 --- a/crypto/mbedtls/Make.defs +++ b/crypto/mbedtls/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/mbedtls/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/crypto/mbedtls/Makefile b/crypto/mbedtls/Makefile index 574f297b893..3428aa0e9b1 100644 --- a/crypto/mbedtls/Makefile +++ b/crypto/mbedtls/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/mbedtls/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/include/aes_alt.h b/crypto/mbedtls/include/aes_alt.h index 59077382935..0ba13cc419d 100644 --- a/crypto/mbedtls/include/aes_alt.h +++ b/crypto/mbedtls/include/aes_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/aes_alt.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/crypto/mbedtls/include/cmac_alt.h b/crypto/mbedtls/include/cmac_alt.h index 4d3d73b673c..a6068aabcb2 100644 --- a/crypto/mbedtls/include/cmac_alt.h +++ b/crypto/mbedtls/include/cmac_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/cmac_alt.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/crypto/mbedtls/include/dev_alt.h b/crypto/mbedtls/include/dev_alt.h index cc5b581d5e1..caed8b9ebbe 100644 --- a/crypto/mbedtls/include/dev_alt.h +++ b/crypto/mbedtls/include/dev_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/dev_alt.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/crypto/mbedtls/include/mbedtls/mbedtls_config.h b/crypto/mbedtls/include/mbedtls/mbedtls_config.h index bf8c7b72fca..f61cb60c0b8 100644 --- a/crypto/mbedtls/include/mbedtls/mbedtls_config.h +++ b/crypto/mbedtls/include/mbedtls/mbedtls_config.h @@ -1,8 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/mbedtls/mbedtls_config.h * - * Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: Copyright The Mbed TLS Contributors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/crypto/mbedtls/include/md5_alt.h b/crypto/mbedtls/include/md5_alt.h index 5c1b93b9a1b..4c0fdb292a2 100644 --- a/crypto/mbedtls/include/md5_alt.h +++ b/crypto/mbedtls/include/md5_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/md5_alt.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/crypto/mbedtls/include/poly1305_alt.h b/crypto/mbedtls/include/poly1305_alt.h index fa6e29a41b0..7f55f707328 100644 --- a/crypto/mbedtls/include/poly1305_alt.h +++ b/crypto/mbedtls/include/poly1305_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/poly1305_alt.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/crypto/mbedtls/include/ripemd160_alt.h b/crypto/mbedtls/include/ripemd160_alt.h index 03ba2a4b0ea..8911d919f7c 100644 --- a/crypto/mbedtls/include/ripemd160_alt.h +++ b/crypto/mbedtls/include/ripemd160_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/ripemd160_alt.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/crypto/mbedtls/include/sha1_alt.h b/crypto/mbedtls/include/sha1_alt.h index 429ebee65de..dede5176214 100644 --- a/crypto/mbedtls/include/sha1_alt.h +++ b/crypto/mbedtls/include/sha1_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/sha1_alt.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/crypto/mbedtls/include/sha256_alt.h b/crypto/mbedtls/include/sha256_alt.h index 9e75530f083..bfbf135e89c 100644 --- a/crypto/mbedtls/include/sha256_alt.h +++ b/crypto/mbedtls/include/sha256_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/sha256_alt.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/crypto/mbedtls/include/sha512_alt.h b/crypto/mbedtls/include/sha512_alt.h index 663e755b692..b12adeee4f0 100644 --- a/crypto/mbedtls/include/sha512_alt.h +++ b/crypto/mbedtls/include/sha512_alt.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/include/sha512_alt.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/crypto/mbedtls/source/aes_alt.c b/crypto/mbedtls/source/aes_alt.c index f3e8b6e1ca9..23baa195970 100644 --- a/crypto/mbedtls/source/aes_alt.c +++ b/crypto/mbedtls/source/aes_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/aes_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/bignum_alt.c b/crypto/mbedtls/source/bignum_alt.c index fe0fe8d51d5..4cdddc25f61 100644 --- a/crypto/mbedtls/source/bignum_alt.c +++ b/crypto/mbedtls/source/bignum_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/bignum_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/cmac_alt.c b/crypto/mbedtls/source/cmac_alt.c index 0b7ed61e973..a72ef94b02b 100644 --- a/crypto/mbedtls/source/cmac_alt.c +++ b/crypto/mbedtls/source/cmac_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/cmac_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/dev_alt.c b/crypto/mbedtls/source/dev_alt.c index 9f9206445ef..1c5c290afb3 100644 --- a/crypto/mbedtls/source/dev_alt.c +++ b/crypto/mbedtls/source/dev_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/dev_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/entropy_alt.c b/crypto/mbedtls/source/entropy_alt.c index 950d78dbd5c..08323e76c50 100644 --- a/crypto/mbedtls/source/entropy_alt.c +++ b/crypto/mbedtls/source/entropy_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/entropy_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/md5_alt.c b/crypto/mbedtls/source/md5_alt.c index 7518305e9bb..0a9886a7bb9 100644 --- a/crypto/mbedtls/source/md5_alt.c +++ b/crypto/mbedtls/source/md5_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/md5_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/poly1305_alt.c b/crypto/mbedtls/source/poly1305_alt.c index b956fc395f7..7c0e8110f66 100644 --- a/crypto/mbedtls/source/poly1305_alt.c +++ b/crypto/mbedtls/source/poly1305_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/poly1305_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/ripemd160_alt.c b/crypto/mbedtls/source/ripemd160_alt.c index 46db7474b38..2107a63d1be 100644 --- a/crypto/mbedtls/source/ripemd160_alt.c +++ b/crypto/mbedtls/source/ripemd160_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/ripemd160_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/sha1_alt.c b/crypto/mbedtls/source/sha1_alt.c index 4d548e4c127..8c3e6b353db 100644 --- a/crypto/mbedtls/source/sha1_alt.c +++ b/crypto/mbedtls/source/sha1_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/sha1_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/sha256_alt.c b/crypto/mbedtls/source/sha256_alt.c index 8d154cae579..7b716acb869 100644 --- a/crypto/mbedtls/source/sha256_alt.c +++ b/crypto/mbedtls/source/sha256_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/sha256_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/mbedtls/source/sha512_alt.c b/crypto/mbedtls/source/sha512_alt.c index 6c75fff5f94..2793b8426c1 100644 --- a/crypto/mbedtls/source/sha512_alt.c +++ b/crypto/mbedtls/source/sha512_alt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/mbedtls/source/sha512_alt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/CMakeLists.txt b/crypto/openssl_mbedtls_wrapper/CMakeLists.txt index d993711b36c..d16c5c6a1b7 100644 --- a/crypto/openssl_mbedtls_wrapper/CMakeLists.txt +++ b/crypto/openssl_mbedtls_wrapper/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/openssl_mbedtls_wrapper/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/crypto/openssl_mbedtls_wrapper/Make.defs b/crypto/openssl_mbedtls_wrapper/Make.defs index 611dc7321e6..21f0e1cfb6b 100644 --- a/crypto/openssl_mbedtls_wrapper/Make.defs +++ b/crypto/openssl_mbedtls_wrapper/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/openssl_mbedtls_wrapper/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/crypto/openssl_mbedtls_wrapper/Makefile b/crypto/openssl_mbedtls_wrapper/Makefile index b8fb81b4859..25f79c63ecb 100644 --- a/crypto/openssl_mbedtls_wrapper/Makefile +++ b/crypto/openssl_mbedtls_wrapper/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/openssl_mbedtls_wrapper/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/aes.h b/crypto/openssl_mbedtls_wrapper/include/openssl/aes.h index a76646aaba9..4dd165d3819 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/aes.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/aes.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/aes.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/crypto/openssl_mbedtls_wrapper/include/openssl/asn1.h b/crypto/openssl_mbedtls_wrapper/include/openssl/asn1.h index 3c0284bc9ac..4bacafd4095 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/asn1.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/asn1.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/asn1.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/crypto/openssl_mbedtls_wrapper/include/openssl/base.h b/crypto/openssl_mbedtls_wrapper/include/openssl/base.h index b621aabe89d..93ec89a5503 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/base.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/base.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/base.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/crypto/openssl_mbedtls_wrapper/include/openssl/bio.h b/crypto/openssl_mbedtls_wrapper/include/openssl/bio.h index b2a55b3fbd3..be8acf1987a 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/bio.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/bio.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/bio.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/crypto/openssl_mbedtls_wrapper/include/openssl/bn.h b/crypto/openssl_mbedtls_wrapper/include/openssl/bn.h index 0080c0f021f..25b2bcda853 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/bn.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/bn.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/bn.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/crypto/openssl_mbedtls_wrapper/include/openssl/bytestring.h b/crypto/openssl_mbedtls_wrapper/include/openssl/bytestring.h index 76f1272c445..b0fc679522e 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/bytestring.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/bytestring.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/bytestring.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/crypto/openssl_mbedtls_wrapper/include/openssl/cipher.h b/crypto/openssl_mbedtls_wrapper/include/openssl/cipher.h index d057adb53ba..f7ad5c1539e 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/cipher.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/cipher.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/cipher.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/crypto/openssl_mbedtls_wrapper/include/openssl/curve25519.h b/crypto/openssl_mbedtls_wrapper/include/openssl/curve25519.h index e339a2a76b5..3c9847c67fe 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/curve25519.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/curve25519.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/curve25519.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/crypto/openssl_mbedtls_wrapper/include/openssl/des.h b/crypto/openssl_mbedtls_wrapper/include/openssl/des.h index 46c2f62ceed..2c26a25bc9b 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/des.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/des.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/des.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/crypto/openssl_mbedtls_wrapper/include/openssl/digest.h b/crypto/openssl_mbedtls_wrapper/include/openssl/digest.h index 19d86a411de..8dab5d380dd 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/digest.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/digest.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/digest.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/crypto/openssl_mbedtls_wrapper/include/openssl/ec.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ec.h index 80fb6644a34..fd906035e88 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ec.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ec.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ec.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/crypto/openssl_mbedtls_wrapper/include/openssl/ec_key.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ec_key.h index dcb4042aadb..2fbd13709c0 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ec_key.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ec_key.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ec_key.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/crypto/openssl_mbedtls_wrapper/include/openssl/ecdsa.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ecdsa.h index e053bb33794..426680bb3d7 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ecdsa.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ecdsa.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ecdsa.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/crypto/openssl_mbedtls_wrapper/include/openssl/engine.h b/crypto/openssl_mbedtls_wrapper/include/openssl/engine.h index dea3f35da92..7972fbee7cd 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/engine.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/engine.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/engine.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/crypto/openssl_mbedtls_wrapper/include/openssl/err.h b/crypto/openssl_mbedtls_wrapper/include/openssl/err.h index e406d13647a..f6637eca423 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/err.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/err.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/err.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/crypto/openssl_mbedtls_wrapper/include/openssl/evp.h b/crypto/openssl_mbedtls_wrapper/include/openssl/evp.h index ae5fae9cf08..f65a51d88d3 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/evp.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/evp.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/evp.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/crypto/openssl_mbedtls_wrapper/include/openssl/ex_data.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ex_data.h index a00d0b9f80b..b77ba49b85a 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ex_data.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ex_data.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ex_data.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/crypto/openssl_mbedtls_wrapper/include/openssl/hkdf.h b/crypto/openssl_mbedtls_wrapper/include/openssl/hkdf.h index 988cff53ab4..1b59993580c 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/hkdf.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/hkdf.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/hkdf.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/crypto/openssl_mbedtls_wrapper/include/openssl/hmac.h b/crypto/openssl_mbedtls_wrapper/include/openssl/hmac.h index 9e3aead63d4..b44e3626a92 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/hmac.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/hmac.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/hmac.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/crypto/openssl_mbedtls_wrapper/include/openssl/md5.h b/crypto/openssl_mbedtls_wrapper/include/openssl/md5.h index 492d9a3bb52..b77faf9bc26 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/md5.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/md5.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/md5.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/crypto/openssl_mbedtls_wrapper/include/openssl/mem.h b/crypto/openssl_mbedtls_wrapper/include/openssl/mem.h index f1c001c5721..f657068f54f 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/mem.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/mem.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/mem.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/crypto/openssl_mbedtls_wrapper/include/openssl/nid.h b/crypto/openssl_mbedtls_wrapper/include/openssl/nid.h index 2aa36b077de..975af6f7abb 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/nid.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/nid.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/nid.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/crypto/openssl_mbedtls_wrapper/include/openssl/obj.h b/crypto/openssl_mbedtls_wrapper/include/openssl/obj.h index 2e011a486aa..4351c5113c8 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/obj.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/obj.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/obj.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/crypto/openssl_mbedtls_wrapper/include/openssl/pem.h b/crypto/openssl_mbedtls_wrapper/include/openssl/pem.h index b14a6c979f4..0af64792f1a 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/pem.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/pem.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/pem.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/crypto/openssl_mbedtls_wrapper/include/openssl/rand.h b/crypto/openssl_mbedtls_wrapper/include/openssl/rand.h index 3f14f94a24c..51dc428aec4 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/rand.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/rand.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/rand.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/crypto/openssl_mbedtls_wrapper/include/openssl/rsa.h b/crypto/openssl_mbedtls_wrapper/include/openssl/rsa.h index 0337b4ff9ab..4c5655deb68 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/rsa.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/rsa.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/rsa.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/crypto/openssl_mbedtls_wrapper/include/openssl/sha.h b/crypto/openssl_mbedtls_wrapper/include/openssl/sha.h index 423d2b33590..c2577319f47 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/sha.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/sha.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/sha.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/crypto/openssl_mbedtls_wrapper/include/openssl/ssl.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl.h index c8d29788e98..937c1ab95df 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ssl.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ssl.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/ssl3.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl3.h index 43a809a3b8f..8e280637926 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ssl3.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl3.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ssl3.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_dbg.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_dbg.h index 1d433e44a0f..84fc7ac629e 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_dbg.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_dbg.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_dbg.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_local.h b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_local.h index 082be2bcc8e..b9295d1c96d 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_local.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_local.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/ssl_local.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/stack.h b/crypto/openssl_mbedtls_wrapper/include/openssl/stack.h index 9419b22db20..b92138ee0b4 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/stack.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/stack.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/stack.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/crypto/openssl_mbedtls_wrapper/include/openssl/statem.h b/crypto/openssl_mbedtls_wrapper/include/openssl/statem.h index bdd6dd281fa..c3f1e940620 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/statem.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/statem.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/statem.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/crypto/openssl_mbedtls_wrapper/include/openssl/tls1.h b/crypto/openssl_mbedtls_wrapper/include/openssl/tls1.h index 3b04682217b..57fd4fa269d 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/tls1.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/tls1.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/tls1.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/types.h b/crypto/openssl_mbedtls_wrapper/include/openssl/types.h index b66b2c6b7bc..679fb94c591 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/types.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/types.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/types.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/x509.h b/crypto/openssl_mbedtls_wrapper/include/openssl/x509.h index d7d83847eaa..847aaa4bc33 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/x509.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/x509.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/x509.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/crypto/openssl_mbedtls_wrapper/include/openssl/x509_local.h b/crypto/openssl_mbedtls_wrapper/include/openssl/x509_local.h index ddecc62092a..83799e9b7ba 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/x509_local.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/x509_local.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/x509_local.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/x509_vfy.h b/crypto/openssl_mbedtls_wrapper/include/openssl/x509_vfy.h index 1cda9abd723..9ecf4fc273f 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/x509_vfy.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/x509_vfy.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/x509_vfy.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/include/openssl/x509v3.h b/crypto/openssl_mbedtls_wrapper/include/openssl/x509v3.h index e82e0231acf..9f39a729aaf 100644 --- a/crypto/openssl_mbedtls_wrapper/include/openssl/x509v3.h +++ b/crypto/openssl_mbedtls_wrapper/include/openssl/x509v3.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/include/openssl/x509v3.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/crypto/openssl_mbedtls_wrapper/mbedtls/aes.c b/crypto/openssl_mbedtls_wrapper/mbedtls/aes.c index 7cc64b63429..988fec80a2a 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/aes.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/aes.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/aes.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/asn1.c b/crypto/openssl_mbedtls_wrapper/mbedtls/asn1.c index 7d33fd6800d..343ccc965ff 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/asn1.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/asn1.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/asn1.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/bn.c b/crypto/openssl_mbedtls_wrapper/mbedtls/bn.c index 3a8dfdc73cf..a066c0b1978 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/bn.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/bn.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/bn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/bytestring.c b/crypto/openssl_mbedtls_wrapper/mbedtls/bytestring.c index c6866bafeec..68dfc5e0614 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/bytestring.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/bytestring.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/bytestring.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/cipher.c b/crypto/openssl_mbedtls_wrapper/mbedtls/cipher.c index 8b4a202c15d..3cbb25cc634 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/cipher.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/cipher.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/cipher.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/curve25519.c b/crypto/openssl_mbedtls_wrapper/mbedtls/curve25519.c index db80f0bfe16..eaa105a5216 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/curve25519.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/curve25519.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/curve25519.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/digest.c b/crypto/openssl_mbedtls_wrapper/mbedtls/digest.c index 14e85b53324..41412d396c1 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/digest.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/digest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/digest.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ec.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ec.c index 9e07cea95a2..410cb2a313d 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ec.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ec.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ec.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ec_key.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ec_key.c index c5e26b2f28b..0fe4287c5ee 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ec_key.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ec_key.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ec_key.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ecdsa.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ecdsa.c index 76b1352d5db..b289a41e269 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ecdsa.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ecdsa.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ecdsa.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/engine.c b/crypto/openssl_mbedtls_wrapper/mbedtls/engine.c index 81d73664081..3d6a398684e 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/engine.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/engine.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/engine.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/err.c b/crypto/openssl_mbedtls_wrapper/mbedtls/err.c index 0332253d4d7..34dad8dc598 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/err.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/err.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/err.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/evp.c b/crypto/openssl_mbedtls_wrapper/mbedtls/evp.c index 1f2b8af6caa..3045c495a67 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/evp.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/evp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/evp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/hkdf.c b/crypto/openssl_mbedtls_wrapper/mbedtls/hkdf.c index 305e1a1c461..066442858ed 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/hkdf.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/hkdf.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/hkdf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/hmac.c b/crypto/openssl_mbedtls_wrapper/mbedtls/hmac.c index 1e962d1b5dc..2e21de016a0 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/hmac.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/hmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/hmac.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/md5.c b/crypto/openssl_mbedtls_wrapper/mbedtls/md5.c index 7f32322ff70..0d993e06ab8 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/md5.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/md5.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/md5.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/mem.c b/crypto/openssl_mbedtls_wrapper/mbedtls/mem.c index 3d8776105b9..38fd65cfe9d 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/mem.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/mem.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/mem.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/obj.c b/crypto/openssl_mbedtls_wrapper/mbedtls/obj.c index 11b7e2d8acc..c529efa3df4 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/obj.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/obj.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/obj.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/pbkdf.c b/crypto/openssl_mbedtls_wrapper/mbedtls/pbkdf.c index b36e58a6527..8cc890b7960 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/pbkdf.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/pbkdf.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/pbkdf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/rand.c b/crypto/openssl_mbedtls_wrapper/mbedtls/rand.c index 7266ef7e0a3..213ce5eee17 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/rand.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/rand.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/rand.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/rsa.c b/crypto/openssl_mbedtls_wrapper/mbedtls/rsa.c index 8b9741e5093..2e713d09cfd 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/rsa.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/rsa.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/rsa.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/sha.c b/crypto/openssl_mbedtls_wrapper/mbedtls/sha.c index 4541332fb52..dba8936cb18 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/sha.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/sha.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/sha.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_cert.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_cert.c index 49f05b5da23..0ac5f281c92 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_cert.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_cert.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_cert.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_lib.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_lib.c index 7f289247d24..a4f0eea4074 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_lib.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_lib.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_lib.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.c index 981a205351b..7abddee9fd4 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.h b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.h index 4b090f509a1..3c26478149b 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.h +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_methods.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.c index 39cdabb12aa..95bec900ec5 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.h b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.h index 6d1b0f629fc..22e6eda4a44 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.h +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_pm.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.c index b1ff4ee8b7c..b21d4fb3a72 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.h b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.h index 2ff053253ca..90bec6a6abc 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.h +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.h @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_port.h * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_rsa.c b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_rsa.c index 8c0e584cd9d..0a754317df7 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_rsa.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_rsa.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/ssl_rsa.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/stack.c b/crypto/openssl_mbedtls_wrapper/mbedtls/stack.c index 0ab5e2956c7..aed407f8a2a 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/stack.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/stack.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/stack.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/statem.c b/crypto/openssl_mbedtls_wrapper/mbedtls/statem.c index d7b13b2e473..f7dd4ed998d 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/statem.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/statem.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/statem.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/x509.c b/crypto/openssl_mbedtls_wrapper/mbedtls/x509.c index 787c0af7c99..27f5abb1d7d 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/x509.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/x509.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/x509.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/crypto/openssl_mbedtls_wrapper/mbedtls/x509_vpm.c b/crypto/openssl_mbedtls_wrapper/mbedtls/x509_vpm.c index dfe9e7fab36..5bc660d0970 100644 --- a/crypto/openssl_mbedtls_wrapper/mbedtls/x509_vpm.c +++ b/crypto/openssl_mbedtls_wrapper/mbedtls/x509_vpm.c @@ -1,7 +1,8 @@ /**************************************************************************** * apps/crypto/openssl_mbedtls_wrapper/mbedtls/x509_vpm.c * - * Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD + * SPDX-License-Identifier: Apache-2.0 + * SPDX-FileCopyrightText: 2015-2016 Espressif Systems (Shanghai) PTE LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto/tinycrypt/CMakeLists.txt b/crypto/tinycrypt/CMakeLists.txt index 88c33b976d7..a44ed6234d3 100644 --- a/crypto/tinycrypt/CMakeLists.txt +++ b/crypto/tinycrypt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/tinycrypt/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/crypto/tinycrypt/Make.defs b/crypto/tinycrypt/Make.defs index d9349c9b24c..a743cda439e 100644 --- a/crypto/tinycrypt/Make.defs +++ b/crypto/tinycrypt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/tinycrypt/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/crypto/tinycrypt/Makefile b/crypto/tinycrypt/Makefile index 2faba8219c3..6b3930a910c 100644 --- a/crypto/tinycrypt/Makefile +++ b/crypto/tinycrypt/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/crypto/tinycrypt/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/crypto/tinydtls/CMakeLists.txt b/crypto/tinydtls/CMakeLists.txt index 129f3750f75..c0fd7000737 100644 --- a/crypto/tinydtls/CMakeLists.txt +++ b/crypto/tinydtls/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/crypto/tinydtls/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/crypto/wolfssl/Make.defs b/crypto/wolfssl/Make.defs index 594fbd38d33..889778a18c8 100644 --- a/crypto/wolfssl/Make.defs +++ b/crypto/wolfssl/Make.defs @@ -1,3 +1,25 @@ +# ############################################################################## +# apps/crypto/wolfssl/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 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. +# +# ############################################################################## + ifeq ($(CONFIG_CRYPTO_WOLFSSL),y) CONFIGURED_APPS += $(APPDIR)/crypto/wolfssl diff --git a/crypto/wolfssl/Makefile b/crypto/wolfssl/Makefile index f2adbb20967..77bc546a520 100644 --- a/crypto/wolfssl/Makefile +++ b/crypto/wolfssl/Makefile @@ -1,3 +1,25 @@ +# ############################################################################## +# apps/crypto/wolfssl/Makefile +# +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed to the Apache Software 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. +# +# ############################################################################## + include $(APPDIR)/Make.defs # wolfSSL SSL/TLS crypto library diff --git a/crypto/wolfssl/user_settings.h b/crypto/wolfssl/user_settings.h index d2aa76f1f3a..66427efdd97 100644 --- a/crypto/wolfssl/user_settings.h +++ b/crypto/wolfssl/user_settings.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * apps/crypto/wolfssl/user_settings.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 + * 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. + ****************************************************************************/ + #include /* Library */ diff --git a/database/Make.defs b/database/Make.defs index 5774079902e..c6529b97ed1 100644 --- a/database/Make.defs +++ b/database/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/database/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/database/Makefile b/database/Makefile index 3cf46e8e333..4ee15a7769f 100644 --- a/database/Makefile +++ b/database/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/database/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/database/sqlite/Make.defs b/database/sqlite/Make.defs index 2b9ff26ce49..3d14dbe0187 100644 --- a/database/sqlite/Make.defs +++ b/database/sqlite/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/database/sqlite/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/database/sqlite/Makefile b/database/sqlite/Makefile index f178a65a374..cc1e6b4602b 100644 --- a/database/sqlite/Makefile +++ b/database/sqlite/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/database/sqlite/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/CMakeLists.txt b/fsutils/CMakeLists.txt index 1377e9f4e74..0215201de44 100644 --- a/fsutils/CMakeLists.txt +++ b/fsutils/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/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/fsutils/Make.defs b/fsutils/Make.defs index 93c71c38e04..2a6a4b82562 100644 --- a/fsutils/Make.defs +++ b/fsutils/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/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/fsutils/Makefile b/fsutils/Makefile index a31d2e0e2bb..b2d19cf1bc9 100644 --- a/fsutils/Makefile +++ b/fsutils/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/flash_eraseall/CMakeLists.txt b/fsutils/flash_eraseall/CMakeLists.txt index 16c2f4b7b63..0a7086f4be2 100644 --- a/fsutils/flash_eraseall/CMakeLists.txt +++ b/fsutils/flash_eraseall/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/flash_eraseall/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/fsutils/flash_eraseall/Make.defs b/fsutils/flash_eraseall/Make.defs index a93f903d49b..217a1d947db 100644 --- a/fsutils/flash_eraseall/Make.defs +++ b/fsutils/flash_eraseall/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/flash_eraseall/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/fsutils/flash_eraseall/Makefile b/fsutils/flash_eraseall/Makefile index 8c1ff75b0a5..b620ec031fb 100644 --- a/fsutils/flash_eraseall/Makefile +++ b/fsutils/flash_eraseall/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/flash_eraseall/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/flash_eraseall/flash_eraseall.c b/fsutils/flash_eraseall/flash_eraseall.c index 36a4cbd1ccd..2dde3a1eeaf 100644 --- a/fsutils/flash_eraseall/flash_eraseall.c +++ b/fsutils/flash_eraseall/flash_eraseall.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/flash_eraseall/flash_eraseall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/inifile/CMakeLists.txt b/fsutils/inifile/CMakeLists.txt index f8378a22e84..652fbb536ed 100644 --- a/fsutils/inifile/CMakeLists.txt +++ b/fsutils/inifile/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/inifile/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/fsutils/inifile/Make.defs b/fsutils/inifile/Make.defs index c3484a87679..4568f378fbf 100644 --- a/fsutils/inifile/Make.defs +++ b/fsutils/inifile/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/inifile/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/fsutils/inifile/Makefile b/fsutils/inifile/Makefile index a70f219e52c..257e982d78c 100644 --- a/fsutils/inifile/Makefile +++ b/fsutils/inifile/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/inifile/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/inifile/inifile.c b/fsutils/inifile/inifile.c index 9bd90318526..16c9da6aff9 100644 --- a/fsutils/inifile/inifile.c +++ b/fsutils/inifile/inifile.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/inifile/inifile.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/inih/CMakeLists.txt b/fsutils/inih/CMakeLists.txt index ddf779bd533..7f81966238d 100644 --- a/fsutils/inih/CMakeLists.txt +++ b/fsutils/inih/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/inih/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/fsutils/inih/Make.defs b/fsutils/inih/Make.defs index a9a79dd9c2d..c965b32732d 100644 --- a/fsutils/inih/Make.defs +++ b/fsutils/inih/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/inih/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/fsutils/inih/Makefile b/fsutils/inih/Makefile index b4c3b045418..f89ea726982 100644 --- a/fsutils/inih/Makefile +++ b/fsutils/inih/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/inih/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/ipcfg/CMakeLists.txt b/fsutils/ipcfg/CMakeLists.txt index 33dea8d47e2..66accd4829a 100644 --- a/fsutils/ipcfg/CMakeLists.txt +++ b/fsutils/ipcfg/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/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/fsutils/ipcfg/Make.defs b/fsutils/ipcfg/Make.defs index 3762aac5da8..399b334c14f 100644 --- a/fsutils/ipcfg/Make.defs +++ b/fsutils/ipcfg/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/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/fsutils/ipcfg/Makefile b/fsutils/ipcfg/Makefile index 7b63d6e022f..757070628af 100644 --- a/fsutils/ipcfg/Makefile +++ b/fsutils/ipcfg/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/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/fsutils/ipcfg/ipcfg.c b/fsutils/ipcfg/ipcfg.c index ae73608edc9..c1d4f9f9d72 100644 --- a/fsutils/ipcfg/ipcfg.c +++ b/fsutils/ipcfg/ipcfg.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/ipcfg/ipcfg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/ipcfg/ipcfg.h b/fsutils/ipcfg/ipcfg.h index ebc473aa96c..6f5ae1f4922 100644 --- a/fsutils/ipcfg/ipcfg.h +++ b/fsutils/ipcfg/ipcfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/ipcfg/ipcfg.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/fsutils/ipcfg/ipcfg_binary.c b/fsutils/ipcfg/ipcfg_binary.c index 6b7bb968c77..0247a4e8821 100644 --- a/fsutils/ipcfg/ipcfg_binary.c +++ b/fsutils/ipcfg/ipcfg_binary.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/ipcfg/ipcfg_binary.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/ipcfg/ipcfg_text.c b/fsutils/ipcfg/ipcfg_text.c index ab9f9d0da3f..738bde088ef 100644 --- a/fsutils/ipcfg/ipcfg_text.c +++ b/fsutils/ipcfg/ipcfg_text.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/ipcfg/ipcfg_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/fsutils/libtinycbor/CMakeLists.txt b/fsutils/libtinycbor/CMakeLists.txt index e18b5657795..dd8ddfca5a6 100644 --- a/fsutils/libtinycbor/CMakeLists.txt +++ b/fsutils/libtinycbor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/libtinycbor/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/fsutils/libtinycbor/Make.defs b/fsutils/libtinycbor/Make.defs index 2fb9975e4d6..4465760a3a4 100644 --- a/fsutils/libtinycbor/Make.defs +++ b/fsutils/libtinycbor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/libtinycbor/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/fsutils/libtinycbor/Makefile b/fsutils/libtinycbor/Makefile index 14a3d2f0fde..552df22cfd9 100644 --- a/fsutils/libtinycbor/Makefile +++ b/fsutils/libtinycbor/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/libtinycbor/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkfatfs/CMakeLists.txt b/fsutils/mkfatfs/CMakeLists.txt index b910f77978a..1c891d0bc17 100644 --- a/fsutils/mkfatfs/CMakeLists.txt +++ b/fsutils/mkfatfs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/mkfatfs/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/fsutils/mkfatfs/Make.defs b/fsutils/mkfatfs/Make.defs index e77a1783fce..bdcae96a223 100644 --- a/fsutils/mkfatfs/Make.defs +++ b/fsutils/mkfatfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mkfatfs/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/fsutils/mkfatfs/Makefile b/fsutils/mkfatfs/Makefile index 4a140de8921..3c5c7d0ae46 100644 --- a/fsutils/mkfatfs/Makefile +++ b/fsutils/mkfatfs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mkfatfs/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkfatfs/configfat.c b/fsutils/mkfatfs/configfat.c index c6d8d3dced6..cb6d41da48a 100644 --- a/fsutils/mkfatfs/configfat.c +++ b/fsutils/mkfatfs/configfat.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mkfatfs/configfat.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkfatfs/fat32.h b/fsutils/mkfatfs/fat32.h index c017c93bfb1..133e6f08b5b 100644 --- a/fsutils/mkfatfs/fat32.h +++ b/fsutils/mkfatfs/fat32.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mkfatfs/fat32.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/fsutils/mkfatfs/mkfatfs.c b/fsutils/mkfatfs/mkfatfs.c index 1523636a352..2bf7e56b82f 100644 --- a/fsutils/mkfatfs/mkfatfs.c +++ b/fsutils/mkfatfs/mkfatfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mkfatfs/mkfatfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkfatfs/mkfatfs.h b/fsutils/mkfatfs/mkfatfs.h index bd82188f1e7..e12e162cfb0 100644 --- a/fsutils/mkfatfs/mkfatfs.h +++ b/fsutils/mkfatfs/mkfatfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mkfatfs/mkfatfs.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/fsutils/mkfatfs/writefat.c b/fsutils/mkfatfs/writefat.c index cc303cc3c2d..d88e0bbb74f 100644 --- a/fsutils/mkfatfs/writefat.c +++ b/fsutils/mkfatfs/writefat.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mkfatfs/writefat.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkgpt/CMakeLists.txt b/fsutils/mkgpt/CMakeLists.txt index 369080386ee..a4e580279ab 100644 --- a/fsutils/mkgpt/CMakeLists.txt +++ b/fsutils/mkgpt/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/mkgpt/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/fsutils/mkgpt/Make.defs b/fsutils/mkgpt/Make.defs index 9f92d81cf04..b003bdabc29 100644 --- a/fsutils/mkgpt/Make.defs +++ b/fsutils/mkgpt/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mkgpt/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/fsutils/mkgpt/Makefile b/fsutils/mkgpt/Makefile index 39daffe1534..71deb540d6c 100644 --- a/fsutils/mkgpt/Makefile +++ b/fsutils/mkgpt/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mkgpt/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkgpt/mkgpt.c b/fsutils/mkgpt/mkgpt.c index 0757dec26d6..e7621fab0dc 100644 --- a/fsutils/mkgpt/mkgpt.c +++ b/fsutils/mkgpt/mkgpt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mkgpt/mkgpt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkmbr/CMakeLists.txt b/fsutils/mkmbr/CMakeLists.txt index 5f22c400865..e7d16ae66dd 100644 --- a/fsutils/mkmbr/CMakeLists.txt +++ b/fsutils/mkmbr/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/mkmbr/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/fsutils/mkmbr/Make.defs b/fsutils/mkmbr/Make.defs index 89de722ccd8..efa3c5bb8c4 100644 --- a/fsutils/mkmbr/Make.defs +++ b/fsutils/mkmbr/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mkmbr/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/fsutils/mkmbr/Makefile b/fsutils/mkmbr/Makefile index 569136461e2..7da62a0c9ff 100644 --- a/fsutils/mkmbr/Makefile +++ b/fsutils/mkmbr/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mkmbr/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/mkmbr/mkmbr.c b/fsutils/mkmbr/mkmbr.c index 4c468c5cf28..233e7ac89fc 100644 --- a/fsutils/mkmbr/mkmbr.c +++ b/fsutils/mkmbr/mkmbr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mkmbr/mkmbr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/mksmartfs/CMakeLists.txt b/fsutils/mksmartfs/CMakeLists.txt index d592c15934b..822704e6838 100644 --- a/fsutils/mksmartfs/CMakeLists.txt +++ b/fsutils/mksmartfs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/mksmartfs/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/fsutils/mksmartfs/Make.defs b/fsutils/mksmartfs/Make.defs index 4058a4adbb8..5430e44e031 100644 --- a/fsutils/mksmartfs/Make.defs +++ b/fsutils/mksmartfs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mksmartfs/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/fsutils/mksmartfs/Makefile b/fsutils/mksmartfs/Makefile index a6da40b04f5..a54bb4db3d5 100644 --- a/fsutils/mksmartfs/Makefile +++ b/fsutils/mksmartfs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/mksmartfs/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/mksmartfs/mksmartfs.c b/fsutils/mksmartfs/mksmartfs.c index 46f17ef2ae4..9e16840cfe9 100644 --- a/fsutils/mksmartfs/mksmartfs.c +++ b/fsutils/mksmartfs/mksmartfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/mksmartfs/mksmartfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/CMakeLists.txt b/fsutils/passwd/CMakeLists.txt index 8622499eed2..e2e0ebce488 100644 --- a/fsutils/passwd/CMakeLists.txt +++ b/fsutils/passwd/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/fsutils/passwd/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/fsutils/passwd/Make.defs b/fsutils/passwd/Make.defs index ab0a52d6bcc..021b4d62c2d 100644 --- a/fsutils/passwd/Make.defs +++ b/fsutils/passwd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/passwd/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/fsutils/passwd/Makefile b/fsutils/passwd/Makefile index 0efe36ce31e..b11148ffd6d 100644 --- a/fsutils/passwd/Makefile +++ b/fsutils/passwd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/fsutils/passwd/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd.h b/fsutils/passwd/passwd.h index 2169ce988db..6dd1785e385 100644 --- a/fsutils/passwd/passwd.h +++ b/fsutils/passwd/passwd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd.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/fsutils/passwd/passwd_adduser.c b/fsutils/passwd/passwd_adduser.c index 9dd6d8d3bd9..3a14ac8124a 100644 --- a/fsutils/passwd/passwd_adduser.c +++ b/fsutils/passwd/passwd_adduser.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_adduser.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd_append.c b/fsutils/passwd/passwd_append.c index ed8f87a2689..be77c9aed65 100644 --- a/fsutils/passwd/passwd_append.c +++ b/fsutils/passwd/passwd_append.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_append.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd_delete.c b/fsutils/passwd/passwd_delete.c index 5ac12be9425..cb9562c4e0d 100644 --- a/fsutils/passwd/passwd_delete.c +++ b/fsutils/passwd/passwd_delete.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_delete.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd_deluser.c b/fsutils/passwd/passwd_deluser.c index 1e0f4626e1d..0c4b0774670 100644 --- a/fsutils/passwd/passwd_deluser.c +++ b/fsutils/passwd/passwd_deluser.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_deluser.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd_encrypt.c b/fsutils/passwd/passwd_encrypt.c index ea88f477b08..50e516f77c2 100644 --- a/fsutils/passwd/passwd_encrypt.c +++ b/fsutils/passwd/passwd_encrypt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_encrypt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd_find.c b/fsutils/passwd/passwd_find.c index 53eefda1abb..d12d7fbef21 100644 --- a/fsutils/passwd/passwd_find.c +++ b/fsutils/passwd/passwd_find.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_find.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd_lock.c b/fsutils/passwd/passwd_lock.c index 1ed64d62e7d..4cfd3809496 100644 --- a/fsutils/passwd/passwd_lock.c +++ b/fsutils/passwd/passwd_lock.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_lock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/fsutils/passwd/passwd_update.c b/fsutils/passwd/passwd_update.c index 6914d59c75f..3066dbb5d74 100644 --- a/fsutils/passwd/passwd_update.c +++ b/fsutils/passwd/passwd_update.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_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/fsutils/passwd/passwd_verify.c b/fsutils/passwd/passwd_verify.c index 08b96989d38..2c63f37591d 100644 --- a/fsutils/passwd/passwd_verify.c +++ b/fsutils/passwd/passwd_verify.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/fsutils/passwd/passwd_verify.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/games/CMakeLists.txt b/games/CMakeLists.txt index 90ee40fd3c9..4931fc4604a 100644 --- a/games/CMakeLists.txt +++ b/games/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/games/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/games/Make.defs b/games/Make.defs index 7152bd5c6c8..608a947258f 100644 --- a/games/Make.defs +++ b/games/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/games/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/games/Makefile b/games/Makefile index 736c18fda40..480a6fc944f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/games/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/games/brickmatch/Make.defs b/games/brickmatch/Make.defs index 659bcf05266..274ee477deb 100644 --- a/games/brickmatch/Make.defs +++ b/games/brickmatch/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/games/brickmatch/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/games/brickmatch/Makefile b/games/brickmatch/Makefile index b327e1b3631..2d228b5fc66 100644 --- a/games/brickmatch/Makefile +++ b/games/brickmatch/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/games/brickmatch/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/games/brickmatch/bm_input_console.h b/games/brickmatch/bm_input_console.h index cb5e45b0a58..1d638f87493 100644 --- a/games/brickmatch/bm_input_console.h +++ b/games/brickmatch/bm_input_console.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/games/brickmatch/bm_input_console.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/games/brickmatch/bm_input_gesture.h b/games/brickmatch/bm_input_gesture.h index eaf74ca3a8e..4ae8ef9f093 100644 --- a/games/brickmatch/bm_input_gesture.h +++ b/games/brickmatch/bm_input_gesture.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/games/brickmatch/bm_input_gesture.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/games/brickmatch/bm_input_joystick.h b/games/brickmatch/bm_input_joystick.h index ef5146cac43..890fd3e4127 100644 --- a/games/brickmatch/bm_input_joystick.h +++ b/games/brickmatch/bm_input_joystick.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/games/brickmatch/bm_input_joystick.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/games/brickmatch/bm_inputs.h b/games/brickmatch/bm_inputs.h index a78f03601b4..0426677705e 100644 --- a/games/brickmatch/bm_inputs.h +++ b/games/brickmatch/bm_inputs.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/games/brickmatch/bm_inputs.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/games/brickmatch/bm_main.c b/games/brickmatch/bm_main.c index 187ce268392..b9155c7a734 100644 --- a/games/brickmatch/bm_main.c +++ b/games/brickmatch/bm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/games/brickmatch/bm_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/graphics/CMakeLists.txt b/graphics/CMakeLists.txt index 442324b7e47..15e14c6959b 100644 --- a/graphics/CMakeLists.txt +++ b/graphics/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/graphics/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/graphics/Make.defs b/graphics/Make.defs index 2630b6d7cfe..43d73c06812 100644 --- a/graphics/Make.defs +++ b/graphics/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/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/graphics/Makefile b/graphics/Makefile index f9b719cf67f..0e11d2d839e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/Make.defs b/graphics/ft80x/Make.defs index 6e8f37c24c3..3c78e6a1181 100644 --- a/graphics/ft80x/Make.defs +++ b/graphics/ft80x/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/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/graphics/ft80x/Makefile b/graphics/ft80x/Makefile index 6da02b4de8e..c0a5622f226 100644 --- a/graphics/ft80x/Makefile +++ b/graphics/ft80x/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/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/graphics/ft80x/ft80x.h b/graphics/ft80x/ft80x.h index d29978f9470..6462f1ce162 100644 --- a/graphics/ft80x/ft80x.h +++ b/graphics/ft80x/ft80x.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/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/graphics/ft80x/ft80x_audio.c b/graphics/ft80x/ft80x_audio.c index 2cb3427935f..455cc13f5a5 100644 --- a/graphics/ft80x/ft80x_audio.c +++ b/graphics/ft80x/ft80x_audio.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_audio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_backlight.c b/graphics/ft80x/ft80x_backlight.c index 973f159cab7..c2f07196a18 100644 --- a/graphics/ft80x/ft80x_backlight.c +++ b/graphics/ft80x/ft80x_backlight.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_backlight.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_coproc.c b/graphics/ft80x/ft80x_coproc.c index 8958eb08c58..cde264331e9 100644 --- a/graphics/ft80x/ft80x_coproc.c +++ b/graphics/ft80x/ft80x_coproc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_coproc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_dl.c b/graphics/ft80x/ft80x_dl.c index 34b924c2da5..60624b4ca98 100644 --- a/graphics/ft80x/ft80x_dl.c +++ b/graphics/ft80x/ft80x_dl.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_dl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_gpio.c b/graphics/ft80x/ft80x_gpio.c index b0407222264..de5a6bbbf6e 100644 --- a/graphics/ft80x/ft80x_gpio.c +++ b/graphics/ft80x/ft80x_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_gpio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_ramcmd.c b/graphics/ft80x/ft80x_ramcmd.c index c65afae764f..69c13f7e315 100644 --- a/graphics/ft80x/ft80x_ramcmd.c +++ b/graphics/ft80x/ft80x_ramcmd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_ramcmd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_ramdl.c b/graphics/ft80x/ft80x_ramdl.c index 5d10550f62c..c2fc201b426 100644 --- a/graphics/ft80x/ft80x_ramdl.c +++ b/graphics/ft80x/ft80x_ramdl.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_ramdl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_ramg.c b/graphics/ft80x/ft80x_ramg.c index 891c40b14dd..3505c8eb00a 100644 --- a/graphics/ft80x/ft80x_ramg.c +++ b/graphics/ft80x/ft80x_ramg.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_ramg.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_regs.c b/graphics/ft80x/ft80x_regs.c index 1e78e9ea3fe..bb3f68fa042 100644 --- a/graphics/ft80x/ft80x_regs.c +++ b/graphics/ft80x/ft80x_regs.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_regs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/ft80x/ft80x_touch.c b/graphics/ft80x/ft80x_touch.c index b3ca8c670b6..fac5d20131b 100644 --- a/graphics/ft80x/ft80x_touch.c +++ b/graphics/ft80x/ft80x_touch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/ft80x/ft80x_touch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/libjpeg/Make.defs b/graphics/libjpeg/Make.defs index 52c1f45d5f3..57ac030767b 100644 --- a/graphics/libjpeg/Make.defs +++ b/graphics/libjpeg/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/libjpeg/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/graphics/libjpeg/Makefile b/graphics/libjpeg/Makefile index 3f8dbb71669..4512c34a5e0 100644 --- a/graphics/libjpeg/Makefile +++ b/graphics/libjpeg/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/libjpeg/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/libyuv/CMakeLists.txt b/graphics/libyuv/CMakeLists.txt index 8b56d510858..6060e4f34fa 100644 --- a/graphics/libyuv/CMakeLists.txt +++ b/graphics/libyuv/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/graphics/libyuv/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/graphics/libyuv/Make.defs b/graphics/libyuv/Make.defs index d22f2ab1146..37bacb44346 100644 --- a/graphics/libyuv/Make.defs +++ b/graphics/libyuv/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/libyuv/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/graphics/libyuv/Makefile b/graphics/libyuv/Makefile index 2076cdb3e0d..d15033fd14f 100644 --- a/graphics/libyuv/Makefile +++ b/graphics/libyuv/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/libyuv/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/lvgl/CMakeLists.txt b/graphics/lvgl/CMakeLists.txt index a6f4ce43ade..a1d1c5123d6 100644 --- a/graphics/lvgl/CMakeLists.txt +++ b/graphics/lvgl/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/graphics/lvgl/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/graphics/lvgl/Make.defs b/graphics/lvgl/Make.defs index 0caf681f33a..041bcf61e9b 100644 --- a/graphics/lvgl/Make.defs +++ b/graphics/lvgl/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/lvgl/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/graphics/lvgl/Makefile b/graphics/lvgl/Makefile index 9102f28efca..a81fac1ebe6 100644 --- a/graphics/lvgl/Makefile +++ b/graphics/lvgl/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/lvgl/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxglyphs/Make.defs b/graphics/nxglyphs/Make.defs index 0a6af2dbd66..12404e5c6e9 100644 --- a/graphics/nxglyphs/Make.defs +++ b/graphics/nxglyphs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxglyphs/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/graphics/nxglyphs/Makefile b/graphics/nxglyphs/Makefile index 7d6de1dc5a6..7b0d5e68849 100644 --- a/graphics/nxglyphs/Makefile +++ b/graphics/nxglyphs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxglyphs/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxglyphs/include/cursor-arrow1-16x16.h b/graphics/nxglyphs/include/cursor-arrow1-16x16.h index 480cb971c67..5cffe5e7bc9 100644 --- a/graphics/nxglyphs/include/cursor-arrow1-16x16.h +++ b/graphics/nxglyphs/include/cursor-arrow1-16x16.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-arrow1-16x16.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/graphics/nxglyphs/include/cursor-arrow1-30x30.h b/graphics/nxglyphs/include/cursor-arrow1-30x30.h index 65f2e6df0ed..4de8ba1dd38 100644 --- a/graphics/nxglyphs/include/cursor-arrow1-30x30.h +++ b/graphics/nxglyphs/include/cursor-arrow1-30x30.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-arrow1-30x30.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/graphics/nxglyphs/include/cursor-arrow2-16x16.h b/graphics/nxglyphs/include/cursor-arrow2-16x16.h index 773cc293868..25f15748649 100644 --- a/graphics/nxglyphs/include/cursor-arrow2-16x16.h +++ b/graphics/nxglyphs/include/cursor-arrow2-16x16.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-arrow2-16x16.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/graphics/nxglyphs/include/cursor-arrow2-30x30.h b/graphics/nxglyphs/include/cursor-arrow2-30x30.h index 7cbf62371e7..94057fb45b0 100644 --- a/graphics/nxglyphs/include/cursor-arrow2-30x30.h +++ b/graphics/nxglyphs/include/cursor-arrow2-30x30.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-arrow2-30x30.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/graphics/nxglyphs/include/cursor-grab-14x16.h b/graphics/nxglyphs/include/cursor-grab-14x16.h index e3dc2e21604..cf588bb5c37 100644 --- a/graphics/nxglyphs/include/cursor-grab-14x16.h +++ b/graphics/nxglyphs/include/cursor-grab-14x16.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-grab-14x16.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/graphics/nxglyphs/include/cursor-grab-25x30.h b/graphics/nxglyphs/include/cursor-grab-25x30.h index 6c7e4140262..944b8a0f53d 100644 --- a/graphics/nxglyphs/include/cursor-grab-25x30.h +++ b/graphics/nxglyphs/include/cursor-grab-25x30.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-grab-25x30.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/graphics/nxglyphs/include/cursor-resize-16x16.h b/graphics/nxglyphs/include/cursor-resize-16x16.h index 54b8e750e06..1acf8e187e9 100644 --- a/graphics/nxglyphs/include/cursor-resize-16x16.h +++ b/graphics/nxglyphs/include/cursor-resize-16x16.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-resize-16x16.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/graphics/nxglyphs/include/cursor-resize-30x30.h b/graphics/nxglyphs/include/cursor-resize-30x30.h index 4795bffd853..5a214cd5ea7 100644 --- a/graphics/nxglyphs/include/cursor-resize-30x30.h +++ b/graphics/nxglyphs/include/cursor-resize-30x30.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-resize-30x30.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/graphics/nxglyphs/include/cursor-resize-61x62.h b/graphics/nxglyphs/include/cursor-resize-61x62.h index 048c05339f1..e78dbfc9527 100644 --- a/graphics/nxglyphs/include/cursor-resize-61x62.h +++ b/graphics/nxglyphs/include/cursor-resize-61x62.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-resize-61x62.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/graphics/nxglyphs/include/cursor-wait-13x16.h b/graphics/nxglyphs/include/cursor-wait-13x16.h index bafdf8ec948..062d278d480 100644 --- a/graphics/nxglyphs/include/cursor-wait-13x16.h +++ b/graphics/nxglyphs/include/cursor-wait-13x16.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-wait-13x16.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/graphics/nxglyphs/include/cursor-wait-23x30.h b/graphics/nxglyphs/include/cursor-wait-23x30.h index f705dcdfa50..fcf1f30810e 100644 --- a/graphics/nxglyphs/include/cursor-wait-23x30.h +++ b/graphics/nxglyphs/include/cursor-wait-23x30.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-wait-23x30.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/graphics/nxglyphs/include/cursor-zoomin-16x16.h b/graphics/nxglyphs/include/cursor-zoomin-16x16.h index ca3e028262f..ec3fa8a3123 100644 --- a/graphics/nxglyphs/include/cursor-zoomin-16x16.h +++ b/graphics/nxglyphs/include/cursor-zoomin-16x16.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-zoomin-16x16.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/graphics/nxglyphs/include/cursor-zoomin-30x30.h b/graphics/nxglyphs/include/cursor-zoomin-30x30.h index d4bc25c9271..c92e3c2658a 100644 --- a/graphics/nxglyphs/include/cursor-zoomin-30x30.h +++ b/graphics/nxglyphs/include/cursor-zoomin-30x30.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-zoomin-30x30.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/graphics/nxglyphs/include/cursor-zoomout-16x16.h b/graphics/nxglyphs/include/cursor-zoomout-16x16.h index d75709c87a2..97fb72dae6f 100644 --- a/graphics/nxglyphs/include/cursor-zoomout-16x16.h +++ b/graphics/nxglyphs/include/cursor-zoomout-16x16.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-zoomout-16x16.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/graphics/nxglyphs/include/cursor-zoomout-30x30.h b/graphics/nxglyphs/include/cursor-zoomout-30x30.h index 6217946dfd3..9a21f61ab39 100644 --- a/graphics/nxglyphs/include/cursor-zoomout-30x30.h +++ b/graphics/nxglyphs/include/cursor-zoomout-30x30.h @@ -1,6 +1,8 @@ /*************************************************************************** * apps/graphics/nxglyphs/include/cursor-zoomout-30x30.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/graphics/nxglyphs/include/mkcursor.c b/graphics/nxglyphs/include/mkcursor.c index 4e8b3b105aa..b7d8fa8f0cf 100644 --- a/graphics/nxglyphs/include/mkcursor.c +++ b/graphics/nxglyphs/include/mkcursor.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/include/mkcursor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxglyphs/include/mkcursor.sh b/graphics/nxglyphs/include/mkcursor.sh index 277855d0ed3..cb7594a5917 100644 --- a/graphics/nxglyphs/include/mkcursor.sh +++ b/graphics/nxglyphs/include/mkcursor.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash # apps/graphics/nxglyphs/inlclude/mkcursor.sh # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxglyphs/src/glpyh_menu2-21x21.cxx b/graphics/nxglyphs/src/glpyh_menu2-21x21.cxx index 2ea077a5ad8..6adf09c3f6d 100644 --- a/graphics/nxglyphs/src/glpyh_menu2-21x21.cxx +++ b/graphics/nxglyphs/src/glpyh_menu2-21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glpyh_menu2-42x42.cxx b/graphics/nxglyphs/src/glpyh_menu2-42x42.cxx index fa57ab1cb79..947bef69246 100644 --- a/graphics/nxglyphs/src/glpyh_menu2-42x42.cxx +++ b/graphics/nxglyphs/src/glpyh_menu2-42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glpyh_minimize2-21x21.cxx b/graphics/nxglyphs/src/glpyh_minimize2-21x21.cxx index 36f2b0d11a2..7f891c91323 100644 --- a/graphics/nxglyphs/src/glpyh_minimize2-21x21.cxx +++ b/graphics/nxglyphs/src/glpyh_minimize2-21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glpyh_minimize2-42x42.cxx b/graphics/nxglyphs/src/glpyh_minimize2-42x42.cxx index 1f729cc0140..582d86fd4e5 100644 --- a/graphics/nxglyphs/src/glpyh_minimize2-42x42.cxx +++ b/graphics/nxglyphs/src/glpyh_minimize2-42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glpyh_resize2-21x21.cxx b/graphics/nxglyphs/src/glpyh_resize2-21x21.cxx index 3d32b446439..1e05ce18db1 100644 --- a/graphics/nxglyphs/src/glpyh_resize2-21x21.cxx +++ b/graphics/nxglyphs/src/glpyh_resize2-21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glpyh_resize2-42x42.cxx b/graphics/nxglyphs/src/glpyh_resize2-42x42.cxx index e138226dcb9..c733a08ba6e 100644 --- a/graphics/nxglyphs/src/glpyh_resize2-42x42.cxx +++ b/graphics/nxglyphs/src/glpyh_resize2-42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glpyh_stop2-21x21.cxx b/graphics/nxglyphs/src/glpyh_stop2-21x21.cxx index 511c750f102..d1da539dc74 100644 --- a/graphics/nxglyphs/src/glpyh_stop2-21x21.cxx +++ b/graphics/nxglyphs/src/glpyh_stop2-21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glyph_arrowdown.cxx b/graphics/nxglyphs/src/glyph_arrowdown.cxx index 71745731e4f..84bdf55aa6a 100644 --- a/graphics/nxglyphs/src/glyph_arrowdown.cxx +++ b/graphics/nxglyphs/src/glyph_arrowdown.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_arrowdown.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/graphics/nxglyphs/src/glyph_arrowleft.cxx b/graphics/nxglyphs/src/glyph_arrowleft.cxx index 3cc0067a034..a493713cd90 100644 --- a/graphics/nxglyphs/src/glyph_arrowleft.cxx +++ b/graphics/nxglyphs/src/glyph_arrowleft.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_glypharrowleft.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/graphics/nxglyphs/src/glyph_arrowright.cxx b/graphics/nxglyphs/src/glyph_arrowright.cxx index 6662af8e1b1..f7bacc7d269 100644 --- a/graphics/nxglyphs/src/glyph_arrowright.cxx +++ b/graphics/nxglyphs/src/glyph_arrowright.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_arrowright.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/graphics/nxglyphs/src/glyph_arrowup.cxx b/graphics/nxglyphs/src/glyph_arrowup.cxx index 9d367dec17a..75455b88dce 100644 --- a/graphics/nxglyphs/src/glyph_arrowup.cxx +++ b/graphics/nxglyphs/src/glyph_arrowup.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_arrowup.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/graphics/nxglyphs/src/glyph_backspace.cxx b/graphics/nxglyphs/src/glyph_backspace.cxx index 5512008fa0e..66acf1d786f 100644 --- a/graphics/nxglyphs/src/glyph_backspace.cxx +++ b/graphics/nxglyphs/src/glyph_backspace.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_backspace.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/graphics/nxglyphs/src/glyph_calculator24x25.cxx b/graphics/nxglyphs/src/glyph_calculator24x25.cxx index 105f9ae7c76..640e630921d 100644 --- a/graphics/nxglyphs/src/glyph_calculator24x25.cxx +++ b/graphics/nxglyphs/src/glyph_calculator24x25.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_calculator24x25.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/graphics/nxglyphs/src/glyph_calculator47x49.cxx b/graphics/nxglyphs/src/glyph_calculator47x49.cxx index 6ea5fb550d5..ddafba86d24 100644 --- a/graphics/nxglyphs/src/glyph_calculator47x49.cxx +++ b/graphics/nxglyphs/src/glyph_calculator47x49.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_calculator47x47.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/graphics/nxglyphs/src/glyph_calibration24x21.cxx b/graphics/nxglyphs/src/glyph_calibration24x21.cxx index cc510d4f360..4f3bbad00a0 100644 --- a/graphics/nxglyphs/src/glyph_calibration24x21.cxx +++ b/graphics/nxglyphs/src/glyph_calibration24x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_calibration24x21.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/graphics/nxglyphs/src/glyph_calibration48x42.cxx b/graphics/nxglyphs/src/glyph_calibration48x42.cxx index 10af4f128fe..a7518c1879c 100644 --- a/graphics/nxglyphs/src/glyph_calibration48x42.cxx +++ b/graphics/nxglyphs/src/glyph_calibration48x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_calibration48x42.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/graphics/nxglyphs/src/glyph_capslock.cxx b/graphics/nxglyphs/src/glyph_capslock.cxx index c62bfa435b5..fcb55123bb5 100644 --- a/graphics/nxglyphs/src/glyph_capslock.cxx +++ b/graphics/nxglyphs/src/glyph_capslock.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_capslock.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/graphics/nxglyphs/src/glyph_checkboxmu.cxx b/graphics/nxglyphs/src/glyph_checkboxmu.cxx index 33bf8020c36..50aeb0cb679 100644 --- a/graphics/nxglyphs/src/glyph_checkboxmu.cxx +++ b/graphics/nxglyphs/src/glyph_checkboxmu.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_checkboxmu.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/graphics/nxglyphs/src/glyph_checkboxoff.cxx b/graphics/nxglyphs/src/glyph_checkboxoff.cxx index f16471bee00..6f6525fbcd4 100644 --- a/graphics/nxglyphs/src/glyph_checkboxoff.cxx +++ b/graphics/nxglyphs/src/glyph_checkboxoff.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_checkboxoff.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/graphics/nxglyphs/src/glyph_checkboxon.cxx b/graphics/nxglyphs/src/glyph_checkboxon.cxx index 18d87c08394..444ea592699 100644 --- a/graphics/nxglyphs/src/glyph_checkboxon.cxx +++ b/graphics/nxglyphs/src/glyph_checkboxon.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_checkboxon.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/graphics/nxglyphs/src/glyph_cmd25x22.cxx b/graphics/nxglyphs/src/glyph_cmd25x22.cxx index 8e75c8893a4..7f676f5fa25 100644 --- a/graphics/nxglyphs/src/glyph_cmd25x22.cxx +++ b/graphics/nxglyphs/src/glyph_cmd25x22.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_cmd24x22.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/graphics/nxglyphs/src/glyph_cmd49x43.cxx b/graphics/nxglyphs/src/glyph_cmd49x43.cxx index 25a5049e999..62c1a038aae 100644 --- a/graphics/nxglyphs/src/glyph_cmd49x43.cxx +++ b/graphics/nxglyphs/src/glyph_cmd49x43.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_cmd49x43.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/graphics/nxglyphs/src/glyph_control.cxx b/graphics/nxglyphs/src/glyph_control.cxx index 7abb17c1f26..53ce6670715 100644 --- a/graphics/nxglyphs/src/glyph_control.cxx +++ b/graphics/nxglyphs/src/glyph_control.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_control.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/graphics/nxglyphs/src/glyph_cycle.cxx b/graphics/nxglyphs/src/glyph_cycle.cxx index ef93caebfb2..fe861d591b7 100644 --- a/graphics/nxglyphs/src/glyph_cycle.cxx +++ b/graphics/nxglyphs/src/glyph_cycle.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_cycle.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/graphics/nxglyphs/src/glyph_lcdclock102x48.cxx b/graphics/nxglyphs/src/glyph_lcdclock102x48.cxx index d3a05ee4aa9..02557fe83ca 100644 --- a/graphics/nxglyphs/src/glyph_lcdclock102x48.cxx +++ b/graphics/nxglyphs/src/glyph_lcdclock102x48.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_lcdclock102x48.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/graphics/nxglyphs/src/glyph_lcdclock136x64.cxx b/graphics/nxglyphs/src/glyph_lcdclock136x64.cxx index dd5a90801ec..9aa371329de 100644 --- a/graphics/nxglyphs/src/glyph_lcdclock136x64.cxx +++ b/graphics/nxglyphs/src/glyph_lcdclock136x64.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_lcdclock136x64.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/graphics/nxglyphs/src/glyph_lcdclock51x24.cxx b/graphics/nxglyphs/src/glyph_lcdclock51x24.cxx index 673bf5cc046..aac6c329a25 100644 --- a/graphics/nxglyphs/src/glyph_lcdclock51x24.cxx +++ b/graphics/nxglyphs/src/glyph_lcdclock51x24.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_lcdclock51x24.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/graphics/nxglyphs/src/glyph_mediagrip60x30.cxx b/graphics/nxglyphs/src/glyph_mediagrip60x30.cxx index feb05141293..8ba1d5c7e21 100644 --- a/graphics/nxglyphs/src/glyph_mediagrip60x30.cxx +++ b/graphics/nxglyphs/src/glyph_mediagrip60x30.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/mediagrip60x30.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/graphics/nxglyphs/src/glyph_mediaplayer24x24.cxx b/graphics/nxglyphs/src/glyph_mediaplayer24x24.cxx index eb76a40951f..aa2ed236af9 100644 --- a/graphics/nxglyphs/src/glyph_mediaplayer24x24.cxx +++ b/graphics/nxglyphs/src/glyph_mediaplayer24x24.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_mediaplayer24x24.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/graphics/nxglyphs/src/glyph_mediaplayer44x50.cxx b/graphics/nxglyphs/src/glyph_mediaplayer44x50.cxx index 52a705b14c2..d5784d34277 100644 --- a/graphics/nxglyphs/src/glyph_mediaplayer44x50.cxx +++ b/graphics/nxglyphs/src/glyph_mediaplayer44x50.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_mediaplayer44x50.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/graphics/nxglyphs/src/glyph_menu21x21.cxx b/graphics/nxglyphs/src/glyph_menu21x21.cxx index 4141387b3e4..0e8d99b2a9e 100644 --- a/graphics/nxglyphs/src/glyph_menu21x21.cxx +++ b/graphics/nxglyphs/src/glyph_menu21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_menu21x21.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/graphics/nxglyphs/src/glyph_menu42x42.cxx b/graphics/nxglyphs/src/glyph_menu42x42.cxx index 0371c7ba2bf..314229519ed 100644 --- a/graphics/nxglyphs/src/glyph_menu42x42.cxx +++ b/graphics/nxglyphs/src/glyph_menu42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_men42x42.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/graphics/nxglyphs/src/glyph_minimize21x21.cxx b/graphics/nxglyphs/src/glyph_minimize21x21.cxx index 18e3b27dab3..534fd4096e6 100644 --- a/graphics/nxglyphs/src/glyph_minimize21x21.cxx +++ b/graphics/nxglyphs/src/glyph_minimize21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_minimize21x21.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/graphics/nxglyphs/src/glyph_minimize42x42.cxx b/graphics/nxglyphs/src/glyph_minimize42x42.cxx index 454266364fb..d0d9065ff1c 100644 --- a/graphics/nxglyphs/src/glyph_minimize42x42.cxx +++ b/graphics/nxglyphs/src/glyph_minimize42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_minimize42x42.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/graphics/nxglyphs/src/glyph_mplayer_controls32x32.cxx b/graphics/nxglyphs/src/glyph_mplayer_controls32x32.cxx index 12c9b447665..1c4cb747973 100644 --- a/graphics/nxglyphs/src/glyph_mplayer_controls32x32.cxx +++ b/graphics/nxglyphs/src/glyph_mplayer_controls32x32.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_mediaplayer32x32.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/graphics/nxglyphs/src/glyph_mplayer_controls43x41.cxx b/graphics/nxglyphs/src/glyph_mplayer_controls43x41.cxx index 256415d699b..b3728340460 100644 --- a/graphics/nxglyphs/src/glyph_mplayer_controls43x41.cxx +++ b/graphics/nxglyphs/src/glyph_mplayer_controls43x41.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_mediaplayer43x41.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/graphics/nxglyphs/src/glyph_nxicon21x21.cxx b/graphics/nxglyphs/src/glyph_nxicon21x21.cxx index 605ee81ee28..721d03bdb0e 100644 --- a/graphics/nxglyphs/src/glyph_nxicon21x21.cxx +++ b/graphics/nxglyphs/src/glyph_nxicon21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_nxicon21x21.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/graphics/nxglyphs/src/glyph_nxicon42x42.cxx b/graphics/nxglyphs/src/glyph_nxicon42x42.cxx index 0b0f9589ee6..e36e0650d77 100644 --- a/graphics/nxglyphs/src/glyph_nxicon42x42.cxx +++ b/graphics/nxglyphs/src/glyph_nxicon42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_nxicon42x42.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/graphics/nxglyphs/src/glyph_nxlogo160x160.cxx b/graphics/nxglyphs/src/glyph_nxlogo160x160.cxx index 2f67d2f2cec..f2b2f94ab9d 100644 --- a/graphics/nxglyphs/src/glyph_nxlogo160x160.cxx +++ b/graphics/nxglyphs/src/glyph_nxlogo160x160.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_nxlogo160x160.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/graphics/nxglyphs/src/glyph_nxlogo320x320.cxx b/graphics/nxglyphs/src/glyph_nxlogo320x320.cxx index 95e335943f8..8d13da52f72 100644 --- a/graphics/nxglyphs/src/glyph_nxlogo320x320.cxx +++ b/graphics/nxglyphs/src/glyph_nxlogo320x320.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_nxlogo320x320.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/graphics/nxglyphs/src/glyph_play24x24.cxx b/graphics/nxglyphs/src/glyph_play24x24.cxx index 37f74e93764..406f619a233 100644 --- a/graphics/nxglyphs/src/glyph_play24x24.cxx +++ b/graphics/nxglyphs/src/glyph_play24x24.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_play24x24.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/graphics/nxglyphs/src/glyph_play48x48.cxx b/graphics/nxglyphs/src/glyph_play48x48.cxx index 45d7bdf0949..13edfe0beb3 100644 --- a/graphics/nxglyphs/src/glyph_play48x48.cxx +++ b/graphics/nxglyphs/src/glyph_play48x48.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_play24x24.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/graphics/nxglyphs/src/glyph_radiobuttonmu.cxx b/graphics/nxglyphs/src/glyph_radiobuttonmu.cxx index ac0230af94a..beb97dc6cea 100644 --- a/graphics/nxglyphs/src/glyph_radiobuttonmu.cxx +++ b/graphics/nxglyphs/src/glyph_radiobuttonmu.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_radiobuttonmu.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/graphics/nxglyphs/src/glyph_radiobuttonoff.cxx b/graphics/nxglyphs/src/glyph_radiobuttonoff.cxx index aaa761a0c9d..ef523b7d792 100644 --- a/graphics/nxglyphs/src/glyph_radiobuttonoff.cxx +++ b/graphics/nxglyphs/src/glyph_radiobuttonoff.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_radiobuttonoff.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/graphics/nxglyphs/src/glyph_radiobuttonon.cxx b/graphics/nxglyphs/src/glyph_radiobuttonon.cxx index 5d5a68b7e70..3e16968e56b 100644 --- a/graphics/nxglyphs/src/glyph_radiobuttonon.cxx +++ b/graphics/nxglyphs/src/glyph_radiobuttonon.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_radiobuttonon.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/graphics/nxglyphs/src/glyph_resize21x21.cxx b/graphics/nxglyphs/src/glyph_resize21x21.cxx index 72def4dcfd8..ac36adf0474 100644 --- a/graphics/nxglyphs/src/glyph_resize21x21.cxx +++ b/graphics/nxglyphs/src/glyph_resize21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_resize21x21.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/graphics/nxglyphs/src/glyph_resize42x42.cxx b/graphics/nxglyphs/src/glyph_resize42x42.cxx index 1984993a39f..e040eaf4949 100644 --- a/graphics/nxglyphs/src/glyph_resize42x42.cxx +++ b/graphics/nxglyphs/src/glyph_resize42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_resize42x42.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/graphics/nxglyphs/src/glyph_return.cxx b/graphics/nxglyphs/src/glyph_return.cxx index 7021fccc59b..ce3da683e1e 100644 --- a/graphics/nxglyphs/src/glyph_return.cxx +++ b/graphics/nxglyphs/src/glyph_return.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_return.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/graphics/nxglyphs/src/glyph_screendepthdown.cxx b/graphics/nxglyphs/src/glyph_screendepthdown.cxx index 566ec480039..f945a68870b 100644 --- a/graphics/nxglyphs/src/glyph_screendepthdown.cxx +++ b/graphics/nxglyphs/src/glyph_screendepthdown.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_screendepthdown.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/graphics/nxglyphs/src/glyph_screendepthup.cxx b/graphics/nxglyphs/src/glyph_screendepthup.cxx index a07fb7ba84b..b4c1c005566 100644 --- a/graphics/nxglyphs/src/glyph_screendepthup.cxx +++ b/graphics/nxglyphs/src/glyph_screendepthup.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_screendepthup.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/graphics/nxglyphs/src/glyph_screenflipdown.cxx b/graphics/nxglyphs/src/glyph_screenflipdown.cxx index 5efa1e234df..db8913fe1ff 100644 --- a/graphics/nxglyphs/src/glyph_screenflipdown.cxx +++ b/graphics/nxglyphs/src/glyph_screenflipdown.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_screenflipdown.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/graphics/nxglyphs/src/glyph_screenflipup.cxx b/graphics/nxglyphs/src/glyph_screenflipup.cxx index 00b1dc1594e..7e7d05375ff 100644 --- a/graphics/nxglyphs/src/glyph_screenflipup.cxx +++ b/graphics/nxglyphs/src/glyph_screenflipup.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_screenflipup.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/graphics/nxglyphs/src/glyph_shift.cxx b/graphics/nxglyphs/src/glyph_shift.cxx index 3dae7ba81a8..2ac26cbecda 100644 --- a/graphics/nxglyphs/src/glyph_shift.cxx +++ b/graphics/nxglyphs/src/glyph_shift.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_shift.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/graphics/nxglyphs/src/glyph_stop2-42x42.cxx b/graphics/nxglyphs/src/glyph_stop2-42x42.cxx index 540cea78f64..bca0789fa7a 100644 --- a/graphics/nxglyphs/src/glyph_stop2-42x42.cxx +++ b/graphics/nxglyphs/src/glyph_stop2-42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_xxxxxx.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/graphics/nxglyphs/src/glyph_stop21x21.cxx b/graphics/nxglyphs/src/glyph_stop21x21.cxx index 459ab9fe6f3..24253f741e1 100644 --- a/graphics/nxglyphs/src/glyph_stop21x21.cxx +++ b/graphics/nxglyphs/src/glyph_stop21x21.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_stop21x21.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/graphics/nxglyphs/src/glyph_stop42x42.cxx b/graphics/nxglyphs/src/glyph_stop42x42.cxx index 39ea5b9596f..df00f324eae 100644 --- a/graphics/nxglyphs/src/glyph_stop42x42.cxx +++ b/graphics/nxglyphs/src/glyph_stop42x42.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxglyphs/src/glyph_stop42x42.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/graphics/nxglyphs/src/glyph_windowclose.cxx b/graphics/nxglyphs/src/glyph_windowclose.cxx index a15a86dbc47..ed5aae68ad8 100644 --- a/graphics/nxglyphs/src/glyph_windowclose.cxx +++ b/graphics/nxglyphs/src/glyph_windowclose.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_windowclose.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/graphics/nxglyphs/src/glyph_windowdepthdown.cxx b/graphics/nxglyphs/src/glyph_windowdepthdown.cxx index 3caab7a28ca..57a7fa0b5da 100644 --- a/graphics/nxglyphs/src/glyph_windowdepthdown.cxx +++ b/graphics/nxglyphs/src/glyph_windowdepthdown.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_windowdepthdown.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/graphics/nxglyphs/src/glyph_windowdepthup.cxx b/graphics/nxglyphs/src/glyph_windowdepthup.cxx index 0da66903e0b..85982122ced 100644 --- a/graphics/nxglyphs/src/glyph_windowdepthup.cxx +++ b/graphics/nxglyphs/src/glyph_windowdepthup.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/glyph_windowdepthup.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/graphics/nxglyphs/src/mksrle.c b/graphics/nxglyphs/src/mksrle.c index 14000fdbd40..7c3cc849e77 100644 --- a/graphics/nxglyphs/src/mksrle.c +++ b/graphics/nxglyphs/src/mksrle.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxglyphs/src/mksrle.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxglyphs/src/mksrle.sh b/graphics/nxglyphs/src/mksrle.sh index e0f5abd57db..0394a742156 100644 --- a/graphics/nxglyphs/src/mksrle.sh +++ b/graphics/nxglyphs/src/mksrle.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash # apps/graphics/nxglyphs/src/mksrle.sh # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/Doxygen/gendoc.sh b/graphics/nxwidgets/Doxygen/gendoc.sh index b5264994346..91583365026 100755 --- a/graphics/nxwidgets/Doxygen/gendoc.sh +++ b/graphics/nxwidgets/Doxygen/gendoc.sh @@ -2,6 +2,8 @@ ################################################################################# # apps/graphics/nxwidgets/Doxygen/gendoc.sh # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/Make.defs b/graphics/nxwidgets/Make.defs index 3f131c59b8c..68977c4e2ca 100644 --- a/graphics/nxwidgets/Make.defs +++ b/graphics/nxwidgets/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/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/graphics/nxwidgets/Makefile b/graphics/nxwidgets/Makefile index 1b9a1112d4c..26ab16c426b 100644 --- a/graphics/nxwidgets/Makefile +++ b/graphics/nxwidgets/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CButton/Make.defs b/graphics/nxwidgets/UnitTests/CButton/Make.defs index a3dfda9080e..1c288558478 100644 --- a/graphics/nxwidgets/UnitTests/CButton/Make.defs +++ b/graphics/nxwidgets/UnitTests/CButton/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CButton/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/graphics/nxwidgets/UnitTests/CButton/Makefile b/graphics/nxwidgets/UnitTests/CButton/Makefile index 54695133efb..6db8eb923c2 100644 --- a/graphics/nxwidgets/UnitTests/CButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CButton/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CButton/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CButton/cbutton_main.cxx b/graphics/nxwidgets/UnitTests/CButton/cbutton_main.cxx index cf14ec96987..472348ba5d9 100644 --- a/graphics/nxwidgets/UnitTests/CButton/cbutton_main.cxx +++ b/graphics/nxwidgets/UnitTests/CButton/cbutton_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CButton/cbutton_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/graphics/nxwidgets/UnitTests/CButton/cbuttontest.cxx b/graphics/nxwidgets/UnitTests/CButton/cbuttontest.cxx index a7bf092ad11..773f0435e47 100644 --- a/graphics/nxwidgets/UnitTests/CButton/cbuttontest.cxx +++ b/graphics/nxwidgets/UnitTests/CButton/cbuttontest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CButton/cbuttontest.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/graphics/nxwidgets/UnitTests/CButton/cbuttontest.hxx b/graphics/nxwidgets/UnitTests/CButton/cbuttontest.hxx index 214274df279..8b1749d888f 100644 --- a/graphics/nxwidgets/UnitTests/CButton/cbuttontest.hxx +++ b/graphics/nxwidgets/UnitTests/CButton/cbuttontest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CButton/cbuttontest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CButtonArray/Make.defs b/graphics/nxwidgets/UnitTests/CButtonArray/Make.defs index c1d6130aedc..a08aa28423a 100644 --- a/graphics/nxwidgets/UnitTests/CButtonArray/Make.defs +++ b/graphics/nxwidgets/UnitTests/CButtonArray/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CButtonArray/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/graphics/nxwidgets/UnitTests/CButtonArray/Makefile b/graphics/nxwidgets/UnitTests/CButtonArray/Makefile index 1fe25c65632..b8870c51faa 100644 --- a/graphics/nxwidgets/UnitTests/CButtonArray/Makefile +++ b/graphics/nxwidgets/UnitTests/CButtonArray/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CButtonArray/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarray_main.cxx b/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarray_main.cxx index 13692fa7002..8af3de7d1ce 100644 --- a/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarray_main.cxx +++ b/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarray_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarray_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/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.cxx b/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.cxx index 4de68ade07b..a19c6f8803b 100644 --- a/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.cxx +++ b/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.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/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx b/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx index ccd02775557..a13783bd5ea 100644 --- a/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx +++ b/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CButtonArray/cbuttonarraytest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CCheckBox/Make.defs b/graphics/nxwidgets/UnitTests/CCheckBox/Make.defs index f79a8e1989e..be552f0a780 100644 --- a/graphics/nxwidgets/UnitTests/CCheckBox/Make.defs +++ b/graphics/nxwidgets/UnitTests/CCheckBox/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CCheckBox/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/graphics/nxwidgets/UnitTests/CCheckBox/Makefile b/graphics/nxwidgets/UnitTests/CCheckBox/Makefile index 0c244e7be44..bbc55255ef6 100644 --- a/graphics/nxwidgets/UnitTests/CCheckBox/Makefile +++ b/graphics/nxwidgets/UnitTests/CCheckBox/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CCheckBox/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CCheckBox/ccheckbox_main.cxx b/graphics/nxwidgets/UnitTests/CCheckBox/ccheckbox_main.cxx index a4dd417c418..8719611baf0 100644 --- a/graphics/nxwidgets/UnitTests/CCheckBox/ccheckbox_main.cxx +++ b/graphics/nxwidgets/UnitTests/CCheckBox/ccheckbox_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CCheckBox/ccheckbox_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/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.cxx b/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.cxx index 7fa2371a360..1ff5a0a534d 100644 --- a/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.cxx +++ b/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.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/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.hxx b/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.hxx index eb708b372bd..1bd72dba53e 100644 --- a/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.hxx +++ b/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CCheckBox/ccheckboxtest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CGlyphButton/Make.defs b/graphics/nxwidgets/UnitTests/CGlyphButton/Make.defs index 09d2c858389..bbc695233ad 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphButton/Make.defs +++ b/graphics/nxwidgets/UnitTests/CGlyphButton/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CGlyphButton/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/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile b/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile index d1668f163ad..409fdff79d5 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CGlyphButton/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbutton_main.cxx b/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbutton_main.cxx index f08da13e0ef..ec673c5f2f2 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbutton_main.cxx +++ b/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbutton_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbutton_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/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx b/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx index b46d4de47ab..f46468626c3 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx +++ b/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.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/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx b/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx index 9960277e40d..d7593734feb 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx +++ b/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CGlyphButton/cglyphbuttontest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Make.defs b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Make.defs index a9bf1b3e959..36bdeb7b2f2 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Make.defs +++ b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/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/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile index 349e18d5d8b..19426bb0256 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile +++ b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontal_main.cxx b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontal_main.cxx index c3bfa04c97c..e40c78be79c 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontal_main.cxx +++ b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontal_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontal_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/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.cxx b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.cxx index 6687923cf7c..2809bfb261d 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.cxx +++ b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.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/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.hxx b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.hxx index 30e1afb4934..c3fd43eccec 100644 --- a/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.hxx +++ b/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CGlyphSliderHorizontal/cglyphsliderhorizontaltest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CImage/Make.defs b/graphics/nxwidgets/UnitTests/CImage/Make.defs index 44488e48fe1..a17112fab06 100644 --- a/graphics/nxwidgets/UnitTests/CImage/Make.defs +++ b/graphics/nxwidgets/UnitTests/CImage/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CImage/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/graphics/nxwidgets/UnitTests/CImage/Makefile b/graphics/nxwidgets/UnitTests/CImage/Makefile index 2f4ee9fe71e..af2250543bc 100644 --- a/graphics/nxwidgets/UnitTests/CImage/Makefile +++ b/graphics/nxwidgets/UnitTests/CImage/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CImage/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CImage/cimage_main.cxx b/graphics/nxwidgets/UnitTests/CImage/cimage_main.cxx index fc5e29b15fe..3423d6e742b 100644 --- a/graphics/nxwidgets/UnitTests/CImage/cimage_main.cxx +++ b/graphics/nxwidgets/UnitTests/CImage/cimage_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CImage/cimage_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/graphics/nxwidgets/UnitTests/CImage/cimagetest.cxx b/graphics/nxwidgets/UnitTests/CImage/cimagetest.cxx index a4a315f1257..2472f19f25a 100644 --- a/graphics/nxwidgets/UnitTests/CImage/cimagetest.cxx +++ b/graphics/nxwidgets/UnitTests/CImage/cimagetest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CImage/cimagetest.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/graphics/nxwidgets/UnitTests/CImage/cimagetest.hxx b/graphics/nxwidgets/UnitTests/CImage/cimagetest.hxx index d76abe4a946..34568a5f4ae 100644 --- a/graphics/nxwidgets/UnitTests/CImage/cimagetest.hxx +++ b/graphics/nxwidgets/UnitTests/CImage/cimagetest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CImage/cimagetest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CKeypad/Make.defs b/graphics/nxwidgets/UnitTests/CKeypad/Make.defs index 3896547c6cc..fa01753197c 100644 --- a/graphics/nxwidgets/UnitTests/CKeypad/Make.defs +++ b/graphics/nxwidgets/UnitTests/CKeypad/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CKeypad/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/graphics/nxwidgets/UnitTests/CKeypad/Makefile b/graphics/nxwidgets/UnitTests/CKeypad/Makefile index df283728f74..44796a4c332 100644 --- a/graphics/nxwidgets/UnitTests/CKeypad/Makefile +++ b/graphics/nxwidgets/UnitTests/CKeypad/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CKeypad/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CKeypad/ckeypad_main.cxx b/graphics/nxwidgets/UnitTests/CKeypad/ckeypad_main.cxx index a20fca6946e..bfd5dfd2c3b 100644 --- a/graphics/nxwidgets/UnitTests/CKeypad/ckeypad_main.cxx +++ b/graphics/nxwidgets/UnitTests/CKeypad/ckeypad_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CKeypad/ckeypad_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/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.cxx b/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.cxx index 2d6d6ff806f..64cf7c36652 100644 --- a/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.cxx +++ b/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.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/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.hxx b/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.hxx index 97504a59e35..f566d8bcd01 100644 --- a/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.hxx +++ b/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CKeypad/ckeypadtest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CLabel/Make.defs b/graphics/nxwidgets/UnitTests/CLabel/Make.defs index e0c348020d7..be0a9e9c658 100644 --- a/graphics/nxwidgets/UnitTests/CLabel/Make.defs +++ b/graphics/nxwidgets/UnitTests/CLabel/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CLabel/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/graphics/nxwidgets/UnitTests/CLabel/Makefile b/graphics/nxwidgets/UnitTests/CLabel/Makefile index 377744eaa15..3e9dd9111bb 100644 --- a/graphics/nxwidgets/UnitTests/CLabel/Makefile +++ b/graphics/nxwidgets/UnitTests/CLabel/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CLabel/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CLabel/clabel_main.cxx b/graphics/nxwidgets/UnitTests/CLabel/clabel_main.cxx index 833eae15410..bed815541c4 100644 --- a/graphics/nxwidgets/UnitTests/CLabel/clabel_main.cxx +++ b/graphics/nxwidgets/UnitTests/CLabel/clabel_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLabel/clabel_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/graphics/nxwidgets/UnitTests/CLabel/clabeltest.cxx b/graphics/nxwidgets/UnitTests/CLabel/clabeltest.cxx index d4658d8d6a7..1851674ade1 100644 --- a/graphics/nxwidgets/UnitTests/CLabel/clabeltest.cxx +++ b/graphics/nxwidgets/UnitTests/CLabel/clabeltest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLabel/clabeltest.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/graphics/nxwidgets/UnitTests/CLabel/clabeltest.hxx b/graphics/nxwidgets/UnitTests/CLabel/clabeltest.hxx index 9d4b55d76bd..57ccc1f0d72 100644 --- a/graphics/nxwidgets/UnitTests/CLabel/clabeltest.hxx +++ b/graphics/nxwidgets/UnitTests/CLabel/clabeltest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLabel/clabeltest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CLatchButton/Make.defs b/graphics/nxwidgets/UnitTests/CLatchButton/Make.defs index 727e095759f..a7a89422898 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButton/Make.defs +++ b/graphics/nxwidgets/UnitTests/CLatchButton/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CLatchButton/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/graphics/nxwidgets/UnitTests/CLatchButton/Makefile b/graphics/nxwidgets/UnitTests/CLatchButton/Makefile index 1022ce33b57..be605df194f 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CLatchButton/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CLatchButton/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CLatchButton/clatchbutton_main.cxx b/graphics/nxwidgets/UnitTests/CLatchButton/clatchbutton_main.cxx index 80401c6dce1..ca0310ae238 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButton/clatchbutton_main.cxx +++ b/graphics/nxwidgets/UnitTests/CLatchButton/clatchbutton_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLatchButton/clatchbutton_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/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.cxx b/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.cxx index f87004d3bc1..58fe9b6a1b7 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.cxx +++ b/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.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/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.hxx b/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.hxx index 5faac6afebc..71946d32510 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.hxx +++ b/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLatchButton/clatchbuttontest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CLatchButtonArray/Make.defs b/graphics/nxwidgets/UnitTests/CLatchButtonArray/Make.defs index 9fdb923f649..7e6705dc213 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButtonArray/Make.defs +++ b/graphics/nxwidgets/UnitTests/CLatchButtonArray/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CLatchButtonArray/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/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile b/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile index 12b896268c3..2909a9e2a15 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile +++ b/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CLatchButtonArray/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarray_main.cxx b/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarray_main.cxx index 209b6cd09cd..fd6dcbeb0e0 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarray_main.cxx +++ b/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarray_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarry_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/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.cxx b/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.cxx index c6141cdb83e..3da02db9984 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.cxx +++ b/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.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/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx b/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx index e142769e17b..212d512a730 100644 --- a/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx +++ b/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CLatchButtonArray/clatchbuttonarraytest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CListBox/Make.defs b/graphics/nxwidgets/UnitTests/CListBox/Make.defs index 7288cc08af5..d17218d000e 100644 --- a/graphics/nxwidgets/UnitTests/CListBox/Make.defs +++ b/graphics/nxwidgets/UnitTests/CListBox/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CListBox/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/graphics/nxwidgets/UnitTests/CListBox/Makefile b/graphics/nxwidgets/UnitTests/CListBox/Makefile index 56e5e0ea039..961ec066e49 100644 --- a/graphics/nxwidgets/UnitTests/CListBox/Makefile +++ b/graphics/nxwidgets/UnitTests/CListBox/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CListBox/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CListBox/clistbox_main.cxx b/graphics/nxwidgets/UnitTests/CListBox/clistbox_main.cxx index 07a67312a9a..45864f1e511 100644 --- a/graphics/nxwidgets/UnitTests/CListBox/clistbox_main.cxx +++ b/graphics/nxwidgets/UnitTests/CListBox/clistbox_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CListBox/clistbox_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/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.cxx b/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.cxx index cfd184f8dc0..7bd3836de63 100644 --- a/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.cxx +++ b/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.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/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.hxx b/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.hxx index 8f7e1134956..452240dc9f6 100644 --- a/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.hxx +++ b/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CListBox/clistboxtest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CProgressBar/Make.defs b/graphics/nxwidgets/UnitTests/CProgressBar/Make.defs index 1b15c62d5fb..e77ec2ceb46 100644 --- a/graphics/nxwidgets/UnitTests/CProgressBar/Make.defs +++ b/graphics/nxwidgets/UnitTests/CProgressBar/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CProgressBar/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/graphics/nxwidgets/UnitTests/CProgressBar/Makefile b/graphics/nxwidgets/UnitTests/CProgressBar/Makefile index 21cd0199a34..3697e365f74 100644 --- a/graphics/nxwidgets/UnitTests/CProgressBar/Makefile +++ b/graphics/nxwidgets/UnitTests/CProgressBar/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CProgressBar/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbar_main.cxx b/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbar_main.cxx index 74ab8b91c51..d5c5d4b9fd6 100644 --- a/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbar_main.cxx +++ b/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbar_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbar_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/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.cxx b/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.cxx index 5044866416d..11ad6bb077b 100644 --- a/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.cxx +++ b/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/ProgressBar/cprogressbartest.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/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.hxx b/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.hxx index 2cc0f457121..dd8dcf10323 100644 --- a/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.hxx +++ b/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CProgressBar/cprogressbartest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CRadioButton/Make.defs b/graphics/nxwidgets/UnitTests/CRadioButton/Make.defs index b98084d709d..dbcd4e55940 100644 --- a/graphics/nxwidgets/UnitTests/CRadioButton/Make.defs +++ b/graphics/nxwidgets/UnitTests/CRadioButton/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CRadioButton/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/graphics/nxwidgets/UnitTests/CRadioButton/Makefile b/graphics/nxwidgets/UnitTests/CRadioButton/Makefile index 683c940b8ed..af324f188ce 100644 --- a/graphics/nxwidgets/UnitTests/CRadioButton/Makefile +++ b/graphics/nxwidgets/UnitTests/CRadioButton/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CRadioButton/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CRadioButton/cradiobutton_main.cxx b/graphics/nxwidgets/UnitTests/CRadioButton/cradiobutton_main.cxx index 0953e34411c..fd0c13b4071 100644 --- a/graphics/nxwidgets/UnitTests/CRadioButton/cradiobutton_main.cxx +++ b/graphics/nxwidgets/UnitTests/CRadioButton/cradiobutton_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CRadioButton/cradiobutton_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/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.cxx b/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.cxx index e42ec761fe9..683dc02dc6d 100644 --- a/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.cxx +++ b/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.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/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.hxx b/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.hxx index 577b8a1e731..fc8d7ee2901 100644 --- a/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.hxx +++ b/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CRadioButton/cradiobuttontest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Make.defs b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Make.defs index 0fca7b68ad2..68fb2e45dbc 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Make.defs +++ b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/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/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile index 03bb8149019..8a1b989b1a5 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile +++ b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontal_main.cxx b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontal_main.cxx index 344e84cca76..51ea0e6e2ea 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontal_main.cxx +++ b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontal_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontal_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/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.cxx b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.cxx index 4fb7505ccdd..e59f0fe3b2d 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.cxx +++ b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.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/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.hxx b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.hxx index 190d6243c6a..c8b31b3926e 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.hxx +++ b/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CScrollbarHorizontal/cscrollbarhorizontaltest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CScrollbarVertical/Make.defs b/graphics/nxwidgets/UnitTests/CScrollbarVertical/Make.defs index 051a7d49bb3..f5c251149be 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarVertical/Make.defs +++ b/graphics/nxwidgets/UnitTests/CScrollbarVertical/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CScrollbarVertical/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/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile b/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile index fb63717ae1a..43967552062 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile +++ b/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CScrollbarVertical/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarvertical_main.cxx b/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarvertical_main.cxx index 01b957a201e..04664b08be6 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarvertical_main.cxx +++ b/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarvertical_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarvertical_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/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.cxx b/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.cxx index 58db0398855..bbf21f2c2a9 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.cxx +++ b/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.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/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.hxx b/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.hxx index 78dca2edb0d..159fb3bf2f2 100644 --- a/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.hxx +++ b/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CScrollbarVertical/cscrollbarverticaltest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CSliderHorizonal/Make.defs b/graphics/nxwidgets/UnitTests/CSliderHorizonal/Make.defs index a7c3afe4275..1a5144f3c5c 100644 --- a/graphics/nxwidgets/UnitTests/CSliderHorizonal/Make.defs +++ b/graphics/nxwidgets/UnitTests/CSliderHorizonal/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CSliderHorizonal/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/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile b/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile index 6d5ba91e4ea..893f1942ce6 100644 --- a/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile +++ b/graphics/nxwidgets/UnitTests/CSliderHorizonal/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CSliderHorizontal/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontal_main.cxx b/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontal_main.cxx index 33c19c66849..9b8f21b547b 100644 --- a/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontal_main.cxx +++ b/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontal_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CSliderHorizontal/csliderhorizontal_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/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.cxx b/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.cxx index de7f875b0ed..8a9e194968e 100644 --- a/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.cxx +++ b/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CSliderHorizontal/csliderhorizontaltest.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/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx b/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx index 3eb6ee7ff79..538af2daf21 100644 --- a/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx +++ b/graphics/nxwidgets/UnitTests/CSliderHorizonal/csliderhorizontaltest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CSliderHorizontal/csliderhorizontaltest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CSliderVertical/Make.defs b/graphics/nxwidgets/UnitTests/CSliderVertical/Make.defs index 7cd8c5fb0b7..ef0a92bccde 100644 --- a/graphics/nxwidgets/UnitTests/CSliderVertical/Make.defs +++ b/graphics/nxwidgets/UnitTests/CSliderVertical/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CSliderVertical/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/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile b/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile index d989b56c215..d4a9725250d 100644 --- a/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile +++ b/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CSliderVertical/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CSliderVertical/cslidervertical_main.cxx b/graphics/nxwidgets/UnitTests/CSliderVertical/cslidervertical_main.cxx index 621c3073956..40872745c2e 100644 --- a/graphics/nxwidgets/UnitTests/CSliderVertical/cslidervertical_main.cxx +++ b/graphics/nxwidgets/UnitTests/CSliderVertical/cslidervertical_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CSliderVertical/cslidervertical_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/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.cxx b/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.cxx index adacb99628f..efad3275e94 100644 --- a/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.cxx +++ b/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.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/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.hxx b/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.hxx index cc2bc5d8f90..7bad5e81db0 100644 --- a/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.hxx +++ b/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CSliderVertical/csliderverticaltest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CTextBox/Make.defs b/graphics/nxwidgets/UnitTests/CTextBox/Make.defs index 9f262f68ee0..e98f713ffbd 100644 --- a/graphics/nxwidgets/UnitTests/CTextBox/Make.defs +++ b/graphics/nxwidgets/UnitTests/CTextBox/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/CTextBox/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/graphics/nxwidgets/UnitTests/CTextBox/Makefile b/graphics/nxwidgets/UnitTests/CTextBox/Makefile index acdc88def37..9144e1bd4e9 100644 --- a/graphics/nxwidgets/UnitTests/CTextBox/Makefile +++ b/graphics/nxwidgets/UnitTests/CTextBox/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwidgets/UnitTests/CTextBox/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/CTextBox/ctextbox_main.cxx b/graphics/nxwidgets/UnitTests/CTextBox/ctextbox_main.cxx index 33a8d48e139..92de3dd85ee 100644 --- a/graphics/nxwidgets/UnitTests/CTextBox/ctextbox_main.cxx +++ b/graphics/nxwidgets/UnitTests/CTextBox/ctextbox_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CTextBox/ctextbox_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/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.cxx b/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.cxx index d18955f028e..4d0fad790bd 100644 --- a/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.cxx +++ b/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.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/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.hxx b/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.hxx index 4dd0cbac1ea..42782442212 100644 --- a/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.hxx +++ b/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwidgets/UnitTests/CTextBox/ctextboxtest.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/UnitTests/Make.defs b/graphics/nxwidgets/UnitTests/Make.defs index bbb563433e7..9eaef136944 100644 --- a/graphics/nxwidgets/UnitTests/Make.defs +++ b/graphics/nxwidgets/UnitTests/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/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/graphics/nxwidgets/UnitTests/Makefile b/graphics/nxwidgets/UnitTests/Makefile index 85e6e2e82f3..1a2d49f262a 100644 --- a/graphics/nxwidgets/UnitTests/Makefile +++ b/graphics/nxwidgets/UnitTests/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwidgets/UnitTests/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/src/cbgwindow.cxx b/graphics/nxwidgets/src/cbgwindow.cxx index 90da9cf6e9b..a18dfa2b2b4 100644 --- a/graphics/nxwidgets/src/cbgwindow.cxx +++ b/graphics/nxwidgets/src/cbgwindow.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cbgwindow.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/graphics/nxwidgets/src/cbitmap.cxx b/graphics/nxwidgets/src/cbitmap.cxx index f8178f71173..542e505b9b2 100644 --- a/graphics/nxwidgets/src/cbitmap.cxx +++ b/graphics/nxwidgets/src/cbitmap.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cbitmap.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/src/cbutton.cxx b/graphics/nxwidgets/src/cbutton.cxx index 192cc5fed1d..4c3f1e8427d 100644 --- a/graphics/nxwidgets/src/cbutton.cxx +++ b/graphics/nxwidgets/src/cbutton.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cbutton.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/graphics/nxwidgets/src/cbuttonarray.cxx b/graphics/nxwidgets/src/cbuttonarray.cxx index c5072efc0e4..3de7bf1650c 100644 --- a/graphics/nxwidgets/src/cbuttonarray.cxx +++ b/graphics/nxwidgets/src/cbuttonarray.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/include/cbuttonarray.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/graphics/nxwidgets/src/ccallback.cxx b/graphics/nxwidgets/src/ccallback.cxx index a04d8868735..510f55161df 100644 --- a/graphics/nxwidgets/src/ccallback.cxx +++ b/graphics/nxwidgets/src/ccallback.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/ccallback.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/graphics/nxwidgets/src/ccheckbox.cxx b/graphics/nxwidgets/src/ccheckbox.cxx index 3e4bb298d81..ada8430da08 100644 --- a/graphics/nxwidgets/src/ccheckbox.cxx +++ b/graphics/nxwidgets/src/ccheckbox.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/ccheckbox.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/graphics/nxwidgets/src/ccyclebutton.cxx b/graphics/nxwidgets/src/ccyclebutton.cxx index ac47ce23446..15f139c5568 100644 --- a/graphics/nxwidgets/src/ccyclebutton.cxx +++ b/graphics/nxwidgets/src/ccyclebutton.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/ccyclebutton.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/graphics/nxwidgets/src/cglyphbutton.cxx b/graphics/nxwidgets/src/cglyphbutton.cxx index 9cda22933b8..4d1107a4e58 100644 --- a/graphics/nxwidgets/src/cglyphbutton.cxx +++ b/graphics/nxwidgets/src/cglyphbutton.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cglyphbutton.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/graphics/nxwidgets/src/cglyphsliderhorizontal.cxx b/graphics/nxwidgets/src/cglyphsliderhorizontal.cxx index ff60f01e6f5..d6d2567e3b5 100644 --- a/graphics/nxwidgets/src/cglyphsliderhorizontal.cxx +++ b/graphics/nxwidgets/src/cglyphsliderhorizontal.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cglyphsliderhorizontal.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/graphics/nxwidgets/src/cglyphsliderhorizontalgrip.cxx b/graphics/nxwidgets/src/cglyphsliderhorizontalgrip.cxx index 2be7e6d71bb..11540c6545b 100644 --- a/graphics/nxwidgets/src/cglyphsliderhorizontalgrip.cxx +++ b/graphics/nxwidgets/src/cglyphsliderhorizontalgrip.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cglyphsliderhorizontalgrip.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/graphics/nxwidgets/src/cgraphicsport.cxx b/graphics/nxwidgets/src/cgraphicsport.cxx index 0b72d0f61e2..2e299162db7 100644 --- a/graphics/nxwidgets/src/cgraphicsport.cxx +++ b/graphics/nxwidgets/src/cgraphicsport.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cgraphicsport.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/graphics/nxwidgets/src/cimage.cxx b/graphics/nxwidgets/src/cimage.cxx index 4b02a8bd940..a500c3b4ec7 100644 --- a/graphics/nxwidgets/src/cimage.cxx +++ b/graphics/nxwidgets/src/cimage.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/include/cimage.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/graphics/nxwidgets/src/ckeypad.cxx b/graphics/nxwidgets/src/ckeypad.cxx index 5b9a3ab8eb0..460c9540bed 100644 --- a/graphics/nxwidgets/src/ckeypad.cxx +++ b/graphics/nxwidgets/src/ckeypad.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/ckeypad.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/graphics/nxwidgets/src/clabel.cxx b/graphics/nxwidgets/src/clabel.cxx index f07a69b7b8f..88fbba917ce 100644 --- a/graphics/nxwidgets/src/clabel.cxx +++ b/graphics/nxwidgets/src/clabel.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/clabel.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/graphics/nxwidgets/src/clabelgrid.cxx b/graphics/nxwidgets/src/clabelgrid.cxx index efd19e71e5d..6302f4c6ac3 100644 --- a/graphics/nxwidgets/src/clabelgrid.cxx +++ b/graphics/nxwidgets/src/clabelgrid.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/NxWkidgets/nwidgets/src/clabelgrid.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/graphics/nxwidgets/src/clatchbutton.cxx b/graphics/nxwidgets/src/clatchbutton.cxx index d9fa235dfc8..37dc6b0351f 100644 --- a/graphics/nxwidgets/src/clatchbutton.cxx +++ b/graphics/nxwidgets/src/clatchbutton.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/clatchbutton.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/graphics/nxwidgets/src/clatchbuttonarray.cxx b/graphics/nxwidgets/src/clatchbuttonarray.cxx index 02ae3c84d4b..7de83e2a89c 100644 --- a/graphics/nxwidgets/src/clatchbuttonarray.cxx +++ b/graphics/nxwidgets/src/clatchbuttonarray.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/clatchbuttonarray.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/graphics/nxwidgets/src/clistbox.cxx b/graphics/nxwidgets/src/clistbox.cxx index 058f9507509..8647d4aa9c3 100644 --- a/graphics/nxwidgets/src/clistbox.cxx +++ b/graphics/nxwidgets/src/clistbox.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/clistbox.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/graphics/nxwidgets/src/clistboxdataitem.cxx b/graphics/nxwidgets/src/clistboxdataitem.cxx index 6f65e0d0e08..571ad507ea6 100644 --- a/graphics/nxwidgets/src/clistboxdataitem.cxx +++ b/graphics/nxwidgets/src/clistboxdataitem.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/clistboxdataitem.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/graphics/nxwidgets/src/clistdata.cxx b/graphics/nxwidgets/src/clistdata.cxx index c6aa24ce6f4..272b20eb2f1 100644 --- a/graphics/nxwidgets/src/clistdata.cxx +++ b/graphics/nxwidgets/src/clistdata.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/clistdata.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/graphics/nxwidgets/src/clistdataitem.cxx b/graphics/nxwidgets/src/clistdataitem.cxx index 9cca7c6f7da..bfe19682dbe 100644 --- a/graphics/nxwidgets/src/clistdataitem.cxx +++ b/graphics/nxwidgets/src/clistdataitem.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/clistdataitem.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/graphics/nxwidgets/src/cmultilinetextbox.cxx b/graphics/nxwidgets/src/cmultilinetextbox.cxx index 6668db64542..3253db274f8 100644 --- a/graphics/nxwidgets/src/cmultilinetextbox.cxx +++ b/graphics/nxwidgets/src/cmultilinetextbox.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cmultilinetextbox.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/graphics/nxwidgets/src/cnumericedit.cxx b/graphics/nxwidgets/src/cnumericedit.cxx index 8d4169db6bc..770f727c764 100644 --- a/graphics/nxwidgets/src/cnumericedit.cxx +++ b/graphics/nxwidgets/src/cnumericedit.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/include/cnumericedit.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/graphics/nxwidgets/src/cnxfont.cxx b/graphics/nxwidgets/src/cnxfont.cxx index d7a12267626..639de608fab 100644 --- a/graphics/nxwidgets/src/cnxfont.cxx +++ b/graphics/nxwidgets/src/cnxfont.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxfont.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/graphics/nxwidgets/src/cnxserver.cxx b/graphics/nxwidgets/src/cnxserver.cxx index 7296fe620cf..67ad933325b 100644 --- a/graphics/nxwidgets/src/cnxserver.cxx +++ b/graphics/nxwidgets/src/cnxserver.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxserver.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/graphics/nxwidgets/src/cnxstring.cxx b/graphics/nxwidgets/src/cnxstring.cxx index c9da1f896de..6cd7ac13e31 100644 --- a/graphics/nxwidgets/src/cnxstring.cxx +++ b/graphics/nxwidgets/src/cnxstring.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxstring.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/graphics/nxwidgets/src/cnxtimer.cxx b/graphics/nxwidgets/src/cnxtimer.cxx index d826e3ebe54..81ba0da64ee 100644 --- a/graphics/nxwidgets/src/cnxtimer.cxx +++ b/graphics/nxwidgets/src/cnxtimer.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxtimer.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/graphics/nxwidgets/src/cnxtkwindow.cxx b/graphics/nxwidgets/src/cnxtkwindow.cxx index 6b819f3f0a9..5f56f07af78 100644 --- a/graphics/nxwidgets/src/cnxtkwindow.cxx +++ b/graphics/nxwidgets/src/cnxtkwindow.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxtkwindow.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/graphics/nxwidgets/src/cnxtoolbar.cxx b/graphics/nxwidgets/src/cnxtoolbar.cxx index dc876032f17..8ae26490d5b 100644 --- a/graphics/nxwidgets/src/cnxtoolbar.cxx +++ b/graphics/nxwidgets/src/cnxtoolbar.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxtoolbar.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/graphics/nxwidgets/src/cnxwidget.cxx b/graphics/nxwidgets/src/cnxwidget.cxx index 58272a3af4e..e6b93863cf4 100644 --- a/graphics/nxwidgets/src/cnxwidget.cxx +++ b/graphics/nxwidgets/src/cnxwidget.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxwidget.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/graphics/nxwidgets/src/cnxwindow.cxx b/graphics/nxwidgets/src/cnxwindow.cxx index ee7d40e91fe..cceef579432 100644 --- a/graphics/nxwidgets/src/cnxwindow.cxx +++ b/graphics/nxwidgets/src/cnxwindow.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cnxwindow.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/graphics/nxwidgets/src/cprogressbar.cxx b/graphics/nxwidgets/src/cprogressbar.cxx index 74079366393..88543daee5d 100644 --- a/graphics/nxwidgets/src/cprogressbar.cxx +++ b/graphics/nxwidgets/src/cprogressbar.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cprogressbar.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/graphics/nxwidgets/src/cradiobutton.cxx b/graphics/nxwidgets/src/cradiobutton.cxx index c41cc6e2fca..8fde8c58fcb 100644 --- a/graphics/nxwidgets/src/cradiobutton.cxx +++ b/graphics/nxwidgets/src/cradiobutton.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cradiobutton.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/graphics/nxwidgets/src/cradiobuttongroup.cxx b/graphics/nxwidgets/src/cradiobuttongroup.cxx index 35c9ebb3b9a..72b024bd359 100644 --- a/graphics/nxwidgets/src/cradiobuttongroup.cxx +++ b/graphics/nxwidgets/src/cradiobuttongroup.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cradiobutton.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/graphics/nxwidgets/src/crect.cxx b/graphics/nxwidgets/src/crect.cxx index afd64311ff0..2883dda3009 100644 --- a/graphics/nxwidgets/src/crect.cxx +++ b/graphics/nxwidgets/src/crect.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cbgwindow.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/graphics/nxwidgets/src/crlepalettebitmap.cxx b/graphics/nxwidgets/src/crlepalettebitmap.cxx index 4e4aee3cd46..752faf01185 100644 --- a/graphics/nxwidgets/src/crlepalettebitmap.cxx +++ b/graphics/nxwidgets/src/crlepalettebitmap.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/crlepalettebitmap.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/src/cscaledbitmap.cxx b/graphics/nxwidgets/src/cscaledbitmap.cxx index 35157584363..ec46ca5c4b2 100644 --- a/graphics/nxwidgets/src/cscaledbitmap.cxx +++ b/graphics/nxwidgets/src/cscaledbitmap.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cscaledbitmap.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/src/cscrollbarhorizontal.cxx b/graphics/nxwidgets/src/cscrollbarhorizontal.cxx index 05cf642a9bf..0a546af4680 100644 --- a/graphics/nxwidgets/src/cscrollbarhorizontal.cxx +++ b/graphics/nxwidgets/src/cscrollbarhorizontal.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/include/cscrollbarhorizontal.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/src/cscrollbarpanel.cxx b/graphics/nxwidgets/src/cscrollbarpanel.cxx index 7ad8a14d1a7..b90d55cbf7f 100644 --- a/graphics/nxwidgets/src/cscrollbarpanel.cxx +++ b/graphics/nxwidgets/src/cscrollbarpanel.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cscrollbarpanel.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/graphics/nxwidgets/src/cscrollbarvertical.cxx b/graphics/nxwidgets/src/cscrollbarvertical.cxx index 0ff40ad0b29..5b6670ba734 100644 --- a/graphics/nxwidgets/src/cscrollbarvertical.cxx +++ b/graphics/nxwidgets/src/cscrollbarvertical.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/include/cscrollbarhorizontal.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/src/cscrollinglistbox.cxx b/graphics/nxwidgets/src/cscrollinglistbox.cxx index 710dbb2868d..2667b8fc9e2 100644 --- a/graphics/nxwidgets/src/cscrollinglistbox.cxx +++ b/graphics/nxwidgets/src/cscrollinglistbox.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cscrollinglistbox.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/graphics/nxwidgets/src/cscrollingpanel.cxx b/graphics/nxwidgets/src/cscrollingpanel.cxx index e470e0233a8..d369d42fc83 100644 --- a/graphics/nxwidgets/src/cscrollingpanel.cxx +++ b/graphics/nxwidgets/src/cscrollingpanel.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cscrollingpanel.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/graphics/nxwidgets/src/cscrollingtextbox.cxx b/graphics/nxwidgets/src/cscrollingtextbox.cxx index 658831b16a7..3ea6a51d43d 100644 --- a/graphics/nxwidgets/src/cscrollingtextbox.cxx +++ b/graphics/nxwidgets/src/cscrollingtextbox.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cscrollingtextbox.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/graphics/nxwidgets/src/csliderhorizontal.cxx b/graphics/nxwidgets/src/csliderhorizontal.cxx index 377887088c8..f2072493a2f 100644 --- a/graphics/nxwidgets/src/csliderhorizontal.cxx +++ b/graphics/nxwidgets/src/csliderhorizontal.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/csliderhorizontal.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/graphics/nxwidgets/src/csliderhorizontalgrip.cxx b/graphics/nxwidgets/src/csliderhorizontalgrip.cxx index 4bfa8f4bc8c..28fd1276aa3 100644 --- a/graphics/nxwidgets/src/csliderhorizontalgrip.cxx +++ b/graphics/nxwidgets/src/csliderhorizontalgrip.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/csliderhorizontalgrip.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/graphics/nxwidgets/src/cslidervertical.cxx b/graphics/nxwidgets/src/cslidervertical.cxx index c3666fc53a9..4dee4274bd7 100644 --- a/graphics/nxwidgets/src/cslidervertical.cxx +++ b/graphics/nxwidgets/src/cslidervertical.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cslidervertical.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/graphics/nxwidgets/src/csliderverticalgrip.cxx b/graphics/nxwidgets/src/csliderverticalgrip.cxx index 11967d76b6d..6fda9d8fdbe 100644 --- a/graphics/nxwidgets/src/csliderverticalgrip.cxx +++ b/graphics/nxwidgets/src/csliderverticalgrip.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cslidervertical.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/graphics/nxwidgets/src/cstickybutton.cxx b/graphics/nxwidgets/src/cstickybutton.cxx index 5a96690b0cf..2509c1db8f1 100644 --- a/graphics/nxwidgets/src/cstickybutton.cxx +++ b/graphics/nxwidgets/src/cstickybutton.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cstickybutton.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/graphics/nxwidgets/src/cstickybuttonarray.cxx b/graphics/nxwidgets/src/cstickybuttonarray.cxx index 1799153fda1..b52c2bf94ba 100644 --- a/graphics/nxwidgets/src/cstickybuttonarray.cxx +++ b/graphics/nxwidgets/src/cstickybuttonarray.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/include/cstickybuttonarray.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/graphics/nxwidgets/src/cstickyimage.cxx b/graphics/nxwidgets/src/cstickyimage.cxx index b1edb59d76a..346694c8c9e 100644 --- a/graphics/nxwidgets/src/cstickyimage.cxx +++ b/graphics/nxwidgets/src/cstickyimage.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cstickyimage.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/graphics/nxwidgets/src/cstringiterator.cxx b/graphics/nxwidgets/src/cstringiterator.cxx index 98831419ba8..301b3966deb 100644 --- a/graphics/nxwidgets/src/cstringiterator.cxx +++ b/graphics/nxwidgets/src/cstringiterator.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cgraphicsport.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/graphics/nxwidgets/src/ctabpanel.cxx b/graphics/nxwidgets/src/ctabpanel.cxx index 5c698425eb9..ea0b943a064 100644 --- a/graphics/nxwidgets/src/ctabpanel.cxx +++ b/graphics/nxwidgets/src/ctabpanel.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/ctabpanel.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwidgets/src/ctext.cxx b/graphics/nxwidgets/src/ctext.cxx index e68e9da21fe..0da00793d0f 100644 --- a/graphics/nxwidgets/src/ctext.cxx +++ b/graphics/nxwidgets/src/ctext.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/ctext.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/graphics/nxwidgets/src/ctextbox.cxx b/graphics/nxwidgets/src/ctextbox.cxx index a8ede069a75..9e04650cc34 100644 --- a/graphics/nxwidgets/src/ctextbox.cxx +++ b/graphics/nxwidgets/src/ctextbox.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/ctextbox.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/graphics/nxwidgets/src/cwidgetcontrol.cxx b/graphics/nxwidgets/src/cwidgetcontrol.cxx index 13f8a94df7a..921b0541261 100644 --- a/graphics/nxwidgets/src/cwidgetcontrol.cxx +++ b/graphics/nxwidgets/src/cwidgetcontrol.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cwidgetcontrol.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/graphics/nxwidgets/src/cwidgeteventhandlerlist.cxx b/graphics/nxwidgets/src/cwidgeteventhandlerlist.cxx index 293872c553e..c96d7d28faf 100644 --- a/graphics/nxwidgets/src/cwidgeteventhandlerlist.cxx +++ b/graphics/nxwidgets/src/cwidgeteventhandlerlist.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cwidgeteventhandlerlist.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/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx b/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx index 1286c6b40db..253f08f3a6c 100644 --- a/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx +++ b/graphics/nxwidgets/src/cwindoweventhandlerlist.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/cwindoweventhandlerlist.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/graphics/nxwidgets/src/singletons.cxx b/graphics/nxwidgets/src/singletons.cxx index fc4f3689f34..e6c4da73edc 100644 --- a/graphics/nxwidgets/src/singletons.cxx +++ b/graphics/nxwidgets/src/singletons.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwidgets/src/singletons.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/graphics/nxwm/Doxygen/gendoc.sh b/graphics/nxwm/Doxygen/gendoc.sh index e3dcdb7e8e3..5fe931e9143 100644 --- a/graphics/nxwm/Doxygen/gendoc.sh +++ b/graphics/nxwm/Doxygen/gendoc.sh @@ -2,6 +2,8 @@ ################################################################################# # apps/graphics/nxwm/Doxygen/gendoc.sh # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwm/Make.defs b/graphics/nxwm/Make.defs index 68e492a23c7..6161418d094 100644 --- a/graphics/nxwm/Make.defs +++ b/graphics/nxwm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/nxwm/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/graphics/nxwm/Makefile b/graphics/nxwm/Makefile index b643ee02ab0..4b1028c2e2c 100644 --- a/graphics/nxwm/Makefile +++ b/graphics/nxwm/Makefile @@ -1,6 +1,8 @@ ################################################################################# # apps/graphics/nxwm/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/nxwm/src/capplicationwindow.cxx b/graphics/nxwm/src/capplicationwindow.cxx index d3b5ba1314b..659db97ad05 100644 --- a/graphics/nxwm/src/capplicationwindow.cxx +++ b/graphics/nxwm/src/capplicationwindow.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/capplicationwindow.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/graphics/nxwm/src/ccalibration.cxx b/graphics/nxwm/src/ccalibration.cxx index 1c8f5cd8d69..21adb218348 100644 --- a/graphics/nxwm/src/ccalibration.cxx +++ b/graphics/nxwm/src/ccalibration.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nxwm/src/ccalibration.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/graphics/nxwm/src/cfullscreenwindow.cxx b/graphics/nxwm/src/cfullscreenwindow.cxx index 4873d633f2d..ccaf6300d27 100644 --- a/graphics/nxwm/src/cfullscreenwindow.cxx +++ b/graphics/nxwm/src/cfullscreenwindow.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/cfullscreenwindow.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/graphics/nxwm/src/chexcalculator.cxx b/graphics/nxwm/src/chexcalculator.cxx index ed410599127..e5ab0d9e8bb 100644 --- a/graphics/nxwm/src/chexcalculator.cxx +++ b/graphics/nxwm/src/chexcalculator.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/chexcalculator.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/graphics/nxwm/src/ckeyboard.cxx b/graphics/nxwm/src/ckeyboard.cxx index 826ed9b1ed3..20dcc44cc4e 100644 --- a/graphics/nxwm/src/ckeyboard.cxx +++ b/graphics/nxwm/src/ckeyboard.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/ckeyboard.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/graphics/nxwm/src/cmediaplayer.cxx b/graphics/nxwm/src/cmediaplayer.cxx index 72c1895cc58..bcfb95718f2 100644 --- a/graphics/nxwm/src/cmediaplayer.cxx +++ b/graphics/nxwm/src/cmediaplayer.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/cmediaplayer.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/graphics/nxwm/src/cnxterm.cxx b/graphics/nxwm/src/cnxterm.cxx index 2df27c36e36..0c4d2045597 100644 --- a/graphics/nxwm/src/cnxterm.cxx +++ b/graphics/nxwm/src/cnxterm.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/cnxterm.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/graphics/nxwm/src/cstartwindow.cxx b/graphics/nxwm/src/cstartwindow.cxx index b19a7ae58b0..8ee409e27e1 100644 --- a/graphics/nxwm/src/cstartwindow.cxx +++ b/graphics/nxwm/src/cstartwindow.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/cstartwindow.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/graphics/nxwm/src/ctaskbar.cxx b/graphics/nxwm/src/ctaskbar.cxx index f30c8758df7..d66d36850a1 100644 --- a/graphics/nxwm/src/ctaskbar.cxx +++ b/graphics/nxwm/src/ctaskbar.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/ctaskbar.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/graphics/nxwm/src/ctouchscreen.cxx b/graphics/nxwm/src/ctouchscreen.cxx index fbb7517004c..bbebc0f7a05 100644 --- a/graphics/nxwm/src/ctouchscreen.cxx +++ b/graphics/nxwm/src/ctouchscreen.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/ctouchscreen.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/graphics/nxwm/src/cwindowmessenger.cxx b/graphics/nxwm/src/cwindowmessenger.cxx index 9a33086b388..8761e4799b5 100644 --- a/graphics/nxwm/src/cwindowmessenger.cxx +++ b/graphics/nxwm/src/cwindowmessenger.cxx @@ -1,6 +1,8 @@ /******************************************************************************************** * apps/graphics/nxwm/src/cwindowmessenger.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/graphics/nxwm/src/nxwm_main.cxx b/graphics/nxwm/src/nxwm_main.cxx index f1255729bca..98feabbf6eb 100644 --- a/graphics/nxwm/src/nxwm_main.cxx +++ b/graphics/nxwm/src/nxwm_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/nxwm/src/nxwm_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/graphics/pdcurs34/Make.defs b/graphics/pdcurs34/Make.defs index 43fa97847f8..6db199357e4 100644 --- a/graphics/pdcurs34/Make.defs +++ b/graphics/pdcurs34/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/pdcurs34/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/graphics/pdcurs34/Makefile b/graphics/pdcurs34/Makefile index a97e0049979..e07f2fc1ec2 100644 --- a/graphics/pdcurs34/Makefile +++ b/graphics/pdcurs34/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/pdcurs34/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/include/curspriv.h b/graphics/pdcurs34/include/curspriv.h index 2b6a49bd65c..68e702bf491 100644 --- a/graphics/pdcurs34/include/curspriv.h +++ b/graphics/pdcurs34/include/curspriv.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/curspriv.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/graphics/pdcurs34/include/term.h b/graphics/pdcurs34/include/term.h index 2298f1def68..06230d368a1 100644 --- a/graphics/pdcurs34/include/term.h +++ b/graphics/pdcurs34/include/term.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/term.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/graphics/pdcurs34/nuttx/Make.defs b/graphics/pdcurs34/nuttx/Make.defs index e079be2d3a8..5ed3728beb8 100644 --- a/graphics/pdcurs34/nuttx/Make.defs +++ b/graphics/pdcurs34/nuttx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/pdcurs34/nuttx/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/graphics/pdcurs34/nuttx/pdcclip.c b/graphics/pdcurs34/nuttx/pdcclip.c index 476db525dfa..a938d7c6397 100644 --- a/graphics/pdcurs34/nuttx/pdcclip.c +++ b/graphics/pdcurs34/nuttx/pdcclip.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nuttx/pdclip.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/nuttx/pdcdisp.c b/graphics/pdcurs34/nuttx/pdcdisp.c index 8a91c11c936..428d24b70e3 100644 --- a/graphics/pdcurs34/nuttx/pdcdisp.c +++ b/graphics/pdcurs34/nuttx/pdcdisp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/nuttx/pdcdisp.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/nuttx/pdcgetsc.c b/graphics/pdcurs34/nuttx/pdcgetsc.c index ce7ad1d8889..8bbda588548 100644 --- a/graphics/pdcurs34/nuttx/pdcgetsc.c +++ b/graphics/pdcurs34/nuttx/pdcgetsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nuttx/pdcgetsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/nuttx/pdckbd.c b/graphics/pdcurs34/nuttx/pdckbd.c index f11280fe0fe..eeac7245f94 100644 --- a/graphics/pdcurs34/nuttx/pdckbd.c +++ b/graphics/pdcurs34/nuttx/pdckbd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nuttx/pdckbd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/nuttx/pdcnuttx.h b/graphics/pdcurs34/nuttx/pdcnuttx.h index 00760278e96..40c08584898 100644 --- a/graphics/pdcurs34/nuttx/pdcnuttx.h +++ b/graphics/pdcurs34/nuttx/pdcnuttx.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nuttx/pdcnuttx.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/graphics/pdcurs34/nuttx/pdcscrn.c b/graphics/pdcurs34/nuttx/pdcscrn.c index 0082dca7cfd..7620412438e 100644 --- a/graphics/pdcurs34/nuttx/pdcscrn.c +++ b/graphics/pdcurs34/nuttx/pdcscrn.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/nuttx/pdcscrn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/nuttx/pdcsetsc.c b/graphics/pdcurs34/nuttx/pdcsetsc.c index 3e5cd99cb01..af413f32cda 100644 --- a/graphics/pdcurs34/nuttx/pdcsetsc.c +++ b/graphics/pdcurs34/nuttx/pdcsetsc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nuttx/pdcsetsc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/nuttx/pdcthread.c b/graphics/pdcurs34/nuttx/pdcthread.c index e1295f04a91..ca19d7f76c7 100644 --- a/graphics/pdcurs34/nuttx/pdcthread.c +++ b/graphics/pdcurs34/nuttx/pdcthread.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/nuttx/pdcthread.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/nuttx/pdcutil.c b/graphics/pdcurs34/nuttx/pdcutil.c index 21957eb62d0..c22b88ad940 100644 --- a/graphics/pdcurs34/nuttx/pdcutil.c +++ b/graphics/pdcurs34/nuttx/pdcutil.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/nuttx/pdcutil.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/Make.defs b/graphics/pdcurs34/pdcurses/Make.defs index 5d6a8ccf51c..0632a550f0e 100644 --- a/graphics/pdcurs34/pdcurses/Make.defs +++ b/graphics/pdcurs34/pdcurses/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/pdcurs34/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/graphics/pdcurs34/pdcurses/pdc_addch.c b/graphics/pdcurs34/pdcurses/pdc_addch.c index dc0e332ce5a..b070b15edf4 100644 --- a/graphics/pdcurs34/pdcurses/pdc_addch.c +++ b/graphics/pdcurs34/pdcurses/pdc_addch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_addch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_addchstr.c b/graphics/pdcurs34/pdcurses/pdc_addchstr.c index 90cb5917443..9287d7cc5f1 100644 --- a/graphics/pdcurs34/pdcurses/pdc_addchstr.c +++ b/graphics/pdcurs34/pdcurses/pdc_addchstr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_addchstr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_addstr.c b/graphics/pdcurs34/pdcurses/pdc_addstr.c index 2073427c7dd..458e8a3c98b 100644 --- a/graphics/pdcurs34/pdcurses/pdc_addstr.c +++ b/graphics/pdcurs34/pdcurses/pdc_addstr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_addstr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_attr.c b/graphics/pdcurs34/pdcurses/pdc_attr.c index efbd7aaab58..87256b00cd6 100644 --- a/graphics/pdcurs34/pdcurses/pdc_attr.c +++ b/graphics/pdcurs34/pdcurses/pdc_attr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_attr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_beep.c b/graphics/pdcurs34/pdcurses/pdc_beep.c index 787db6840de..a318d0d824f 100644 --- a/graphics/pdcurs34/pdcurses/pdc_beep.c +++ b/graphics/pdcurs34/pdcurses/pdc_beep.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_beep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_bkgd.c b/graphics/pdcurs34/pdcurses/pdc_bkgd.c index 89cfc25b55d..48bc8b415d4 100644 --- a/graphics/pdcurs34/pdcurses/pdc_bkgd.c +++ b/graphics/pdcurs34/pdcurses/pdc_bkgd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_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/graphics/pdcurs34/pdcurses/pdc_border.c b/graphics/pdcurs34/pdcurses/pdc_border.c index cd7c2520c15..5bb5462ff34 100644 --- a/graphics/pdcurs34/pdcurses/pdc_border.c +++ b/graphics/pdcurs34/pdcurses/pdc_border.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_border.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_clear.c b/graphics/pdcurs34/pdcurses/pdc_clear.c index 2ac20b6b065..ff8ff04c09f 100644 --- a/graphics/pdcurs34/pdcurses/pdc_clear.c +++ b/graphics/pdcurs34/pdcurses/pdc_clear.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_clear.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_color.c b/graphics/pdcurs34/pdcurses/pdc_color.c index fc9ddf59c61..bebb19f7f94 100644 --- a/graphics/pdcurs34/pdcurses/pdc_color.c +++ b/graphics/pdcurs34/pdcurses/pdc_color.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_color.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_debug.c b/graphics/pdcurs34/pdcurses/pdc_debug.c index 08edd540ffe..e7431c25e27 100644 --- a/graphics/pdcurs34/pdcurses/pdc_debug.c +++ b/graphics/pdcurs34/pdcurses/pdc_debug.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_debug.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_delch.c b/graphics/pdcurs34/pdcurses/pdc_delch.c index 63aa82b76d8..d9969d3138d 100644 --- a/graphics/pdcurs34/pdcurses/pdc_delch.c +++ b/graphics/pdcurs34/pdcurses/pdc_delch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_delch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_deleteln.c b/graphics/pdcurs34/pdcurses/pdc_deleteln.c index 962a01c5967..7af909f24fa 100644 --- a/graphics/pdcurs34/pdcurses/pdc_deleteln.c +++ b/graphics/pdcurs34/pdcurses/pdc_deleteln.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_deleteln.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_getch.c b/graphics/pdcurs34/pdcurses/pdc_getch.c index bfdb6aaad45..f787e14f6d0 100644 --- a/graphics/pdcurs34/pdcurses/pdc_getch.c +++ b/graphics/pdcurs34/pdcurses/pdc_getch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_getch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_getstr.c b/graphics/pdcurs34/pdcurses/pdc_getstr.c index 8cd24178e86..17bed774b70 100644 --- a/graphics/pdcurs34/pdcurses/pdc_getstr.c +++ b/graphics/pdcurs34/pdcurses/pdc_getstr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_getstr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_getyx.c b/graphics/pdcurs34/pdcurses/pdc_getyx.c index d6c5358aded..b205984f404 100644 --- a/graphics/pdcurs34/pdcurses/pdc_getyx.c +++ b/graphics/pdcurs34/pdcurses/pdc_getyx.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_getyx.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_inch.c b/graphics/pdcurs34/pdcurses/pdc_inch.c index cda749729e6..29e00ae9183 100644 --- a/graphics/pdcurs34/pdcurses/pdc_inch.c +++ b/graphics/pdcurs34/pdcurses/pdc_inch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_inch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_inchstr.c b/graphics/pdcurs34/pdcurses/pdc_inchstr.c index 9bc595a3646..8c7620394bf 100644 --- a/graphics/pdcurs34/pdcurses/pdc_inchstr.c +++ b/graphics/pdcurs34/pdcurses/pdc_inchstr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_inchstr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_initscr.c b/graphics/pdcurs34/pdcurses/pdc_initscr.c index 52a6852503b..f643526ff5d 100644 --- a/graphics/pdcurs34/pdcurses/pdc_initscr.c +++ b/graphics/pdcurs34/pdcurses/pdc_initscr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_initscr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_inopts.c b/graphics/pdcurs34/pdcurses/pdc_inopts.c index d4fd5a5ad6c..089100c804a 100644 --- a/graphics/pdcurs34/pdcurses/pdc_inopts.c +++ b/graphics/pdcurs34/pdcurses/pdc_inopts.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_inopts.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_insch.c b/graphics/pdcurs34/pdcurses/pdc_insch.c index deb9f74c283..cc351edde4d 100644 --- a/graphics/pdcurs34/pdcurses/pdc_insch.c +++ b/graphics/pdcurs34/pdcurses/pdc_insch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_insch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_insstr.c b/graphics/pdcurs34/pdcurses/pdc_insstr.c index c62e507810f..d945226e5ba 100644 --- a/graphics/pdcurs34/pdcurses/pdc_insstr.c +++ b/graphics/pdcurs34/pdcurses/pdc_insstr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_insstr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_instr.c b/graphics/pdcurs34/pdcurses/pdc_instr.c index ac5b0a18bb7..a32e4801359 100644 --- a/graphics/pdcurs34/pdcurses/pdc_instr.c +++ b/graphics/pdcurs34/pdcurses/pdc_instr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_instr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_kernel.c b/graphics/pdcurs34/pdcurses/pdc_kernel.c index ec706e865e7..0e3bf42eff0 100644 --- a/graphics/pdcurs34/pdcurses/pdc_kernel.c +++ b/graphics/pdcurs34/pdcurses/pdc_kernel.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_kernel.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_keyname.c b/graphics/pdcurs34/pdcurses/pdc_keyname.c index c5a4921735a..8a23ddb46f3 100644 --- a/graphics/pdcurs34/pdcurses/pdc_keyname.c +++ b/graphics/pdcurs34/pdcurses/pdc_keyname.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_keyname.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_mouse.c b/graphics/pdcurs34/pdcurses/pdc_mouse.c index 54bdc66c715..62f47dc2de9 100644 --- a/graphics/pdcurs34/pdcurses/pdc_mouse.c +++ b/graphics/pdcurs34/pdcurses/pdc_mouse.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_mouse.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_move.c b/graphics/pdcurs34/pdcurses/pdc_move.c index f1729ed290e..87268fd2abc 100644 --- a/graphics/pdcurs34/pdcurses/pdc_move.c +++ b/graphics/pdcurs34/pdcurses/pdc_move.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_move.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_outopts.c b/graphics/pdcurs34/pdcurses/pdc_outopts.c index 81c1eaf9f43..0f980895276 100644 --- a/graphics/pdcurs34/pdcurses/pdc_outopts.c +++ b/graphics/pdcurs34/pdcurses/pdc_outopts.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_outopts.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_overlay.c b/graphics/pdcurs34/pdcurses/pdc_overlay.c index d692851df1c..e5fea025c8f 100644 --- a/graphics/pdcurs34/pdcurses/pdc_overlay.c +++ b/graphics/pdcurs34/pdcurses/pdc_overlay.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_overlay.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_pad.c b/graphics/pdcurs34/pdcurses/pdc_pad.c index fbc8ba3c272..6d250829fa2 100644 --- a/graphics/pdcurs34/pdcurses/pdc_pad.c +++ b/graphics/pdcurs34/pdcurses/pdc_pad.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_pad.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_panel.c b/graphics/pdcurs34/pdcurses/pdc_panel.c index e8648368d5a..28f191765f9 100644 --- a/graphics/pdcurs34/pdcurses/pdc_panel.c +++ b/graphics/pdcurs34/pdcurses/pdc_panel.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_panel.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_printw.c b/graphics/pdcurs34/pdcurses/pdc_printw.c index 09ccacdf7ef..6864ddbab0f 100644 --- a/graphics/pdcurs34/pdcurses/pdc_printw.c +++ b/graphics/pdcurs34/pdcurses/pdc_printw.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_printw.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_refresh.c b/graphics/pdcurs34/pdcurses/pdc_refresh.c index dc69552c7b4..33a82d256a1 100644 --- a/graphics/pdcurs34/pdcurses/pdc_refresh.c +++ b/graphics/pdcurs34/pdcurses/pdc_refresh.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_refresh.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_scanw.c b/graphics/pdcurs34/pdcurses/pdc_scanw.c index 5a6e6c6d9b1..0f9e94652c3 100644 --- a/graphics/pdcurs34/pdcurses/pdc_scanw.c +++ b/graphics/pdcurs34/pdcurses/pdc_scanw.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_scanw.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_scrdump.c b/graphics/pdcurs34/pdcurses/pdc_scrdump.c index cf7737bc2d5..e06b3c4635c 100644 --- a/graphics/pdcurs34/pdcurses/pdc_scrdump.c +++ b/graphics/pdcurs34/pdcurses/pdc_scrdump.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_scrdump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_scroll.c b/graphics/pdcurs34/pdcurses/pdc_scroll.c index 835fd7463d9..1b87471e19e 100644 --- a/graphics/pdcurs34/pdcurses/pdc_scroll.c +++ b/graphics/pdcurs34/pdcurses/pdc_scroll.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_scroll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_slk.c b/graphics/pdcurs34/pdcurses/pdc_slk.c index 3d02a005eec..b53d530e179 100644 --- a/graphics/pdcurs34/pdcurses/pdc_slk.c +++ b/graphics/pdcurs34/pdcurses/pdc_slk.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_slk.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_termattr.c b/graphics/pdcurs34/pdcurses/pdc_termattr.c index a95e8b75b46..9c25f7b3b9d 100644 --- a/graphics/pdcurs34/pdcurses/pdc_termattr.c +++ b/graphics/pdcurs34/pdcurses/pdc_termattr.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurses/pdc_termattr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_terminfo.c b/graphics/pdcurs34/pdcurses/pdc_terminfo.c index 099314b4a31..e6511260472 100644 --- a/graphics/pdcurs34/pdcurses/pdc_terminfo.c +++ b/graphics/pdcurs34/pdcurses/pdc_terminfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_terminfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_touch.c b/graphics/pdcurs34/pdcurses/pdc_touch.c index 5eda71905e7..5562df1a64d 100644 --- a/graphics/pdcurs34/pdcurses/pdc_touch.c +++ b/graphics/pdcurs34/pdcurses/pdc_touch.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_touch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_util.c b/graphics/pdcurs34/pdcurses/pdc_util.c index 4b4b369f86e..979543efd5f 100644 --- a/graphics/pdcurs34/pdcurses/pdc_util.c +++ b/graphics/pdcurs34/pdcurses/pdc_util.c @@ -1,7 +1,8 @@ - /**************************************************************************** * apps/graphics/pdcurses/util.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/pdcurs34/pdcurses/pdc_window.c b/graphics/pdcurs34/pdcurses/pdc_window.c index 47ce25a459d..0a0ef7e7ed2 100644 --- a/graphics/pdcurs34/pdcurses/pdc_window.c +++ b/graphics/pdcurs34/pdcurses/pdc_window.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/pdcurs34/pdcurses/pdc_window.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/screenshot/Make.defs b/graphics/screenshot/Make.defs index 5901dcc4adf..28f0d1fa108 100644 --- a/graphics/screenshot/Make.defs +++ b/graphics/screenshot/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/screenshot/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/graphics/screenshot/Makefile b/graphics/screenshot/Makefile index 9847dd22f23..0a315fc5681 100644 --- a/graphics/screenshot/Makefile +++ b/graphics/screenshot/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/screenshot/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/screenshot/screenshot_main.c b/graphics/screenshot/screenshot_main.c index 7ed5809321d..5025c67d80a 100644 --- a/graphics/screenshot/screenshot_main.c +++ b/graphics/screenshot/screenshot_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/screenshot/screenshot_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/graphics/slcd/Make.defs b/graphics/slcd/Make.defs index 781348ec4d6..4378ff13270 100644 --- a/graphics/slcd/Make.defs +++ b/graphics/slcd/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/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/graphics/slcd/Makefile b/graphics/slcd/Makefile index d45edf7e556..bc1c151e359 100644 --- a/graphics/slcd/Makefile +++ b/graphics/slcd/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/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/graphics/slcd/cslcd.cxx b/graphics/slcd/cslcd.cxx index bba30faf588..8f7320e1ed3 100644 --- a/graphics/slcd/cslcd.cxx +++ b/graphics/slcd/cslcd.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/slcd/cslcd.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/graphics/slcd/slcd.hxx b/graphics/slcd/slcd.hxx index 97619f8ab21..a28279440eb 100644 --- a/graphics/slcd/slcd.hxx +++ b/graphics/slcd/slcd.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/slcd/slcd.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/graphics/slcd/slcd_mapping.cxx b/graphics/slcd/slcd_mapping.cxx index b5d7315e418..086145f7e8d 100644 --- a/graphics/slcd/slcd_mapping.cxx +++ b/graphics/slcd/slcd_mapping.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/slcd/slcd_mapping.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/graphics/slcd/slcd_trapezoids.cxx b/graphics/slcd/slcd_trapezoids.cxx index 51cfabb7526..5c9689e4a84 100644 --- a/graphics/slcd/slcd_trapezoids.cxx +++ b/graphics/slcd/slcd_trapezoids.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/slcd/slcd_trapezoids.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/graphics/tiff/Make.defs b/graphics/tiff/Make.defs index 9ea1e6d00d6..a376e36a9b0 100644 --- a/graphics/tiff/Make.defs +++ b/graphics/tiff/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/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/graphics/tiff/Makefile b/graphics/tiff/Makefile index 54237674939..10c51fc8889 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/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/graphics/tiff/tiff_addstrip.c b/graphics/tiff/tiff_addstrip.c index e0a4bdfe0a7..ff4a9d59860 100644 --- a/graphics/tiff/tiff_addstrip.c +++ b/graphics/tiff/tiff_addstrip.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/tiff/tiff_addstrip.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/tiff/tiff_finalize.c b/graphics/tiff/tiff_finalize.c index 7c8d5d6dd4f..2ad01a06e03 100644 --- a/graphics/tiff/tiff_finalize.c +++ b/graphics/tiff/tiff_finalize.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/tiff/tiff_finalize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/tiff/tiff_initialize.c b/graphics/tiff/tiff_initialize.c index 8198333ef0f..b6de8408d97 100644 --- a/graphics/tiff/tiff_initialize.c +++ b/graphics/tiff/tiff_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/tiff/tiff_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/tiff/tiff_internal.h b/graphics/tiff/tiff_internal.h index 00bc6515b6f..b7661514503 100644 --- a/graphics/tiff/tiff_internal.h +++ b/graphics/tiff/tiff_internal.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/tiff/tiff_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/graphics/tiff/tiff_utils.c b/graphics/tiff/tiff_utils.c index 70de9292579..c16f7b3e300 100644 --- a/graphics/tiff/tiff_utils.c +++ b/graphics/tiff/tiff_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/tiff/tiff_utils.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/graphics/twm4nx/Make.defs b/graphics/twm4nx/Make.defs index e724004e79c..6d992ec5fa4 100644 --- a/graphics/twm4nx/Make.defs +++ b/graphics/twm4nx/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/twm4nx/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/graphics/twm4nx/Makefile b/graphics/twm4nx/Makefile index 0ec2f883a0c..6156b2da2a2 100644 --- a/graphics/twm4nx/Makefile +++ b/graphics/twm4nx/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/graphics/twm4nx/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/graphics/twm4nx/apps/ccalibration.cxx b/graphics/twm4nx/apps/ccalibration.cxx index 336b64777e2..7eab8067a81 100644 --- a/graphics/twm4nx/apps/ccalibration.cxx +++ b/graphics/twm4nx/apps/ccalibration.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/ccalibration.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/graphics/twm4nx/apps/cclock.cxx b/graphics/twm4nx/apps/cclock.cxx index a5559577db9..55c6c3e34f9 100644 --- a/graphics/twm4nx/apps/cclock.cxx +++ b/graphics/twm4nx/apps/cclock.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cnxterm.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/graphics/twm4nx/apps/cnxterm.cxx b/graphics/twm4nx/apps/cnxterm.cxx index 67a964c4393..1918775a830 100644 --- a/graphics/twm4nx/apps/cnxterm.cxx +++ b/graphics/twm4nx/apps/cnxterm.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cnxterm.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/graphics/twm4nx/src/cbackground.cxx b/graphics/twm4nx/src/cbackground.cxx index ef1f0ae312e..664913e0024 100644 --- a/graphics/twm4nx/src/cbackground.cxx +++ b/graphics/twm4nx/src/cbackground.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/include/cbackground.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/graphics/twm4nx/src/cfonts.cxx b/graphics/twm4nx/src/cfonts.cxx index b46baafbda6..03fcbee5712 100644 --- a/graphics/twm4nx/src/cfonts.cxx +++ b/graphics/twm4nx/src/cfonts.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cfonts.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/graphics/twm4nx/src/ciconmgr.cxx b/graphics/twm4nx/src/ciconmgr.cxx index 72c7c56fea4..24150a70109 100644 --- a/graphics/twm4nx/src/ciconmgr.cxx +++ b/graphics/twm4nx/src/ciconmgr.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/ciconmgr.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/graphics/twm4nx/src/ciconwidget.cxx b/graphics/twm4nx/src/ciconwidget.cxx index ec4e66d38ae..0f215303087 100644 --- a/graphics/twm4nx/src/ciconwidget.cxx +++ b/graphics/twm4nx/src/ciconwidget.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/ciconwidget.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/graphics/twm4nx/src/cinput.cxx b/graphics/twm4nx/src/cinput.cxx index 47a8dbb30e4..a6486de0761 100644 --- a/graphics/twm4nx/src/cinput.cxx +++ b/graphics/twm4nx/src/cinput.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/graphics/NxWidgets/nxwm/src/cinput.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/graphics/twm4nx/src/cmainmenu.cxx b/graphics/twm4nx/src/cmainmenu.cxx index 6282a9e7f25..2c2034f3bf8 100644 --- a/graphics/twm4nx/src/cmainmenu.cxx +++ b/graphics/twm4nx/src/cmainmenu.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/include/cmainmenu.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/graphics/twm4nx/src/cmenus.cxx b/graphics/twm4nx/src/cmenus.cxx index 9c6d1f3bda9..701fc1a7940 100644 --- a/graphics/twm4nx/src/cmenus.cxx +++ b/graphics/twm4nx/src/cmenus.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cmenus.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/graphics/twm4nx/src/cresize.cxx b/graphics/twm4nx/src/cresize.cxx index 9558f5d6c16..0e39cea53b6 100644 --- a/graphics/twm4nx/src/cresize.cxx +++ b/graphics/twm4nx/src/cresize.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cresize.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/graphics/twm4nx/src/ctwm4nx.cxx b/graphics/twm4nx/src/ctwm4nx.cxx index 8b9e9ca323e..eaa07bc1aef 100644 --- a/graphics/twm4nx/src/ctwm4nx.cxx +++ b/graphics/twm4nx/src/ctwm4nx.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/ctwm4nx.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/graphics/twm4nx/src/cwindow.cxx b/graphics/twm4nx/src/cwindow.cxx index 172d5fde5c0..5d71d799061 100644 --- a/graphics/twm4nx/src/cwindow.cxx +++ b/graphics/twm4nx/src/cwindow.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cwindow.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/graphics/twm4nx/src/cwindowevent.cxx b/graphics/twm4nx/src/cwindowevent.cxx index 4ec9e301352..b29268b849d 100644 --- a/graphics/twm4nx/src/cwindowevent.cxx +++ b/graphics/twm4nx/src/cwindowevent.cxx @@ -1,5 +1,7 @@ // apps/graphics/twm4nx/src/cwindowevent.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/graphics/twm4nx/src/cwindowfactory.cxx b/graphics/twm4nx/src/cwindowfactory.cxx index 35a7373e14c..bfda3f2c62f 100644 --- a/graphics/twm4nx/src/cwindowfactory.cxx +++ b/graphics/twm4nx/src/cwindowfactory.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cwindowfactory.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/graphics/twm4nx/src/twm4nx_cursor.cxx b/graphics/twm4nx/src/twm4nx_cursor.cxx index efea39c47bf..f9778d06e5a 100644 --- a/graphics/twm4nx/src/twm4nx_cursor.cxx +++ b/graphics/twm4nx/src/twm4nx_cursor.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/twm4nx_cursor.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/graphics/twm4nx/src/twm4nx_main.cxx b/graphics/twm4nx/src/twm4nx_main.cxx index c3de5e23ae4..30185ad07d2 100644 --- a/graphics/twm4nx/src/twm4nx_main.cxx +++ b/graphics/twm4nx/src/twm4nx_main.cxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/twm4nx_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/import/Make.defs b/import/Make.defs index 050a5d3e14e..d6f99cf5051 100644 --- a/import/Make.defs +++ b/import/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/import/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/import/Makefile b/import/Makefile index be5c4dc8e17..577708cacdc 100644 --- a/import/Makefile +++ b/import/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/import/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/include/audioutils/fmsynth.h b/include/audioutils/fmsynth.h index b5676a358d1..f38bc1cc626 100644 --- a/include/audioutils/fmsynth.h +++ b/include/audioutils/fmsynth.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/audioutils/fmsynth.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/include/audioutils/fmsynth_eg.h b/include/audioutils/fmsynth_eg.h index f69b42e4957..9d21c688d37 100644 --- a/include/audioutils/fmsynth_eg.h +++ b/include/audioutils/fmsynth_eg.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/audioutils/fmsynth_eg.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/include/audioutils/fmsynth_op.h b/include/audioutils/fmsynth_op.h index ec54ccf1ef3..38a24172d2d 100644 --- a/include/audioutils/fmsynth_op.h +++ b/include/audioutils/fmsynth_op.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/audioutils/fmsynth_op.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/include/audioutils/mml_parser.h b/include/audioutils/mml_parser.h index 2fd8912b265..ac9496f723e 100644 --- a/include/audioutils/mml_parser.h +++ b/include/audioutils/mml_parser.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/audioutils/mml_parser.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/include/audioutils/nxaudio.h b/include/audioutils/nxaudio.h index b17d464c497..eec0ea486a2 100644 --- a/include/audioutils/nxaudio.h +++ b/include/audioutils/nxaudio.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/audioutils/nxaudio.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/include/builtin/builtin.h b/include/builtin/builtin.h index 8b4ae492586..b0e0f4866a2 100644 --- a/include/builtin/builtin.h +++ b/include/builtin/builtin.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/builtin/builtin.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/include/canutils/canlib.h b/include/canutils/canlib.h index 844107a3e58..4f280549dbe 100644 --- a/include/canutils/canlib.h +++ b/include/canutils/canlib.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/canutils/canlib.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/include/canutils/lely/config.h b/include/canutils/lely/config.h index 339a953ee4a..9e9d82d6d1f 100644 --- a/include/canutils/lely/config.h +++ b/include/canutils/lely/config.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/canutils/lely/config.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/include/canutils/obd.h b/include/canutils/obd.h index 6d9b294d858..bc6667285a5 100644 --- a/include/canutils/obd.h +++ b/include/canutils/obd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/canutils/obd.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/include/canutils/obd_frame.h b/include/canutils/obd_frame.h index 6e06b6bc376..0d54a50b73d 100644 --- a/include/canutils/obd_frame.h +++ b/include/canutils/obd_frame.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/canutils/obd_frame.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/include/canutils/obd_pid.h b/include/canutils/obd_pid.h index 2a009511171..dfd46c0bf8c 100644 --- a/include/canutils/obd_pid.h +++ b/include/canutils/obd_pid.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/canutils/obd_pid.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/include/crypto/controlse/ccertificate.hxx b/include/crypto/controlse/ccertificate.hxx index 72bc45ac7d8..332fd030377 100644 --- a/include/crypto/controlse/ccertificate.hxx +++ b/include/crypto/controlse/ccertificate.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/ccertificate.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //*************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/ccsr.hxx b/include/crypto/controlse/ccsr.hxx index 67286605092..fd3eb38bd38 100644 --- a/include/crypto/controlse/ccsr.hxx +++ b/include/crypto/controlse/ccsr.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/ccsr.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/chex_util.hxx b/include/crypto/controlse/chex_util.hxx index 446518148f4..c40f232277d 100644 --- a/include/crypto/controlse/chex_util.hxx +++ b/include/crypto/controlse/chex_util.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/chex_util.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/cpublic_key.hxx b/include/crypto/controlse/cpublic_key.hxx index eed61ca1560..c0678b2743a 100644 --- a/include/crypto/controlse/cpublic_key.hxx +++ b/include/crypto/controlse/cpublic_key.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/cpublic_key.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/csan_builder.hxx b/include/crypto/controlse/csan_builder.hxx index c992e94c042..b6b05cd0345 100644 --- a/include/crypto/controlse/csan_builder.hxx +++ b/include/crypto/controlse/csan_builder.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/csan_builder.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/csecure_element.hxx b/include/crypto/controlse/csecure_element.hxx index ac79bad1002..5632b3ca2d0 100644 --- a/include/crypto/controlse/csecure_element.hxx +++ b/include/crypto/controlse/csecure_element.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/csecure_element.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/cserial_number.hxx b/include/crypto/controlse/cserial_number.hxx index d8dde8df832..0cdeb459ec9 100644 --- a/include/crypto/controlse/cserial_number.hxx +++ b/include/crypto/controlse/cserial_number.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/cserial_number.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/cstring.hxx b/include/crypto/controlse/cstring.hxx index 4e744f9d464..7ae868cb350 100644 --- a/include/crypto/controlse/cstring.hxx +++ b/include/crypto/controlse/cstring.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/cstring.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/crypto/controlse/isecure_element.hxx b/include/crypto/controlse/isecure_element.hxx index ad559f96ed7..dc957bdf468 100644 --- a/include/crypto/controlse/isecure_element.hxx +++ b/include/crypto/controlse/isecure_element.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/isecure_element.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - //*************************************************************************** // Included Files //*************************************************************************** diff --git a/include/crypto/controlse/isecure_element_object.hxx b/include/crypto/controlse/isecure_element_object.hxx index ecff5901519..f73a262ffb8 100644 --- a/include/crypto/controlse/isecure_element_object.hxx +++ b/include/crypto/controlse/isecure_element_object.hxx @@ -1,6 +1,9 @@ //*************************************************************************** // apps/include/crypto/controlse/isecure_element_object.hxx // +// SPDX-License-Identifier: Apache-2.0 +// SPDX-FileCopyrightText: 2024 NXP +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The @@ -18,8 +21,6 @@ // //************************************************************************** -// Copyright 2024 NXP - #pragma once //*************************************************************************** diff --git a/include/fsutils/flash_eraseall.h b/include/fsutils/flash_eraseall.h index d02baaef7d1..d3fb47c73de 100644 --- a/include/fsutils/flash_eraseall.h +++ b/include/fsutils/flash_eraseall.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/fsutils/flash_eraseall.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/include/fsutils/inifile.h b/include/fsutils/inifile.h index d943887fc59..ad9a7ffdf61 100644 --- a/include/fsutils/inifile.h +++ b/include/fsutils/inifile.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/fsutils/inifile.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/include/fsutils/ipcfg.h b/include/fsutils/ipcfg.h index 344b240ae38..a2aa1153170 100644 --- a/include/fsutils/ipcfg.h +++ b/include/fsutils/ipcfg.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/fsutils/ipcfg.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/include/fsutils/mkfatfs.h b/include/fsutils/mkfatfs.h index 09334b9e698..f2bc4ff9ec4 100644 --- a/include/fsutils/mkfatfs.h +++ b/include/fsutils/mkfatfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/fsutils/mkfatfs.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/include/fsutils/mksmartfs.h b/include/fsutils/mksmartfs.h index 4929598b441..38c6dea64af 100644 --- a/include/fsutils/mksmartfs.h +++ b/include/fsutils/mksmartfs.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/fsutils/mksmartfs.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/include/fsutils/passwd.h b/include/fsutils/passwd.h index 2b8234301a0..996bcf5097f 100644 --- a/include/fsutils/passwd.h +++ b/include/fsutils/passwd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/fsutils/passwd.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/include/graphics/curses.h b/include/graphics/curses.h index cc833b6c64d..d66e19ce96e 100644 --- a/include/graphics/curses.h +++ b/include/graphics/curses.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/curses.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/include/graphics/ft80x.h b/include/graphics/ft80x.h index 27b81b240ce..20da36b44c4 100644 --- a/include/graphics/ft80x.h +++ b/include/graphics/ft80x.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/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/include/graphics/nxglyphs.hxx b/include/graphics/nxglyphs.hxx index 73fcf2f85d4..807817f974b 100644 --- a/include/graphics/nxglyphs.hxx +++ b/include/graphics/nxglyphs.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/nxglyphs.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cbgwindow.hxx b/include/graphics/nxwidgets/cbgwindow.hxx index c0e1e5c2166..d79d15f6558 100644 --- a/include/graphics/nxwidgets/cbgwindow.hxx +++ b/include/graphics/nxwidgets/cbgwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cbgwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cbitmap.hxx b/include/graphics/nxwidgets/cbitmap.hxx index 4d29d49854d..01f5196f71d 100644 --- a/include/graphics/nxwidgets/cbitmap.hxx +++ b/include/graphics/nxwidgets/cbitmap.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cbitmap.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cbutton.hxx b/include/graphics/nxwidgets/cbutton.hxx index 0f6a62277eb..ad64d1bc184 100644 --- a/include/graphics/nxwidgets/cbutton.hxx +++ b/include/graphics/nxwidgets/cbutton.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cbutton.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cbuttonarray.hxx b/include/graphics/nxwidgets/cbuttonarray.hxx index 0a622e550d4..8c4798f3239 100644 --- a/include/graphics/nxwidgets/cbuttonarray.hxx +++ b/include/graphics/nxwidgets/cbuttonarray.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cbuttonarray.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ccallback.hxx b/include/graphics/nxwidgets/ccallback.hxx index b0cadbb54d3..96e5ca89307 100644 --- a/include/graphics/nxwidgets/ccallback.hxx +++ b/include/graphics/nxwidgets/ccallback.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ccallback.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ccheckbox.hxx b/include/graphics/nxwidgets/ccheckbox.hxx index 8fdfdd9c120..e97b62fe0de 100644 --- a/include/graphics/nxwidgets/ccheckbox.hxx +++ b/include/graphics/nxwidgets/ccheckbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ccheckbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ccyclebutton.hxx b/include/graphics/nxwidgets/ccyclebutton.hxx index b2f9a1c2063..441b4bb0ee1 100644 --- a/include/graphics/nxwidgets/ccyclebutton.hxx +++ b/include/graphics/nxwidgets/ccyclebutton.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ccyclebutton.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cglyphbutton.hxx b/include/graphics/nxwidgets/cglyphbutton.hxx index 68aec3648b5..c0c75992416 100644 --- a/include/graphics/nxwidgets/cglyphbutton.hxx +++ b/include/graphics/nxwidgets/cglyphbutton.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cbutton.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cglyphsliderhorizontal.hxx b/include/graphics/nxwidgets/cglyphsliderhorizontal.hxx index daf6bb97153..8d1cacafc1c 100644 --- a/include/graphics/nxwidgets/cglyphsliderhorizontal.hxx +++ b/include/graphics/nxwidgets/cglyphsliderhorizontal.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cglyphsliderhorizontal.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cglyphsliderhorizontalgrip.hxx b/include/graphics/nxwidgets/cglyphsliderhorizontalgrip.hxx index e4f61401c45..b3e4b8b9caf 100644 --- a/include/graphics/nxwidgets/cglyphsliderhorizontalgrip.hxx +++ b/include/graphics/nxwidgets/cglyphsliderhorizontalgrip.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cglyphsliderhorizontalgrip.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cgraphicsport.hxx b/include/graphics/nxwidgets/cgraphicsport.hxx index c5a0529952e..e715e201495 100644 --- a/include/graphics/nxwidgets/cgraphicsport.hxx +++ b/include/graphics/nxwidgets/cgraphicsport.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cgraphicsport.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cimage.hxx b/include/graphics/nxwidgets/cimage.hxx index 8402be3f63e..1698c5511a2 100644 --- a/include/graphics/nxwidgets/cimage.hxx +++ b/include/graphics/nxwidgets/cimage.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cimage.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ckeypad.hxx b/include/graphics/nxwidgets/ckeypad.hxx index ca78c3e1f2e..c3ecaae53b0 100644 --- a/include/graphics/nxwidgets/ckeypad.hxx +++ b/include/graphics/nxwidgets/ckeypad.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ckeypad.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clabel.hxx b/include/graphics/nxwidgets/clabel.hxx index d5cc5da3628..a94907869fa 100644 --- a/include/graphics/nxwidgets/clabel.hxx +++ b/include/graphics/nxwidgets/clabel.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/clabel.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clabelgrid.hxx b/include/graphics/nxwidgets/clabelgrid.hxx index fe6f521f29b..da518f9bc1b 100644 --- a/include/graphics/nxwidgets/clabelgrid.hxx +++ b/include/graphics/nxwidgets/clabelgrid.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/nxwidgets/include/clabelgrid.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clatchbutton.hxx b/include/graphics/nxwidgets/clatchbutton.hxx index 6f2227a922b..c6f3b4ed9fd 100644 --- a/include/graphics/nxwidgets/clatchbutton.hxx +++ b/include/graphics/nxwidgets/clatchbutton.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/clatchbutton.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clatchbuttonarray.hxx b/include/graphics/nxwidgets/clatchbuttonarray.hxx index 08162cc7f2c..10c48ca812c 100644 --- a/include/graphics/nxwidgets/clatchbuttonarray.hxx +++ b/include/graphics/nxwidgets/clatchbuttonarray.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/clatchbuttonarray.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clistbox.hxx b/include/graphics/nxwidgets/clistbox.hxx index ef1b4970449..0f1a7c8e57d 100644 --- a/include/graphics/nxwidgets/clistbox.hxx +++ b/include/graphics/nxwidgets/clistbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/clistbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clistboxdataitem.hxx b/include/graphics/nxwidgets/clistboxdataitem.hxx index 4d88c13453f..33ff883991a 100644 --- a/include/graphics/nxwidgets/clistboxdataitem.hxx +++ b/include/graphics/nxwidgets/clistboxdataitem.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/clistboxdataitem.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clistdata.hxx b/include/graphics/nxwidgets/clistdata.hxx index e9fc290c416..32317da0b2e 100644 --- a/include/graphics/nxwidgets/clistdata.hxx +++ b/include/graphics/nxwidgets/clistdata.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/clistdata.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clistdataeventargs.hxx b/include/graphics/nxwidgets/clistdataeventargs.hxx index 18649d9ad04..3d48cbefb5a 100644 --- a/include/graphics/nxwidgets/clistdataeventargs.hxx +++ b/include/graphics/nxwidgets/clistdataeventargs.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/clistdataeventargs.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/clistdataitem.hxx b/include/graphics/nxwidgets/clistdataitem.hxx index 9eb48bcd60c..43b68d2ccfa 100644 --- a/include/graphics/nxwidgets/clistdataitem.hxx +++ b/include/graphics/nxwidgets/clistdataitem.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/clistdataitem.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cmultilinetextbox.hxx b/include/graphics/nxwidgets/cmultilinetextbox.hxx index ff876c8fb7c..f98a405eae6 100644 --- a/include/graphics/nxwidgets/cmultilinetextbox.hxx +++ b/include/graphics/nxwidgets/cmultilinetextbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cmultilinetextbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnumericedit.hxx b/include/graphics/nxwidgets/cnumericedit.hxx index 9fa7c2dd055..18bc2b5cd1d 100644 --- a/include/graphics/nxwidgets/cnumericedit.hxx +++ b/include/graphics/nxwidgets/cnumericedit.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cnumericedit.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxfont.hxx b/include/graphics/nxwidgets/cnxfont.hxx index 873430e434d..a894e1e5165 100644 --- a/include/graphics/nxwidgets/cnxfont.hxx +++ b/include/graphics/nxwidgets/cnxfont.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cnxfont.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxserver.hxx b/include/graphics/nxwidgets/cnxserver.hxx index 5683506eb44..55b730a3db3 100644 --- a/include/graphics/nxwidgets/cnxserver.hxx +++ b/include/graphics/nxwidgets/cnxserver.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cnxserver.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxstring.hxx b/include/graphics/nxwidgets/cnxstring.hxx index 056bbd759ce..6f5d8198e16 100644 --- a/include/graphics/nxwidgets/cnxstring.hxx +++ b/include/graphics/nxwidgets/cnxstring.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/cnxtring.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxtimer.hxx b/include/graphics/nxwidgets/cnxtimer.hxx index 1ee40371ee0..f17f74fd31c 100644 --- a/include/graphics/nxwidgets/cnxtimer.hxx +++ b/include/graphics/nxwidgets/cnxtimer.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cnxtimer.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxtkwindow.hxx b/include/graphics/nxwidgets/cnxtkwindow.hxx index 1efdda2a188..b8b4fa99971 100644 --- a/include/graphics/nxwidgets/cnxtkwindow.hxx +++ b/include/graphics/nxwidgets/cnxtkwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cnxtkwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxtoolbar.hxx b/include/graphics/nxwidgets/cnxtoolbar.hxx index 8bfdd64ad7a..a70014bda24 100644 --- a/include/graphics/nxwidgets/cnxtoolbar.hxx +++ b/include/graphics/nxwidgets/cnxtoolbar.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cnxtoolbar.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxwidget.hxx b/include/graphics/nxwidgets/cnxwidget.hxx index c0806f9d7a1..eb1414dc858 100644 --- a/include/graphics/nxwidgets/cnxwidget.hxx +++ b/include/graphics/nxwidgets/cnxwidget.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/cnxwidget.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cnxwindow.hxx b/include/graphics/nxwidgets/cnxwindow.hxx index c8b5535be66..c75145a64a6 100644 --- a/include/graphics/nxwidgets/cnxwindow.hxx +++ b/include/graphics/nxwidgets/cnxwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cnxwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cprogressbar.hxx b/include/graphics/nxwidgets/cprogressbar.hxx index 6a33a67ecf2..a4f2162a3ec 100644 --- a/include/graphics/nxwidgets/cprogressbar.hxx +++ b/include/graphics/nxwidgets/cprogressbar.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cprogressbar.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cradiobutton.hxx b/include/graphics/nxwidgets/cradiobutton.hxx index 951acdae39c..b293d6b2dc2 100644 --- a/include/graphics/nxwidgets/cradiobutton.hxx +++ b/include/graphics/nxwidgets/cradiobutton.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cradiobutton.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cradiobuttongroup.hxx b/include/graphics/nxwidgets/cradiobuttongroup.hxx index 5aa084d8c22..427dfdfbb50 100644 --- a/include/graphics/nxwidgets/cradiobuttongroup.hxx +++ b/include/graphics/nxwidgets/cradiobuttongroup.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cradiobuttongroup.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/crect.hxx b/include/graphics/nxwidgets/crect.hxx index 02a8874ae55..864a46be460 100644 --- a/include/graphics/nxwidgets/crect.hxx +++ b/include/graphics/nxwidgets/crect.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cbgwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/crlepalettebitmap.hxx b/include/graphics/nxwidgets/crlepalettebitmap.hxx index 627f565e1f9..395c8c4d727 100644 --- a/include/graphics/nxwidgets/crlepalettebitmap.hxx +++ b/include/graphics/nxwidgets/crlepalettebitmap.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/crlepalettebitmap.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cscaledbitmap.hxx b/include/graphics/nxwidgets/cscaledbitmap.hxx index 7fc3538d60d..b2cc5f5773c 100644 --- a/include/graphics/nxwidgets/cscaledbitmap.hxx +++ b/include/graphics/nxwidgets/cscaledbitmap.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cscaledbitmap.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cscrollbarhorizontal.hxx b/include/graphics/nxwidgets/cscrollbarhorizontal.hxx index 453cccfb6c6..0280516b42b 100644 --- a/include/graphics/nxwidgets/cscrollbarhorizontal.hxx +++ b/include/graphics/nxwidgets/cscrollbarhorizontal.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cscrollbarhorizontal.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cscrollbarpanel.hxx b/include/graphics/nxwidgets/cscrollbarpanel.hxx index 965d728f0e8..0f1fcaa073f 100644 --- a/include/graphics/nxwidgets/cscrollbarpanel.hxx +++ b/include/graphics/nxwidgets/cscrollbarpanel.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cscrollbarpanel.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cscrollbarvertical.hxx b/include/graphics/nxwidgets/cscrollbarvertical.hxx index 63ac3ae50ec..e6d13796c02 100644 --- a/include/graphics/nxwidgets/cscrollbarvertical.hxx +++ b/include/graphics/nxwidgets/cscrollbarvertical.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cscrollbarvertical.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cscrollinglistbox.hxx b/include/graphics/nxwidgets/cscrollinglistbox.hxx index dd7e9c4c488..662682dbcd8 100644 --- a/include/graphics/nxwidgets/cscrollinglistbox.hxx +++ b/include/graphics/nxwidgets/cscrollinglistbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cscrollinglistbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cscrollingpanel.hxx b/include/graphics/nxwidgets/cscrollingpanel.hxx index 6c12169df0c..17e48f108c1 100644 --- a/include/graphics/nxwidgets/cscrollingpanel.hxx +++ b/include/graphics/nxwidgets/cscrollingpanel.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cscrollingpanel.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cscrollingtextbox.hxx b/include/graphics/nxwidgets/cscrollingtextbox.hxx index b800f47d2b9..65bc4757068 100644 --- a/include/graphics/nxwidgets/cscrollingtextbox.hxx +++ b/include/graphics/nxwidgets/cscrollingtextbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cscrollingtextbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/csliderhorizontal.hxx b/include/graphics/nxwidgets/csliderhorizontal.hxx index f87f52ac0a2..ea797eaaf20 100644 --- a/include/graphics/nxwidgets/csliderhorizontal.hxx +++ b/include/graphics/nxwidgets/csliderhorizontal.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/csliderhorizontal.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/csliderhorizontalgrip.hxx b/include/graphics/nxwidgets/csliderhorizontalgrip.hxx index e45fcb2046f..5b18d916a12 100644 --- a/include/graphics/nxwidgets/csliderhorizontalgrip.hxx +++ b/include/graphics/nxwidgets/csliderhorizontalgrip.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/csliderhorizontalgrip.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cslidervertical.hxx b/include/graphics/nxwidgets/cslidervertical.hxx index 8f6f3dd3d7d..7a2ca5c64be 100644 --- a/include/graphics/nxwidgets/cslidervertical.hxx +++ b/include/graphics/nxwidgets/cslidervertical.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cslidervertical.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/csliderverticalgrip.hxx b/include/graphics/nxwidgets/csliderverticalgrip.hxx index eca56a6da2d..c3ccb13b759 100644 --- a/include/graphics/nxwidgets/csliderverticalgrip.hxx +++ b/include/graphics/nxwidgets/csliderverticalgrip.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cslidervertical.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cstickybutton.hxx b/include/graphics/nxwidgets/cstickybutton.hxx index 3a9220741f6..279fad095f9 100644 --- a/include/graphics/nxwidgets/cstickybutton.hxx +++ b/include/graphics/nxwidgets/cstickybutton.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cstickybutton.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cstickybuttonarray.hxx b/include/graphics/nxwidgets/cstickybuttonarray.hxx index 41a97c24e26..4d6bb7afebd 100644 --- a/include/graphics/nxwidgets/cstickybuttonarray.hxx +++ b/include/graphics/nxwidgets/cstickybuttonarray.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cstickybuttonarray.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cstickyimage.hxx b/include/graphics/nxwidgets/cstickyimage.hxx index bb3fc22f707..4ca29e6db84 100644 --- a/include/graphics/nxwidgets/cstickyimage.hxx +++ b/include/graphics/nxwidgets/cstickyimage.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cstickyimage.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cstringiterator.hxx b/include/graphics/nxwidgets/cstringiterator.hxx index e20b1ec1316..09c88324373 100644 --- a/include/graphics/nxwidgets/cstringiterator.hxx +++ b/include/graphics/nxwidgets/cstringiterator.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cstringiterator.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ctabpanel.hxx b/include/graphics/nxwidgets/ctabpanel.hxx index 39d9dc2c163..75937628f5a 100644 --- a/include/graphics/nxwidgets/ctabpanel.hxx +++ b/include/graphics/nxwidgets/ctabpanel.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ctabpanel.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ctext.hxx b/include/graphics/nxwidgets/ctext.hxx index 19aa01d0988..b5ce62157ba 100644 --- a/include/graphics/nxwidgets/ctext.hxx +++ b/include/graphics/nxwidgets/ctext.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ctext.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ctextbox.hxx b/include/graphics/nxwidgets/ctextbox.hxx index 55a65c22527..ffc6d8d1ea8 100644 --- a/include/graphics/nxwidgets/ctextbox.hxx +++ b/include/graphics/nxwidgets/ctextbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ctextbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cwidgetcontrol.hxx b/include/graphics/nxwidgets/cwidgetcontrol.hxx index b2a4c03596c..504aab616f2 100644 --- a/include/graphics/nxwidgets/cwidgetcontrol.hxx +++ b/include/graphics/nxwidgets/cwidgetcontrol.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cwidgetcontrol.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cwidgeteventargs.hxx b/include/graphics/nxwidgets/cwidgeteventargs.hxx index 143f3b02faf..42ea5ed5f19 100644 --- a/include/graphics/nxwidgets/cwidgeteventargs.hxx +++ b/include/graphics/nxwidgets/cwidgeteventargs.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cwidgeteventargs.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cwidgeteventhandler.hxx b/include/graphics/nxwidgets/cwidgeteventhandler.hxx index 3df10531cad..823dac9d061 100644 --- a/include/graphics/nxwidgets/cwidgeteventhandler.hxx +++ b/include/graphics/nxwidgets/cwidgeteventhandler.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cwidgeteventhandler.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cwidgeteventhandlerlist.hxx b/include/graphics/nxwidgets/cwidgeteventhandlerlist.hxx index 846f765055d..24b11ce80fa 100644 --- a/include/graphics/nxwidgets/cwidgeteventhandlerlist.hxx +++ b/include/graphics/nxwidgets/cwidgeteventhandlerlist.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cwidgeteventhandlerlist.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cwidgetstyle.hxx b/include/graphics/nxwidgets/cwidgetstyle.hxx index b1d25aeacaa..01e333ea1ee 100644 --- a/include/graphics/nxwidgets/cwidgetstyle.hxx +++ b/include/graphics/nxwidgets/cwidgetstyle.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cwidgetstyle.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cwindoweventhandler.hxx b/include/graphics/nxwidgets/cwindoweventhandler.hxx index c4729e1284a..5979c254e2b 100644 --- a/include/graphics/nxwidgets/cwindoweventhandler.hxx +++ b/include/graphics/nxwidgets/cwindoweventhandler.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cwindoweventhandler.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/cwindoweventhandlerlist.hxx b/include/graphics/nxwidgets/cwindoweventhandlerlist.hxx index be494c87941..f59af9c5db8 100644 --- a/include/graphics/nxwidgets/cwindoweventhandlerlist.hxx +++ b/include/graphics/nxwidgets/cwindoweventhandlerlist.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/cwindoweventhandlerlist.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ibitmap.hxx b/include/graphics/nxwidgets/ibitmap.hxx index d2abbb964e0..208e91bf725 100644 --- a/include/graphics/nxwidgets/ibitmap.hxx +++ b/include/graphics/nxwidgets/ibitmap.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ibitmap.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ilistbox.hxx b/include/graphics/nxwidgets/ilistbox.hxx index 89003b70bbe..32a77bec897 100644 --- a/include/graphics/nxwidgets/ilistbox.hxx +++ b/include/graphics/nxwidgets/ilistbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ilistbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/ilistdataeventhandler.hxx b/include/graphics/nxwidgets/ilistdataeventhandler.hxx index 6aa2cd4849a..2ca274d4314 100644 --- a/include/graphics/nxwidgets/ilistdataeventhandler.hxx +++ b/include/graphics/nxwidgets/ilistdataeventhandler.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/ilistdataeventhandler.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/inxwindow.hxx b/include/graphics/nxwidgets/inxwindow.hxx index 28aabd0a6a4..0236192ef5e 100644 --- a/include/graphics/nxwidgets/inxwindow.hxx +++ b/include/graphics/nxwidgets/inxwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/inxwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/iscrollable.hxx b/include/graphics/nxwidgets/iscrollable.hxx index baaf2e4659c..53fdcecdd1f 100644 --- a/include/graphics/nxwidgets/iscrollable.hxx +++ b/include/graphics/nxwidgets/iscrollable.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/iscrollable.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/islider.hxx b/include/graphics/nxwidgets/islider.hxx index 4c5b787dded..d50e60dc34e 100644 --- a/include/graphics/nxwidgets/islider.hxx +++ b/include/graphics/nxwidgets/islider.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/islider.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/itextbox.hxx b/include/graphics/nxwidgets/itextbox.hxx index 99216f19c80..006ade8a536 100644 --- a/include/graphics/nxwidgets/itextbox.hxx +++ b/include/graphics/nxwidgets/itextbox.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/itextbox.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/nxconfig.hxx b/include/graphics/nxwidgets/nxconfig.hxx index 097af19e07f..4a8e1ebf782 100644 --- a/include/graphics/nxwidgets/nxconfig.hxx +++ b/include/graphics/nxwidgets/nxconfig.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/nxconfig.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/singletons.hxx b/include/graphics/nxwidgets/singletons.hxx index d3ef88c7274..588af556005 100644 --- a/include/graphics/nxwidgets/singletons.hxx +++ b/include/graphics/nxwidgets/singletons.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/singletons.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/teventargs.hxx b/include/graphics/nxwidgets/teventargs.hxx index c7d78429ff4..15df705d40e 100644 --- a/include/graphics/nxwidgets/teventargs.hxx +++ b/include/graphics/nxwidgets/teventargs.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/teventargs.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwidgets/tnxarray.hxx b/include/graphics/nxwidgets/tnxarray.hxx index e27f25b8fd5..9c28c9211b9 100644 --- a/include/graphics/nxwidgets/tnxarray.hxx +++ b/include/graphics/nxwidgets/tnxarray.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwidgets/tnxarray.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/capplicationwindow.hxx b/include/graphics/nxwm/capplicationwindow.hxx index 5362a3fe910..51365d1b212 100644 --- a/include/graphics/nxwm/capplicationwindow.hxx +++ b/include/graphics/nxwm/capplicationwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/capplicationwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/ccalibration.hxx b/include/graphics/nxwm/ccalibration.hxx index 2417f7fe0ad..e8035414968 100644 --- a/include/graphics/nxwm/ccalibration.hxx +++ b/include/graphics/nxwm/ccalibration.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/ccalibration.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/cfullscreenwindow.hxx b/include/graphics/nxwm/cfullscreenwindow.hxx index b0379848263..3054e6f8e9f 100644 --- a/include/graphics/nxwm/cfullscreenwindow.hxx +++ b/include/graphics/nxwm/cfullscreenwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/cfullscreenwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/chexcalculator.hxx b/include/graphics/nxwm/chexcalculator.hxx index 146c8810bbb..2780a104746 100644 --- a/include/graphics/nxwm/chexcalculator.hxx +++ b/include/graphics/nxwm/chexcalculator.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/chexcalculator.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/ckeyboard.hxx b/include/graphics/nxwm/ckeyboard.hxx index f810f6a974d..64535dafb13 100644 --- a/include/graphics/nxwm/ckeyboard.hxx +++ b/include/graphics/nxwm/ckeyboard.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/keyboard.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/cmediaplayer.hxx b/include/graphics/nxwm/cmediaplayer.hxx index 20e454ca2b9..fd1745dc517 100644 --- a/include/graphics/nxwm/cmediaplayer.hxx +++ b/include/graphics/nxwm/cmediaplayer.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/cmediaplayer.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/cnxterm.hxx b/include/graphics/nxwm/cnxterm.hxx index 4f78fd3ce33..5afbac76c9a 100644 --- a/include/graphics/nxwm/cnxterm.hxx +++ b/include/graphics/nxwm/cnxterm.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/cnxterm.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/cstartwindow.hxx b/include/graphics/nxwm/cstartwindow.hxx index a3a6c87ff57..fb4fb2acb97 100644 --- a/include/graphics/nxwm/cstartwindow.hxx +++ b/include/graphics/nxwm/cstartwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/cnxstart.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/ctaskbar.hxx b/include/graphics/nxwm/ctaskbar.hxx index 295a173ae63..fd312b3f14a 100644 --- a/include/graphics/nxwm/ctaskbar.hxx +++ b/include/graphics/nxwm/ctaskbar.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/cnxtaskbar.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/ctouchscreen.hxx b/include/graphics/nxwm/ctouchscreen.hxx index 0e215b7a0cc..7808f21ba96 100644 --- a/include/graphics/nxwm/ctouchscreen.hxx +++ b/include/graphics/nxwm/ctouchscreen.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/ctouchscreen.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/cwindowmessenger.hxx b/include/graphics/nxwm/cwindowmessenger.hxx index 264db80d578..535b7aeb587 100644 --- a/include/graphics/nxwm/cwindowmessenger.hxx +++ b/include/graphics/nxwm/cwindowmessenger.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/cwindowmessenger.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/iapplication.hxx b/include/graphics/nxwm/iapplication.hxx index e671304ed14..26b3ff6944d 100644 --- a/include/graphics/nxwm/iapplication.hxx +++ b/include/graphics/nxwm/iapplication.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/iapplication.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/iapplicationwindow.hxx b/include/graphics/nxwm/iapplicationwindow.hxx index d702869b52f..72addbcd68e 100644 --- a/include/graphics/nxwm/iapplicationwindow.hxx +++ b/include/graphics/nxwm/iapplicationwindow.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/iapplicationwindow.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/nxwm/nxwmconfig.hxx b/include/graphics/nxwm/nxwmconfig.hxx index c5fa07f728d..06eb6853064 100644 --- a/include/graphics/nxwm/nxwmconfig.hxx +++ b/include/graphics/nxwm/nxwmconfig.hxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/nxwm/nxwmconfig.hxx * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/include/graphics/panel.h b/include/graphics/panel.h index 9eb9daefdf7..22a25f21259 100644 --- a/include/graphics/panel.h +++ b/include/graphics/panel.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/panel.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/include/graphics/slcd.hxx b/include/graphics/slcd.hxx index e1b1bb7491d..23d940844da 100644 --- a/include/graphics/slcd.hxx +++ b/include/graphics/slcd.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/slcd.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/tiff.h b/include/graphics/tiff.h index f4c21148c2c..2239ead286d 100644 --- a/include/graphics/tiff.h +++ b/include/graphics/tiff.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/graphics/tiff.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/include/graphics/twm4nx/apps/calib_config.hxx b/include/graphics/twm4nx/apps/calib_config.hxx index 14f795fe8a4..85abc746a76 100644 --- a/include/graphics/twm4nx/apps/calib_config.hxx +++ b/include/graphics/twm4nx/apps/calib_config.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/apps/calib_config.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/apps/ccalibration.hxx b/include/graphics/twm4nx/apps/ccalibration.hxx index 9b610918a29..39b60b0cfc9 100644 --- a/include/graphics/twm4nx/apps/ccalibration.hxx +++ b/include/graphics/twm4nx/apps/ccalibration.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/apps/ccalibration.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/apps/cclock.hxx b/include/graphics/twm4nx/apps/cclock.hxx index c03de3336ed..351381a692d 100644 --- a/include/graphics/twm4nx/apps/cclock.hxx +++ b/include/graphics/twm4nx/apps/cclock.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/apps/cclock.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/apps/clock_config.hxx b/include/graphics/twm4nx/apps/clock_config.hxx index fa5584f1a65..b6c05906075 100644 --- a/include/graphics/twm4nx/apps/clock_config.hxx +++ b/include/graphics/twm4nx/apps/clock_config.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/apps/clock_config.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/apps/cnxterm.hxx b/include/graphics/twm4nx/apps/cnxterm.hxx index d697f72f95b..e7bfcecc271 100644 --- a/include/graphics/twm4nx/apps/cnxterm.hxx +++ b/include/graphics/twm4nx/apps/cnxterm.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/apps/cnxterm.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/apps/nxterm_config.hxx b/include/graphics/twm4nx/apps/nxterm_config.hxx index 88d4b10c8da..e90be9b9047 100644 --- a/include/graphics/twm4nx/apps/nxterm_config.hxx +++ b/include/graphics/twm4nx/apps/nxterm_config.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/apps/nxterm_config.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cbackground.hxx b/include/graphics/twm4nx/cbackground.hxx index 75e985f4e49..bca79302961 100644 --- a/include/graphics/twm4nx/cbackground.hxx +++ b/include/graphics/twm4nx/cbackground.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/cbackground.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cfonts.hxx b/include/graphics/twm4nx/cfonts.hxx index 532e37b3984..479eaa727d7 100644 --- a/include/graphics/twm4nx/cfonts.hxx +++ b/include/graphics/twm4nx/cfonts.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/cfonts.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/ciconmgr.hxx b/include/graphics/twm4nx/ciconmgr.hxx index 766f29c0a77..4b2104b07da 100644 --- a/include/graphics/twm4nx/ciconmgr.hxx +++ b/include/graphics/twm4nx/ciconmgr.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/ciconmgr.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/ciconwidget.hxx b/include/graphics/twm4nx/ciconwidget.hxx index f76082869b1..e96b69ca892 100644 --- a/include/graphics/twm4nx/ciconwidget.hxx +++ b/include/graphics/twm4nx/ciconwidget.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/ciconwidget.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cinput.hxx b/include/graphics/twm4nx/cinput.hxx index c7ee7da6ebb..eb576dd5503 100644 --- a/include/graphics/twm4nx/cinput.hxx +++ b/include/graphics/twm4nx/cinput.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/cinput.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cmainmenu.hxx b/include/graphics/twm4nx/cmainmenu.hxx index 6fe1f72da69..f88af86e1cd 100644 --- a/include/graphics/twm4nx/cmainmenu.hxx +++ b/include/graphics/twm4nx/cmainmenu.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/cmainmenu.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cmenus.hxx b/include/graphics/twm4nx/cmenus.hxx index ecbda590747..e7abee1ab5a 100644 --- a/include/graphics/twm4nx/cmenus.hxx +++ b/include/graphics/twm4nx/cmenus.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/Cmenus.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cresize.hxx b/include/graphics/twm4nx/cresize.hxx index fd4b503b1f6..0c6a52733e9 100644 --- a/include/graphics/twm4nx/cresize.hxx +++ b/include/graphics/twm4nx/cresize.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/cresize.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/ctwm4nx.hxx b/include/graphics/twm4nx/ctwm4nx.hxx index 8f3cc5b42e2..655bb9214c0 100644 --- a/include/graphics/twm4nx/ctwm4nx.hxx +++ b/include/graphics/twm4nx/ctwm4nx.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/ctwm4nx.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/ctwm4nxevent.hxx b/include/graphics/twm4nx/ctwm4nxevent.hxx index fef00821637..8d0d3b9cc10 100644 --- a/include/graphics/twm4nx/ctwm4nxevent.hxx +++ b/include/graphics/twm4nx/ctwm4nxevent.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/ctwmnxevent.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cwindow.hxx b/include/graphics/twm4nx/cwindow.hxx index b1bdd0656e2..2b0508593f5 100644 --- a/include/graphics/twm4nx/cwindow.hxx +++ b/include/graphics/twm4nx/cwindow.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/cwindow.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cwindowevent.hxx b/include/graphics/twm4nx/cwindowevent.hxx index 61c975a0597..86755790b24 100644 --- a/include/graphics/twm4nx/cwindowevent.hxx +++ b/include/graphics/twm4nx/cwindowevent.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/graphics/twm4nx/src/cwindowevent.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/cwindowfactory.hxx b/include/graphics/twm4nx/cwindowfactory.hxx index 1ae7be4ebff..c59fe710f8d 100644 --- a/include/graphics/twm4nx/cwindowfactory.hxx +++ b/include/graphics/twm4nx/cwindowfactory.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/cwindowfactory.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/iapplication.hxx b/include/graphics/twm4nx/iapplication.hxx index b3962e0cbbe..5a71013bd6c 100644 --- a/include/graphics/twm4nx/iapplication.hxx +++ b/include/graphics/twm4nx/iapplication.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/iapplication.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/twm4nx_config.hxx b/include/graphics/twm4nx/twm4nx_config.hxx index 2d1849592da..679cc887eaf 100644 --- a/include/graphics/twm4nx/twm4nx_config.hxx +++ b/include/graphics/twm4nx/twm4nx_config.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/twm4nx_config.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/twm4nx_cursor.hxx b/include/graphics/twm4nx/twm4nx_cursor.hxx index 9f86a5b0ada..f6761e34277 100644 --- a/include/graphics/twm4nx/twm4nx_cursor.hxx +++ b/include/graphics/twm4nx/twm4nx_cursor.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/twm4nx_cursor.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/graphics/twm4nx/twm4nx_events.hxx b/include/graphics/twm4nx/twm4nx_events.hxx index 9058d40ece2..64a2ea5daed 100644 --- a/include/graphics/twm4nx/twm4nx_events.hxx +++ b/include/graphics/twm4nx/twm4nx_events.hxx @@ -1,6 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // apps/include/graphics/twm4nx/twm4nx_events.hxx // +// SPDX-License-Identifier: Apache-2.0 +// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. The diff --git a/include/industry/abnt_codi.h b/include/industry/abnt_codi.h index c84aee45f97..049a7b29fe4 100644 --- a/include/industry/abnt_codi.h +++ b/include/industry/abnt_codi.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/abnt_codi.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/include/industry/foc/fixed16/foc_align.h b/include/industry/foc/fixed16/foc_align.h index 27403df5795..9a840799b8f 100644 --- a/include/industry/foc/fixed16/foc_align.h +++ b/include/industry/foc/fixed16/foc_align.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_align.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/include/industry/foc/fixed16/foc_angle.h b/include/industry/foc/fixed16/foc_angle.h index ba6cd22ff07..1834ec6f8ab 100644 --- a/include/industry/foc/fixed16/foc_angle.h +++ b/include/industry/foc/fixed16/foc_angle.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_angle.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/include/industry/foc/fixed16/foc_cordic.h b/include/industry/foc/fixed16/foc_cordic.h index 81dd52ddc77..94bd09564b5 100644 --- a/include/industry/foc/fixed16/foc_cordic.h +++ b/include/industry/foc/fixed16/foc_cordic.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_cordic.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/include/industry/foc/fixed16/foc_feedforward.h b/include/industry/foc/fixed16/foc_feedforward.h index 742537a1804..f84430ca449 100644 --- a/include/industry/foc/fixed16/foc_feedforward.h +++ b/include/industry/foc/fixed16/foc_feedforward.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_feedforward.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/include/industry/foc/fixed16/foc_handler.h b/include/industry/foc/fixed16/foc_handler.h index 8e1601f41b6..718713fc181 100644 --- a/include/industry/foc/fixed16/foc_handler.h +++ b/include/industry/foc/fixed16/foc_handler.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_handler.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/include/industry/foc/fixed16/foc_ident.h b/include/industry/foc/fixed16/foc_ident.h index d7360e19b9d..74e97f0819f 100644 --- a/include/industry/foc/fixed16/foc_ident.h +++ b/include/industry/foc/fixed16/foc_ident.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_ident.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/include/industry/foc/fixed16/foc_model.h b/include/industry/foc/fixed16/foc_model.h index ce0c8c8e460..7afe2129c6c 100644 --- a/include/industry/foc/fixed16/foc_model.h +++ b/include/industry/foc/fixed16/foc_model.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_model.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/include/industry/foc/fixed16/foc_ramp.h b/include/industry/foc/fixed16/foc_ramp.h index 1c2a1547ad3..5577f427a72 100644 --- a/include/industry/foc/fixed16/foc_ramp.h +++ b/include/industry/foc/fixed16/foc_ramp.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_ramp.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/include/industry/foc/fixed16/foc_routine.h b/include/industry/foc/fixed16/foc_routine.h index 320d8a8f0c7..8dae9639bab 100644 --- a/include/industry/foc/fixed16/foc_routine.h +++ b/include/industry/foc/fixed16/foc_routine.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_routine.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/include/industry/foc/fixed16/foc_velocity.h b/include/industry/foc/fixed16/foc_velocity.h index 14119e968b4..eef5c73ce7c 100644 --- a/include/industry/foc/fixed16/foc_velocity.h +++ b/include/industry/foc/fixed16/foc_velocity.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/fixed16/foc_velocity.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/include/industry/foc/float/foc_align.h b/include/industry/foc/float/foc_align.h index f0e3035ebd3..31bce11c81d 100644 --- a/include/industry/foc/float/foc_align.h +++ b/include/industry/foc/float/foc_align.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_align.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/include/industry/foc/float/foc_angle.h b/include/industry/foc/float/foc_angle.h index b258b46b8a6..42009846353 100644 --- a/include/industry/foc/float/foc_angle.h +++ b/include/industry/foc/float/foc_angle.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_angle.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/include/industry/foc/float/foc_cordic.h b/include/industry/foc/float/foc_cordic.h index f68fbec9ba5..77620d65314 100644 --- a/include/industry/foc/float/foc_cordic.h +++ b/include/industry/foc/float/foc_cordic.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_cordic.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/include/industry/foc/float/foc_feedforward.h b/include/industry/foc/float/foc_feedforward.h index 6be81336cae..96b33dbf834 100644 --- a/include/industry/foc/float/foc_feedforward.h +++ b/include/industry/foc/float/foc_feedforward.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_feedforward.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/include/industry/foc/float/foc_handler.h b/include/industry/foc/float/foc_handler.h index 662491be092..09e38e98ad3 100644 --- a/include/industry/foc/float/foc_handler.h +++ b/include/industry/foc/float/foc_handler.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_handler.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/include/industry/foc/float/foc_ident.h b/include/industry/foc/float/foc_ident.h index 66da973a4eb..fcbb94b6d59 100644 --- a/include/industry/foc/float/foc_ident.h +++ b/include/industry/foc/float/foc_ident.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_ident.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/include/industry/foc/float/foc_model.h b/include/industry/foc/float/foc_model.h index da26eec0ce8..95a7ed1b3c5 100644 --- a/include/industry/foc/float/foc_model.h +++ b/include/industry/foc/float/foc_model.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_model.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/include/industry/foc/float/foc_ramp.h b/include/industry/foc/float/foc_ramp.h index ea75700b0f4..ca41eef3796 100644 --- a/include/industry/foc/float/foc_ramp.h +++ b/include/industry/foc/float/foc_ramp.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_ramp.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/include/industry/foc/float/foc_routine.h b/include/industry/foc/float/foc_routine.h index fc3d68640c6..bcfe3e1b983 100644 --- a/include/industry/foc/float/foc_routine.h +++ b/include/industry/foc/float/foc_routine.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_routine.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/include/industry/foc/float/foc_velocity.h b/include/industry/foc/float/foc_velocity.h index 971a9e9abda..309a4512a11 100644 --- a/include/industry/foc/float/foc_velocity.h +++ b/include/industry/foc/float/foc_velocity.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/float/foc_velocity.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/include/industry/foc/foc_common.h b/include/industry/foc/foc_common.h index 4530647cac4..6993a6a3742 100644 --- a/include/industry/foc/foc_common.h +++ b/include/industry/foc/foc_common.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/foc_common.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/include/industry/foc/foc_log.h b/include/industry/foc/foc_log.h index bc8b1c43f2a..62a9950bb0f 100644 --- a/include/industry/foc/foc_log.h +++ b/include/industry/foc/foc_log.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/foc_log.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/include/industry/foc/foc_utils.h b/include/industry/foc/foc_utils.h index 65406ce7db6..b76931846a0 100644 --- a/include/industry/foc/foc_utils.h +++ b/include/industry/foc/foc_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/industry/foc/foc_utils.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/include/interpreters/minibasic.h b/include/interpreters/minibasic.h index 1520f30d6d2..b315445b0ff 100644 --- a/include/interpreters/minibasic.h +++ b/include/interpreters/minibasic.h @@ -1,42 +1,31 @@ /**************************************************************************** * apps/include/interpreters/minibasic.h * - * Copyright (C) 2016 Gregory Nutt. All rights reserved. + * SPDX-License-Identifier: Apache-2.0 * - * This file was taken from Mini Basic, versino 1.0 developed by Malcolm - * McLean, Leeds University. Mini Basic version 1.0 was released the - * Creative Commons Attribution license which, from my reading, appears to - * be compatible with the NuttX BSD-style license: - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed to the Apache Software 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 * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * 3. Neither the name NuttX nor the names of its contributors may be - * used to endorse or promote products derived from this software - * without specific prior written permission. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, - * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED - * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN - * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. + * 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. * ****************************************************************************/ +/* This file was taken from Mini Basic, versino 1.0 developed by Malcolm + * McLean, Leeds University. Mini Basic version 1.0 was released the + * Creative Commons Attribution license which, from my reading, appears to + * be compatible with the NuttX BSD-style license: + */ + #ifndef __APPS_INCLUDE_INTERPRETERS_MINIBASIC_H #define __APPS_INCLUDE_INTERPRETERS_MINIBASIC_H diff --git a/include/logging/nxscope/nxscope.h b/include/logging/nxscope/nxscope.h index bf1344857a9..bbbd145d27f 100644 --- a/include/logging/nxscope/nxscope.h +++ b/include/logging/nxscope/nxscope.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/logging/nxscope/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/include/logging/nxscope/nxscope_chan.h b/include/logging/nxscope/nxscope_chan.h index 15e16f13986..5dfbf557210 100644 --- a/include/logging/nxscope/nxscope_chan.h +++ b/include/logging/nxscope/nxscope_chan.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/logging/nxscope/nxscope_chan.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/include/logging/nxscope/nxscope_intf.h b/include/logging/nxscope/nxscope_intf.h index 61f7e709992..b493c9d0d82 100644 --- a/include/logging/nxscope/nxscope_intf.h +++ b/include/logging/nxscope/nxscope_intf.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/logging/nxscope/nxscope_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/include/logging/nxscope/nxscope_proto.h b/include/logging/nxscope/nxscope_proto.h index 283b74d55d9..d666bed9ca9 100644 --- a/include/logging/nxscope/nxscope_proto.h +++ b/include/logging/nxscope/nxscope_proto.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/logging/nxscope/nxscope_proto.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/include/lte/lapi.h b/include/lte/lapi.h index bf131057825..4159d0e6d93 100644 --- a/include/lte/lapi.h +++ b/include/lte/lapi.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/lte/lapi.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/include/lte/lte_api.h b/include/lte/lte_api.h index e016970d2f7..f7c17c5d52f 100644 --- a/include/lte/lte_api.h +++ b/include/lte/lte_api.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/lte/lte_api.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/include/lte/lte_fw_def.h b/include/lte/lte_fw_def.h index a737e424513..4b7a787344e 100644 --- a/include/lte/lte_fw_def.h +++ b/include/lte/lte_fw_def.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/lte/lte_fw_def.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/include/lte/lte_fwupdate.h b/include/lte/lte_fwupdate.h index 0d6af8e69fc..eff7499090f 100644 --- a/include/lte/lte_fwupdate.h +++ b/include/lte/lte_fwupdate.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/lte/lte_fwupdate.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/include/lte/lte_log.h b/include/lte/lte_log.h index 35fd01c4281..41ce2b9500a 100644 --- a/include/lte/lte_log.h +++ b/include/lte/lte_log.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/lte/lte_log.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/include/lte/lte_lwm2m.h b/include/lte/lte_lwm2m.h index c9fc564a1e6..b9e1abd062b 100644 --- a/include/lte/lte_lwm2m.h +++ b/include/lte/lte_lwm2m.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/lte/lte_lwm2m.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/include/modbus/mb.h b/include/modbus/mb.h index 617f33c59e9..bbbf26b6ce2 100644 --- a/include/modbus/mb.h +++ b/include/modbus/mb.h @@ -1,9 +1,8 @@ /**************************************************************************** * apps/include/modbus/mb.h * - * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU. - * Copyright (c) 2006 Christian Walter - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2006 Christian Walter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/modbus/mb_m.h b/include/modbus/mb_m.h index 7390320a221..03ffe07d2dc 100644 --- a/include/modbus/mb_m.h +++ b/include/modbus/mb_m.h @@ -1,9 +1,8 @@ /**************************************************************************** * apps/include/modbus/mb_m.h * - * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU. - * Copyright (C) 2013 Armink - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2013 Armink * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/modbus/mbframe.h b/include/modbus/mbframe.h index 40312ff51de..999fdc4e3e1 100644 --- a/include/modbus/mbframe.h +++ b/include/modbus/mbframe.h @@ -1,9 +1,8 @@ /**************************************************************************** * apps/include/modbus/mbframe.h * - * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU. - * Copyright (c) 2006 Christian Walter - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2006 Christian Walter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/modbus/mbfunc.h b/include/modbus/mbfunc.h index 82f4ee8cc60..d61fed4b619 100644 --- a/include/modbus/mbfunc.h +++ b/include/modbus/mbfunc.h @@ -1,9 +1,8 @@ /**************************************************************************** * apps/include/modbus/mbfunc.h * - * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU. - * Copyright (c) 2006 Christian Walter - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2006 Christian Walter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/modbus/mbport.h b/include/modbus/mbport.h index eabf230724b..45019dfeeb7 100644 --- a/include/modbus/mbport.h +++ b/include/modbus/mbport.h @@ -1,9 +1,8 @@ /**************************************************************************** * apps/include/modbus/mbport.h * - * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU. - * Copyright (c) 2006 Christian Walter - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2006 Christian Walter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/modbus/mbproto.h b/include/modbus/mbproto.h index e42e7a28467..dded90df030 100644 --- a/include/modbus/mbproto.h +++ b/include/modbus/mbproto.h @@ -1,9 +1,8 @@ /**************************************************************************** * apps/include/modbus/mbproto.h * - * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU. - * Copyright (c) 2006 Christian Walter - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2006 Christian Walter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/modbus/mbutils.h b/include/modbus/mbutils.h index 1bb33c53c45..0da5434378b 100644 --- a/include/modbus/mbutils.h +++ b/include/modbus/mbutils.h @@ -1,9 +1,8 @@ /**************************************************************************** * apps/include/modbus/mbutils.h * - * FreeModbus Library: A portable Modbus implementation for Modbus ASCII/RTU. - * Copyright (c) 2006 Christian Walter - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2006 Christian Walter * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/netutils/base64.h b/include/netutils/base64.h index d44600333b7..e5869d8ac09 100644 --- a/include/netutils/base64.h +++ b/include/netutils/base64.h @@ -1,15 +1,10 @@ /**************************************************************************** * apps/include/netutils/base64.h * - * This file is part of the NuttX RTOS: - * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. - * Author: Darcy Gong - * - * Reference: - * - * Base64 encoding/decoding (RFC1341) - * Copyright (c) 2005, Jouni Malinen + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012 Gregory Nutt + * SPDX-FileCopyrightText: 2005 Jouni Malinen + * SPDX-FileContributor: Darcy Gong * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/include/netutils/chat.h b/include/netutils/chat.h index b1ff0a5c30d..fabd3f8cd44 100644 --- a/include/netutils/chat.h +++ b/include/netutils/chat.h @@ -1,8 +1,9 @@ /**************************************************************************** * apps/include/netutils/chat.h * - * 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/include/netutils/curl4nx.h b/include/netutils/curl4nx.h index cb5d25e3268..8e10144b3f9 100644 --- a/include/netutils/curl4nx.h +++ b/include/netutils/curl4nx.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/curl4nx.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/include/netutils/dhcp6c.h b/include/netutils/dhcp6c.h index b798274c01f..4d184417e6d 100644 --- a/include/netutils/dhcp6c.h +++ b/include/netutils/dhcp6c.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/dhcp6c.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/include/netutils/dhcpc.h b/include/netutils/dhcpc.h index 8ec670723b5..541c0196163 100644 --- a/include/netutils/dhcpc.h +++ b/include/netutils/dhcpc.h @@ -1,13 +1,10 @@ /**************************************************************************** * apps/include/netutils/dhcpc.h * - * Copyright (C) 2007, 2009-2011, 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This logic was leveraged from uIP which also has a BSD-style license: - * - * Copyright (c) 2005, Swedish Institute of Computer Science - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2007, 2009-2011, 2015 Gregory Nutt + * SPDX-FileCopyrightText: 2005 Swedish Institute of Computer Science + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/netutils/dhcpd.h b/include/netutils/dhcpd.h index 847305197de..b1061b8a47d 100644 --- a/include/netutils/dhcpd.h +++ b/include/netutils/dhcpd.h @@ -1,13 +1,10 @@ /**************************************************************************** * apps/include/netutils/dhcpd.h * - * Copyright (C) 2007, 2009, 2011, 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * This logic was leveraged from uIP which also has a BSD-style license: - * - * Copyright (c) 2005, Swedish Institute of Computer Science - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2007, 2009-2011, 2015 Gregory Nutt + * SPDX-FileCopyrightText: 2005 Swedish Institute of Computer Science + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/include/netutils/discover.h b/include/netutils/discover.h index 535ba810153..b7423197d84 100644 --- a/include/netutils/discover.h +++ b/include/netutils/discover.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/discover.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/include/netutils/esp8266.h b/include/netutils/esp8266.h index c6d2c2c425e..2c8fccd8062 100644 --- a/include/netutils/esp8266.h +++ b/include/netutils/esp8266.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/esp8266.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/include/netutils/ftpc.h b/include/netutils/ftpc.h index fe1be978d5e..0216b5faf31 100644 --- a/include/netutils/ftpc.h +++ b/include/netutils/ftpc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/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/include/netutils/ftpd.h b/include/netutils/ftpd.h index 31b3ffd1c17..30f18cd323a 100644 --- a/include/netutils/ftpd.h +++ b/include/netutils/ftpd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/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/include/netutils/httpd.h b/include/netutils/httpd.h index d0933d356b8..e9dc61f7564 100644 --- a/include/netutils/httpd.h +++ b/include/netutils/httpd.h @@ -1,15 +1,11 @@ /**************************************************************************** * apps/include/netutils/httpd.h * - * Copyright (C) 2007, 2009, 2011-2012, 2014, 2018 Gregory Nutt. All - * rights reserved. - * Author: Gregory Nutt - * - * Based on uIP which also has a BSD style license: - * - * Author: Adam Dunkels - * Copyright (c) 2001-2005, Adam Dunkels. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2007, 2009-2011, 2014, 2018 Gregory Nutt + * SPDX-FileCopyrightText: 2001-2005, Adam Dunkels. + * 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/include/netutils/icmp_ping.h b/include/netutils/icmp_ping.h index 02979929b79..eec500de965 100644 --- a/include/netutils/icmp_ping.h +++ b/include/netutils/icmp_ping.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/icmp_ping.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/include/netutils/icmpv6_ping.h b/include/netutils/icmpv6_ping.h index e7ff07c116f..3f793f74166 100644 --- a/include/netutils/icmpv6_ping.h +++ b/include/netutils/icmpv6_ping.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/icmpv6_ping.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/include/netutils/ipmsfilter.h b/include/netutils/ipmsfilter.h index a96c7f0f681..edab65fe2f2 100644 --- a/include/netutils/ipmsfilter.h +++ b/include/netutils/ipmsfilter.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/ipmsfilter.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/include/netutils/md5.h b/include/netutils/md5.h index 5e5ab6620ca..f64173bfae8 100644 --- a/include/netutils/md5.h +++ b/include/netutils/md5.h @@ -1,57 +1,34 @@ /**************************************************************************** * apps/include/netutils/md5.h * - * This file is part of the NuttX RTOS: + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2012 Gregory Nutt + * SPDX-FileContributor: Darcy Gong * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. - * Author: Darcy Gong + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: * - * Reference: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the Institute nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. * - * This code implements the MD5 message-digest algorithm. - * The algorithm is due to Ron Rivest. This code was - * written by Colin Plumb in 1993, no copyright is claimed. - * - * This code is in the public domain; do with it what you wish. - * - * Equivalent code is available from RSA Data Security, Inc. - * This code has been tested against that, and is equivalent, - * except that you don't need to include two pages of legalese - * with every copy. - * - * To compute the message digest of a chunk of bytes, declare an - * md5_context_s structure, pass it to md5_init, call md5_update as - * needed on buffers full of bytes, and then call md5_final, which - * will fill a supplied 16-byte array with the digest. - * - * See README and COPYING for more details. - * - * And is re-released under the NuttX modified BSD license: - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the Institute nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS - * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF - * THE POSSIBILITY OF SUCH DAMAGE. + * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, + * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS + * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + * THE POSSIBILITY OF SUCH DAMAGE. * ****************************************************************************/ diff --git a/include/netutils/netinit.h b/include/netutils/netinit.h index b733ab3c0f0..3c3c85d505f 100644 --- a/include/netutils/netinit.h +++ b/include/netutils/netinit.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/netinit.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/include/netutils/netlib.h b/include/netutils/netlib.h index b92c9569660..2e816441f27 100644 --- a/include/netutils/netlib.h +++ b/include/netutils/netlib.h @@ -1,17 +1,11 @@ /**************************************************************************** * apps/include/netutils/netlib.h - * Various non-standard APIs to support netutils. All non-standard and - * intended only for internal use. * - * Copyright (C) 2007, 2009, 2011, 2015, 2017 Gregory Nutt. All rights - * reserved. - * Author: Gregory Nutt - * - * Some of these APIs derive from uIP. uIP also has a BSD style license: - * - * Author: Adam Dunkels - * Copyright (c) 2002, Adam Dunkels. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2007, 2009, 2011, 2015, 2017 Gregory Nutt. + * SPDX-FileCopyrightText: 2002 Adam Dunkels. + * 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/include/netutils/ntpclient.h b/include/netutils/ntpclient.h index b330dfec714..78045f5ee0a 100644 --- a/include/netutils/ntpclient.h +++ b/include/netutils/ntpclient.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/ntpclient.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/include/netutils/pppd.h b/include/netutils/pppd.h index 4e24e3f94e3..690f10b0b13 100644 --- a/include/netutils/pppd.h +++ b/include/netutils/pppd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/pppd.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/include/netutils/ptpd.h b/include/netutils/ptpd.h index ab01b803c5a..8e5a3c50850 100644 --- a/include/netutils/ptpd.h +++ b/include/netutils/ptpd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/ptpd.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/include/netutils/smtp.h b/include/netutils/smtp.h index 5d4c612aef7..e278d1a17f4 100644 --- a/include/netutils/smtp.h +++ b/include/netutils/smtp.h @@ -1,15 +1,11 @@ /**************************************************************************** * apps/include/netutils/smtp.h - * SMTP header file * - * Copyright (C) 2007, 2009, 2011, 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Heavily leveraged from uIP 1.0 which also has a BSD-like license: - * - * Author: Adam Dunkels - * Copyright (c) 2002, Adam Dunkels. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2007, 2009, 2011, 2015 Gregory Nutt. + * SPDX-FileCopyrightText: 2002 Adam Dunkels. + * 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/include/netutils/telnetc.h b/include/netutils/telnetc.h index 5a3b00f82da..85d653d80c6 100644 --- a/include/netutils/telnetc.h +++ b/include/netutils/telnetc.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/telnetc.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/include/netutils/telnetd.h b/include/netutils/telnetd.h index 1183d4ffc24..f428e937d7b 100644 --- a/include/netutils/telnetd.h +++ b/include/netutils/telnetd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/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/include/netutils/tftp.h b/include/netutils/tftp.h index ae2eee8cb3f..ad0432c45de 100644 --- a/include/netutils/tftp.h +++ b/include/netutils/tftp.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/tftp.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/include/netutils/thttpd.h b/include/netutils/thttpd.h index 1f34764e6e4..a0df9e0b792 100644 --- a/include/netutils/thttpd.h +++ b/include/netutils/thttpd.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/thttpd.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/include/netutils/urldecode.h b/include/netutils/urldecode.h index 60b098add8f..07a4c39db82 100644 --- a/include/netutils/urldecode.h +++ b/include/netutils/urldecode.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/urldecode.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/include/netutils/webclient.h b/include/netutils/webclient.h index 0c765a34075..58188c941ec 100644 --- a/include/netutils/webclient.h +++ b/include/netutils/webclient.h @@ -1,15 +1,11 @@ /**************************************************************************** * apps/include/netutils/webclient.h - * Header file for the HTTP client * - * Copyright (C) 2007, 2009, 2011, 2015 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Based remotely on the uIP webclient which also has a BSD style license: - * - * Author: Adam Dunkels - * Copyright (c) 2002, Adam Dunkels. - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2007, 2009, 2011, 2015 Gregory Nutt. + * SPDX-FileCopyrightText: 2002 Adam Dunkels. + * 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/include/netutils/xmlrpc.h b/include/netutils/xmlrpc.h index edf5d1684c2..53ee6f91941 100644 --- a/include/netutils/xmlrpc.h +++ b/include/netutils/xmlrpc.h @@ -1,14 +1,10 @@ /**************************************************************************** * apps/include/netutils/xmlrpc.h * - * 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,12 @@ * 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 Types and Definitions * * mtj@cogitollc.com diff --git a/include/netutils/xtables.h b/include/netutils/xtables.h index d2370e8041a..12c116b534a 100644 --- a/include/netutils/xtables.h +++ b/include/netutils/xtables.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/netutils/xtables.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/include/nshlib/nshlib.h b/include/nshlib/nshlib.h index b8f8bbbe45d..f9565894a12 100644 --- a/include/nshlib/nshlib.h +++ b/include/nshlib/nshlib.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/nshlib/nshlib.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/include/platform/configdata.h b/include/platform/configdata.h index 98ea14c61c1..94df8682107 100644 --- a/include/platform/configdata.h +++ b/include/platform/configdata.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/platform/configdata.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/include/system/cle.h b/include/system/cle.h index 3e316352281..c1204864f88 100644 --- a/include/system/cle.h +++ b/include/system/cle.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/cle.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/include/system/nxcamera.h b/include/system/nxcamera.h index a1d26229187..6c4707e42cf 100644 --- a/include/system/nxcamera.h +++ b/include/system/nxcamera.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/nxcamera.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/include/system/nxlooper.h b/include/system/nxlooper.h index 2335c3d5ec6..7218b0f2003 100644 --- a/include/system/nxlooper.h +++ b/include/system/nxlooper.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/nxlooper.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/include/system/nxplayer.h b/include/system/nxplayer.h index 74f4856f409..f70a9d55c1e 100644 --- a/include/system/nxplayer.h +++ b/include/system/nxplayer.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/nxplayer.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/include/system/nxrecorder.h b/include/system/nxrecorder.h index 4b2c2ac9680..c80d2ee1522 100644 --- a/include/system/nxrecorder.h +++ b/include/system/nxrecorder.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/nxrecorder.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/include/system/readline.h b/include/system/readline.h index ad0872a82c3..5ab963879f9 100644 --- a/include/system/readline.h +++ b/include/system/readline.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/readline.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/include/system/settings.h b/include/system/settings.h index e4f7eddb6f0..943be7add37 100644 --- a/include/system/settings.h +++ b/include/system/settings.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/settings.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/include/system/termcurses.h b/include/system/termcurses.h index 852258de768..458526102a6 100644 --- a/include/system/termcurses.h +++ b/include/system/termcurses.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/termcurses.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/include/system/zmodem.h b/include/system/zmodem.h index 1c13742bcf9..3a7eddea9d7 100644 --- a/include/system/zmodem.h +++ b/include/system/zmodem.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/system/zmodem.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/include/testing/unity_config.h b/include/testing/unity_config.h index 4cfe157ac16..993399e0174 100644 --- a/include/testing/unity_config.h +++ b/include/testing/unity_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/testing/unity_config.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/include/wasm/math.h b/include/wasm/math.h index b7918c3bd8d..bd0b887fe49 100644 --- a/include/wasm/math.h +++ b/include/wasm/math.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/wasm/math.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/include/wireless/ieee802154.h b/include/wireless/ieee802154.h index 4049cf8854c..95e8543761a 100644 --- a/include/wireless/ieee802154.h +++ b/include/wireless/ieee802154.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/wireless/ieee802154.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/include/wireless/iwpan.h b/include/wireless/iwpan.h index a6561b67367..3e0efc35030 100644 --- a/include/wireless/iwpan.h +++ b/include/wireless/iwpan.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/include/wireless/iwpan.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/include/wireless/wapi.h b/include/wireless/wapi.h index dae250ba59c..8663b338b4e 100644 --- a/include/wireless/wapi.h +++ b/include/wireless/wapi.h @@ -1,21 +1,12 @@ /**************************************************************************** * apps/include/wireless/wapi.h * - * Copyright (C) 2017, 2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Adapted for NuttX from WAPI: - * - * Copyright (c) 2010, Volkan YAZICI - * All rights reserved. - * - * And includes WPA supplicant logic contributed by: - * - * Author: Simon Piriou - * - * Which was adapted to NuttX from driver_ext.h - * - * Copyright (c) 2003-2005, Jouni Malinen + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2017,2019 Gregory Nutt + * SPDX-FileCopyrightText: 2010, Volkan YAZICI + * SPDX-FileCopyrightText: 2003-2005, Jouni Malinen + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Simon Piriou * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/industry/CMakeLists.txt b/industry/CMakeLists.txt index 6d64c327289..0869d77d982 100644 --- a/industry/CMakeLists.txt +++ b/industry/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/industry/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/industry/Make.defs b/industry/Make.defs index 5b68b9ef839..5d2de761826 100644 --- a/industry/Make.defs +++ b/industry/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/industry/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/industry/Makefile b/industry/Makefile index 9f4937e182a..42ed16d6b6e 100644 --- a/industry/Makefile +++ b/industry/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/industry/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/industry/abnt_codi/Make.defs b/industry/abnt_codi/Make.defs index ab30734232b..b220cf63cf1 100644 --- a/industry/abnt_codi/Make.defs +++ b/industry/abnt_codi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/industry/abnt_codi/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/industry/abnt_codi/Makefile b/industry/abnt_codi/Makefile index 037a87de071..f3b9ee9d93f 100644 --- a/industry/abnt_codi/Makefile +++ b/industry/abnt_codi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/industry/abnt_codi/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/industry/abnt_codi/abnt_codi.c b/industry/abnt_codi/abnt_codi.c index 260b08e823c..911d8ae29e0 100644 --- a/industry/abnt_codi/abnt_codi.c +++ b/industry/abnt_codi/abnt_codi.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/abnt_codi/abnt_codi.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/CMakeLists.txt b/industry/foc/CMakeLists.txt index e0f1d259243..7331644cd5f 100644 --- a/industry/foc/CMakeLists.txt +++ b/industry/foc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/industry/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/industry/foc/Make.defs b/industry/foc/Make.defs index 1cf85b299ba..ed25e84f462 100644 --- a/industry/foc/Make.defs +++ b/industry/foc/Make.defs @@ -1,6 +1,7 @@ ############################################################################ # apps/industry/foc/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/industry/foc/Makefile b/industry/foc/Makefile index bdc0efaf850..1c337543501 100644 --- a/industry/foc/Makefile +++ b/industry/foc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/industry/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/industry/foc/fixed16/foc_align.c b/industry/foc/fixed16/foc_align.c index ab8d9b74efb..d0ad6f8e74e 100644 --- a/industry/foc/fixed16/foc_align.c +++ b/industry/foc/fixed16/foc_align.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_align.c - * This file implements angle sensor alignment routine for fixed16 + * + * SPDX-License-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/industry/foc/fixed16/foc_ang_hall.c b/industry/foc/fixed16/foc_ang_hall.c index 27834ff706c..0e2eae9bfd9 100644 --- a/industry/foc/fixed16/foc_ang_hall.c +++ b/industry/foc/fixed16/foc_ang_hall.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_ang_hall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_ang_onfo.c b/industry/foc/fixed16/foc_ang_onfo.c index af1d7565fcd..1396846713a 100644 --- a/industry/foc/fixed16/foc_ang_onfo.c +++ b/industry/foc/fixed16/foc_ang_onfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_ang_onfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_ang_openloop.c b/industry/foc/fixed16/foc_ang_openloop.c index 8744f2da5a6..9cbb59466b2 100644 --- a/industry/foc/fixed16/foc_ang_openloop.c +++ b/industry/foc/fixed16/foc_ang_openloop.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_ang_openloop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_ang_osmo.c b/industry/foc/fixed16/foc_ang_osmo.c index d4c6d3152b4..3a48beb6c38 100644 --- a/industry/foc/fixed16/foc_ang_osmo.c +++ b/industry/foc/fixed16/foc_ang_osmo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_ang_osmo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_ang_qenco.c b/industry/foc/fixed16/foc_ang_qenco.c index 769d242bb8b..bb53a8c42a8 100644 --- a/industry/foc/fixed16/foc_ang_qenco.c +++ b/industry/foc/fixed16/foc_ang_qenco.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_ang_qenco.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_angle.c b/industry/foc/fixed16/foc_angle.c index d6428acfc8b..0820d47d05f 100644 --- a/industry/foc/fixed16/foc_angle.c +++ b/industry/foc/fixed16/foc_angle.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_angle.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_cordic.c b/industry/foc/fixed16/foc_cordic.c index 4c08e8212c8..fdd4cc0595b 100644 --- a/industry/foc/fixed16/foc_cordic.c +++ b/industry/foc/fixed16/foc_cordic.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_cordic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_feedforward.c b/industry/foc/fixed16/foc_feedforward.c index e45511e52fa..0a3e2fe740e 100644 --- a/industry/foc/fixed16/foc_feedforward.c +++ b/industry/foc/fixed16/foc_feedforward.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_feedforward.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_handler.c b/industry/foc/fixed16/foc_handler.c index bd338587dcc..12ef7aa5b6b 100644 --- a/industry/foc/fixed16/foc_handler.c +++ b/industry/foc/fixed16/foc_handler.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_handler.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_ident.c b/industry/foc/fixed16/foc_ident.c index 0ac5bb26b1b..a7b2098a2c3 100644 --- a/industry/foc/fixed16/foc_ident.c +++ b/industry/foc/fixed16/foc_ident.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_ident.c - * This file implements motor ident routine for fixed16 + * + * SPDX-License-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/industry/foc/fixed16/foc_model.c b/industry/foc/fixed16/foc_model.c index 2351e0b75b9..6ed52f2b105 100644 --- a/industry/foc/fixed16/foc_model.c +++ b/industry/foc/fixed16/foc_model.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_model.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_model_pmsm.c b/industry/foc/fixed16/foc_model_pmsm.c index 403093e99bd..0c4c80036be 100644 --- a/industry/foc/fixed16/foc_model_pmsm.c +++ b/industry/foc/fixed16/foc_model_pmsm.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_model_pmsm.c - * This file implements PMSM model for fixed16 + * + * SPDX-License-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/industry/foc/fixed16/foc_picontrol.c b/industry/foc/fixed16/foc_picontrol.c index 66ee2652428..97d1c7f3de4 100644 --- a/industry/foc/fixed16/foc_picontrol.c +++ b/industry/foc/fixed16/foc_picontrol.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_picontrol.c - * This file implements classical FOC PI current controller for fixed16 + * + * SPDX-License-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/industry/foc/fixed16/foc_ramp.c b/industry/foc/fixed16/foc_ramp.c index 443f021fe5a..282c051a011 100644 --- a/industry/foc/fixed16/foc_ramp.c +++ b/industry/foc/fixed16/foc_ramp.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_ramp.c - * This file implements ramp for fixed16 + * + * SPDX-License-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/industry/foc/fixed16/foc_routine.c b/industry/foc/fixed16/foc_routine.c index 0a41e2760c7..faa57fb6912 100644 --- a/industry/foc/fixed16/foc_routine.c +++ b/industry/foc/fixed16/foc_routine.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_routine.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_svm3.c b/industry/foc/fixed16/foc_svm3.c index 649ea241964..1521b30a813 100644 --- a/industry/foc/fixed16/foc_svm3.c +++ b/industry/foc/fixed16/foc_svm3.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_svm3.c - * This file implements 3-phase space vector modulation for fixed16 + * + * SPDX-License-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/industry/foc/fixed16/foc_vel_odiv.c b/industry/foc/fixed16/foc_vel_odiv.c index a5460fa1d3f..4cdf13d559c 100644 --- a/industry/foc/fixed16/foc_vel_odiv.c +++ b/industry/foc/fixed16/foc_vel_odiv.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_vel_odiv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_vel_opll.c b/industry/foc/fixed16/foc_vel_opll.c index 36abdd56a86..eecbe40d8bf 100644 --- a/industry/foc/fixed16/foc_vel_opll.c +++ b/industry/foc/fixed16/foc_vel_opll.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_vel_opll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/fixed16/foc_velocity.c b/industry/foc/fixed16/foc_velocity.c index 74d34454cd2..c6f4af8a267 100644 --- a/industry/foc/fixed16/foc_velocity.c +++ b/industry/foc/fixed16/foc_velocity.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/fixed16/foc_velocity.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_align.c b/industry/foc/float/foc_align.c index ffd6a7bb5ed..957e0083fb9 100644 --- a/industry/foc/float/foc_align.c +++ b/industry/foc/float/foc_align.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/float/foc_align.c - * This file implements angle sensor alignment routine for float32 + * + * SPDX-License-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/industry/foc/float/foc_ang_hall.c b/industry/foc/float/foc_ang_hall.c index b69023a13cf..130a77f95e7 100644 --- a/industry/foc/float/foc_ang_hall.c +++ b/industry/foc/float/foc_ang_hall.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_ang_hall.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_ang_onfo.c b/industry/foc/float/foc_ang_onfo.c index 665eba8320e..c00c826f6b0 100644 --- a/industry/foc/float/foc_ang_onfo.c +++ b/industry/foc/float/foc_ang_onfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_ang_onfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_ang_openloop.c b/industry/foc/float/foc_ang_openloop.c index d33f3016967..a8815319c79 100644 --- a/industry/foc/float/foc_ang_openloop.c +++ b/industry/foc/float/foc_ang_openloop.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_ang_openloop.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_ang_osmo.c b/industry/foc/float/foc_ang_osmo.c index 4d31a399cf5..e509c12e979 100644 --- a/industry/foc/float/foc_ang_osmo.c +++ b/industry/foc/float/foc_ang_osmo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_ang_osmo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_ang_qenco.c b/industry/foc/float/foc_ang_qenco.c index 9b6b436d285..44395dfd2bd 100644 --- a/industry/foc/float/foc_ang_qenco.c +++ b/industry/foc/float/foc_ang_qenco.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_ang_qenco.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_angle.c b/industry/foc/float/foc_angle.c index 05f4db16ff7..78bde639ab3 100644 --- a/industry/foc/float/foc_angle.c +++ b/industry/foc/float/foc_angle.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_angle.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_cordic.c b/industry/foc/float/foc_cordic.c index d66e6bc7b1c..f53c056744f 100644 --- a/industry/foc/float/foc_cordic.c +++ b/industry/foc/float/foc_cordic.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_cordic.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_feedforward.c b/industry/foc/float/foc_feedforward.c index d6da4c53b95..922696fdd5d 100644 --- a/industry/foc/float/foc_feedforward.c +++ b/industry/foc/float/foc_feedforward.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_feedforward.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_handler.c b/industry/foc/float/foc_handler.c index 6c3da8330be..c4496943970 100644 --- a/industry/foc/float/foc_handler.c +++ b/industry/foc/float/foc_handler.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_handler.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_ident.c b/industry/foc/float/foc_ident.c index 53f5b7b06df..3713e8d44d2 100644 --- a/industry/foc/float/foc_ident.c +++ b/industry/foc/float/foc_ident.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/float/foc_ident.c - * This file implements motor ident routine for float32 + * + * SPDX-License-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/industry/foc/float/foc_model.c b/industry/foc/float/foc_model.c index 97e0b2a865a..3587b969926 100644 --- a/industry/foc/float/foc_model.c +++ b/industry/foc/float/foc_model.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_model.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_model_pmsm.c b/industry/foc/float/foc_model_pmsm.c index 072180da54e..a4eee53775e 100644 --- a/industry/foc/float/foc_model_pmsm.c +++ b/industry/foc/float/foc_model_pmsm.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/float/foc_model_pmsm.c - * This file implements PMSM model for fixed16 + * + * SPDX-License-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/industry/foc/float/foc_picontrol.c b/industry/foc/float/foc_picontrol.c index b99a8e741e6..ee7964654a1 100644 --- a/industry/foc/float/foc_picontrol.c +++ b/industry/foc/float/foc_picontrol.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/float/foc_picontrol.c - * This file implements classical FOC PI current controller for float32 + * + * SPDX-License-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/industry/foc/float/foc_ramp.c b/industry/foc/float/foc_ramp.c index ead70275210..e65d0696360 100644 --- a/industry/foc/float/foc_ramp.c +++ b/industry/foc/float/foc_ramp.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/float/foc_ramp.c - * This file implements ramp for float32 + * + * SPDX-License-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/industry/foc/float/foc_routine.c b/industry/foc/float/foc_routine.c index 2e608137918..0f604e4fdf7 100644 --- a/industry/foc/float/foc_routine.c +++ b/industry/foc/float/foc_routine.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_routine.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_svm3.c b/industry/foc/float/foc_svm3.c index 9c812e73488..5ba84116674 100644 --- a/industry/foc/float/foc_svm3.c +++ b/industry/foc/float/foc_svm3.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/industry/foc/float/foc_svm3.c - * This file implements 3-phase space vector modulation for float32 + * + * SPDX-License-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/industry/foc/float/foc_vel_odiv.c b/industry/foc/float/foc_vel_odiv.c index dfb8d820f5a..3ba70cbf101 100644 --- a/industry/foc/float/foc_vel_odiv.c +++ b/industry/foc/float/foc_vel_odiv.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_vel_odiv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_vel_opll.c b/industry/foc/float/foc_vel_opll.c index a18b6675c4c..b15ffcb359e 100644 --- a/industry/foc/float/foc_vel_opll.c +++ b/industry/foc/float/foc_vel_opll.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_vel_opll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/float/foc_velocity.c b/industry/foc/float/foc_velocity.c index 0ffad5c5435..ba81a5e8ab5 100644 --- a/industry/foc/float/foc_velocity.c +++ b/industry/foc/float/foc_velocity.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/float/foc_velocity.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/foc/foc_utils.c b/industry/foc/foc_utils.c index 27838f8e602..7e650577ace 100644 --- a/industry/foc/foc_utils.c +++ b/industry/foc/foc_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/industry/foc/foc_utils.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/industry/scpi/Make.defs b/industry/scpi/Make.defs index 6ddfe132f57..f7e67a8469b 100644 --- a/industry/scpi/Make.defs +++ b/industry/scpi/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/industry/scpi/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/industry/scpi/Makefile b/industry/scpi/Makefile index 730bc28c7b3..c86267297ec 100644 --- a/industry/scpi/Makefile +++ b/industry/scpi/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/industry/scpi/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The