From e72cee69b0178ba035b6dcf4e03aec05751e1ef3 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Sun, 29 Dec 2024 16:26:09 +0100 Subject: [PATCH] testing: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- testing/CMakeLists.txt | 2 + testing/Make.defs | 2 + testing/Makefile | 2 + testing/arch_libc/CMakeLists.txt | 2 + testing/arch_libc/Make.defs | 2 + testing/arch_libc/Makefile | 2 + testing/arch_libc/arch_libc_test_main.c | 2 + testing/atomic/CMakeLists.txt | 2 + testing/atomic/Make.defs | 2 + testing/atomic/Makefile | 2 + testing/atomic/atomic_main.c | 2 + testing/cachetest/CMakeLists.txt | 2 + testing/cachetest/Make.defs | 2 + testing/cachetest/Makefile | 2 + testing/cachetest/cachetest_main.c | 2 + testing/cmocka/CMakeLists.txt | 2 + testing/cmocka/Make.defs | 2 + testing/cmocka/Makefile | 2 + testing/cmocka/cmocka_main.c | 2 + testing/cmocka/cmocka_platform.h | 2 + testing/cmocka/tools/cmocka_implement.py | 23 +++++++++ testing/cmocka/tools/cmocka_report.py | 2 + .../cmocka/tools/junit2htmlreport/parser.py | 22 +++++++++ .../cmocka/tools/junit2htmlreport/render.py | 22 +++++++++ .../tools/junit2htmlreport/textutils.py | 22 +++++++++ testing/cpuload/CMakeLists.txt | 2 + testing/cpuload/Make.defs | 2 + testing/cpuload/Makefile | 2 + testing/cpuload/cpuload_main.c | 2 + testing/crypto/3descbc.c | 4 +- testing/crypto/CMakeLists.txt | 2 + testing/crypto/Make.defs | 2 + testing/crypto/Makefile | 2 + testing/crypto/aescbc.c | 4 +- testing/crypto/aescmac.c | 2 + testing/crypto/aesctr.c | 4 +- testing/crypto/aesxts.c | 6 +-- testing/crypto/crc32.c | 2 + testing/crypto/dhm.c | 3 +- testing/crypto/ecdsa.c | 2 + testing/crypto/hash.c | 2 + testing/crypto/hmac.c | 4 +- testing/crypto/rsa.c | 2 + testing/cxxsize/CMakeLists.txt | 2 + testing/cxxsize/Make.defs | 2 + testing/cxxsize/Makefile | 2 + testing/cxxsize/array.cxx | 2 + testing/cxxsize/condition_variable.cxx | 2 + testing/cxxsize/deque.cxx | 2 + testing/cxxsize/exception.cxx | 2 + testing/cxxsize/forward_list.cxx | 2 + testing/cxxsize/future.cxx | 2 + testing/cxxsize/iostream.cxx | 2 + testing/cxxsize/list.cxx | 2 + testing/cxxsize/map.cxx | 2 + testing/cxxsize/multiset.cxx | 2 + testing/cxxsize/mutex.cxx | 2 + testing/cxxsize/rtti.cxx | 2 + testing/cxxsize/semaphore.cxx | 2 + testing/cxxsize/set.cxx | 2 + testing/cxxsize/shared_ptr.cxx | 2 + testing/cxxsize/string.cxx | 2 + testing/cxxsize/string_view.cxx | 2 + testing/cxxsize/thread.cxx | 2 + testing/cxxsize/unordered_map.cxx | 2 + testing/cxxsize/unordered_multimap.cxx | 2 + testing/cxxsize/unordered_multiset.cxx | 2 + testing/cxxsize/unordered_set.cxx | 2 + testing/cxxsize/vector.cxx | 2 + testing/cxxsize/weak_ptr.cxx | 2 + testing/cxxtest/CMakeLists.txt | 2 + testing/cxxtest/Make.defs | 2 + testing/cxxtest/Makefile | 2 + testing/cxxtest/cxxtest_main.cxx | 2 + testing/drivertest/CMakeLists.txt | 2 + testing/drivertest/Make.defs | 2 + testing/drivertest/Makefile | 2 + testing/drivertest/drivertest_adc.c | 2 + testing/drivertest/drivertest_audio.c | 2 + testing/drivertest/drivertest_block.c | 2 + testing/drivertest/drivertest_framebuffer.c | 2 + testing/drivertest/drivertest_gpio.c | 2 + testing/drivertest/drivertest_i2c_read.c | 2 + testing/drivertest/drivertest_i2c_spi.c | 2 + testing/drivertest/drivertest_i2c_write.c | 2 + testing/drivertest/drivertest_lcd.c | 2 + testing/drivertest/drivertest_mps2.c | 2 + .../drivertest/drivertest_mps2_isr_signal.c | 2 + .../drivertest_mps2_zerointerrupt.c | 2 + testing/drivertest/drivertest_oneshot.c | 2 + testing/drivertest/drivertest_pm.c | 2 + testing/drivertest/drivertest_pm_runtime.c | 2 + testing/drivertest/drivertest_pm_smp.c | 2 + testing/drivertest/drivertest_posix_timer.c | 2 + testing/drivertest/drivertest_pwm.c | 2 + testing/drivertest/drivertest_regulator.c | 2 + testing/drivertest/drivertest_relay.c | 2 + testing/drivertest/drivertest_rtc.c | 2 + testing/drivertest/drivertest_simple.c | 2 + testing/drivertest/drivertest_timer.c | 2 + testing/drivertest/drivertest_touchpanel.c | 2 + testing/drivertest/drivertest_uart.c | 2 + testing/drivertest/drivertest_watchdog.c | 2 + testing/drivertest/test_content_gen.py | 8 ++-- testing/epoll/CMakeLists.txt | 2 + testing/epoll/Make.defs | 2 + testing/epoll/Makefile | 2 + testing/epoll/epoll.c | 2 + testing/fatutf8/CMakeLists.txt | 2 + testing/fatutf8/Make.defs | 2 + testing/fatutf8/Makefile | 2 + testing/fatutf8/fatutf8_main.c | 2 + testing/fdsantest/CMakeLists.txt | 2 + testing/fdsantest/Make.defs | 2 + testing/fdsantest/Makefile | 2 + testing/fdsantest/fdsantest_simple.c | 2 + testing/fff/CMakeLists.txt | 2 + testing/fff/Make.defs | 2 + testing/fff/Makefile | 2 + testing/fftest/CMakeLists.txt | 2 + testing/fftest/Make.defs | 2 + testing/fftest/Makefile | 2 + testing/fftest/fftest.c | 2 + testing/fmemopen/CMakeLists.txt | 2 + testing/fmemopen/Make.defs | 2 + testing/fmemopen/Makefile | 2 + testing/fmemopen/fmemopen.c | 2 + testing/fopencookie/Make.defs | 2 + testing/fopencookie/Makefile | 2 + testing/fopencookie/fopencookie.c | 2 + testing/fstest/CMakeLists.txt | 2 + testing/fstest/Make.defs | 2 + testing/fstest/Makefile | 2 + testing/fstest/fstest_main.c | 2 + testing/getprime/CMakeLists.txt | 2 + testing/getprime/Make.defs | 2 + testing/getprime/Makefile | 2 + testing/getprime/getprime_main.c | 2 + testing/himem_test/LibIncludes.mk | 2 + testing/himem_test/Make.defs | 2 + testing/himem_test/Makefile | 2 + testing/himem_test/himem_chardev_test.c | 2 + testing/iob/CMakeLists.txt | 2 + testing/iob/Make.defs | 2 + testing/iob/Makefile | 2 + testing/iob/iob_main.c | 2 + testing/irtest/CMakeLists.txt | 2 + testing/irtest/Make.defs | 2 + testing/irtest/Makefile | 2 + testing/irtest/cmd.cxx | 2 + testing/irtest/cmd.hpp | 2 + testing/irtest/enum.cxx | 2 + testing/irtest/enum.hpp | 2 + testing/irtest/main.cxx | 2 + testing/kasantest/CMakeLists.txt | 2 + testing/kasantest/Make.defs | 2 + testing/kasantest/Makefile | 2 + testing/kasantest/kasantest.c | 2 + testing/ltp/Make.defs | 2 + testing/ltp/Makefile | 2 + testing/ltp/config.h | 2 + testing/memstress/CMakeLists.txt | 2 + testing/memstress/Make.defs | 2 + testing/memstress/Makefile | 2 + testing/memstress/memorystress_main.c | 2 + testing/memtester/CMakeLists.txt | 2 + testing/memtester/Make.defs | 2 + testing/memtester/Makefile | 2 + testing/mm/CMakeLists.txt | 2 + testing/mm/Make.defs | 2 + testing/mm/Makefile | 2 + testing/mm/mm_main.c | 2 + testing/monkey/CMakeLists.txt | 2 + testing/monkey/Make.defs | 2 + testing/monkey/Makefile | 2 + testing/monkey/monkey.c | 2 + testing/monkey/monkey.h | 2 + testing/monkey/monkey_assert.h | 2 + testing/monkey/monkey_dev.c | 2 + testing/monkey/monkey_dev.h | 2 + testing/monkey/monkey_event.c | 2 + testing/monkey/monkey_event.h | 2 + testing/monkey/monkey_log.c | 2 + testing/monkey/monkey_log.h | 2 + testing/monkey/monkey_main.c | 2 + testing/monkey/monkey_proc.c | 2 + testing/monkey/monkey_recorder.c | 2 + testing/monkey/monkey_recorder.h | 2 + testing/monkey/monkey_type.h | 2 + testing/monkey/monkey_utils.c | 2 + testing/monkey/monkey_utils.h | 2 + testing/mtd_config_fs/CMakeLists.txt | 2 + testing/mtd_config_fs/Make.defs | 2 + testing/mtd_config_fs/Makefile | 2 + .../mtd_config_fs/mtd_config_fs_test_main.c | 2 + testing/mtetest/CMakeLists.txt | 2 + testing/mtetest/Make.defs | 2 + testing/mtetest/Makefile | 2 + testing/mtetest/mtetest.c | 2 + testing/nand_sim/CMakeLists.txt | 2 + testing/nand_sim/Make.defs | 2 + testing/nand_sim/Makefile | 2 + testing/nand_sim/nand_sim_main.c | 1 + testing/nist-sts/CMakeLists.txt | 2 + testing/nist-sts/Make.defs | 2 + testing/nist-sts/Makefile | 2 + testing/nxffs/CMakeLists.txt | 2 + testing/nxffs/Make.defs | 2 + testing/nxffs/Makefile | 2 + testing/nxffs/nxffs_main.c | 2 + testing/open_memstream/CMakeLists.txt | 2 + testing/open_memstream/Make.defs | 2 + testing/open_memstream/Makefile | 2 + testing/open_memstream/open_memstream.c | 2 + testing/ostest/CMakeLists.txt | 2 + testing/ostest/Make.defs | 2 + testing/ostest/Makefile | 2 + testing/ostest/aio.c | 2 + testing/ostest/barrier.c | 2 + testing/ostest/cancel.c | 2 + testing/ostest/cond.c | 2 + testing/ostest/dev_null.c | 2 + testing/ostest/fpu.c | 2 + testing/ostest/getopt.c | 2 + testing/ostest/libc_memmem.c | 2 + testing/ostest/mqueue.c | 2 + testing/ostest/mutex.c | 2 + testing/ostest/nsem.c | 2 + testing/ostest/nxevent.c | 2 + testing/ostest/ostest.h | 2 + testing/ostest/ostest_main.c | 2 + testing/ostest/posixtimer.c | 2 + testing/ostest/prioinherit.c | 2 + testing/ostest/pthread_cleanup.c | 2 + testing/ostest/pthread_exit.c | 2 + testing/ostest/pthread_rwlock.c | 2 + testing/ostest/pthread_rwlock_cancel.c | 2 + testing/ostest/restart.c | 2 + testing/ostest/rmutex.c | 2 + testing/ostest/robust.c | 2 + testing/ostest/roundrobin.c | 2 + testing/ostest/sched_thread_local.c | 2 + testing/ostest/schedlock.c | 2 + testing/ostest/sem.c | 2 + testing/ostest/semtimed.c | 2 + testing/ostest/setjmp.c | 2 + testing/ostest/setvbuf.c | 2 + testing/ostest/sigev_thread.c | 2 + testing/ostest/sighand.c | 2 + testing/ostest/sighelper.c | 2 + testing/ostest/signest.c | 2 + testing/ostest/sigprocmask.c | 2 + testing/ostest/smp_call.c | 2 + testing/ostest/specific.c | 2 + testing/ostest/sporadic.c | 2 + testing/ostest/sporadic2.c | 2 + testing/ostest/suspend.c | 2 + testing/ostest/timedmqueue.c | 2 + testing/ostest/timedmutex.c | 2 + testing/ostest/timedwait.c | 2 + testing/ostest/tls.c | 2 + testing/ostest/vfork.c | 2 + testing/ostest/waitpid.c | 2 + testing/ostest/wdog.c | 2 + testing/ostest/wqueue.c | 2 + testing/pcitest/Make.defs | 2 + testing/pcitest/Makefile | 2 + testing/pcitest/pcitest.c | 2 + testing/ramtest/CMakeLists.txt | 2 + testing/ramtest/Make.defs | 2 + testing/ramtest/Makefile | 2 + testing/ramtest/ramtest.c | 2 + testing/resmonitor/CMakeLists.txt | 2 + testing/resmonitor/Make.defs | 3 +- testing/resmonitor/Makefile | 28 +++++++---- testing/resmonitor/fillcpu.c | 2 + testing/resmonitor/filldisk.c | 2 + testing/resmonitor/fillmem.c | 2 + testing/resmonitor/showinfo.c | 2 + testing/scanftest/CMakeLists.txt | 2 + testing/scanftest/Make.defs | 2 + testing/scanftest/Makefile | 2 + testing/scanftest/scanftest_main.c | 47 ++++++++++--------- testing/sd_bench/Make.defs | 2 + testing/sd_bench/Makefile | 2 + testing/sd_bench/sd_bench_main.c | 5 +- testing/sd_stress/Make.defs | 2 + testing/sd_stress/Makefile | 2 + testing/sd_stress/sd_stress_main.c | 5 +- testing/sensortest/CMakeLists.txt | 2 + testing/sensortest/Make.defs | 2 + testing/sensortest/Makefile | 2 + testing/sensortest/sensortest.c | 2 + testing/setest/CMakeLists.txt | 2 + testing/setest/Make.defs | 2 + testing/setest/Makefile | 2 + testing/setest/setest.c | 2 + testing/smart/CMakeLists.txt | 2 + testing/smart/Make.defs | 2 + testing/smart/Makefile | 2 + testing/smart/smart_main.c | 2 + testing/smart_test/CMakeLists.txt | 2 + testing/smart_test/Make.defs | 2 + testing/smart_test/Makefile | 2 + testing/smart_test/smart_test.c | 2 + testing/smp/CMakeLists.txt | 2 + testing/smp/Make.defs | 2 + testing/smp/Makefile | 2 + testing/smp/smp_main.c | 2 + testing/stressapptest/CMakeLists.txt | 2 + testing/stressapptest/Make.defs | 2 + testing/stressapptest/Makefile | 2 + testing/testsuites/Make.defs | 2 + testing/testsuites/Makefile | 2 + .../kernel/fs/cases/fs_append_test.c | 18 +++---- .../kernel/fs/cases/fs_creat_test.c | 18 +++---- .../testsuites/kernel/fs/cases/fs_dup2_test.c | 18 +++---- .../testsuites/kernel/fs/cases/fs_dup_test.c | 18 +++---- .../kernel/fs/cases/fs_eventfd_test.c | 18 +++---- .../kernel/fs/cases/fs_fcntl_test.c | 18 +++---- .../kernel/fs/cases/fs_fstat_test.c | 18 +++---- .../kernel/fs/cases/fs_fstatfs_test.c | 18 +++---- .../kernel/fs/cases/fs_fsync_test.c | 18 +++---- .../kernel/fs/cases/fs_getfilep_test.c | 18 +++---- .../kernel/fs/cases/fs_mkdir_test.c | 18 +++---- .../testsuites/kernel/fs/cases/fs_open_test.c | 18 +++---- .../kernel/fs/cases/fs_opendir_test.c | 18 +++---- .../testsuites/kernel/fs/cases/fs_poll_test.c | 18 +++---- .../kernel/fs/cases/fs_pread_test.c | 18 +++---- .../kernel/fs/cases/fs_pwrite_test.c | 18 +++---- .../testsuites/kernel/fs/cases/fs_read_test.c | 18 +++---- .../kernel/fs/cases/fs_readdir_test.c | 18 +++---- .../kernel/fs/cases/fs_readlink_test.c | 18 +++---- .../kernel/fs/cases/fs_rename_test.c | 18 +++---- .../kernel/fs/cases/fs_rewinddir_test.c | 18 +++---- .../kernel/fs/cases/fs_rmdir_test.c | 18 +++---- .../testsuites/kernel/fs/cases/fs_seek_test.c | 18 +++---- .../kernel/fs/cases/fs_sendfile_test.c | 18 +++---- .../testsuites/kernel/fs/cases/fs_stat_test.c | 18 +++---- .../kernel/fs/cases/fs_statfs_test.c | 18 +++---- .../kernel/fs/cases/fs_stream_test.c | 18 +++---- .../kernel/fs/cases/fs_symlink_test.c | 18 +++---- .../kernel/fs/cases/fs_truncate_test.c | 18 +++---- .../kernel/fs/cases/fs_unlink_test.c | 18 +++---- .../kernel/fs/cases/fs_write_test.c | 18 +++---- testing/testsuites/kernel/fs/cmocka_fs_test.c | 18 +++---- .../kernel/fs/common/test_fs_common.c | 18 +++---- testing/testsuites/kernel/fs/include/fstest.h | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_001.c | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_002.c | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_003.c | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_004.c | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_005.c | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_006.c | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_007.c | 18 +++---- .../testsuites/kernel/mm/cases/mm_test_008.c | 18 +++---- testing/testsuites/kernel/mm/cmocka_mm_test.c | 18 +++---- .../kernel/mm/common/test_mm_common.c | 18 +++---- testing/testsuites/kernel/mm/include/MmTest.h | 20 ++++---- .../kernel/mm/tool/mem_batch_opt_perf_test.c | 18 +++---- .../kernel/mm/tool/mem_cycle_opt_perf_test.c | 18 +++---- .../kernel/mutex/cases/posix_mutex_test_001.c | 18 +++---- .../kernel/mutex/cases/posix_mutex_test_019.c | 18 +++---- .../kernel/mutex/cases/posix_mutex_test_020.c | 18 +++---- .../kernel/mutex/cmocka_mutex_test.c | 18 +++---- .../kernel/mutex/include/MutexTest.h | 19 ++++---- .../pthread/cases/posix_pthread_test_003.c | 18 +++---- .../pthread/cases/posix_pthread_test_004.c | 18 +++---- .../pthread/cases/posix_pthread_test_005.c | 18 +++---- .../pthread/cases/posix_pthread_test_006.c | 18 +++---- .../pthread/cases/posix_pthread_test_009.c | 18 +++---- .../pthread/cases/posix_pthread_test_018.c | 18 +++---- .../pthread/cases/posix_pthread_test_019.c | 18 +++---- .../pthread/cases/posix_pthread_test_021.c | 18 +++---- .../kernel/pthread/cmocka_pthread_test.c | 18 +++---- .../pthread/common/test_pthread_common.c | 18 +++---- .../kernel/pthread/include/PthreadTest.h | 19 ++++---- .../kernel/sched/cases/api_pthread_test_001.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_002.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_003.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_004.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_005.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_006.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_007.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_008.c | 18 +++---- .../kernel/sched/cases/api_pthread_test_009.c | 18 +++---- .../kernel/sched/cases/api_task_test_001.c | 18 +++---- .../kernel/sched/cases/api_task_test_002.c | 18 +++---- .../kernel/sched/cases/api_task_test_003.c | 18 +++---- .../kernel/sched/cases/api_task_test_004.c | 18 +++---- .../kernel/sched/cases/api_task_test_005.c | 18 +++---- .../kernel/sched/cases/api_task_test_006.c | 18 +++---- .../kernel/sched/cases/api_task_test_007.c | 18 +++---- .../kernel/sched/cmocka_sched_test.c | 18 +++---- .../kernel/sched/common/test_sched_common.c | 18 +++---- .../kernel/sched/include/SchedTest.h | 20 ++++---- .../kernel/socket/cases/net_socket_test_005.c | 18 +++---- .../kernel/socket/cases/net_socket_test_006.c | 18 +++---- .../kernel/socket/cases/net_socket_test_008.c | 18 +++---- .../kernel/socket/cases/net_socket_test_009.c | 18 +++---- .../kernel/socket/cases/net_socket_test_010.c | 18 +++---- .../kernel/socket/cases/net_socket_test_011.c | 18 +++---- .../kernel/socket/cmocka_socket_test.c | 18 +++---- .../kernel/socket/include/SocketTest.h | 18 +++---- .../kernel/syscall/cases/Fstatfs_test.c | 18 +++---- .../kernel/syscall/cases/accept_test.c | 18 +++---- .../kernel/syscall/cases/bind_test.c | 18 +++---- .../kernel/syscall/cases/chdir_test.c | 18 +++---- .../kernel/syscall/cases/clock_gettime_test.c | 18 +++---- .../syscall/cases/clock_nanosleep_test.c | 18 +++---- .../kernel/syscall/cases/clock_settime_test.c | 18 +++---- .../kernel/syscall/cases/close_test.c | 18 +++---- .../kernel/syscall/cases/connect_test.c | 18 +++---- .../kernel/syscall/cases/creat_test.c | 18 +++---- .../kernel/syscall/cases/dup2_test.c | 18 +++---- .../kernel/syscall/cases/dup_test.c | 18 +++---- .../kernel/syscall/cases/fcntl_test.c | 18 +++---- .../kernel/syscall/cases/fpathconf_test.c | 18 +++---- .../kernel/syscall/cases/fsync_test.c | 18 +++---- .../kernel/syscall/cases/ftruncate_test.c | 18 +++---- .../kernel/syscall/cases/getTimeofday_test.c | 18 +++---- .../kernel/syscall/cases/getcwd_test.c | 18 +++---- .../kernel/syscall/cases/getegid_test.c | 18 +++---- .../kernel/syscall/cases/geteuid_test.c | 18 +++---- .../kernel/syscall/cases/getgid_test.c | 18 +++---- .../kernel/syscall/cases/gethostname_test.c | 18 +++---- .../kernel/syscall/cases/getitimer_test.c | 18 +++---- .../kernel/syscall/cases/getpeername_test.c | 18 +++---- .../kernel/syscall/cases/getpid_test.c | 18 +++---- .../kernel/syscall/cases/getppid_test.c | 18 +++---- .../kernel/syscall/cases/getsocketopt_test.c | 18 +++---- .../kernel/syscall/cases/getuid_test.c | 18 +++---- .../kernel/syscall/cases/listen_test.c | 18 +++---- .../kernel/syscall/cases/lseek_test.c | 18 +++---- .../kernel/syscall/cases/lstat_test.c | 18 +++---- .../kernel/syscall/cases/memcmp_test.c | 18 +++---- .../kernel/syscall/cases/memcpy_test.c | 18 +++---- .../kernel/syscall/cases/memset_test.c | 18 +++---- .../kernel/syscall/cases/mkdir_test.c | 18 +++---- .../kernel/syscall/cases/nansleep_test.c | 18 +++---- .../kernel/syscall/cases/pathconf_test.c | 18 +++---- .../kernel/syscall/cases/pipe_test.c | 18 +++---- .../kernel/syscall/cases/pread_test.c | 18 +++---- .../kernel/syscall/cases/pwrite_test.c | 18 +++---- .../kernel/syscall/cases/read_test.c | 18 +++---- .../kernel/syscall/cases/readdir_test.c | 18 +++---- .../kernel/syscall/cases/recvfrom_test.c | 18 +++---- .../kernel/syscall/cases/rmdir_test.c | 18 +++---- .../kernel/syscall/cases/sched_test.c | 18 +++---- .../syscall/cases/setsocketopt01_test.c | 18 +++---- .../kernel/syscall/cases/socket_test.c | 18 +++---- .../kernel/syscall/cases/socketpair_test.c | 20 ++++---- .../kernel/syscall/cases/symlink_test.c | 18 +++---- .../kernel/syscall/cases/time_test.c | 18 +++---- .../kernel/syscall/cases/timer_create_test.c | 18 +++---- .../kernel/syscall/cases/timer_delete_test.c | 18 +++---- .../kernel/syscall/cases/timer_gettime_test.c | 18 +++---- .../kernel/syscall/cases/truncate_test.c | 18 +++---- .../kernel/syscall/cases/unlink_test.c | 18 +++---- .../kernel/syscall/cases/write_test.c | 18 +++---- .../kernel/syscall/cmocka_syscall_test.c | 18 +++---- .../syscall/common/test_syscall_common.c | 20 ++++---- .../kernel/syscall/include/SyscallTest.h | 18 +++---- .../kernel/time/cases/clock_test_clock01.c | 18 +++---- .../kernel/time/cases/clock_test_clock02.c | 18 +++---- .../kernel/time/cases/clock_test_smoke.c | 18 +++---- .../kernel/time/cases/clock_test_timer01.c | 18 +++---- .../kernel/time/cases/clock_test_timer03.c | 18 +++---- .../kernel/time/cases/clock_test_timer04.c | 18 +++---- .../kernel/time/cases/clock_test_timer05.c | 18 +++---- .../testsuites/kernel/time/cmocka_time_test.c | 18 +++---- .../testsuites/kernel/time/include/TimeTest.h | 2 + testing/timerjitter/CMakeLists.txt | 2 +- testing/timerjitter/Make.defs | 2 +- testing/timerjitter/Makefile | 24 ++++++---- testing/timerjitter/timerjitter.c | 2 + testing/uclibcxx_test/Make.defs | 2 + testing/uclibcxx_test/Makefile | 2 + testing/unity/CMakeLists.txt | 2 + testing/unity/Make.defs | 2 + testing/unity/Makefile | 2 + testing/x86-64-ABI/Make.defs | 2 + testing/x86-64-ABI/Makefile | 2 + 483 files changed, 2362 insertions(+), 1325 deletions(-) diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt index 217971327..dcccb6f09 100644 --- a/testing/CMakeLists.txt +++ b/testing/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/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/testing/Make.defs b/testing/Make.defs index c97e54778..10d16e260 100644 --- a/testing/Make.defs +++ b/testing/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/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/testing/Makefile b/testing/Makefile index 0f0927d9d..21d1e757f 100644 --- a/testing/Makefile +++ b/testing/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/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/testing/arch_libc/CMakeLists.txt b/testing/arch_libc/CMakeLists.txt index 52dcd1eab..38224f175 100644 --- a/testing/arch_libc/CMakeLists.txt +++ b/testing/arch_libc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/arch_libc/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/testing/arch_libc/Make.defs b/testing/arch_libc/Make.defs index 4b4d205a1..38c935ec2 100644 --- a/testing/arch_libc/Make.defs +++ b/testing/arch_libc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/arch_libc/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/testing/arch_libc/Makefile b/testing/arch_libc/Makefile index bd376459d..ecd4f5434 100644 --- a/testing/arch_libc/Makefile +++ b/testing/arch_libc/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/arch_libc/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/testing/arch_libc/arch_libc_test_main.c b/testing/arch_libc/arch_libc_test_main.c index 770e2773c..a053b7a1a 100644 --- a/testing/arch_libc/arch_libc_test_main.c +++ b/testing/arch_libc/arch_libc_test_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/arch_libc/arch_libc_test_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/testing/atomic/CMakeLists.txt b/testing/atomic/CMakeLists.txt index 7e0d9193a..5ae8d006b 100644 --- a/testing/atomic/CMakeLists.txt +++ b/testing/atomic/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/atomic/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/testing/atomic/Make.defs b/testing/atomic/Make.defs index d9d848810..be5f4eb46 100644 --- a/testing/atomic/Make.defs +++ b/testing/atomic/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/atomic/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/testing/atomic/Makefile b/testing/atomic/Makefile index 39584aee0..19f4d48a3 100644 --- a/testing/atomic/Makefile +++ b/testing/atomic/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/atomic/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/testing/atomic/atomic_main.c b/testing/atomic/atomic_main.c index 90314190d..7d3985fd9 100644 --- a/testing/atomic/atomic_main.c +++ b/testing/atomic/atomic_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/atomic/atomic_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/testing/cachetest/CMakeLists.txt b/testing/cachetest/CMakeLists.txt index 661887ab5..5eb87601d 100644 --- a/testing/cachetest/CMakeLists.txt +++ b/testing/cachetest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/cachetest/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/testing/cachetest/Make.defs b/testing/cachetest/Make.defs index 875f334d2..70bbd75aa 100644 --- a/testing/cachetest/Make.defs +++ b/testing/cachetest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cachetest/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/testing/cachetest/Makefile b/testing/cachetest/Makefile index 7d84880f9..544e1da48 100644 --- a/testing/cachetest/Makefile +++ b/testing/cachetest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cachetest/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/testing/cachetest/cachetest_main.c b/testing/cachetest/cachetest_main.c index 9496432dc..ec1653a59 100644 --- a/testing/cachetest/cachetest_main.c +++ b/testing/cachetest/cachetest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/cachetest/cachetest_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/testing/cmocka/CMakeLists.txt b/testing/cmocka/CMakeLists.txt index 11568513e..3a9fabd85 100644 --- a/testing/cmocka/CMakeLists.txt +++ b/testing/cmocka/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/cmocka/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/testing/cmocka/Make.defs b/testing/cmocka/Make.defs index 3086f8fcb..396365e96 100644 --- a/testing/cmocka/Make.defs +++ b/testing/cmocka/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cmocka/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/testing/cmocka/Makefile b/testing/cmocka/Makefile index c2694f6c5..ac2d177b5 100644 --- a/testing/cmocka/Makefile +++ b/testing/cmocka/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cmocka/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/testing/cmocka/cmocka_main.c b/testing/cmocka/cmocka_main.c index 00b018994..dd251fddc 100644 --- a/testing/cmocka/cmocka_main.c +++ b/testing/cmocka/cmocka_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/cmocka/cmocka_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/testing/cmocka/cmocka_platform.h b/testing/cmocka/cmocka_platform.h index e452615db..70d262500 100644 --- a/testing/cmocka/cmocka_platform.h +++ b/testing/cmocka/cmocka_platform.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/cmocka/cmocka_platform.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/testing/cmocka/tools/cmocka_implement.py b/testing/cmocka/tools/cmocka_implement.py index aa80f1d62..71931da76 100644 --- a/testing/cmocka/tools/cmocka_implement.py +++ b/testing/cmocka/tools/cmocka_implement.py @@ -1,3 +1,26 @@ +#!/usr/bin/env python3 +############################################################################ +# apps/testing/cmocka/tools/cmocka_implement.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. +# +############################################################################ + # -*- coding: utf-8 -*- import copy import os diff --git a/testing/cmocka/tools/cmocka_report.py b/testing/cmocka/tools/cmocka_report.py index 7d518d0b6..e9c953aae 100644 --- a/testing/cmocka/tools/cmocka_report.py +++ b/testing/cmocka/tools/cmocka_report.py @@ -2,6 +2,8 @@ ############################################################################ # apps/testing/cmocka/tools/cmocka_report.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 diff --git a/testing/cmocka/tools/junit2htmlreport/parser.py b/testing/cmocka/tools/junit2htmlreport/parser.py index f580b9524..aa31adef1 100644 --- a/testing/cmocka/tools/junit2htmlreport/parser.py +++ b/testing/cmocka/tools/junit2htmlreport/parser.py @@ -1,3 +1,25 @@ +#!/usr/bin/env python3 +############################################################################ +# apps/testing/cmocka/tools/junit2htmlreport/parser.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. +# +############################################################################ """ Parse a junit report file into a family of objects """ diff --git a/testing/cmocka/tools/junit2htmlreport/render.py b/testing/cmocka/tools/junit2htmlreport/render.py index a6179af70..e2068226e 100644 --- a/testing/cmocka/tools/junit2htmlreport/render.py +++ b/testing/cmocka/tools/junit2htmlreport/render.py @@ -1,3 +1,25 @@ +#!/usr/bin/env python3 +############################################################################ +# apps/testing/cmocka/tools/junit2htmlreport/render.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. +# +############################################################################ """ Render junit reports as HTML """ diff --git a/testing/cmocka/tools/junit2htmlreport/textutils.py b/testing/cmocka/tools/junit2htmlreport/textutils.py index cb42ca44d..46673acbe 100644 --- a/testing/cmocka/tools/junit2htmlreport/textutils.py +++ b/testing/cmocka/tools/junit2htmlreport/textutils.py @@ -1,3 +1,25 @@ +#!/usr/bin/env python3 +############################################################################ +# apps/testing/cmocka/tools/junit2htmlreport/textutils.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. +# +############################################################################ """ Stringify to unicode """ diff --git a/testing/cpuload/CMakeLists.txt b/testing/cpuload/CMakeLists.txt index 533ddbc46..60d8e2e64 100644 --- a/testing/cpuload/CMakeLists.txt +++ b/testing/cpuload/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/cpuload/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/testing/cpuload/Make.defs b/testing/cpuload/Make.defs index a8b0cd6ee..c43feb479 100644 --- a/testing/cpuload/Make.defs +++ b/testing/cpuload/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cpuload/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/testing/cpuload/Makefile b/testing/cpuload/Makefile index 9ffc6394e..45fcb82c2 100644 --- a/testing/cpuload/Makefile +++ b/testing/cpuload/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cpuload/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/testing/cpuload/cpuload_main.c b/testing/cpuload/cpuload_main.c index 09cbf10e6..daa56dd85 100644 --- a/testing/cpuload/cpuload_main.c +++ b/testing/cpuload/cpuload_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/cpuload/cpuload_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/testing/crypto/3descbc.c b/testing/crypto/3descbc.c index 2e2d0c2fe..7bf1c836f 100644 --- a/testing/crypto/3descbc.c +++ b/testing/crypto/3descbc.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/testing/crypto/3descbc.c - * $OpenBSD: des3.c,v 1.8 2010/10/15 10:39:12 jsg Exp $ * - * Copyright (c) 2002 Markus Friedl. All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2002 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/testing/crypto/CMakeLists.txt b/testing/crypto/CMakeLists.txt index 84b0f008d..76df6e7a6 100644 --- a/testing/crypto/CMakeLists.txt +++ b/testing/crypto/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/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/testing/crypto/Make.defs b/testing/crypto/Make.defs index 7c92864b3..5d0dee361 100644 --- a/testing/crypto/Make.defs +++ b/testing/crypto/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/crypto/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/testing/crypto/Makefile b/testing/crypto/Makefile index 00a1ab03e..825eac407 100644 --- a/testing/crypto/Makefile +++ b/testing/crypto/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/crypto/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/testing/crypto/aescbc.c b/testing/crypto/aescbc.c index 2bbe408d6..0c9f464eb 100644 --- a/testing/crypto/aescbc.c +++ b/testing/crypto/aescbc.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/testing/crypto/aescbc.c - * $OpenBSD: aesctr.c,v 1.1 2005/05/25 05:47:53 markus Exp $ * - * Copyright (c) 2005 Markus Friedl + * SPDX-License-Identifier: ISC + * SPDX-FileCopyrightText: 2005 Markus Friedl. All rights reserved. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/testing/crypto/aescmac.c b/testing/crypto/aescmac.c index abf5cf83f..0e0f57838 100644 --- a/testing/crypto/aescmac.c +++ b/testing/crypto/aescmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/crypto/aescmac.c * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/testing/crypto/aesctr.c b/testing/crypto/aesctr.c index 6992a29fe..bf1d99144 100644 --- a/testing/crypto/aesctr.c +++ b/testing/crypto/aesctr.c @@ -1,8 +1,8 @@ /**************************************************************************** * apps/testing/crypto/aesctr.c - * $OpenBSD: aesctr.c,v 1.1 2005/05/25 05:47:53 markus Exp $ * - * Copyright (c) 2005 Markus Friedl + * SPDX-License-Identifier: ISC + * SPDX-FileCopyrightText: 2005 Markus Friedl * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/testing/crypto/aesxts.c b/testing/crypto/aesxts.c index dce7a9166..1692af6bf 100644 --- a/testing/crypto/aesxts.c +++ b/testing/crypto/aesxts.c @@ -1,9 +1,9 @@ /**************************************************************************** * apps/testing/crypto/aesxts.c - * $OpenBSD: aes_xts.c,v 1.2 2013/10/06 16:59:34 jsing Exp $ * - * Copyright (c) 2002 Markus Friedl. All rights reserved. - * Copyright (c) 2008 Damien Miller. All rights reserved. + * SPDX-License-Identifier: BSD-2-Clause + * SPDX-FileCopyrightText: 2002 Markus Friedl. All rights reserved. + * SPDX-FileCopyrightText: 2008 Damien Miller. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/testing/crypto/crc32.c b/testing/crypto/crc32.c index 6e7cde53a..9fa227c5d 100644 --- a/testing/crypto/crc32.c +++ b/testing/crypto/crc32.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/crypto/crc32.c * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/testing/crypto/dhm.c b/testing/crypto/dhm.c index efb483f66..038376104 100644 --- a/testing/crypto/dhm.c +++ b/testing/crypto/dhm.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/testing/crypto/dhm.c - * Copyright (C) 2023 Xiaomi Corporation + * + * SPDX-License-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/testing/crypto/ecdsa.c b/testing/crypto/ecdsa.c index c0ef261a4..007b93b77 100644 --- a/testing/crypto/ecdsa.c +++ b/testing/crypto/ecdsa.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/crypto/ecdsa.c * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/testing/crypto/hash.c b/testing/crypto/hash.c index 6d8df707b..1c3d6e6ee 100644 --- a/testing/crypto/hash.c +++ b/testing/crypto/hash.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/crypto/hash.c * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/testing/crypto/hmac.c b/testing/crypto/hmac.c index a90762da5..48ea6ae46 100644 --- a/testing/crypto/hmac.c +++ b/testing/crypto/hmac.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/crypto/hmac.c - * Copyright (c) 2008 Damien Bergamini + * + * SPDX-License-Identifier: ISC + * SPDX-FileCopyrightText: 2008 Damien Bergamini * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/testing/crypto/rsa.c b/testing/crypto/rsa.c index 32a93866b..e4fe7778a 100644 --- a/testing/crypto/rsa.c +++ b/testing/crypto/rsa.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/crypto/rsa.c * + * SPDX-License-Identifier: ISC + * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. diff --git a/testing/cxxsize/CMakeLists.txt b/testing/cxxsize/CMakeLists.txt index 6588f089b..ddf8f43fd 100644 --- a/testing/cxxsize/CMakeLists.txt +++ b/testing/cxxsize/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/cxxsize/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/testing/cxxsize/Make.defs b/testing/cxxsize/Make.defs index 6dcca3b48..4b3c7cb95 100644 --- a/testing/cxxsize/Make.defs +++ b/testing/cxxsize/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cxxtest/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/testing/cxxsize/Makefile b/testing/cxxsize/Makefile index b822abfde..04560e065 100644 --- a/testing/cxxsize/Makefile +++ b/testing/cxxsize/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cxxtest/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/testing/cxxsize/array.cxx b/testing/cxxsize/array.cxx index 13b3730c6..6b4deb2cf 100644 --- a/testing/cxxsize/array.cxx +++ b/testing/cxxsize/array.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/array.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/testing/cxxsize/condition_variable.cxx b/testing/cxxsize/condition_variable.cxx index 2b9b2e188..a9ddf1288 100644 --- a/testing/cxxsize/condition_variable.cxx +++ b/testing/cxxsize/condition_variable.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/condition_variable.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/testing/cxxsize/deque.cxx b/testing/cxxsize/deque.cxx index a50309e57..2fbffc1bd 100644 --- a/testing/cxxsize/deque.cxx +++ b/testing/cxxsize/deque.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/deque.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/testing/cxxsize/exception.cxx b/testing/cxxsize/exception.cxx index 2e0a66ab5..baa07dc80 100644 --- a/testing/cxxsize/exception.cxx +++ b/testing/cxxsize/exception.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/exception.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/testing/cxxsize/forward_list.cxx b/testing/cxxsize/forward_list.cxx index 9488b84cf..02512e35a 100644 --- a/testing/cxxsize/forward_list.cxx +++ b/testing/cxxsize/forward_list.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/forward_list.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/testing/cxxsize/future.cxx b/testing/cxxsize/future.cxx index 3c09862f2..3ecb8cb09 100644 --- a/testing/cxxsize/future.cxx +++ b/testing/cxxsize/future.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/future.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/testing/cxxsize/iostream.cxx b/testing/cxxsize/iostream.cxx index 038344f5c..2b57140c3 100644 --- a/testing/cxxsize/iostream.cxx +++ b/testing/cxxsize/iostream.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/iostream.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/testing/cxxsize/list.cxx b/testing/cxxsize/list.cxx index fa389828b..9a83eca72 100644 --- a/testing/cxxsize/list.cxx +++ b/testing/cxxsize/list.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/list.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/testing/cxxsize/map.cxx b/testing/cxxsize/map.cxx index 5f0f55b54..f4c5cd095 100644 --- a/testing/cxxsize/map.cxx +++ b/testing/cxxsize/map.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/map.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/testing/cxxsize/multiset.cxx b/testing/cxxsize/multiset.cxx index 5ad8eefa5..a859ec214 100644 --- a/testing/cxxsize/multiset.cxx +++ b/testing/cxxsize/multiset.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/multiset.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/testing/cxxsize/mutex.cxx b/testing/cxxsize/mutex.cxx index e831c7dcd..4d7b5162d 100644 --- a/testing/cxxsize/mutex.cxx +++ b/testing/cxxsize/mutex.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/mutex.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/testing/cxxsize/rtti.cxx b/testing/cxxsize/rtti.cxx index 47a574838..39590e925 100644 --- a/testing/cxxsize/rtti.cxx +++ b/testing/cxxsize/rtti.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/rtti.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/testing/cxxsize/semaphore.cxx b/testing/cxxsize/semaphore.cxx index 379f08fb4..a1b3a29a8 100644 --- a/testing/cxxsize/semaphore.cxx +++ b/testing/cxxsize/semaphore.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/semaphore.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/testing/cxxsize/set.cxx b/testing/cxxsize/set.cxx index 7e9b6bded..1285a12fb 100644 --- a/testing/cxxsize/set.cxx +++ b/testing/cxxsize/set.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/set.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/testing/cxxsize/shared_ptr.cxx b/testing/cxxsize/shared_ptr.cxx index 9d2defaf6..9e519e11a 100644 --- a/testing/cxxsize/shared_ptr.cxx +++ b/testing/cxxsize/shared_ptr.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/shared_ptr.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/testing/cxxsize/string.cxx b/testing/cxxsize/string.cxx index 3ad0d005e..04988820f 100644 --- a/testing/cxxsize/string.cxx +++ b/testing/cxxsize/string.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/string.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/testing/cxxsize/string_view.cxx b/testing/cxxsize/string_view.cxx index 07f7fb9f5..c415262d0 100644 --- a/testing/cxxsize/string_view.cxx +++ b/testing/cxxsize/string_view.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/string_view.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/testing/cxxsize/thread.cxx b/testing/cxxsize/thread.cxx index 98ed6157e..e646c22eb 100644 --- a/testing/cxxsize/thread.cxx +++ b/testing/cxxsize/thread.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/thread.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/testing/cxxsize/unordered_map.cxx b/testing/cxxsize/unordered_map.cxx index 8b1a5e1bd..2d6040701 100644 --- a/testing/cxxsize/unordered_map.cxx +++ b/testing/cxxsize/unordered_map.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/unordered_map.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/testing/cxxsize/unordered_multimap.cxx b/testing/cxxsize/unordered_multimap.cxx index 50034714e..153b5f60a 100644 --- a/testing/cxxsize/unordered_multimap.cxx +++ b/testing/cxxsize/unordered_multimap.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/unordered_multimap.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/testing/cxxsize/unordered_multiset.cxx b/testing/cxxsize/unordered_multiset.cxx index ecdf7787c..f19ae3fcb 100644 --- a/testing/cxxsize/unordered_multiset.cxx +++ b/testing/cxxsize/unordered_multiset.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/unordered_multiset.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/testing/cxxsize/unordered_set.cxx b/testing/cxxsize/unordered_set.cxx index 5ce56f6e7..c5b606509 100644 --- a/testing/cxxsize/unordered_set.cxx +++ b/testing/cxxsize/unordered_set.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/unordered_set.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/testing/cxxsize/vector.cxx b/testing/cxxsize/vector.cxx index a2182b3ce..5f916d928 100644 --- a/testing/cxxsize/vector.cxx +++ b/testing/cxxsize/vector.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/vector.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/testing/cxxsize/weak_ptr.cxx b/testing/cxxsize/weak_ptr.cxx index d93e6b917..1ccd95bd2 100644 --- a/testing/cxxsize/weak_ptr.cxx +++ b/testing/cxxsize/weak_ptr.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxsize/weak_ptr.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/testing/cxxtest/CMakeLists.txt b/testing/cxxtest/CMakeLists.txt index b191a01cf..962b7f097 100644 --- a/testing/cxxtest/CMakeLists.txt +++ b/testing/cxxtest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/cxxtest/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/testing/cxxtest/Make.defs b/testing/cxxtest/Make.defs index b742b05ba..5a06bbbf9 100644 --- a/testing/cxxtest/Make.defs +++ b/testing/cxxtest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cxxtest/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/testing/cxxtest/Makefile b/testing/cxxtest/Makefile index 1c3b82d36..5690c59f9 100644 --- a/testing/cxxtest/Makefile +++ b/testing/cxxtest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/cxxtest/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/testing/cxxtest/cxxtest_main.cxx b/testing/cxxtest/cxxtest_main.cxx index 08cd36227..48e0d0141 100644 --- a/testing/cxxtest/cxxtest_main.cxx +++ b/testing/cxxtest/cxxtest_main.cxx @@ -1,6 +1,8 @@ //*************************************************************************** // apps/testing/cxxtest/cxxtest_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/testing/drivertest/CMakeLists.txt b/testing/drivertest/CMakeLists.txt index 0f36f0932..a3add4dca 100644 --- a/testing/drivertest/CMakeLists.txt +++ b/testing/drivertest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/drivertest/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/testing/drivertest/Make.defs b/testing/drivertest/Make.defs index 4c397380e..a68b7e050 100644 --- a/testing/drivertest/Make.defs +++ b/testing/drivertest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/drivertest/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/testing/drivertest/Makefile b/testing/drivertest/Makefile index 50a0a5613..aa25dfa83 100644 --- a/testing/drivertest/Makefile +++ b/testing/drivertest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/drivertest/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/testing/drivertest/drivertest_adc.c b/testing/drivertest/drivertest_adc.c index 0a9bd6d58..267ed770a 100644 --- a/testing/drivertest/drivertest_adc.c +++ b/testing/drivertest/drivertest_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_adc.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/testing/drivertest/drivertest_audio.c b/testing/drivertest/drivertest_audio.c index 556a15f60..2f019fcdd 100644 --- a/testing/drivertest/drivertest_audio.c +++ b/testing/drivertest/drivertest_audio.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_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/testing/drivertest/drivertest_block.c b/testing/drivertest/drivertest_block.c index 7c65ab926..daa655378 100644 --- a/testing/drivertest/drivertest_block.c +++ b/testing/drivertest/drivertest_block.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_block.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/testing/drivertest/drivertest_framebuffer.c b/testing/drivertest/drivertest_framebuffer.c index 7d2ac1afe..1436d779d 100644 --- a/testing/drivertest/drivertest_framebuffer.c +++ b/testing/drivertest/drivertest_framebuffer.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_framebuffer.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/testing/drivertest/drivertest_gpio.c b/testing/drivertest/drivertest_gpio.c index 25291b2e9..a84acf20d 100644 --- a/testing/drivertest/drivertest_gpio.c +++ b/testing/drivertest/drivertest_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_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/testing/drivertest/drivertest_i2c_read.c b/testing/drivertest/drivertest_i2c_read.c index fc130cdd9..9e87b0bdf 100644 --- a/testing/drivertest/drivertest_i2c_read.c +++ b/testing/drivertest/drivertest_i2c_read.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_i2c_read.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/testing/drivertest/drivertest_i2c_spi.c b/testing/drivertest/drivertest_i2c_spi.c index 93698010c..1157a2a4e 100644 --- a/testing/drivertest/drivertest_i2c_spi.c +++ b/testing/drivertest/drivertest_i2c_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_i2c_spi.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/testing/drivertest/drivertest_i2c_write.c b/testing/drivertest/drivertest_i2c_write.c index ba2193964..959e8b62f 100644 --- a/testing/drivertest/drivertest_i2c_write.c +++ b/testing/drivertest/drivertest_i2c_write.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_i2c_write.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/testing/drivertest/drivertest_lcd.c b/testing/drivertest/drivertest_lcd.c index e9ca3713f..2a4519cb2 100644 --- a/testing/drivertest/drivertest_lcd.c +++ b/testing/drivertest/drivertest_lcd.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_lcd.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/testing/drivertest/drivertest_mps2.c b/testing/drivertest/drivertest_mps2.c index 57bda24ab..7ccbc1f21 100644 --- a/testing/drivertest/drivertest_mps2.c +++ b/testing/drivertest/drivertest_mps2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_mps2.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/testing/drivertest/drivertest_mps2_isr_signal.c b/testing/drivertest/drivertest_mps2_isr_signal.c index 2c5785694..5157b679a 100644 --- a/testing/drivertest/drivertest_mps2_isr_signal.c +++ b/testing/drivertest/drivertest_mps2_isr_signal.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_mps2_isr_signal.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/testing/drivertest/drivertest_mps2_zerointerrupt.c b/testing/drivertest/drivertest_mps2_zerointerrupt.c index 013fccf0c..852404dec 100644 --- a/testing/drivertest/drivertest_mps2_zerointerrupt.c +++ b/testing/drivertest/drivertest_mps2_zerointerrupt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_mps2_zerointerrupt.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/testing/drivertest/drivertest_oneshot.c b/testing/drivertest/drivertest_oneshot.c index 99b96d061..6d7afcc75 100644 --- a/testing/drivertest/drivertest_oneshot.c +++ b/testing/drivertest/drivertest_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_oneshot.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/testing/drivertest/drivertest_pm.c b/testing/drivertest/drivertest_pm.c index 0abbc3247..fc8ee4bdc 100644 --- a/testing/drivertest/drivertest_pm.c +++ b/testing/drivertest/drivertest_pm.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_pm.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/testing/drivertest/drivertest_pm_runtime.c b/testing/drivertest/drivertest_pm_runtime.c index 3b8aa9a90..a0db9947c 100644 --- a/testing/drivertest/drivertest_pm_runtime.c +++ b/testing/drivertest/drivertest_pm_runtime.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_pm_runtime.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/testing/drivertest/drivertest_pm_smp.c b/testing/drivertest/drivertest_pm_smp.c index 6f9f967d7..6edbb6694 100644 --- a/testing/drivertest/drivertest_pm_smp.c +++ b/testing/drivertest/drivertest_pm_smp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_pm_smp.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/testing/drivertest/drivertest_posix_timer.c b/testing/drivertest/drivertest_posix_timer.c index fed2f0ce1..b52b1887d 100644 --- a/testing/drivertest/drivertest_posix_timer.c +++ b/testing/drivertest/drivertest_posix_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_posix_timer.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/testing/drivertest/drivertest_pwm.c b/testing/drivertest/drivertest_pwm.c index fd2fcee3a..18475184d 100644 --- a/testing/drivertest/drivertest_pwm.c +++ b/testing/drivertest/drivertest_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_pwm.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/testing/drivertest/drivertest_regulator.c b/testing/drivertest/drivertest_regulator.c index aa53a693e..bff19677c 100644 --- a/testing/drivertest/drivertest_regulator.c +++ b/testing/drivertest/drivertest_regulator.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_regulator.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/testing/drivertest/drivertest_relay.c b/testing/drivertest/drivertest_relay.c index 9eed2d7b4..7a1671f88 100644 --- a/testing/drivertest/drivertest_relay.c +++ b/testing/drivertest/drivertest_relay.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_relay.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/testing/drivertest/drivertest_rtc.c b/testing/drivertest/drivertest_rtc.c index 01ce8ee70..53ed2a5d1 100644 --- a/testing/drivertest/drivertest_rtc.c +++ b/testing/drivertest/drivertest_rtc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_rtc.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/testing/drivertest/drivertest_simple.c b/testing/drivertest/drivertest_simple.c index 0ba0a5db0..485b592e2 100644 --- a/testing/drivertest/drivertest_simple.c +++ b/testing/drivertest/drivertest_simple.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_simple.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/testing/drivertest/drivertest_timer.c b/testing/drivertest/drivertest_timer.c index cd29d90d1..4478eda0f 100644 --- a/testing/drivertest/drivertest_timer.c +++ b/testing/drivertest/drivertest_timer.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_timer.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/testing/drivertest/drivertest_touchpanel.c b/testing/drivertest/drivertest_touchpanel.c index 9a68b283b..9f0255ec6 100644 --- a/testing/drivertest/drivertest_touchpanel.c +++ b/testing/drivertest/drivertest_touchpanel.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_touchpanel.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/testing/drivertest/drivertest_uart.c b/testing/drivertest/drivertest_uart.c index d26d07005..7963eee01 100644 --- a/testing/drivertest/drivertest_uart.c +++ b/testing/drivertest/drivertest_uart.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_uart.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/testing/drivertest/drivertest_watchdog.c b/testing/drivertest/drivertest_watchdog.c index b55cd0c6a..865c381ed 100644 --- a/testing/drivertest/drivertest_watchdog.c +++ b/testing/drivertest/drivertest_watchdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/drivertest/drivertest_watchdog.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/testing/drivertest/test_content_gen.py b/testing/drivertest/test_content_gen.py index 8c3b2fcc2..3045252d1 100644 --- a/testing/drivertest/test_content_gen.py +++ b/testing/drivertest/test_content_gen.py @@ -1,8 +1,9 @@ #!/bin/python3 - -# **************************************************************************** +############################################################################# # apps/testing/drivertest/cmocka_driver_uart/test_content_gen.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 @@ -17,7 +18,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -# +############################################################################# + import argparse import sys import time diff --git a/testing/epoll/CMakeLists.txt b/testing/epoll/CMakeLists.txt index 082f421f6..3839141e1 100644 --- a/testing/epoll/CMakeLists.txt +++ b/testing/epoll/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/epoll/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/testing/epoll/Make.defs b/testing/epoll/Make.defs index 00467a4f9..fbabd4059 100644 --- a/testing/epoll/Make.defs +++ b/testing/epoll/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/epoll/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/testing/epoll/Makefile b/testing/epoll/Makefile index 6d79215cc..2a78ea7ac 100644 --- a/testing/epoll/Makefile +++ b/testing/epoll/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/epoll/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/testing/epoll/epoll.c b/testing/epoll/epoll.c index ad6ab09fe..970a7ad4c 100644 --- a/testing/epoll/epoll.c +++ b/testing/epoll/epoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/epoll/epoll.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/testing/fatutf8/CMakeLists.txt b/testing/fatutf8/CMakeLists.txt index 6facb8a67..276ae93a9 100644 --- a/testing/fatutf8/CMakeLists.txt +++ b/testing/fatutf8/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/fatutf8/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/testing/fatutf8/Make.defs b/testing/fatutf8/Make.defs index 039638d4d..2c62dc1fa 100644 --- a/testing/fatutf8/Make.defs +++ b/testing/fatutf8/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fatutf8/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/testing/fatutf8/Makefile b/testing/fatutf8/Makefile index be384e571..e43198ec3 100644 --- a/testing/fatutf8/Makefile +++ b/testing/fatutf8/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fatutf8/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/testing/fatutf8/fatutf8_main.c b/testing/fatutf8/fatutf8_main.c index 8f895ed0d..6975294e8 100644 --- a/testing/fatutf8/fatutf8_main.c +++ b/testing/fatutf8/fatutf8_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/fatutf8/fatutf8_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/testing/fdsantest/CMakeLists.txt b/testing/fdsantest/CMakeLists.txt index f83dadb9c..f6a5f7be1 100644 --- a/testing/fdsantest/CMakeLists.txt +++ b/testing/fdsantest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/fdsantest/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/testing/fdsantest/Make.defs b/testing/fdsantest/Make.defs index 3cab033df..4be99c975 100644 --- a/testing/fdsantest/Make.defs +++ b/testing/fdsantest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fdsantest/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/testing/fdsantest/Makefile b/testing/fdsantest/Makefile index 3dc7f4a12..cddf85651 100644 --- a/testing/fdsantest/Makefile +++ b/testing/fdsantest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fdsantest/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/testing/fdsantest/fdsantest_simple.c b/testing/fdsantest/fdsantest_simple.c index 4f8c802e6..ab4068c7f 100644 --- a/testing/fdsantest/fdsantest_simple.c +++ b/testing/fdsantest/fdsantest_simple.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/fdsantest/fdsantest_simple.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/testing/fff/CMakeLists.txt b/testing/fff/CMakeLists.txt index d69a69d79..fdd1ccd58 100644 --- a/testing/fff/CMakeLists.txt +++ b/testing/fff/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/fff/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/testing/fff/Make.defs b/testing/fff/Make.defs index 64be55f8a..8c53d7685 100644 --- a/testing/fff/Make.defs +++ b/testing/fff/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fff/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/testing/fff/Makefile b/testing/fff/Makefile index 6f1686d49..0a8783175 100644 --- a/testing/fff/Makefile +++ b/testing/fff/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fff/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/testing/fftest/CMakeLists.txt b/testing/fftest/CMakeLists.txt index b91f1c3ac..77513c601 100644 --- a/testing/fftest/CMakeLists.txt +++ b/testing/fftest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/fftest/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/testing/fftest/Make.defs b/testing/fftest/Make.defs index 871b20f8c..0190fb4f2 100644 --- a/testing/fftest/Make.defs +++ b/testing/fftest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fftest/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/testing/fftest/Makefile b/testing/fftest/Makefile index b19fb40cd..981d502f1 100644 --- a/testing/fftest/Makefile +++ b/testing/fftest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fftest/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/testing/fftest/fftest.c b/testing/fftest/fftest.c index f444d3d5d..51700914a 100644 --- a/testing/fftest/fftest.c +++ b/testing/fftest/fftest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/fftest/fftest.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/testing/fmemopen/CMakeLists.txt b/testing/fmemopen/CMakeLists.txt index 65e69e652..28f688dc1 100644 --- a/testing/fmemopen/CMakeLists.txt +++ b/testing/fmemopen/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/fmemopen/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/testing/fmemopen/Make.defs b/testing/fmemopen/Make.defs index 03c3981fe..808223517 100644 --- a/testing/fmemopen/Make.defs +++ b/testing/fmemopen/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fmemopen/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/testing/fmemopen/Makefile b/testing/fmemopen/Makefile index 4b712aef1..e62c0c9ad 100644 --- a/testing/fmemopen/Makefile +++ b/testing/fmemopen/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fmemopen/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/testing/fmemopen/fmemopen.c b/testing/fmemopen/fmemopen.c index ab332b03c..06b396e03 100644 --- a/testing/fmemopen/fmemopen.c +++ b/testing/fmemopen/fmemopen.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/fmemopen/fmemopen.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/testing/fopencookie/Make.defs b/testing/fopencookie/Make.defs index e9ff32601..778de83a9 100644 --- a/testing/fopencookie/Make.defs +++ b/testing/fopencookie/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fopencookie/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/testing/fopencookie/Makefile b/testing/fopencookie/Makefile index e1c364c65..4af65d1f9 100644 --- a/testing/fopencookie/Makefile +++ b/testing/fopencookie/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fopencookie/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/testing/fopencookie/fopencookie.c b/testing/fopencookie/fopencookie.c index c69277899..0c35a40da 100644 --- a/testing/fopencookie/fopencookie.c +++ b/testing/fopencookie/fopencookie.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/fopencookie/fopencookie.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/testing/fstest/CMakeLists.txt b/testing/fstest/CMakeLists.txt index e9213987a..5b938a337 100644 --- a/testing/fstest/CMakeLists.txt +++ b/testing/fstest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/fstest/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/testing/fstest/Make.defs b/testing/fstest/Make.defs index 3572d38c9..4545509e9 100644 --- a/testing/fstest/Make.defs +++ b/testing/fstest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fstest/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/testing/fstest/Makefile b/testing/fstest/Makefile index 2bbde94c3..4a845eb79 100644 --- a/testing/fstest/Makefile +++ b/testing/fstest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/fstest/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/testing/fstest/fstest_main.c b/testing/fstest/fstest_main.c index 17b5b904e..0579dff36 100644 --- a/testing/fstest/fstest_main.c +++ b/testing/fstest/fstest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/fstest/fstest_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/testing/getprime/CMakeLists.txt b/testing/getprime/CMakeLists.txt index cb6002d9c..407ae9649 100644 --- a/testing/getprime/CMakeLists.txt +++ b/testing/getprime/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/getprime/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/testing/getprime/Make.defs b/testing/getprime/Make.defs index e40698597..d990dc0ba 100644 --- a/testing/getprime/Make.defs +++ b/testing/getprime/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/getprime/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/testing/getprime/Makefile b/testing/getprime/Makefile index a4c7a57e9..b7605743c 100644 --- a/testing/getprime/Makefile +++ b/testing/getprime/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/getprime/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/testing/getprime/getprime_main.c b/testing/getprime/getprime_main.c index 39ba94feb..710f07dac 100644 --- a/testing/getprime/getprime_main.c +++ b/testing/getprime/getprime_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/getprime/getprime_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/testing/himem_test/LibIncludes.mk b/testing/himem_test/LibIncludes.mk index 08bbfa63d..3ad3e8ced 100644 --- a/testing/himem_test/LibIncludes.mk +++ b/testing/himem_test/LibIncludes.mk @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/himem_test/LibIncludes.mk # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/testing/himem_test/Make.defs b/testing/himem_test/Make.defs index 03f0aec7d..2e2b03d63 100644 --- a/testing/himem_test/Make.defs +++ b/testing/himem_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/himem_test/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/testing/himem_test/Makefile b/testing/himem_test/Makefile index 33a0dd094..76568df31 100644 --- a/testing/himem_test/Makefile +++ b/testing/himem_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/himem_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/testing/himem_test/himem_chardev_test.c b/testing/himem_test/himem_chardev_test.c index fe10637bc..118a9ca69 100644 --- a/testing/himem_test/himem_chardev_test.c +++ b/testing/himem_test/himem_chardev_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/himem_test/himem_chardev_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/testing/iob/CMakeLists.txt b/testing/iob/CMakeLists.txt index ca423c42a..e569423b9 100644 --- a/testing/iob/CMakeLists.txt +++ b/testing/iob/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/iob/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/testing/iob/Make.defs b/testing/iob/Make.defs index 8cd27f450..3c51ff18f 100644 --- a/testing/iob/Make.defs +++ b/testing/iob/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/iob/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/testing/iob/Makefile b/testing/iob/Makefile index 4ba4252b5..3ebb8a27f 100644 --- a/testing/iob/Makefile +++ b/testing/iob/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/iob/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/testing/iob/iob_main.c b/testing/iob/iob_main.c index 236a0e19d..7e6e1991d 100644 --- a/testing/iob/iob_main.c +++ b/testing/iob/iob_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/iob/iob_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/testing/irtest/CMakeLists.txt b/testing/irtest/CMakeLists.txt index 98d4e8c8e..6975046ff 100644 --- a/testing/irtest/CMakeLists.txt +++ b/testing/irtest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/irtest/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/testing/irtest/Make.defs b/testing/irtest/Make.defs index d259bad43..4bd5f37e7 100644 --- a/testing/irtest/Make.defs +++ b/testing/irtest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/irtest/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/testing/irtest/Makefile b/testing/irtest/Makefile index b07e77cef..28d7b20c1 100644 --- a/testing/irtest/Makefile +++ b/testing/irtest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/irtest/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/testing/irtest/cmd.cxx b/testing/irtest/cmd.cxx index 70a939065..867864a47 100644 --- a/testing/irtest/cmd.cxx +++ b/testing/irtest/cmd.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/irtest/cmd.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/testing/irtest/cmd.hpp b/testing/irtest/cmd.hpp index 7a8a9820f..d1f96fcdf 100644 --- a/testing/irtest/cmd.hpp +++ b/testing/irtest/cmd.hpp @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/irtest/cmd.hpp * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/testing/irtest/enum.cxx b/testing/irtest/enum.cxx index dcc5305d9..1c3b58afd 100644 --- a/testing/irtest/enum.cxx +++ b/testing/irtest/enum.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/irtest/enum.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/testing/irtest/enum.hpp b/testing/irtest/enum.hpp index 43d962133..77c712021 100644 --- a/testing/irtest/enum.hpp +++ b/testing/irtest/enum.hpp @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/irtest/enum.hpp * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/testing/irtest/main.cxx b/testing/irtest/main.cxx index 521110fd4..9ea7a1447 100644 --- a/testing/irtest/main.cxx +++ b/testing/irtest/main.cxx @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/irtest/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/testing/kasantest/CMakeLists.txt b/testing/kasantest/CMakeLists.txt index 8a06a10ea..ff1c65a4a 100644 --- a/testing/kasantest/CMakeLists.txt +++ b/testing/kasantest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/kasantest/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/testing/kasantest/Make.defs b/testing/kasantest/Make.defs index 58d797739..6760568e9 100644 --- a/testing/kasantest/Make.defs +++ b/testing/kasantest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/kasantest/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/testing/kasantest/Makefile b/testing/kasantest/Makefile index 21b766a10..5f2669ebe 100644 --- a/testing/kasantest/Makefile +++ b/testing/kasantest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/kasantest/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/testing/kasantest/kasantest.c b/testing/kasantest/kasantest.c index da3de9a3d..cdb8b5cec 100644 --- a/testing/kasantest/kasantest.c +++ b/testing/kasantest/kasantest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/kasantest/kasantest.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/testing/ltp/Make.defs b/testing/ltp/Make.defs index a8e12b4c2..50dac21f9 100644 --- a/testing/ltp/Make.defs +++ b/testing/ltp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/ltp/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/testing/ltp/Makefile b/testing/ltp/Makefile index 8d77bda1e..1fc2c943d 100644 --- a/testing/ltp/Makefile +++ b/testing/ltp/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/ltp/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/testing/ltp/config.h b/testing/ltp/config.h index 7bd8c1000..253a2363d 100644 --- a/testing/ltp/config.h +++ b/testing/ltp/config.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ltp/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/testing/memstress/CMakeLists.txt b/testing/memstress/CMakeLists.txt index e10d721d9..5247fbd57 100644 --- a/testing/memstress/CMakeLists.txt +++ b/testing/memstress/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/memstress/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/testing/memstress/Make.defs b/testing/memstress/Make.defs index e2ac44a38..583cf3066 100644 --- a/testing/memstress/Make.defs +++ b/testing/memstress/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/memstress/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/testing/memstress/Makefile b/testing/memstress/Makefile index aa8e85c4b..ae4729d14 100644 --- a/testing/memstress/Makefile +++ b/testing/memstress/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/memstress/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/testing/memstress/memorystress_main.c b/testing/memstress/memorystress_main.c index dbf77222d..b37c94365 100644 --- a/testing/memstress/memorystress_main.c +++ b/testing/memstress/memorystress_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/memstress/memorystress_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/testing/memtester/CMakeLists.txt b/testing/memtester/CMakeLists.txt index 93f0e176d..e7a1d72df 100644 --- a/testing/memtester/CMakeLists.txt +++ b/testing/memtester/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/memtester/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/testing/memtester/Make.defs b/testing/memtester/Make.defs index f697e2aed..315646b8b 100644 --- a/testing/memtester/Make.defs +++ b/testing/memtester/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/memtester/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/testing/memtester/Makefile b/testing/memtester/Makefile index 98a926862..e577d5829 100644 --- a/testing/memtester/Makefile +++ b/testing/memtester/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/memtester/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/testing/mm/CMakeLists.txt b/testing/mm/CMakeLists.txt index 2c6f069fe..043685f33 100644 --- a/testing/mm/CMakeLists.txt +++ b/testing/mm/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/mm/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/testing/mm/Make.defs b/testing/mm/Make.defs index 389fbcdbd..a82b81f56 100644 --- a/testing/mm/Make.defs +++ b/testing/mm/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/mm/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/testing/mm/Makefile b/testing/mm/Makefile index c3220fc81..bf202717c 100644 --- a/testing/mm/Makefile +++ b/testing/mm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/mm/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/testing/mm/mm_main.c b/testing/mm/mm_main.c index 0b9b53dfa..d1d8367ca 100644 --- a/testing/mm/mm_main.c +++ b/testing/mm/mm_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/mm/mm_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/testing/monkey/CMakeLists.txt b/testing/monkey/CMakeLists.txt index e97ca78e0..d3649c24f 100644 --- a/testing/monkey/CMakeLists.txt +++ b/testing/monkey/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/monkey/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/testing/monkey/Make.defs b/testing/monkey/Make.defs index 4ecff2edd..dbad681de 100644 --- a/testing/monkey/Make.defs +++ b/testing/monkey/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/monkey/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/testing/monkey/Makefile b/testing/monkey/Makefile index ce70f2a1a..0f572a354 100644 --- a/testing/monkey/Makefile +++ b/testing/monkey/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/monkey/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/testing/monkey/monkey.c b/testing/monkey/monkey.c index d01a216a6..770c59d51 100644 --- a/testing/monkey/monkey.c +++ b/testing/monkey/monkey.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey.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/testing/monkey/monkey.h b/testing/monkey/monkey.h index 39139f19a..b53771a1c 100644 --- a/testing/monkey/monkey.h +++ b/testing/monkey/monkey.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey.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/testing/monkey/monkey_assert.h b/testing/monkey/monkey_assert.h index 50e5ae4b9..51d4fd07c 100644 --- a/testing/monkey/monkey_assert.h +++ b/testing/monkey/monkey_assert.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_assert.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/testing/monkey/monkey_dev.c b/testing/monkey/monkey_dev.c index a6f88fc09..7f1966840 100644 --- a/testing/monkey/monkey_dev.c +++ b/testing/monkey/monkey_dev.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_dev.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/testing/monkey/monkey_dev.h b/testing/monkey/monkey_dev.h index 87c1c80dd..b7b61944e 100644 --- a/testing/monkey/monkey_dev.h +++ b/testing/monkey/monkey_dev.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_dev.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/testing/monkey/monkey_event.c b/testing/monkey/monkey_event.c index 5e19d3a19..745d45246 100644 --- a/testing/monkey/monkey_event.c +++ b/testing/monkey/monkey_event.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_event.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/testing/monkey/monkey_event.h b/testing/monkey/monkey_event.h index 2ee31ce59..60ff88ac0 100644 --- a/testing/monkey/monkey_event.h +++ b/testing/monkey/monkey_event.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_event.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/testing/monkey/monkey_log.c b/testing/monkey/monkey_log.c index a726f766d..cd3aaa3d6 100644 --- a/testing/monkey/monkey_log.c +++ b/testing/monkey/monkey_log.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_log.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/testing/monkey/monkey_log.h b/testing/monkey/monkey_log.h index 931fb9cc2..4071e4c95 100644 --- a/testing/monkey/monkey_log.h +++ b/testing/monkey/monkey_log.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_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/testing/monkey/monkey_main.c b/testing/monkey/monkey_main.c index eab797053..d9b61a217 100644 --- a/testing/monkey/monkey_main.c +++ b/testing/monkey/monkey_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_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/testing/monkey/monkey_proc.c b/testing/monkey/monkey_proc.c index 4574a6268..8040401fe 100644 --- a/testing/monkey/monkey_proc.c +++ b/testing/monkey/monkey_proc.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_proc.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/testing/monkey/monkey_recorder.c b/testing/monkey/monkey_recorder.c index 261c0849c..cc497e8f8 100644 --- a/testing/monkey/monkey_recorder.c +++ b/testing/monkey/monkey_recorder.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_recorder.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/testing/monkey/monkey_recorder.h b/testing/monkey/monkey_recorder.h index 0d69bd193..756e1a870 100644 --- a/testing/monkey/monkey_recorder.h +++ b/testing/monkey/monkey_recorder.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_recorder.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/testing/monkey/monkey_type.h b/testing/monkey/monkey_type.h index 1312a82e7..ed4f8684f 100644 --- a/testing/monkey/monkey_type.h +++ b/testing/monkey/monkey_type.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_type.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/testing/monkey/monkey_utils.c b/testing/monkey/monkey_utils.c index 9e322c756..5e54731ac 100644 --- a/testing/monkey/monkey_utils.c +++ b/testing/monkey/monkey_utils.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_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/testing/monkey/monkey_utils.h b/testing/monkey/monkey_utils.h index 342f87c90..d559600a3 100644 --- a/testing/monkey/monkey_utils.h +++ b/testing/monkey/monkey_utils.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/monkey/monkey_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/testing/mtd_config_fs/CMakeLists.txt b/testing/mtd_config_fs/CMakeLists.txt index 75397385d..30056c35f 100644 --- a/testing/mtd_config_fs/CMakeLists.txt +++ b/testing/mtd_config_fs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/mtd_config_fs/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/testing/mtd_config_fs/Make.defs b/testing/mtd_config_fs/Make.defs index 7d8926c18..424b907fd 100644 --- a/testing/mtd_config_fs/Make.defs +++ b/testing/mtd_config_fs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/mtd_config_fs/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/testing/mtd_config_fs/Makefile b/testing/mtd_config_fs/Makefile index 85d1aa8a5..601e42f61 100644 --- a/testing/mtd_config_fs/Makefile +++ b/testing/mtd_config_fs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/mtd_config_fs/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/testing/mtd_config_fs/mtd_config_fs_test_main.c b/testing/mtd_config_fs/mtd_config_fs_test_main.c index e4bbf1bcf..5ebc2f990 100644 --- a/testing/mtd_config_fs/mtd_config_fs_test_main.c +++ b/testing/mtd_config_fs/mtd_config_fs_test_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/mtd_config_fs/mtd_config_fs_test_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/testing/mtetest/CMakeLists.txt b/testing/mtetest/CMakeLists.txt index a3a9737b8..fed326f22 100644 --- a/testing/mtetest/CMakeLists.txt +++ b/testing/mtetest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/mtetest/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/testing/mtetest/Make.defs b/testing/mtetest/Make.defs index e927e2118..94339a5ce 100644 --- a/testing/mtetest/Make.defs +++ b/testing/mtetest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/mtetest/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/testing/mtetest/Makefile b/testing/mtetest/Makefile index b95a2a04f..9d9a3239f 100644 --- a/testing/mtetest/Makefile +++ b/testing/mtetest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/mtetest/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/testing/mtetest/mtetest.c b/testing/mtetest/mtetest.c index a08ef3825..351c38b22 100644 --- a/testing/mtetest/mtetest.c +++ b/testing/mtetest/mtetest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/mtetest/mtetest.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/testing/nand_sim/CMakeLists.txt b/testing/nand_sim/CMakeLists.txt index 68994ebd3..4f9b4021c 100644 --- a/testing/nand_sim/CMakeLists.txt +++ b/testing/nand_sim/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/nand_sim/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/testing/nand_sim/Make.defs b/testing/nand_sim/Make.defs index 1330d5d5a..05557f6de 100644 --- a/testing/nand_sim/Make.defs +++ b/testing/nand_sim/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/nand_sim/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/testing/nand_sim/Makefile b/testing/nand_sim/Makefile index f0b6f1c84..a66579209 100644 --- a/testing/nand_sim/Makefile +++ b/testing/nand_sim/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/nand_sim/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/testing/nand_sim/nand_sim_main.c b/testing/nand_sim/nand_sim_main.c index 5e0893558..63e64b91f 100644 --- a/testing/nand_sim/nand_sim_main.c +++ b/testing/nand_sim/nand_sim_main.c @@ -1,6 +1,7 @@ /**************************************************************************** * apps/testing/nand_sim/nand_sim_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 diff --git a/testing/nist-sts/CMakeLists.txt b/testing/nist-sts/CMakeLists.txt index a0a6cf5f0..e61b2b191 100644 --- a/testing/nist-sts/CMakeLists.txt +++ b/testing/nist-sts/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/nist-sts/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/testing/nist-sts/Make.defs b/testing/nist-sts/Make.defs index ba3894344..3bb4a2e35 100644 --- a/testing/nist-sts/Make.defs +++ b/testing/nist-sts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/nist-sts/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/testing/nist-sts/Makefile b/testing/nist-sts/Makefile index 66e83c2a6..4240db968 100644 --- a/testing/nist-sts/Makefile +++ b/testing/nist-sts/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/nist-sts/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/testing/nxffs/CMakeLists.txt b/testing/nxffs/CMakeLists.txt index 17b18b2b1..493b2c29e 100644 --- a/testing/nxffs/CMakeLists.txt +++ b/testing/nxffs/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/nxffs/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/testing/nxffs/Make.defs b/testing/nxffs/Make.defs index 61cd77248..6fb1fd54e 100644 --- a/testing/nxffs/Make.defs +++ b/testing/nxffs/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/nxffs/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/testing/nxffs/Makefile b/testing/nxffs/Makefile index d5da0ad11..c03d5d05d 100644 --- a/testing/nxffs/Makefile +++ b/testing/nxffs/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/nxffs/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/testing/nxffs/nxffs_main.c b/testing/nxffs/nxffs_main.c index 79389510b..46f2fb2a5 100644 --- a/testing/nxffs/nxffs_main.c +++ b/testing/nxffs/nxffs_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/nxffs/nxffs_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/testing/open_memstream/CMakeLists.txt b/testing/open_memstream/CMakeLists.txt index fad47958e..67a764030 100644 --- a/testing/open_memstream/CMakeLists.txt +++ b/testing/open_memstream/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/open_memstream/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/testing/open_memstream/Make.defs b/testing/open_memstream/Make.defs index 8500076c4..f16c7d494 100644 --- a/testing/open_memstream/Make.defs +++ b/testing/open_memstream/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/open_memstream/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/testing/open_memstream/Makefile b/testing/open_memstream/Makefile index 223ea2c9a..5759cac9f 100644 --- a/testing/open_memstream/Makefile +++ b/testing/open_memstream/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/open_memstream/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/testing/open_memstream/open_memstream.c b/testing/open_memstream/open_memstream.c index 0cc0efdf7..b6f9d59c9 100644 --- a/testing/open_memstream/open_memstream.c +++ b/testing/open_memstream/open_memstream.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/open_memstream/open_memstream.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/testing/ostest/CMakeLists.txt b/testing/ostest/CMakeLists.txt index 47db29f77..d3286f023 100644 --- a/testing/ostest/CMakeLists.txt +++ b/testing/ostest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/ostest/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/testing/ostest/Make.defs b/testing/ostest/Make.defs index 4d40300b5..4f80d35df 100644 --- a/testing/ostest/Make.defs +++ b/testing/ostest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/ostest/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/testing/ostest/Makefile b/testing/ostest/Makefile index 18fc1c19d..c631fb3b8 100644 --- a/testing/ostest/Makefile +++ b/testing/ostest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/ostest/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/testing/ostest/aio.c b/testing/ostest/aio.c index 775b56aa5..8a6fe9637 100644 --- a/testing/ostest/aio.c +++ b/testing/ostest/aio.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/aio.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/testing/ostest/barrier.c b/testing/ostest/barrier.c index 541c1b55e..022aebb40 100644 --- a/testing/ostest/barrier.c +++ b/testing/ostest/barrier.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/barrier.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/testing/ostest/cancel.c b/testing/ostest/cancel.c index 752ed747a..907a69354 100644 --- a/testing/ostest/cancel.c +++ b/testing/ostest/cancel.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/cancel.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/testing/ostest/cond.c b/testing/ostest/cond.c index f797471d9..aee883778 100644 --- a/testing/ostest/cond.c +++ b/testing/ostest/cond.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/cond.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/testing/ostest/dev_null.c b/testing/ostest/dev_null.c index 4720a0499..439dd93f5 100644 --- a/testing/ostest/dev_null.c +++ b/testing/ostest/dev_null.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/dev_null.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/testing/ostest/fpu.c b/testing/ostest/fpu.c index 65545b00b..841d458c7 100644 --- a/testing/ostest/fpu.c +++ b/testing/ostest/fpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/fpu.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/testing/ostest/getopt.c b/testing/ostest/getopt.c index c89667539..8406f08fd 100644 --- a/testing/ostest/getopt.c +++ b/testing/ostest/getopt.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/getopt.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/testing/ostest/libc_memmem.c b/testing/ostest/libc_memmem.c index 25d38c7b7..60d5194b0 100644 --- a/testing/ostest/libc_memmem.c +++ b/testing/ostest/libc_memmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/libc_memmem.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/testing/ostest/mqueue.c b/testing/ostest/mqueue.c index 000b42679..afd178644 100644 --- a/testing/ostest/mqueue.c +++ b/testing/ostest/mqueue.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/mqueue.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/testing/ostest/mutex.c b/testing/ostest/mutex.c index 11781c945..4e01166eb 100644 --- a/testing/ostest/mutex.c +++ b/testing/ostest/mutex.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/mutex.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/testing/ostest/nsem.c b/testing/ostest/nsem.c index 7f8815214..a12a162ec 100644 --- a/testing/ostest/nsem.c +++ b/testing/ostest/nsem.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/nsem.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/testing/ostest/nxevent.c b/testing/ostest/nxevent.c index 058c942dd..e77309d16 100644 --- a/testing/ostest/nxevent.c +++ b/testing/ostest/nxevent.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/nxevent.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/testing/ostest/ostest.h b/testing/ostest/ostest.h index 02ed90c7b..fec7f81c2 100644 --- a/testing/ostest/ostest.h +++ b/testing/ostest/ostest.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/ostest.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/testing/ostest/ostest_main.c b/testing/ostest/ostest_main.c index 4a3902c8b..201d52e38 100644 --- a/testing/ostest/ostest_main.c +++ b/testing/ostest/ostest_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/ostest_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/testing/ostest/posixtimer.c b/testing/ostest/posixtimer.c index 9ae0a1f8d..ea47261b2 100644 --- a/testing/ostest/posixtimer.c +++ b/testing/ostest/posixtimer.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/posixtimer.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/testing/ostest/prioinherit.c b/testing/ostest/prioinherit.c index 0704de829..a9ffe3d4f 100644 --- a/testing/ostest/prioinherit.c +++ b/testing/ostest/prioinherit.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/prioinherit.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/testing/ostest/pthread_cleanup.c b/testing/ostest/pthread_cleanup.c index f10912d9b..00a6b91d4 100644 --- a/testing/ostest/pthread_cleanup.c +++ b/testing/ostest/pthread_cleanup.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/pthread_cleanup.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/testing/ostest/pthread_exit.c b/testing/ostest/pthread_exit.c index 1a95fa75c..bc4ca5eac 100644 --- a/testing/ostest/pthread_exit.c +++ b/testing/ostest/pthread_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/pthread_exit.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/testing/ostest/pthread_rwlock.c b/testing/ostest/pthread_rwlock.c index 67febadc1..ed4159d80 100644 --- a/testing/ostest/pthread_rwlock.c +++ b/testing/ostest/pthread_rwlock.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/pthread_rwlock.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/testing/ostest/pthread_rwlock_cancel.c b/testing/ostest/pthread_rwlock_cancel.c index e0c826a9c..ab8e84c0c 100644 --- a/testing/ostest/pthread_rwlock_cancel.c +++ b/testing/ostest/pthread_rwlock_cancel.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/pthread_rwlock_cancel.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/testing/ostest/restart.c b/testing/ostest/restart.c index ecd336dac..891a5b5d6 100644 --- a/testing/ostest/restart.c +++ b/testing/ostest/restart.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/restart.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/testing/ostest/rmutex.c b/testing/ostest/rmutex.c index 5ae872c94..5ad1e056b 100644 --- a/testing/ostest/rmutex.c +++ b/testing/ostest/rmutex.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/rmutex.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/testing/ostest/robust.c b/testing/ostest/robust.c index e71c0f2d2..9a2baa20f 100644 --- a/testing/ostest/robust.c +++ b/testing/ostest/robust.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/robust.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/testing/ostest/roundrobin.c b/testing/ostest/roundrobin.c index f38d81c21..c74bbc1f0 100644 --- a/testing/ostest/roundrobin.c +++ b/testing/ostest/roundrobin.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/roundrobin.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/testing/ostest/sched_thread_local.c b/testing/ostest/sched_thread_local.c index d2fc08a31..f36d119da 100644 --- a/testing/ostest/sched_thread_local.c +++ b/testing/ostest/sched_thread_local.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sched_thread_local.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/testing/ostest/schedlock.c b/testing/ostest/schedlock.c index 6eea50055..b6e60f8d0 100644 --- a/testing/ostest/schedlock.c +++ b/testing/ostest/schedlock.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/schedlock.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/testing/ostest/sem.c b/testing/ostest/sem.c index 6a3bc1385..4de91c49b 100644 --- a/testing/ostest/sem.c +++ b/testing/ostest/sem.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sem.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/testing/ostest/semtimed.c b/testing/ostest/semtimed.c index 62b128354..ce3f163c1 100644 --- a/testing/ostest/semtimed.c +++ b/testing/ostest/semtimed.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/semtimed.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/testing/ostest/setjmp.c b/testing/ostest/setjmp.c index 75ee42958..09635324e 100644 --- a/testing/ostest/setjmp.c +++ b/testing/ostest/setjmp.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/setjmp.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/testing/ostest/setvbuf.c b/testing/ostest/setvbuf.c index b2d198b26..41210d25c 100644 --- a/testing/ostest/setvbuf.c +++ b/testing/ostest/setvbuf.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/setvbuf.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/testing/ostest/sigev_thread.c b/testing/ostest/sigev_thread.c index 930379ea6..89b1cc8d1 100644 --- a/testing/ostest/sigev_thread.c +++ b/testing/ostest/sigev_thread.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sigev_thread.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/testing/ostest/sighand.c b/testing/ostest/sighand.c index 72b653890..e7f3f5318 100644 --- a/testing/ostest/sighand.c +++ b/testing/ostest/sighand.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sighand.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/testing/ostest/sighelper.c b/testing/ostest/sighelper.c index 539a4d720..476e170a8 100644 --- a/testing/ostest/sighelper.c +++ b/testing/ostest/sighelper.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sighelper.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/testing/ostest/signest.c b/testing/ostest/signest.c index a539986e9..7b0378849 100644 --- a/testing/ostest/signest.c +++ b/testing/ostest/signest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/signest.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/testing/ostest/sigprocmask.c b/testing/ostest/sigprocmask.c index b8b081291..d208e1bbc 100644 --- a/testing/ostest/sigprocmask.c +++ b/testing/ostest/sigprocmask.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sigprocmask.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/testing/ostest/smp_call.c b/testing/ostest/smp_call.c index 74231066f..18f030977 100644 --- a/testing/ostest/smp_call.c +++ b/testing/ostest/smp_call.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/smp_call.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/testing/ostest/specific.c b/testing/ostest/specific.c index f23db85d8..27497ce53 100644 --- a/testing/ostest/specific.c +++ b/testing/ostest/specific.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/specific.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/testing/ostest/sporadic.c b/testing/ostest/sporadic.c index 8f9fc685b..5e6986ba7 100644 --- a/testing/ostest/sporadic.c +++ b/testing/ostest/sporadic.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sporadic.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/testing/ostest/sporadic2.c b/testing/ostest/sporadic2.c index ce1811ef0..acc7f34e1 100644 --- a/testing/ostest/sporadic2.c +++ b/testing/ostest/sporadic2.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/sporadic2.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/testing/ostest/suspend.c b/testing/ostest/suspend.c index 16181fc48..a1d6f6b87 100644 --- a/testing/ostest/suspend.c +++ b/testing/ostest/suspend.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/suspend.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/testing/ostest/timedmqueue.c b/testing/ostest/timedmqueue.c index d2c487d42..5a4dcb29a 100644 --- a/testing/ostest/timedmqueue.c +++ b/testing/ostest/timedmqueue.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/timedmqueue.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/testing/ostest/timedmutex.c b/testing/ostest/timedmutex.c index 1bfd7c5b5..303dc260c 100644 --- a/testing/ostest/timedmutex.c +++ b/testing/ostest/timedmutex.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/timedmutex.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/testing/ostest/timedwait.c b/testing/ostest/timedwait.c index ec4c393d2..ab3f6794c 100644 --- a/testing/ostest/timedwait.c +++ b/testing/ostest/timedwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/timedwait.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/testing/ostest/tls.c b/testing/ostest/tls.c index 7ae461cc6..011f2642c 100644 --- a/testing/ostest/tls.c +++ b/testing/ostest/tls.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/tls.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/testing/ostest/vfork.c b/testing/ostest/vfork.c index 5bfbd93dc..bd6cfabad 100644 --- a/testing/ostest/vfork.c +++ b/testing/ostest/vfork.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/vfork.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/testing/ostest/waitpid.c b/testing/ostest/waitpid.c index 758ffcf9f..2be66e8c9 100644 --- a/testing/ostest/waitpid.c +++ b/testing/ostest/waitpid.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/waitpid.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/testing/ostest/wdog.c b/testing/ostest/wdog.c index 49478ae49..8c1c35a82 100644 --- a/testing/ostest/wdog.c +++ b/testing/ostest/wdog.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/wdog.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/testing/ostest/wqueue.c b/testing/ostest/wqueue.c index 76596c3ae..9d0444a96 100644 --- a/testing/ostest/wqueue.c +++ b/testing/ostest/wqueue.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ostest/wqueue.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/testing/pcitest/Make.defs b/testing/pcitest/Make.defs index 066363ddc..985276be2 100644 --- a/testing/pcitest/Make.defs +++ b/testing/pcitest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/pcitest/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/testing/pcitest/Makefile b/testing/pcitest/Makefile index 07bf5ca15..46c7050bf 100644 --- a/testing/pcitest/Makefile +++ b/testing/pcitest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/pcitest/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/testing/pcitest/pcitest.c b/testing/pcitest/pcitest.c index 3f02667da..2814c0c51 100644 --- a/testing/pcitest/pcitest.c +++ b/testing/pcitest/pcitest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/pcitest/pcitest.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/testing/ramtest/CMakeLists.txt b/testing/ramtest/CMakeLists.txt index 46d9340a8..796f81877 100644 --- a/testing/ramtest/CMakeLists.txt +++ b/testing/ramtest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/ramtest/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/testing/ramtest/Make.defs b/testing/ramtest/Make.defs index ff4a47012..b521135d6 100644 --- a/testing/ramtest/Make.defs +++ b/testing/ramtest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/ramtest/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/testing/ramtest/Makefile b/testing/ramtest/Makefile index 89636f301..977f0838a 100644 --- a/testing/ramtest/Makefile +++ b/testing/ramtest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/ramtest/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/testing/ramtest/ramtest.c b/testing/ramtest/ramtest.c index 046f63d97..77989c421 100644 --- a/testing/ramtest/ramtest.c +++ b/testing/ramtest/ramtest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/ramtest/ramtest.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/testing/resmonitor/CMakeLists.txt b/testing/resmonitor/CMakeLists.txt index 38f94064e..ca1102341 100644 --- a/testing/resmonitor/CMakeLists.txt +++ b/testing/resmonitor/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/resmonitor/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/testing/resmonitor/Make.defs b/testing/resmonitor/Make.defs index a111ad4c8..886d7b0e9 100644 --- a/testing/resmonitor/Make.defs +++ b/testing/resmonitor/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/resmonitor/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 @@ -16,7 +18,6 @@ # License for the specific language governing permissions and limitations # under the License. # -# ############################################################################ ifneq ($(CONFIG_TESTING_RESMONITOR),) diff --git a/testing/resmonitor/Makefile b/testing/resmonitor/Makefile index a5d7d352f..b61abd1f3 100644 --- a/testing/resmonitor/Makefile +++ b/testing/resmonitor/Makefile @@ -1,16 +1,24 @@ +############################################################################ # apps/testing/resmonitor/Makefile # -# 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 - +# SPDX-License-Identifier: Apache-2.0 +# +# Licensed to the Apache Software 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. +# 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/testing/resmonitor/fillcpu.c b/testing/resmonitor/fillcpu.c index 024219b31..dddf9da5c 100644 --- a/testing/resmonitor/fillcpu.c +++ b/testing/resmonitor/fillcpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/resmonitor/fillcpu.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/testing/resmonitor/filldisk.c b/testing/resmonitor/filldisk.c index 5f7b6618c..4e7b9e618 100644 --- a/testing/resmonitor/filldisk.c +++ b/testing/resmonitor/filldisk.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/resmonitor/filldisk.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/testing/resmonitor/fillmem.c b/testing/resmonitor/fillmem.c index 7f9620317..c301d401f 100644 --- a/testing/resmonitor/fillmem.c +++ b/testing/resmonitor/fillmem.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/resmonitor/fillmem.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/testing/resmonitor/showinfo.c b/testing/resmonitor/showinfo.c index 44a04471a..fe535334b 100644 --- a/testing/resmonitor/showinfo.c +++ b/testing/resmonitor/showinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/resmonitor/showinfo.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/testing/scanftest/CMakeLists.txt b/testing/scanftest/CMakeLists.txt index 02b966fbf..dc6827bd0 100644 --- a/testing/scanftest/CMakeLists.txt +++ b/testing/scanftest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/scanftest/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/testing/scanftest/Make.defs b/testing/scanftest/Make.defs index 387fd2895..ebeffd590 100644 --- a/testing/scanftest/Make.defs +++ b/testing/scanftest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/scanftest/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/testing/scanftest/Makefile b/testing/scanftest/Makefile index 14d614f68..155b32ae4 100644 --- a/testing/scanftest/Makefile +++ b/testing/scanftest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/scanftest/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/testing/scanftest/scanftest_main.c b/testing/scanftest/scanftest_main.c index c957f44d0..2ec1f420f 100644 --- a/testing/scanftest/scanftest_main.c +++ b/testing/scanftest/scanftest_main.c @@ -1,29 +1,8 @@ /**************************************************************************** * apps/testing/scanftest/scanftest_main.c * - * Copyright (C) 2005-01-26, Greg King (https://github.com/cc65) - * - * Original License: - * This software is provided 'as-is', without any express or implied - * warranty. - * In no event will the authors be held liable for any damages arising from - * the use of this software. - * - * Permission is granted to anyone to use this software for any purpose, - * including commercial applications, and to alter it and redistribute it - * freely, subject to the following restrictions: - * - * 1. The origin of this software must not be misrepresented; you must not - * claim that you wrote the original software. If you use this software in - * a product, an acknowledgment in the product documentation would be - * appreciated but is not required. - * - * 2. Altered source versions must be plainly marked as such, and must not - * be misrepresented as being the original software. - * - * 3. This notice may not be removed or altered from any source distribution. - * - * Modified: Johannes Schock + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2005-01-26, Greg King (https://github.com/cc65) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -54,6 +33,28 @@ * ****************************************************************************/ +/* Original License: + * This software is provided 'as-is', without any express or implied + * warranty. + * In no event will the authors be held liable for any damages arising from + * the use of this software. + * + * Permission is granted to anyone to use this software for any purpose, + * including commercial applications, and to alter it and redistribute it + * freely, subject to the following restrictions: + * + * 1. The origin of this software must not be misrepresented; you must not + * claim that you wrote the original software. If you use this software in + * a product, an acknowledgment in the product documentation would be + * appreciated but is not required. + * + * 2. Altered source versions must be plainly marked as such, and must not + * be misrepresented as being the original software. + * + * 3. This notice may not be removed or altered from any source distribution. + * + * Modified: Johannes Schock + */ /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/testing/sd_bench/Make.defs b/testing/sd_bench/Make.defs index aacfed6ef..b9e2b9bb0 100644 --- a/testing/sd_bench/Make.defs +++ b/testing/sd_bench/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/sd_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/testing/sd_bench/Makefile b/testing/sd_bench/Makefile index fb220e0c3..ddd178994 100644 --- a/testing/sd_bench/Makefile +++ b/testing/sd_bench/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/sd_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/testing/sd_bench/sd_bench_main.c b/testing/sd_bench/sd_bench_main.c index a8a06f8d2..e2ae74722 100644 --- a/testing/sd_bench/sd_bench_main.c +++ b/testing/sd_bench/sd_bench_main.c @@ -1,9 +1,8 @@ /**************************************************************************** * apps/testing/sd_bench/sd_bench_main.c * - * Original Licence: - * - * Copyright (c) 2016-2021 PX4 Development Team. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2021 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/testing/sd_stress/Make.defs b/testing/sd_stress/Make.defs index 4517b3904..1da23f092 100644 --- a/testing/sd_stress/Make.defs +++ b/testing/sd_stress/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/sd_stress/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/testing/sd_stress/Makefile b/testing/sd_stress/Makefile index 6c21851af..a70d6857d 100644 --- a/testing/sd_stress/Makefile +++ b/testing/sd_stress/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/sd_stress/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/testing/sd_stress/sd_stress_main.c b/testing/sd_stress/sd_stress_main.c index 6720dcb39..ddb598e80 100644 --- a/testing/sd_stress/sd_stress_main.c +++ b/testing/sd_stress/sd_stress_main.c @@ -1,9 +1,8 @@ /**************************************************************************** * apps/testing/sd_stress/sd_stress_main.c * - * Original Licence: - * - * Copyright (c) 2016-2021 PX4 Development Team. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2016-2021 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/testing/sensortest/CMakeLists.txt b/testing/sensortest/CMakeLists.txt index aa8283523..a95134c88 100644 --- a/testing/sensortest/CMakeLists.txt +++ b/testing/sensortest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/sensortest/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/testing/sensortest/Make.defs b/testing/sensortest/Make.defs index df35dadf3..50603af5c 100644 --- a/testing/sensortest/Make.defs +++ b/testing/sensortest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/sensortest/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/testing/sensortest/Makefile b/testing/sensortest/Makefile index 4f084f096..6ecde1410 100644 --- a/testing/sensortest/Makefile +++ b/testing/sensortest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/sensortest/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/testing/sensortest/sensortest.c b/testing/sensortest/sensortest.c index ca309aa19..0978ac0b7 100644 --- a/testing/sensortest/sensortest.c +++ b/testing/sensortest/sensortest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/sensortest/sensortest.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/testing/setest/CMakeLists.txt b/testing/setest/CMakeLists.txt index 42951c451..27235b435 100644 --- a/testing/setest/CMakeLists.txt +++ b/testing/setest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/setest/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/testing/setest/Make.defs b/testing/setest/Make.defs index 68eebe636..701bb5f0a 100644 --- a/testing/setest/Make.defs +++ b/testing/setest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/setest/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/testing/setest/Makefile b/testing/setest/Makefile index 1053f0065..594455749 100644 --- a/testing/setest/Makefile +++ b/testing/setest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/setest/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/testing/setest/setest.c b/testing/setest/setest.c index 0a773650e..f16fca4a1 100644 --- a/testing/setest/setest.c +++ b/testing/setest/setest.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/setest/setest.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/testing/smart/CMakeLists.txt b/testing/smart/CMakeLists.txt index dc4ea7280..091f1fdf3 100644 --- a/testing/smart/CMakeLists.txt +++ b/testing/smart/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/smart/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/testing/smart/Make.defs b/testing/smart/Make.defs index 738f7cfa1..771631a8b 100644 --- a/testing/smart/Make.defs +++ b/testing/smart/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/smart/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/testing/smart/Makefile b/testing/smart/Makefile index 8f180a993..deebbc535 100644 --- a/testing/smart/Makefile +++ b/testing/smart/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/smart/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/testing/smart/smart_main.c b/testing/smart/smart_main.c index 61dd3ec72..03dd897bb 100644 --- a/testing/smart/smart_main.c +++ b/testing/smart/smart_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/smart/smart_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/testing/smart_test/CMakeLists.txt b/testing/smart_test/CMakeLists.txt index b1448da17..057e56282 100644 --- a/testing/smart_test/CMakeLists.txt +++ b/testing/smart_test/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/smart_test/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/testing/smart_test/Make.defs b/testing/smart_test/Make.defs index ca6932d63..e02270134 100644 --- a/testing/smart_test/Make.defs +++ b/testing/smart_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/smart_test/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/testing/smart_test/Makefile b/testing/smart_test/Makefile index 6738ce91d..835a1751e 100644 --- a/testing/smart_test/Makefile +++ b/testing/smart_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/smart_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/testing/smart_test/smart_test.c b/testing/smart_test/smart_test.c index 7f948a20c..1650ba7ac 100644 --- a/testing/smart_test/smart_test.c +++ b/testing/smart_test/smart_test.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/smart_test/smart_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/testing/smp/CMakeLists.txt b/testing/smp/CMakeLists.txt index d22fd43bb..ada0bceb1 100644 --- a/testing/smp/CMakeLists.txt +++ b/testing/smp/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/smp/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/testing/smp/Make.defs b/testing/smp/Make.defs index 146dac47a..78a315d54 100644 --- a/testing/smp/Make.defs +++ b/testing/smp/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/smp/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/testing/smp/Makefile b/testing/smp/Makefile index b1bc0254e..dd36b1c38 100644 --- a/testing/smp/Makefile +++ b/testing/smp/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/smp/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/testing/smp/smp_main.c b/testing/smp/smp_main.c index a538c9c58..c5fedcb74 100644 --- a/testing/smp/smp_main.c +++ b/testing/smp/smp_main.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/smp/smp_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/testing/stressapptest/CMakeLists.txt b/testing/stressapptest/CMakeLists.txt index 3e49865fe..c9c075d3d 100644 --- a/testing/stressapptest/CMakeLists.txt +++ b/testing/stressapptest/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/stressapptest/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/testing/stressapptest/Make.defs b/testing/stressapptest/Make.defs index c00a1e89e..1b0f51ce5 100644 --- a/testing/stressapptest/Make.defs +++ b/testing/stressapptest/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/stressapptest/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/testing/stressapptest/Makefile b/testing/stressapptest/Makefile index 38c962d14..2cc05d507 100644 --- a/testing/stressapptest/Makefile +++ b/testing/stressapptest/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/stressapptest/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/testing/testsuites/Make.defs b/testing/testsuites/Make.defs index 03ab762a1..ffd04be06 100644 --- a/testing/testsuites/Make.defs +++ b/testing/testsuites/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/testsuites/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/testing/testsuites/Makefile b/testing/testsuites/Makefile index 1b896ef5b..ac63f2164 100644 --- a/testing/testsuites/Makefile +++ b/testing/testsuites/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/testsuites/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/testing/testsuites/kernel/fs/cases/fs_append_test.c b/testing/testsuites/kernel/fs/cases/fs_append_test.c index 691109c4c..990f4d93d 100644 --- a/testing/testsuites/kernel/fs/cases/fs_append_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_append_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_append_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_creat_test.c b/testing/testsuites/kernel/fs/cases/fs_creat_test.c index af88a4292..23fcab888 100644 --- a/testing/testsuites/kernel/fs/cases/fs_creat_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_creat_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_creat_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_dup2_test.c b/testing/testsuites/kernel/fs/cases/fs_dup2_test.c index 7e5faefe5..7ec1ece97 100644 --- a/testing/testsuites/kernel/fs/cases/fs_dup2_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_dup2_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_dup2_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_dup_test.c b/testing/testsuites/kernel/fs/cases/fs_dup_test.c index 7b57379ca..0600041f1 100644 --- a/testing/testsuites/kernel/fs/cases/fs_dup_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_dup_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_dup_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_eventfd_test.c b/testing/testsuites/kernel/fs/cases/fs_eventfd_test.c index 805311eb5..1a70776af 100644 --- a/testing/testsuites/kernel/fs/cases/fs_eventfd_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_eventfd_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_eventfd_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_fcntl_test.c b/testing/testsuites/kernel/fs/cases/fs_fcntl_test.c index 94007b22a..1c163690c 100644 --- a/testing/testsuites/kernel/fs/cases/fs_fcntl_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_fcntl_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_fcntl_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_fstat_test.c b/testing/testsuites/kernel/fs/cases/fs_fstat_test.c index e0eb6c8de..315c3e991 100644 --- a/testing/testsuites/kernel/fs/cases/fs_fstat_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_fstat_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_fstat_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_fstatfs_test.c b/testing/testsuites/kernel/fs/cases/fs_fstatfs_test.c index ab6653878..0f804a6f8 100644 --- a/testing/testsuites/kernel/fs/cases/fs_fstatfs_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_fstatfs_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_fstatfs_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_fsync_test.c b/testing/testsuites/kernel/fs/cases/fs_fsync_test.c index 2518da2b7..1e1a2734d 100644 --- a/testing/testsuites/kernel/fs/cases/fs_fsync_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_fsync_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_fsync_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_getfilep_test.c b/testing/testsuites/kernel/fs/cases/fs_getfilep_test.c index 41a19cbd7..06aff6865 100644 --- a/testing/testsuites/kernel/fs/cases/fs_getfilep_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_getfilep_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_getfilep_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_mkdir_test.c b/testing/testsuites/kernel/fs/cases/fs_mkdir_test.c index a44eed1c7..de189f545 100644 --- a/testing/testsuites/kernel/fs/cases/fs_mkdir_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_mkdir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_mkdir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_open_test.c b/testing/testsuites/kernel/fs/cases/fs_open_test.c index cd45266ce..f671438af 100644 --- a/testing/testsuites/kernel/fs/cases/fs_open_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_open_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_open_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_opendir_test.c b/testing/testsuites/kernel/fs/cases/fs_opendir_test.c index 83864b49d..a92a779d6 100644 --- a/testing/testsuites/kernel/fs/cases/fs_opendir_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_opendir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_opendir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_poll_test.c b/testing/testsuites/kernel/fs/cases/fs_poll_test.c index 896ea7b9d..c442c7437 100644 --- a/testing/testsuites/kernel/fs/cases/fs_poll_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_poll_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_poll_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_pread_test.c b/testing/testsuites/kernel/fs/cases/fs_pread_test.c index 8af428459..f1a710cf9 100644 --- a/testing/testsuites/kernel/fs/cases/fs_pread_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_pread_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_pread_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_pwrite_test.c b/testing/testsuites/kernel/fs/cases/fs_pwrite_test.c index 9c8fadd1b..1afa3d1cf 100644 --- a/testing/testsuites/kernel/fs/cases/fs_pwrite_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_pwrite_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_pwrite_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_read_test.c b/testing/testsuites/kernel/fs/cases/fs_read_test.c index f0164894a..1ffb0bb8e 100644 --- a/testing/testsuites/kernel/fs/cases/fs_read_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_read_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_read_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_readdir_test.c b/testing/testsuites/kernel/fs/cases/fs_readdir_test.c index c7b9b0e5c..c5a259c5f 100644 --- a/testing/testsuites/kernel/fs/cases/fs_readdir_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_readdir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_readdir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_readlink_test.c b/testing/testsuites/kernel/fs/cases/fs_readlink_test.c index b01da9607..c3617c097 100644 --- a/testing/testsuites/kernel/fs/cases/fs_readlink_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_readlink_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_readlink_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_rename_test.c b/testing/testsuites/kernel/fs/cases/fs_rename_test.c index 656d575d1..36d1d5aba 100644 --- a/testing/testsuites/kernel/fs/cases/fs_rename_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_rename_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_rename_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_rewinddir_test.c b/testing/testsuites/kernel/fs/cases/fs_rewinddir_test.c index f88645e14..6755a1a46 100644 --- a/testing/testsuites/kernel/fs/cases/fs_rewinddir_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_rewinddir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_rewinddir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_rmdir_test.c b/testing/testsuites/kernel/fs/cases/fs_rmdir_test.c index 57e84ca2f..d90d4c632 100644 --- a/testing/testsuites/kernel/fs/cases/fs_rmdir_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_rmdir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_rmdir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_seek_test.c b/testing/testsuites/kernel/fs/cases/fs_seek_test.c index da49382ea..e206e5e0d 100644 --- a/testing/testsuites/kernel/fs/cases/fs_seek_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_seek_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_seek_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_sendfile_test.c b/testing/testsuites/kernel/fs/cases/fs_sendfile_test.c index eb6dec014..5163e7cbf 100644 --- a/testing/testsuites/kernel/fs/cases/fs_sendfile_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_sendfile_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_sendfile_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_stat_test.c b/testing/testsuites/kernel/fs/cases/fs_stat_test.c index 3420b3073..fb2c096d4 100644 --- a/testing/testsuites/kernel/fs/cases/fs_stat_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_stat_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_stat_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_statfs_test.c b/testing/testsuites/kernel/fs/cases/fs_statfs_test.c index 8fa30b8e3..6390691dc 100644 --- a/testing/testsuites/kernel/fs/cases/fs_statfs_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_statfs_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_statfs_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_stream_test.c b/testing/testsuites/kernel/fs/cases/fs_stream_test.c index 6074a7b6f..46320d0fa 100644 --- a/testing/testsuites/kernel/fs/cases/fs_stream_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_stream_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_stream_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_symlink_test.c b/testing/testsuites/kernel/fs/cases/fs_symlink_test.c index 05f6a908e..a12d727e5 100644 --- a/testing/testsuites/kernel/fs/cases/fs_symlink_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_symlink_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_symlink_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_truncate_test.c b/testing/testsuites/kernel/fs/cases/fs_truncate_test.c index 32afc989c..ca2cef0bb 100644 --- a/testing/testsuites/kernel/fs/cases/fs_truncate_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_truncate_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_truncate_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_unlink_test.c b/testing/testsuites/kernel/fs/cases/fs_unlink_test.c index 7097bc114..7d52eb425 100644 --- a/testing/testsuites/kernel/fs/cases/fs_unlink_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_unlink_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_unlink_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cases/fs_write_test.c b/testing/testsuites/kernel/fs/cases/fs_write_test.c index 954704ed2..75bbc96ef 100644 --- a/testing/testsuites/kernel/fs/cases/fs_write_test.c +++ b/testing/testsuites/kernel/fs/cases/fs_write_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cases/fs_write_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/cmocka_fs_test.c b/testing/testsuites/kernel/fs/cmocka_fs_test.c index f4b581f81..c5917c367 100644 --- a/testing/testsuites/kernel/fs/cmocka_fs_test.c +++ b/testing/testsuites/kernel/fs/cmocka_fs_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/cmocka_fs_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/common/test_fs_common.c b/testing/testsuites/kernel/fs/common/test_fs_common.c index 3761f8fac..911cad7e3 100644 --- a/testing/testsuites/kernel/fs/common/test_fs_common.c +++ b/testing/testsuites/kernel/fs/common/test_fs_common.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/common/test_fs_common.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/fs/include/fstest.h b/testing/testsuites/kernel/fs/include/fstest.h index f16677fb6..4892f0ad5 100644 --- a/testing/testsuites/kernel/fs/include/fstest.h +++ b/testing/testsuites/kernel/fs/include/fstest.h @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/fs/include/fstest.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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_001.c b/testing/testsuites/kernel/mm/cases/mm_test_001.c index 7eb27c541..328f95a8d 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_001.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_001.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_001.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_002.c b/testing/testsuites/kernel/mm/cases/mm_test_002.c index e749b84ee..19c35bbe1 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_002.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_002.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_002.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_003.c b/testing/testsuites/kernel/mm/cases/mm_test_003.c index cfa9935cf..14dca25e8 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_003.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_003.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_003.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_004.c b/testing/testsuites/kernel/mm/cases/mm_test_004.c index 2dafc6f23..104835f94 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_004.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_004.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_004.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_005.c b/testing/testsuites/kernel/mm/cases/mm_test_005.c index 6329c7346..5a916041b 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_005.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_005.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_005.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_006.c b/testing/testsuites/kernel/mm/cases/mm_test_006.c index 98a19c1f2..6c7877489 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_006.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_006.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_006.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_007.c b/testing/testsuites/kernel/mm/cases/mm_test_007.c index efe33221c..decbdec52 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_007.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_007.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_007.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cases/mm_test_008.c b/testing/testsuites/kernel/mm/cases/mm_test_008.c index 99aab0c67..ab92d6982 100644 --- a/testing/testsuites/kernel/mm/cases/mm_test_008.c +++ b/testing/testsuites/kernel/mm/cases/mm_test_008.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cases/mm_test_008.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/cmocka_mm_test.c b/testing/testsuites/kernel/mm/cmocka_mm_test.c index 27341a84a..1c861326b 100644 --- a/testing/testsuites/kernel/mm/cmocka_mm_test.c +++ b/testing/testsuites/kernel/mm/cmocka_mm_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/cmocka_mm_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/common/test_mm_common.c b/testing/testsuites/kernel/mm/common/test_mm_common.c index 071575791..ace9dbedb 100644 --- a/testing/testsuites/kernel/mm/common/test_mm_common.c +++ b/testing/testsuites/kernel/mm/common/test_mm_common.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/common/test_mm_common.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/include/MmTest.h b/testing/testsuites/kernel/mm/include/MmTest.h index 6d1812d9a..0f4530712 100644 --- a/testing/testsuites/kernel/mm/include/MmTest.h +++ b/testing/testsuites/kernel/mm/include/MmTest.h @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/include/MmTest.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 + * 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. + * 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. * ****************************************************************************/ @@ -95,4 +97,4 @@ void test_nuttx_mm07(FAR void **state); void test_nuttx_mm08(FAR void **state); -#endif \ No newline at end of file +#endif diff --git a/testing/testsuites/kernel/mm/tool/mem_batch_opt_perf_test.c b/testing/testsuites/kernel/mm/tool/mem_batch_opt_perf_test.c index 740aa3435..3485a3f91 100644 --- a/testing/testsuites/kernel/mm/tool/mem_batch_opt_perf_test.c +++ b/testing/testsuites/kernel/mm/tool/mem_batch_opt_perf_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/tool/mem_batch_opt_perf_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mm/tool/mem_cycle_opt_perf_test.c b/testing/testsuites/kernel/mm/tool/mem_cycle_opt_perf_test.c index 858f7abb5..53191b5ec 100644 --- a/testing/testsuites/kernel/mm/tool/mem_cycle_opt_perf_test.c +++ b/testing/testsuites/kernel/mm/tool/mem_cycle_opt_perf_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mm/tool/mem_cycle_opt_perf_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mutex/cases/posix_mutex_test_001.c b/testing/testsuites/kernel/mutex/cases/posix_mutex_test_001.c index de3c521d7..238699540 100644 --- a/testing/testsuites/kernel/mutex/cases/posix_mutex_test_001.c +++ b/testing/testsuites/kernel/mutex/cases/posix_mutex_test_001.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mutex/cases/posix_mutex_test_001.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mutex/cases/posix_mutex_test_019.c b/testing/testsuites/kernel/mutex/cases/posix_mutex_test_019.c index ed4326e53..fcaf2922e 100644 --- a/testing/testsuites/kernel/mutex/cases/posix_mutex_test_019.c +++ b/testing/testsuites/kernel/mutex/cases/posix_mutex_test_019.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mutex/cases/posix_mutex_test_019.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mutex/cases/posix_mutex_test_020.c b/testing/testsuites/kernel/mutex/cases/posix_mutex_test_020.c index c4c795ff0..e98f7557e 100644 --- a/testing/testsuites/kernel/mutex/cases/posix_mutex_test_020.c +++ b/testing/testsuites/kernel/mutex/cases/posix_mutex_test_020.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mutex/cases/posix_mutex_test_020.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mutex/cmocka_mutex_test.c b/testing/testsuites/kernel/mutex/cmocka_mutex_test.c index 8ac241bec..64df27069 100644 --- a/testing/testsuites/kernel/mutex/cmocka_mutex_test.c +++ b/testing/testsuites/kernel/mutex/cmocka_mutex_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mutex/cmocka_mutex_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/mutex/include/MutexTest.h b/testing/testsuites/kernel/mutex/include/MutexTest.h index f99a775de..44e9dbb0b 100644 --- a/testing/testsuites/kernel/mutex/include/MutexTest.h +++ b/testing/testsuites/kernel/mutex/include/MutexTest.h @@ -1,22 +1,25 @@ /**************************************************************************** * apps/testing/testsuites/kernel/mutex/include/MutexTest.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 + * 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. + * 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. * ****************************************************************************/ + #ifndef PTHREAD_TEST_H #define PTHREAD_TEST_H diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_003.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_003.c index 1fe33deff..79ee576c0 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_003.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_003.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_003.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_004.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_004.c index bd968c576..8dac61aa1 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_004.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_004.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_004.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_005.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_005.c index 32ec5f8c5..b6f25eaa8 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_005.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_005.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_005.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_006.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_006.c index 64c326699..b416821d8 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_006.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_006.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_006.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_009.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_009.c index 731c097f9..e1708f70d 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_009.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_009.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_009.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_018.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_018.c index b4ca6b9ee..962596df4 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_018.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_018.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_018.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_019.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_019.c index 58134db05..4845e0aa9 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_019.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_019.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_019.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_021.c b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_021.c index 93a833a02..a66d97568 100644 --- a/testing/testsuites/kernel/pthread/cases/posix_pthread_test_021.c +++ b/testing/testsuites/kernel/pthread/cases/posix_pthread_test_021.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cases/posix_pthread_test_021.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/cmocka_pthread_test.c b/testing/testsuites/kernel/pthread/cmocka_pthread_test.c index 1045ff6fe..8c7b17598 100644 --- a/testing/testsuites/kernel/pthread/cmocka_pthread_test.c +++ b/testing/testsuites/kernel/pthread/cmocka_pthread_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/cmocka_pthread_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/common/test_pthread_common.c b/testing/testsuites/kernel/pthread/common/test_pthread_common.c index 0c395f5b4..81c786043 100644 --- a/testing/testsuites/kernel/pthread/common/test_pthread_common.c +++ b/testing/testsuites/kernel/pthread/common/test_pthread_common.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/common/test_pthread_common.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/pthread/include/PthreadTest.h b/testing/testsuites/kernel/pthread/include/PthreadTest.h index 8a0c8655f..3909171d3 100644 --- a/testing/testsuites/kernel/pthread/include/PthreadTest.h +++ b/testing/testsuites/kernel/pthread/include/PthreadTest.h @@ -1,22 +1,25 @@ /**************************************************************************** * apps/testing/testsuites/kernel/pthread/include/PthreadTest.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 + * 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. + * 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. * ****************************************************************************/ + #ifndef PTHREAD_TEST_H #define PTHREAD_TEST_H diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_001.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_001.c index f7e3dd367..2063ed32b 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_001.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_001.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_001.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_002.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_002.c index bc70ca809..40de8ef93 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_002.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_002.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_002.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_003.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_003.c index 2d4998043..ad9c7bff4 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_003.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_003.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_003.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_004.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_004.c index 5c37ac9b3..625d78467 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_004.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_004.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_004.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_005.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_005.c index 5dc47df2f..2ef86ecab 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_005.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_005.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_005.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_006.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_006.c index 9a962f5fe..f7af6101b 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_006.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_006.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_006.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_007.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_007.c index f26d3e179..3a50a5f94 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_007.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_007.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_007.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_008.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_008.c index e180fc8d0..72fa7d85f 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_008.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_008.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_008.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_pthread_test_009.c b/testing/testsuites/kernel/sched/cases/api_pthread_test_009.c index 1885d5dc3..b72281bb8 100644 --- a/testing/testsuites/kernel/sched/cases/api_pthread_test_009.c +++ b/testing/testsuites/kernel/sched/cases/api_pthread_test_009.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_pthread_test_009.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_task_test_001.c b/testing/testsuites/kernel/sched/cases/api_task_test_001.c index d2ebc9d12..bf6969e67 100644 --- a/testing/testsuites/kernel/sched/cases/api_task_test_001.c +++ b/testing/testsuites/kernel/sched/cases/api_task_test_001.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_task_test_001.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_task_test_002.c b/testing/testsuites/kernel/sched/cases/api_task_test_002.c index 13242e962..5eedc66d0 100644 --- a/testing/testsuites/kernel/sched/cases/api_task_test_002.c +++ b/testing/testsuites/kernel/sched/cases/api_task_test_002.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_task_test_002.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_task_test_003.c b/testing/testsuites/kernel/sched/cases/api_task_test_003.c index b2dd239bf..d64fe288a 100644 --- a/testing/testsuites/kernel/sched/cases/api_task_test_003.c +++ b/testing/testsuites/kernel/sched/cases/api_task_test_003.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_task_test_003.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_task_test_004.c b/testing/testsuites/kernel/sched/cases/api_task_test_004.c index 915c31477..13415bde5 100644 --- a/testing/testsuites/kernel/sched/cases/api_task_test_004.c +++ b/testing/testsuites/kernel/sched/cases/api_task_test_004.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_task_test_004.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_task_test_005.c b/testing/testsuites/kernel/sched/cases/api_task_test_005.c index 2d46a75ad..187af1093 100644 --- a/testing/testsuites/kernel/sched/cases/api_task_test_005.c +++ b/testing/testsuites/kernel/sched/cases/api_task_test_005.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_task_test_005.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_task_test_006.c b/testing/testsuites/kernel/sched/cases/api_task_test_006.c index c0031409c..844993d38 100644 --- a/testing/testsuites/kernel/sched/cases/api_task_test_006.c +++ b/testing/testsuites/kernel/sched/cases/api_task_test_006.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_task_test_006.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cases/api_task_test_007.c b/testing/testsuites/kernel/sched/cases/api_task_test_007.c index de279236b..d4fb70030 100644 --- a/testing/testsuites/kernel/sched/cases/api_task_test_007.c +++ b/testing/testsuites/kernel/sched/cases/api_task_test_007.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cases/api_task_test_007.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/cmocka_sched_test.c b/testing/testsuites/kernel/sched/cmocka_sched_test.c index c71569a47..4eecf2da1 100644 --- a/testing/testsuites/kernel/sched/cmocka_sched_test.c +++ b/testing/testsuites/kernel/sched/cmocka_sched_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/cmocka_sched_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/common/test_sched_common.c b/testing/testsuites/kernel/sched/common/test_sched_common.c index 4495a2a2a..fd2404579 100644 --- a/testing/testsuites/kernel/sched/common/test_sched_common.c +++ b/testing/testsuites/kernel/sched/common/test_sched_common.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/common/test_sched_common.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/sched/include/SchedTest.h b/testing/testsuites/kernel/sched/include/SchedTest.h index a1070fdab..a77857c9a 100644 --- a/testing/testsuites/kernel/sched/include/SchedTest.h +++ b/testing/testsuites/kernel/sched/include/SchedTest.h @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/sched/include/SchedTest.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 + * 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. + * 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. * ****************************************************************************/ @@ -126,4 +128,4 @@ void test_nuttx_sched_task06(FAR void **state); void test_nuttx_sched_task07(FAR void **state); -#endif \ No newline at end of file +#endif diff --git a/testing/testsuites/kernel/socket/cases/net_socket_test_005.c b/testing/testsuites/kernel/socket/cases/net_socket_test_005.c index 7b9853d05..8932e76ca 100644 --- a/testing/testsuites/kernel/socket/cases/net_socket_test_005.c +++ b/testing/testsuites/kernel/socket/cases/net_socket_test_005.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/cases/net_socket_test_005.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/socket/cases/net_socket_test_006.c b/testing/testsuites/kernel/socket/cases/net_socket_test_006.c index c959e75cd..0b1066955 100644 --- a/testing/testsuites/kernel/socket/cases/net_socket_test_006.c +++ b/testing/testsuites/kernel/socket/cases/net_socket_test_006.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/cases/net_socket_test_006.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/socket/cases/net_socket_test_008.c b/testing/testsuites/kernel/socket/cases/net_socket_test_008.c index c3268f78b..a757a0c59 100644 --- a/testing/testsuites/kernel/socket/cases/net_socket_test_008.c +++ b/testing/testsuites/kernel/socket/cases/net_socket_test_008.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/cases/net_socket_test_008.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/socket/cases/net_socket_test_009.c b/testing/testsuites/kernel/socket/cases/net_socket_test_009.c index 56ad3ced6..b84705219 100644 --- a/testing/testsuites/kernel/socket/cases/net_socket_test_009.c +++ b/testing/testsuites/kernel/socket/cases/net_socket_test_009.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/cases/net_socket_test_009.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/socket/cases/net_socket_test_010.c b/testing/testsuites/kernel/socket/cases/net_socket_test_010.c index d344709ea..1f049c4e8 100644 --- a/testing/testsuites/kernel/socket/cases/net_socket_test_010.c +++ b/testing/testsuites/kernel/socket/cases/net_socket_test_010.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/cases/net_socket_test_010.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/socket/cases/net_socket_test_011.c b/testing/testsuites/kernel/socket/cases/net_socket_test_011.c index f10c04aaa..90b13f8b0 100644 --- a/testing/testsuites/kernel/socket/cases/net_socket_test_011.c +++ b/testing/testsuites/kernel/socket/cases/net_socket_test_011.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/cases/net_socket_test_011.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/socket/cmocka_socket_test.c b/testing/testsuites/kernel/socket/cmocka_socket_test.c index 5f694031c..7b6627272 100644 --- a/testing/testsuites/kernel/socket/cmocka_socket_test.c +++ b/testing/testsuites/kernel/socket/cmocka_socket_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/cmocka_socket_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/socket/include/SocketTest.h b/testing/testsuites/kernel/socket/include/SocketTest.h index 56440c3fc..47700fed2 100644 --- a/testing/testsuites/kernel/socket/include/SocketTest.h +++ b/testing/testsuites/kernel/socket/include/SocketTest.h @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/socket/include/SocketTest.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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/Fstatfs_test.c b/testing/testsuites/kernel/syscall/cases/Fstatfs_test.c index d08113ebe..3c356db8b 100644 --- a/testing/testsuites/kernel/syscall/cases/Fstatfs_test.c +++ b/testing/testsuites/kernel/syscall/cases/Fstatfs_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/Fstatfs_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/accept_test.c b/testing/testsuites/kernel/syscall/cases/accept_test.c index 2954a9068..b1d16c17f 100644 --- a/testing/testsuites/kernel/syscall/cases/accept_test.c +++ b/testing/testsuites/kernel/syscall/cases/accept_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/accept_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/bind_test.c b/testing/testsuites/kernel/syscall/cases/bind_test.c index e035bf8a1..1ae9cf39e 100644 --- a/testing/testsuites/kernel/syscall/cases/bind_test.c +++ b/testing/testsuites/kernel/syscall/cases/bind_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/bind_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/chdir_test.c b/testing/testsuites/kernel/syscall/cases/chdir_test.c index 73c8d750c..335f121bd 100644 --- a/testing/testsuites/kernel/syscall/cases/chdir_test.c +++ b/testing/testsuites/kernel/syscall/cases/chdir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/chdir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/clock_gettime_test.c b/testing/testsuites/kernel/syscall/cases/clock_gettime_test.c index 60495c72b..4d2082ca3 100644 --- a/testing/testsuites/kernel/syscall/cases/clock_gettime_test.c +++ b/testing/testsuites/kernel/syscall/cases/clock_gettime_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/clock_gettime_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/clock_nanosleep_test.c b/testing/testsuites/kernel/syscall/cases/clock_nanosleep_test.c index f0a45ff61..6ae37f7da 100644 --- a/testing/testsuites/kernel/syscall/cases/clock_nanosleep_test.c +++ b/testing/testsuites/kernel/syscall/cases/clock_nanosleep_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/clock_nanosleep_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/clock_settime_test.c b/testing/testsuites/kernel/syscall/cases/clock_settime_test.c index b819508a8..65b80e513 100644 --- a/testing/testsuites/kernel/syscall/cases/clock_settime_test.c +++ b/testing/testsuites/kernel/syscall/cases/clock_settime_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/clock_settime_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/close_test.c b/testing/testsuites/kernel/syscall/cases/close_test.c index 1893d0d68..1d62f92ec 100644 --- a/testing/testsuites/kernel/syscall/cases/close_test.c +++ b/testing/testsuites/kernel/syscall/cases/close_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/close_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/connect_test.c b/testing/testsuites/kernel/syscall/cases/connect_test.c index 9e252b470..530e9c8fd 100644 --- a/testing/testsuites/kernel/syscall/cases/connect_test.c +++ b/testing/testsuites/kernel/syscall/cases/connect_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/connect_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/creat_test.c b/testing/testsuites/kernel/syscall/cases/creat_test.c index ccf0239c0..65a7ddcbc 100644 --- a/testing/testsuites/kernel/syscall/cases/creat_test.c +++ b/testing/testsuites/kernel/syscall/cases/creat_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/creat_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/dup2_test.c b/testing/testsuites/kernel/syscall/cases/dup2_test.c index 7d6a605f8..4a3544639 100644 --- a/testing/testsuites/kernel/syscall/cases/dup2_test.c +++ b/testing/testsuites/kernel/syscall/cases/dup2_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/dup2_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/dup_test.c b/testing/testsuites/kernel/syscall/cases/dup_test.c index 03fec26e0..7197b5713 100644 --- a/testing/testsuites/kernel/syscall/cases/dup_test.c +++ b/testing/testsuites/kernel/syscall/cases/dup_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/dup_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/fcntl_test.c b/testing/testsuites/kernel/syscall/cases/fcntl_test.c index a2b97c489..0897f65b4 100644 --- a/testing/testsuites/kernel/syscall/cases/fcntl_test.c +++ b/testing/testsuites/kernel/syscall/cases/fcntl_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/fcntl_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/fpathconf_test.c b/testing/testsuites/kernel/syscall/cases/fpathconf_test.c index 03ea5b0a1..8b9f7ea98 100644 --- a/testing/testsuites/kernel/syscall/cases/fpathconf_test.c +++ b/testing/testsuites/kernel/syscall/cases/fpathconf_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/fpathconf_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/fsync_test.c b/testing/testsuites/kernel/syscall/cases/fsync_test.c index 1d8cf4fa2..0e4ad49af 100644 --- a/testing/testsuites/kernel/syscall/cases/fsync_test.c +++ b/testing/testsuites/kernel/syscall/cases/fsync_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/fsync_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/ftruncate_test.c b/testing/testsuites/kernel/syscall/cases/ftruncate_test.c index a08799ebf..e78ed0e86 100644 --- a/testing/testsuites/kernel/syscall/cases/ftruncate_test.c +++ b/testing/testsuites/kernel/syscall/cases/ftruncate_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/ftruncate_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getTimeofday_test.c b/testing/testsuites/kernel/syscall/cases/getTimeofday_test.c index 992edeba0..7c7cb5c73 100644 --- a/testing/testsuites/kernel/syscall/cases/getTimeofday_test.c +++ b/testing/testsuites/kernel/syscall/cases/getTimeofday_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getTimeofday_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getcwd_test.c b/testing/testsuites/kernel/syscall/cases/getcwd_test.c index 49153b45e..2422a985f 100644 --- a/testing/testsuites/kernel/syscall/cases/getcwd_test.c +++ b/testing/testsuites/kernel/syscall/cases/getcwd_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getcwd_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getegid_test.c b/testing/testsuites/kernel/syscall/cases/getegid_test.c index f8f1edb2f..909c5b880 100644 --- a/testing/testsuites/kernel/syscall/cases/getegid_test.c +++ b/testing/testsuites/kernel/syscall/cases/getegid_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getegid_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/geteuid_test.c b/testing/testsuites/kernel/syscall/cases/geteuid_test.c index 4a561db34..bc2cca986 100644 --- a/testing/testsuites/kernel/syscall/cases/geteuid_test.c +++ b/testing/testsuites/kernel/syscall/cases/geteuid_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/geteuid_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getgid_test.c b/testing/testsuites/kernel/syscall/cases/getgid_test.c index 7fafa3854..b7c7cb3c2 100644 --- a/testing/testsuites/kernel/syscall/cases/getgid_test.c +++ b/testing/testsuites/kernel/syscall/cases/getgid_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getgid_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/gethostname_test.c b/testing/testsuites/kernel/syscall/cases/gethostname_test.c index 4b729c629..2e607df5e 100644 --- a/testing/testsuites/kernel/syscall/cases/gethostname_test.c +++ b/testing/testsuites/kernel/syscall/cases/gethostname_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/gethostname_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getitimer_test.c b/testing/testsuites/kernel/syscall/cases/getitimer_test.c index 1b43cbcfc..0de92ec92 100644 --- a/testing/testsuites/kernel/syscall/cases/getitimer_test.c +++ b/testing/testsuites/kernel/syscall/cases/getitimer_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getitimer_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getpeername_test.c b/testing/testsuites/kernel/syscall/cases/getpeername_test.c index be725e138..e5c82b6c1 100644 --- a/testing/testsuites/kernel/syscall/cases/getpeername_test.c +++ b/testing/testsuites/kernel/syscall/cases/getpeername_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getpeername_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getpid_test.c b/testing/testsuites/kernel/syscall/cases/getpid_test.c index 3dc5915c1..a1e64725c 100644 --- a/testing/testsuites/kernel/syscall/cases/getpid_test.c +++ b/testing/testsuites/kernel/syscall/cases/getpid_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getpid_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getppid_test.c b/testing/testsuites/kernel/syscall/cases/getppid_test.c index 1f8a91cda..b98c105c0 100644 --- a/testing/testsuites/kernel/syscall/cases/getppid_test.c +++ b/testing/testsuites/kernel/syscall/cases/getppid_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getppid_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getsocketopt_test.c b/testing/testsuites/kernel/syscall/cases/getsocketopt_test.c index 4674e61d3..5f7898ffb 100644 --- a/testing/testsuites/kernel/syscall/cases/getsocketopt_test.c +++ b/testing/testsuites/kernel/syscall/cases/getsocketopt_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getsocketopt_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/getuid_test.c b/testing/testsuites/kernel/syscall/cases/getuid_test.c index c2ffc1921..f8ba385cc 100644 --- a/testing/testsuites/kernel/syscall/cases/getuid_test.c +++ b/testing/testsuites/kernel/syscall/cases/getuid_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/getuid_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/listen_test.c b/testing/testsuites/kernel/syscall/cases/listen_test.c index a533b523a..e8099a270 100644 --- a/testing/testsuites/kernel/syscall/cases/listen_test.c +++ b/testing/testsuites/kernel/syscall/cases/listen_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/listen_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/lseek_test.c b/testing/testsuites/kernel/syscall/cases/lseek_test.c index 5116d7126..cef521915 100644 --- a/testing/testsuites/kernel/syscall/cases/lseek_test.c +++ b/testing/testsuites/kernel/syscall/cases/lseek_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/lseek_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/lstat_test.c b/testing/testsuites/kernel/syscall/cases/lstat_test.c index af25f6a06..19a71cc94 100644 --- a/testing/testsuites/kernel/syscall/cases/lstat_test.c +++ b/testing/testsuites/kernel/syscall/cases/lstat_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/lstat_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/memcmp_test.c b/testing/testsuites/kernel/syscall/cases/memcmp_test.c index 65394738b..3e7e0b817 100644 --- a/testing/testsuites/kernel/syscall/cases/memcmp_test.c +++ b/testing/testsuites/kernel/syscall/cases/memcmp_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/memcmp_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/memcpy_test.c b/testing/testsuites/kernel/syscall/cases/memcpy_test.c index 0628b4a0e..60733646d 100644 --- a/testing/testsuites/kernel/syscall/cases/memcpy_test.c +++ b/testing/testsuites/kernel/syscall/cases/memcpy_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/memcpy_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/memset_test.c b/testing/testsuites/kernel/syscall/cases/memset_test.c index 9ec1bbf40..5a40cea4e 100644 --- a/testing/testsuites/kernel/syscall/cases/memset_test.c +++ b/testing/testsuites/kernel/syscall/cases/memset_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/memset_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/mkdir_test.c b/testing/testsuites/kernel/syscall/cases/mkdir_test.c index c908e69a1..70b276aa0 100644 --- a/testing/testsuites/kernel/syscall/cases/mkdir_test.c +++ b/testing/testsuites/kernel/syscall/cases/mkdir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/mkdir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/nansleep_test.c b/testing/testsuites/kernel/syscall/cases/nansleep_test.c index 44c23403b..b9f498964 100644 --- a/testing/testsuites/kernel/syscall/cases/nansleep_test.c +++ b/testing/testsuites/kernel/syscall/cases/nansleep_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/nansleep_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/pathconf_test.c b/testing/testsuites/kernel/syscall/cases/pathconf_test.c index 3daa08967..3ca5aaf07 100644 --- a/testing/testsuites/kernel/syscall/cases/pathconf_test.c +++ b/testing/testsuites/kernel/syscall/cases/pathconf_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/pathconf_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/pipe_test.c b/testing/testsuites/kernel/syscall/cases/pipe_test.c index 0edacef0b..10b0b47d8 100644 --- a/testing/testsuites/kernel/syscall/cases/pipe_test.c +++ b/testing/testsuites/kernel/syscall/cases/pipe_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/pipe_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/pread_test.c b/testing/testsuites/kernel/syscall/cases/pread_test.c index dfa9bcd6f..8877e5b99 100644 --- a/testing/testsuites/kernel/syscall/cases/pread_test.c +++ b/testing/testsuites/kernel/syscall/cases/pread_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/pread_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/pwrite_test.c b/testing/testsuites/kernel/syscall/cases/pwrite_test.c index 13d452c89..3c91514f7 100644 --- a/testing/testsuites/kernel/syscall/cases/pwrite_test.c +++ b/testing/testsuites/kernel/syscall/cases/pwrite_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/pwrite_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/read_test.c b/testing/testsuites/kernel/syscall/cases/read_test.c index 41b12659a..45af7bba9 100644 --- a/testing/testsuites/kernel/syscall/cases/read_test.c +++ b/testing/testsuites/kernel/syscall/cases/read_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/read_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/readdir_test.c b/testing/testsuites/kernel/syscall/cases/readdir_test.c index 09555c2e9..13d123e62 100644 --- a/testing/testsuites/kernel/syscall/cases/readdir_test.c +++ b/testing/testsuites/kernel/syscall/cases/readdir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/readdir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/recvfrom_test.c b/testing/testsuites/kernel/syscall/cases/recvfrom_test.c index fb9d5907d..b07d24a99 100644 --- a/testing/testsuites/kernel/syscall/cases/recvfrom_test.c +++ b/testing/testsuites/kernel/syscall/cases/recvfrom_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/recvfrom_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/rmdir_test.c b/testing/testsuites/kernel/syscall/cases/rmdir_test.c index 063e6b634..8068a2253 100644 --- a/testing/testsuites/kernel/syscall/cases/rmdir_test.c +++ b/testing/testsuites/kernel/syscall/cases/rmdir_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/rmdir_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/sched_test.c b/testing/testsuites/kernel/syscall/cases/sched_test.c index 9aa5edd62..65f227a46 100644 --- a/testing/testsuites/kernel/syscall/cases/sched_test.c +++ b/testing/testsuites/kernel/syscall/cases/sched_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/sched_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/setsocketopt01_test.c b/testing/testsuites/kernel/syscall/cases/setsocketopt01_test.c index 8e2bb42ef..b877f6f01 100644 --- a/testing/testsuites/kernel/syscall/cases/setsocketopt01_test.c +++ b/testing/testsuites/kernel/syscall/cases/setsocketopt01_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/setsocketopt01_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/socket_test.c b/testing/testsuites/kernel/syscall/cases/socket_test.c index 7bad8a0ba..b6a1bf930 100644 --- a/testing/testsuites/kernel/syscall/cases/socket_test.c +++ b/testing/testsuites/kernel/syscall/cases/socket_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/socket_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/socketpair_test.c b/testing/testsuites/kernel/syscall/cases/socketpair_test.c index 2b4e6209d..60021d643 100644 --- a/testing/testsuites/kernel/syscall/cases/socketpair_test.c +++ b/testing/testsuites/kernel/syscall/cases/socketpair_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/socketpair_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 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 + * 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. + * 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. * ****************************************************************************/ @@ -227,4 +229,4 @@ void test_nuttx_syscall_socketpair02(FAR void **state) } #undef UCLINUX -#endif \ No newline at end of file +#endif diff --git a/testing/testsuites/kernel/syscall/cases/symlink_test.c b/testing/testsuites/kernel/syscall/cases/symlink_test.c index 40f653c1f..a676248e4 100644 --- a/testing/testsuites/kernel/syscall/cases/symlink_test.c +++ b/testing/testsuites/kernel/syscall/cases/symlink_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/symlink_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/time_test.c b/testing/testsuites/kernel/syscall/cases/time_test.c index 9a17d3572..a5aea7653 100644 --- a/testing/testsuites/kernel/syscall/cases/time_test.c +++ b/testing/testsuites/kernel/syscall/cases/time_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/time_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/timer_create_test.c b/testing/testsuites/kernel/syscall/cases/timer_create_test.c index ac3bf7abe..f7d95ea59 100644 --- a/testing/testsuites/kernel/syscall/cases/timer_create_test.c +++ b/testing/testsuites/kernel/syscall/cases/timer_create_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/timer_create_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/timer_delete_test.c b/testing/testsuites/kernel/syscall/cases/timer_delete_test.c index d8bf5ae1e..3d2d7a49d 100644 --- a/testing/testsuites/kernel/syscall/cases/timer_delete_test.c +++ b/testing/testsuites/kernel/syscall/cases/timer_delete_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/timer_delete_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/timer_gettime_test.c b/testing/testsuites/kernel/syscall/cases/timer_gettime_test.c index 772678956..b38292091 100644 --- a/testing/testsuites/kernel/syscall/cases/timer_gettime_test.c +++ b/testing/testsuites/kernel/syscall/cases/timer_gettime_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/timer_gettime_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/truncate_test.c b/testing/testsuites/kernel/syscall/cases/truncate_test.c index 6589cd51a..3162bcfd0 100644 --- a/testing/testsuites/kernel/syscall/cases/truncate_test.c +++ b/testing/testsuites/kernel/syscall/cases/truncate_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/truncate_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/unlink_test.c b/testing/testsuites/kernel/syscall/cases/unlink_test.c index 78b3e6f57..f3a7e1697 100644 --- a/testing/testsuites/kernel/syscall/cases/unlink_test.c +++ b/testing/testsuites/kernel/syscall/cases/unlink_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/unlink_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cases/write_test.c b/testing/testsuites/kernel/syscall/cases/write_test.c index dcd10cc36..8b274f66c 100644 --- a/testing/testsuites/kernel/syscall/cases/write_test.c +++ b/testing/testsuites/kernel/syscall/cases/write_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cases/write_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/cmocka_syscall_test.c b/testing/testsuites/kernel/syscall/cmocka_syscall_test.c index 3fa4c101c..e1fceb592 100644 --- a/testing/testsuites/kernel/syscall/cmocka_syscall_test.c +++ b/testing/testsuites/kernel/syscall/cmocka_syscall_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/cmocka_syscall_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/syscall/common/test_syscall_common.c b/testing/testsuites/kernel/syscall/common/test_syscall_common.c index def66d1b6..5665fb0d7 100644 --- a/testing/testsuites/kernel/syscall/common/test_syscall_common.c +++ b/testing/testsuites/kernel/syscall/common/test_syscall_common.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/common/test_syscall_common.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 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 + * 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. + * 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. * ****************************************************************************/ @@ -764,4 +766,4 @@ int safe_listen(int socket, int backlog) return rval; } -#endif \ No newline at end of file +#endif diff --git a/testing/testsuites/kernel/syscall/include/SyscallTest.h b/testing/testsuites/kernel/syscall/include/SyscallTest.h index 786aea21a..d7e931c3f 100644 --- a/testing/testsuites/kernel/syscall/include/SyscallTest.h +++ b/testing/testsuites/kernel/syscall/include/SyscallTest.h @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/syscall/include/SyscallTest.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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cases/clock_test_clock01.c b/testing/testsuites/kernel/time/cases/clock_test_clock01.c index a0cedb891..6443495e2 100644 --- a/testing/testsuites/kernel/time/cases/clock_test_clock01.c +++ b/testing/testsuites/kernel/time/cases/clock_test_clock01.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cases/clock_test_clock01.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cases/clock_test_clock02.c b/testing/testsuites/kernel/time/cases/clock_test_clock02.c index ebf355227..9e2e0c5f0 100644 --- a/testing/testsuites/kernel/time/cases/clock_test_clock02.c +++ b/testing/testsuites/kernel/time/cases/clock_test_clock02.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cases/clock_test_clock02.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cases/clock_test_smoke.c b/testing/testsuites/kernel/time/cases/clock_test_smoke.c index 7de690d72..3b8948958 100644 --- a/testing/testsuites/kernel/time/cases/clock_test_smoke.c +++ b/testing/testsuites/kernel/time/cases/clock_test_smoke.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cases/clock_test_smoke.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cases/clock_test_timer01.c b/testing/testsuites/kernel/time/cases/clock_test_timer01.c index 5146db372..24f59391f 100644 --- a/testing/testsuites/kernel/time/cases/clock_test_timer01.c +++ b/testing/testsuites/kernel/time/cases/clock_test_timer01.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cases/clock_test_timer01.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cases/clock_test_timer03.c b/testing/testsuites/kernel/time/cases/clock_test_timer03.c index 54228d4ec..7539f4479 100644 --- a/testing/testsuites/kernel/time/cases/clock_test_timer03.c +++ b/testing/testsuites/kernel/time/cases/clock_test_timer03.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cases/clock_test_timer03.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cases/clock_test_timer04.c b/testing/testsuites/kernel/time/cases/clock_test_timer04.c index a93202ea9..832c69784 100644 --- a/testing/testsuites/kernel/time/cases/clock_test_timer04.c +++ b/testing/testsuites/kernel/time/cases/clock_test_timer04.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cases/clock_test_timer04.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cases/clock_test_timer05.c b/testing/testsuites/kernel/time/cases/clock_test_timer05.c index a0754a26c..c9903c3e3 100644 --- a/testing/testsuites/kernel/time/cases/clock_test_timer05.c +++ b/testing/testsuites/kernel/time/cases/clock_test_timer05.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cases/clock_test_timer05.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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/cmocka_time_test.c b/testing/testsuites/kernel/time/cmocka_time_test.c index 4d36dcd76..855aa5dba 100644 --- a/testing/testsuites/kernel/time/cmocka_time_test.c +++ b/testing/testsuites/kernel/time/cmocka_time_test.c @@ -1,20 +1,22 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/cmocka_time_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 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 + * 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. + * 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. * ****************************************************************************/ diff --git a/testing/testsuites/kernel/time/include/TimeTest.h b/testing/testsuites/kernel/time/include/TimeTest.h index 79d259375..c0d344d1a 100644 --- a/testing/testsuites/kernel/time/include/TimeTest.h +++ b/testing/testsuites/kernel/time/include/TimeTest.h @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/testsuites/kernel/time/include/TimeTest.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/testing/timerjitter/CMakeLists.txt b/testing/timerjitter/CMakeLists.txt index ccfd9f6c3..41a369aa2 100644 --- a/testing/timerjitter/CMakeLists.txt +++ b/testing/timerjitter/CMakeLists.txt @@ -1,7 +1,7 @@ # ############################################################################## # apps/testing/timerjitter/CMakeLists.txt # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-Identifier: Apache-2.0 # # Licensed to the Apache Software Foundation (ASF) under one or more contributor # license agreements. See the NOTICE file distributed with this work for diff --git a/testing/timerjitter/Make.defs b/testing/timerjitter/Make.defs index 3d4e9a8f0..f5ee53518 100644 --- a/testing/timerjitter/Make.defs +++ b/testing/timerjitter/Make.defs @@ -1,7 +1,7 @@ ############################################################################ # apps/testing/timerjitter/Make.defs # -# Copyright (C) 2024 Xiaomi Corporation +# SPDX-License-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/testing/timerjitter/Makefile b/testing/timerjitter/Makefile index 99290c108..993f06fff 100644 --- a/testing/timerjitter/Makefile +++ b/testing/timerjitter/Makefile @@ -1,18 +1,24 @@ +############################################################################ +# apps/testing/timerjitter/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/testing/timerjitter/timerjitter.c b/testing/timerjitter/timerjitter.c index 7972f902c..3e3353391 100644 --- a/testing/timerjitter/timerjitter.c +++ b/testing/timerjitter/timerjitter.c @@ -1,6 +1,8 @@ /**************************************************************************** * apps/testing/timerjitter/timerjitter.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/testing/uclibcxx_test/Make.defs b/testing/uclibcxx_test/Make.defs index b87be4f42..2b9952173 100644 --- a/testing/uclibcxx_test/Make.defs +++ b/testing/uclibcxx_test/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/uclibcxx_test/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/testing/uclibcxx_test/Makefile b/testing/uclibcxx_test/Makefile index 19e87a1c6..464d7b8fe 100644 --- a/testing/uclibcxx_test/Makefile +++ b/testing/uclibcxx_test/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/uclibcxx_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/testing/unity/CMakeLists.txt b/testing/unity/CMakeLists.txt index d2734897f..9aef41899 100644 --- a/testing/unity/CMakeLists.txt +++ b/testing/unity/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # apps/testing/unity/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/testing/unity/Make.defs b/testing/unity/Make.defs index 283cbe05c..84434e4e9 100644 --- a/testing/unity/Make.defs +++ b/testing/unity/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/unity/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/testing/unity/Makefile b/testing/unity/Makefile index 88442becd..f3b45fdc6 100644 --- a/testing/unity/Makefile +++ b/testing/unity/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/unity/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/testing/x86-64-ABI/Make.defs b/testing/x86-64-ABI/Make.defs index c520da71b..4c5f32cdd 100644 --- a/testing/x86-64-ABI/Make.defs +++ b/testing/x86-64-ABI/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/system/uorb/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/testing/x86-64-ABI/Makefile b/testing/x86-64-ABI/Makefile index f844114b0..927008f33 100644 --- a/testing/x86-64-ABI/Makefile +++ b/testing/x86-64-ABI/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/testing/x86-64-ABI/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