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

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

commit e6e968b7061acfa3c579b0fdd8e147fc01938871
Author: simbit18 <[email protected]>
AuthorDate: Tue Aug 11 19:34:05 2026 +0200

    math: fixed the header file
    
     - fixed the header file
    
    Signed-off-by: simbit18 <[email protected]>
---
 math/gemmlowp/Kconfig      | 19 ++-----------------
 math/kissfft/Kconfig       | 19 ++-----------------
 math/ruy/Kconfig           | 19 ++-----------------
 mlearning/cmsis-nn/Kconfig | 19 ++-----------------
 4 files changed, 8 insertions(+), 68 deletions(-)

diff --git a/math/gemmlowp/Kconfig b/math/gemmlowp/Kconfig
index b4b4a5a4a..f5e48dd66 100644
--- a/math/gemmlowp/Kconfig
+++ b/math/gemmlowp/Kconfig
@@ -1,22 +1,7 @@
-############################################################################
-# apps/math/gemmlowp/Kconfig
 #
-# Licensed to the Apache Software Foundation (ASF) under 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
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
 #
-#   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.
-#
-############################################################################
 
 config MATH_GEMMLOWP
        bool "Gemmlowp"
diff --git a/math/kissfft/Kconfig b/math/kissfft/Kconfig
index 686c116e6..7e1ab489e 100644
--- a/math/kissfft/Kconfig
+++ b/math/kissfft/Kconfig
@@ -1,22 +1,7 @@
-############################################################################
-# apps/math/kissfft/Kconfig
 #
-# Licensed to the Apache Software Foundation (ASF) under 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
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
 #
-#   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.
-#
-############################################################################
 
 config MATH_KISSFFT
        bool "kissfft"
diff --git a/math/ruy/Kconfig b/math/ruy/Kconfig
index 71b4890e2..2c14bd291 100644
--- a/math/ruy/Kconfig
+++ b/math/ruy/Kconfig
@@ -1,22 +1,7 @@
-############################################################################
-# apps/math/ruy/Kconfig
 #
-# Licensed to the Apache Software Foundation (ASF) under 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
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
 #
-#   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.
-#
-############################################################################
 
 config MATH_RUY
        bool "Ruy"
diff --git a/mlearning/cmsis-nn/Kconfig b/mlearning/cmsis-nn/Kconfig
index 1500f7d07..fa6f28637 100644
--- a/mlearning/cmsis-nn/Kconfig
+++ b/mlearning/cmsis-nn/Kconfig
@@ -1,22 +1,7 @@
-############################################################################
-# apps/mlearning/cmsis-nn/Kconfig
 #
-# Licensed to the Apache Software Foundation (ASF) under 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
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
 #
-#   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.
-#
-############################################################################
 
 config MLEARNING_CMSIS_NN
        bool "CMSIS_NN Library"

Reply via email to