This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch releases/12.8
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 8936ca3e0c9b5a467f438674ea4beae38ddeff68
Author: Alin Jerpelea <[email protected]>
AuthorDate: Wed Dec 18 07:30:17 2024 +0100

    benchmarks: migrate license to ASF
    
    Xiaomi has submitted the SGA and we can migrate the licese to ASF
    
    Signed-off-by: Alin Jerpelea <[email protected]>
---
 benchmarks/rt-tests/CMakeLists.txt              | 22 ++++++++++++++--------
 benchmarks/rt-tests/Kconfig                     | 16 +++-------------
 benchmarks/rt-tests/Make.defs                   | 24 +++++++++++++++---------
 benchmarks/rt-tests/Makefile                    | 24 +++++++++++++++---------
 benchmarks/superpi/Kconfig                      |  5 +++++
 benchmarks/tacle-bench/CMakeLists.txt           | 22 ++++++++++++++--------
 benchmarks/tacle-bench/Kconfig                  | 16 +++-------------
 benchmarks/tacle-bench/Make.defs                | 24 +++++++++++++++---------
 benchmarks/tacle-bench/Makefile                 | 24 +++++++++++++++---------
 benchmarks/tacle-bench/generate_taclebench_c.sh | 25 +++++++++++++++----------
 benchmarks/test-tlb/CMakeLists.txt              | 23 ++++++++++++++---------
 benchmarks/test-tlb/Kconfig                     | 15 ++-------------
 benchmarks/test-tlb/Make.defs                   | 24 +++++++++++++++---------
 benchmarks/test-tlb/Makefile                    | 24 +++++++++++++++---------
 benchmarks/tinymembench/CMakeLists.txt          | 22 ++++++++++++++--------
 benchmarks/tinymembench/Kconfig                 | 15 ++-------------
 benchmarks/tinymembench/Make.defs               | 24 +++++++++++++++---------
 benchmarks/tinymembench/Makefile                | 24 +++++++++++++++---------
 18 files changed, 206 insertions(+), 167 deletions(-)

diff --git a/benchmarks/rt-tests/CMakeLists.txt 
b/benchmarks/rt-tests/CMakeLists.txt
index 0d94abc14..9d7e9213f 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 e1773e583..40650deb0 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 309c01fcb..7c9c5849c 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 70712fd99..5497d732e 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/superpi/Kconfig b/benchmarks/superpi/Kconfig
index b9a97255c..124f334f7 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/tacle-bench/CMakeLists.txt 
b/benchmarks/tacle-bench/CMakeLists.txt
index b04816e93..f443d45cd 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 a35734565..5ac56bb3f 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 3783c38e9..db0d4f777 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 091c370fc..b574c0f59 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 6c5bbe248..c6b69e0bc 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 dfaa23c26..866583e69 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 806ca4865..111c5a9a5 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 7a946c568..e7f275ef0 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 10ef391e8..ca0b5f1ad 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 ae78eb44b..1bbcf96ab 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 5a0805982..7a6521dab 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 456ce2a78..d32e7385f 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 85dfb05b6..37b616753 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
 

Reply via email to