fix nxstyle

fix Relative file path does not match actual file.
Add missing Apache Foundation copyright header
This commit is contained in:
simbit18 2024-04-29 12:55:01 +02:00 committed by Xiang Xiao
parent 4b35eec39a
commit dadbea7e3b
25 changed files with 101 additions and 21 deletions

View File

@ -1,3 +1,23 @@
############################################################################
# apps/audioutils/fmsynth/test/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
#
# 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.
#
############################################################################
SRCS = ../fmsynth_eg.c ../fmsynth_op.c ../fmsynth.c SRCS = ../fmsynth_eg.c ../fmsynth_op.c ../fmsynth.c
CFLAGS = -DFAR= -DCODE= -DOK=0 -DERROR=-1 -I .. -I ../../../include -g CFLAGS = -DFAR= -DCODE= -DOK=0 -DERROR=-1 -I .. -I ../../../include -g

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/benchmarks/iozone/Make.defs # apps/benchmarks/iozone/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/examples/adjtime/Make.defs # apps/examples/adjtime/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/examples/lvgdemo/Make.defs # apps/examples/lvgldemo/Make.defs
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/examples/wiegand/Make.defs # apps/examples/wiegand/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/examples/ws2812/Make.defs # apps/examples/ws2812esp32rmt/Make.defs
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/examples/ws2812/Makefile # apps/examples/ws2812esp32rmt/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/fsutils/mkgpt/Make.defs # apps/fsutils/mkgpt/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
################################################################################# #################################################################################
# appx/graphics/nxwidgets/Makefile # apps/graphics/nxwidgets/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
################################################################################# #################################################################################
# apps/graphics/nxwidgets/Unitests/CButton/Makefile # apps/graphics/nxwidgets/UniTests/CButton/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
################################################################################# #################################################################################
# apps/graphics/nxwidgets/UnitTests/CKeyPad/Makefile # apps/graphics/nxwidgets/UnitTests/CKeypad/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/examples/screenshot/Makefile # apps/graphics/screenshot/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/netutils/ping/Make.defs # apps/netutils/iptables/Make.defs
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/netutils/ping/Makefile # apps/netutils/iptables/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/netutils/cgi-src/Makefile # apps/netutils/thttpd/cgi-src/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/system/dhcpc/Make.defs # apps/system/dhcp6c/Make.defs
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/system/dhcpc/Makefile # apps/system/dhcp6c/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/testing/atomic/Make.defs # apps/testing/atomic/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/testing/cpuload/Make.defs # apps/testing/cpuload/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/testing/nist-sts/Make.defs # apps/testing/nist-sts/Makefile
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,3 +1,23 @@
############################################################################
# apps/testing/sd_bench/Make.defs
#
# Licensed to the Apache Software Foundation (ASF) under 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.
#
############################################################################
ifneq ($(CONFIG_TESTING_SD_BENCH),) ifneq ($(CONFIG_TESTING_SD_BENCH),)
CONFIGURED_APPS += $(APPDIR)/testing/sd_bench CONFIGURED_APPS += $(APPDIR)/testing/sd_bench
endif endif

View File

@ -1,3 +1,23 @@
############################################################################
# apps/testing/sd_bench/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
#
# 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 include $(APPDIR)/Make.defs
PROGNAME = $(CONFIG_TESTING_SD_BENCH_PROGNAME) PROGNAME = $(CONFIG_TESTING_SD_BENCH_PROGNAME)

View File

@ -1,3 +1,23 @@
############################################################################
# apps/testing/sd_stress/Make.defs
#
# Licensed to the Apache Software Foundation (ASF) under 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.
#
############################################################################
ifneq ($(CONFIG_TESTING_SD_STRESS),) ifneq ($(CONFIG_TESTING_SD_STRESS),)
CONFIGURED_APPS += $(APPDIR)/testing/sd_stress CONFIGURED_APPS += $(APPDIR)/testing/sd_stress
endif endif

View File

@ -1,5 +1,5 @@
############################################################################ ############################################################################
# apps/tests/testsuites/Make.defs # apps/testing/testsuites/Make.defs
# #
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with

View File

@ -1,4 +1,4 @@
# apps/tests/testsuites/Makefile # apps/testing/testsuites/Makefile
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.