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

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

commit e8dcb60d7173802619c063a8d9e57f1f00639975
Author: simbit18 <[email protected]>
AuthorDate: Mon Mar 6 14:27:39 2023 +0100

    apps/testing/ltp/Makefile: Fix mistakes in comments
    
    Fix mistakes in comments
---
 testing/ltp/Makefile | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

diff --git a/testing/ltp/Makefile b/testing/ltp/Makefile
index d21e0a6a6..071e66c51 100644
--- a/testing/ltp/Makefile
+++ b/testing/ltp/Makefile
@@ -1,17 +1,22 @@
-
-# apps/testing/ltp/ltp/Makefile
+############################################################################
+# apps/testing/ltp/Makefile
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.  The
+# ASF licenses this file to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance with the
+# License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-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
-
-#     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